Changeset de6905d for chapter06


Ignore:
Timestamp:
07/19/2018 12:57:03 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3553330
Parents:
1c8cc71
Message:

Update to util-linux 2.32.1.
Update to binutils-2.31.1.
Update to meson-0.47.1.
Update to linux-4.17.8.
Update to e2fsprogs-1.44.3.
Document some new regression test failures.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/eudev.xml

    r1c8cc71 rde6905d  
    4040  <sect2 role="installation">
    4141    <title>Installation of Eudev</title>
    42 
     42<!--
    4343    <para>First, fix a test script:</para>
    4444
    4545<screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen>
     46-->
    4647<!--
    4748    <para>Next, remove an unneeded line that causes a build failure:</para>
  • chapter06/glibc.xml

    r1c8cc71 rde6905d  
    170170        may fail on some architectures.</para>
    171171      </listitem>
     172
     173      <listitem>
     174        <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
     175        test may fail for reasons that have not been determined.</para>
     176      </listitem>
     177
    172178<!--
    173179      <listitem>
  • chapter06/inetutils.xml

    r1c8cc71 rde6905d  
    108108    <note><para>One test, libls.sh, may fail in the initial chroot
    109109    environment but will pass if the test is rerun after the LFS system
    110     is complete.</para></note>
     110    is complete. One test, ping-localhost.sh, will fail if the host
     111    system does not have ipv6 capability.</para></note>
    111112
    112113    <para>Install the package:</para>
  • chapter06/meson.xml

    r1c8cc71 rde6905d  
    4141    <title>Installation of Meson</title>
    4242
    43     <para>Make a fix from upstream:</para>
    44 
    45 <screen><userinput remap="pre">sed -i '309 s/os.getcwd/-C, &amp;/' mesonbuild/minstall.py</userinput></screen>
    46 
    4743    <para>Compile Meson with the following command:</para>
    4844
     
    5551<screen><userinput remap="install">python3 setup.py install --root=dest
    5652cp -rv dest/* /</userinput></screen>
    57 <!--
    58     <para>At last, move Meson man pages to correct location:</para>
    59 
    60 <screen><userinput remap="install">mv -v /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share/man/man1/*.1 \
    61       /usr/share/man/man1
    62 rm -r /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share</userinput></screen>
    63 -->
    6453
    6554    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.