Changeset 7e131ea for chapter06


Ignore:
Timestamp:
02/05/2017 07:35:28 PM (7 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.0, 8.1, 8.2, 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:
b6b754e
Parents:
d5a59bf
Message:

Update to glibc-2.25.
Revert gperf to version 3.0.4.
Update to linux-4.9.8.tar.xz.
Update to check-0.11.0.
Update to shadow-4.4.
Update to e2fsprogs-1.43.4.
Update to sed-4.4.

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

Location:
chapter06
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    rd5a59bf r7e131ea  
    6363make -j4 check</userinput></screen>
    6464
    65     <para>Three tests are known ot fail.</para>
     65    <para>Four tests are known to fail.</para>
    6666
    6767    <para>Install the package:</para>
  • chapter06/diffutils.xml

    rd5a59bf r7e131ea  
    5757
    5858<screen><userinput remap="test">make check</userinput></screen>
    59 
    60     <para>The test-update-copyright.sh failure can be safely ignored.</para>
    6159
    6260    <para>Install the package:</para>
  • chapter06/gettext.xml

    rd5a59bf r7e131ea  
    5858
    5959<screen><userinput remap="test">make check</userinput></screen>
    60 
    61     <para>Nine tests fail due to missing dependencies.</para>
    6260
    6361    <para>Install the package:</para>
  • chapter06/glibc.xml

    rd5a59bf r7e131ea  
    7878    <para>Prepare Glibc for compilation:</para>
    7979
    80 <screen><userinput remap="configure">../configure --prefix=/usr          \
    81              --enable-kernel=&min-kernel; \
    82              --enable-obsolete-rpc        \
     80<screen><userinput remap="configure">../configure --prefix=/usr                   \
     81             --enable-kernel=&min-kernel;          \
     82             --enable-obsolete-rpc           \
     83             --enable-stack-protector=strong \
    8384             libc_cv_slibdir=/lib</userinput></screen>
    8485
  • chapter06/inetutils.xml

    rd5a59bf r7e131ea  
    4040  <sect2 role="installation">
    4141    <title>Installation of Inetutils</title>
    42 <!--
    43     <para>Create a definition to allow the <command>ifconfig</command> program
    44     to build properly:</para>
    45 
    46 <screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' &gt;&gt; ifconfig/system/linux.h </userinput></screen>
    47 -->
     42
    4843    <para>Prepare Inetutils for compilation:</para>
    4944
     
    111106<screen><userinput remap="test">make check</userinput></screen>
    112107
    113     <para>One test, <emphasis>libls.sh</emphasis>, is known to fail due to hard
    114     coding of some support program paths.  All tests pass if the tests are
    115     rerun at the end of Chapter 6.</para>
    116 
    117108    <para>Install the package:</para>
    118109
  • chapter06/m4.xml

    rd5a59bf r7e131ea  
    5353<screen><userinput remap="test">make check</userinput></screen>
    5454
    55     <para>The test-update-copyright.sh failure can safely be ignored.</para>
    56 
    5755    <para>Install the package:</para>
    5856
     
    6058
    6159  </sect2>
    62 
    6360
    6461  <sect2 id="contents-m4" role="content">
  • chapter06/shadow.xml

    rd5a59bf r7e131ea  
    8181
    8282<screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen>
     83
     84    <para>Fix a security issue identified upstream:</para>
     85
     86<screen><userinput remap="pre">sed -i -e '47 d' -e '60,65 d' libmisc/myname.c</userinput></screen>
    8387
    8488    <para>Prepare Shadow for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.