Changes in / [e361ac5:79b32d3]


Ignore:
Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    re361ac5 r79b32d3  
    130130<!-- Sometimes skipped, but if not it may fail.
    131131     Please DO NOT remove or comment out this unless we can fully
    132      understand it!  -->
     132     understand it!
    133133    <para>The test-getlogin test may fail in the LFS chroot environment.</para>
     134    20240226: Commented out as it seems the upstream has root-caused and
     135    fixed the issue.  I've checked the fix is in Coreutils 9.4 release
     136    tarball:
     137
     138    https://lists.gnu.org/archive/html/bug-gnulib/2022-06/msg00079.html
     139-->
    134140
    135141    <para>Remove the temporary group:</para>
  • chapter08/procps.xml

    re361ac5 r79b32d3  
    7575<screen><userinput remap="test">make check</userinput></screen>
    7676
    77     <para>One test in the "ps" tests is known to fail.</para>
     77    <para>One test named
     78    <literal>ps with output flag bsdtime,cputime,etime,etimes</literal>
     79    is known to fail if the host kernel is not built with
     80    <literal>CONFIG_BSD_PROCESS_ACCT</literal> enabled.</para>
    7881
    7982    <para>Install the package:</para>
  • chapter08/vim.xml

    re361ac5 r79b32d3  
    8080    assumptions of the test suite).  The problem can be
    8181    avoided by redirecting the output to a log file as shown above.  A
    82     successful test will result in the words "ALL DONE" in the log file
    83     at completion.</para>
     82    successful test will result in the words <computeroutput>ALL
     83    DONE</computeroutput> in the log file at completion.</para>
    8484
    8585    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.