Ignore:
Timestamp:
10/05/2008 04:11:41 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
2b694e7
Parents:
6d7b95a
Message:

Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this snapshot includes the libidn data that previously was separately packaged

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r6d7b95a r5a25e0a  
    6262    of achieving a clean build.</para>
    6363
    64     <para>The glibc-libidn tarball adds support for internationalized domain
     64    <!-- <para>The glibc-libidn tarball adds support for internationalized domain
    6565    names (IDN) to Glibc. Many programs that support IDN require the full
    6666    <filename class="libraryfile">libidn</filename> library, not this add-on (see
     
    6969
    7070<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
    71 mv glibc-libidn-&glibc-version; libidn</userinput></screen>
    72 
    73     <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
     71mv glibc-libidn-&glibc-version; libidn</userinput></screen>-->
     72
     73    <!-- <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
    7474    at startup. It is unknown whether this is a <command>bash</command> bug or a
    7575    Glibc problem. Disable installation of this locale in order to avoid the
    7676    problem:</para>
    7777
    78 <screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen>
    79 
    80     <para>When running <command>make install</command>, a script called
     78<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen> -->
     79
     80    <!-- <para>When running <command>make install</command>, a script called
    8181    <filename>test-installation.pl</filename> performs a small sanity test on
    8282    our newly installed Glibc. However, because our toolchain still points to
     
    8787<screen><userinput remap="pre">sed -i \
    8888's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
    89         scripts/test-installation.pl</userinput></screen>
     89        scripts/test-installation.pl</userinput></screen> -->
     90
     91    <para>First apply two patches which correct failures in the test
     92    suite:</para>
     93
     94<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; &amp;&amp;
     95patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen>
     96
    9097
    9198    <para>The <command>ldd</command> shell script contains Bash-specific
     
    137144    </important>
    138145
    139     <para>Test the results:</para>
    140 
    141 <screen><userinput remap="test">make -k check 2&gt;&amp;1 | tee glibc-check-log
     146    <para>Before running the tests, copy a file from the source tree into our
     147    build tree to prevent a couple of test failures, then test the
     148    results:</para>
     149
     150<screen><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata &amp;&amp;
     151make -k check 2&gt;&amp;1 | tee glibc-check-log
    142152grep Error glibc-check-log</userinput></screen>
    143153
     
    231241    install locales not listed in the
    232242    <filename>glibc-&glibc-version;/localedata/SUPPORTED</filename> file
    233     in the unlikely case if you need them.</para>
     243    in the unlikely case you need them.</para>
    234244    <!-- The Live CD patches the localedata/SUPPORTED file instead of
    235245    running localedef, the results are equivalent -->
Note: See TracChangeset for help on using the changeset viewer.