Changeset 8567

Show
Ignore:
Timestamp:
10/05/08 10:11:41 (2 months ago)
Author:
randy
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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8566 r8567  
    3939 
    4040    <listitem> 
    41       <para>Date</para> 
    42       <itemizedlist> 
     41      <para>2008-10-05</para> 
     42      <itemizedlist> 
     43        <listitem> 
     44          <para>[randy] - Updated Glibc to a 2.8 snapshot taken on 
     45          9/29/2008. The tarball of this snapshot includes the libidn 
     46          data that previously was separately packaged.</para> 
     47        </listitem> 
    4348        <listitem> 
    4449          <para>[randy] - Added the GMP and MPFR packages to the list of 
  • trunk/BOOK/chapter01/whatsnew.xml

    r8562 r8567  
    228228 
    229229    <listitem> 
     230      <para>&glibc-iconv-test-fixes-patch;</para> 
     231    </listitem> 
     232 
     233    <listitem> 
     234      <para>&glibc-ildoubl-test-fix-patch;</para> 
     235    </listitem> 
     236 
     237    <listitem> 
    230238      <para>&grep-debian-patch;</para> 
    231239    </listitem> 
  • trunk/BOOK/chapter03/packages.xml

    r8566 r8567  
    204204    </varlistentry> 
    205205 
    206     <varlistentry> 
     206    <!-- <varlistentry> 
    207207      <term>Glibc LibIDN add-on (&glibc-libidn-version;) - <token>&glibc-libidn-size;</token>:</term> 
    208208      <listitem> 
     
    211211        <para>MD5 sum: <literal>&glibc-libidn-md5;</literal></para> 
    212212      </listitem> 
    213     </varlistentry> 
     213    </varlistentry> --> 
    214214 
    215215    <varlistentry> 
  • trunk/BOOK/chapter03/patches.xml

    r8551 r8567  
    9292 
    9393    <varlistentry> 
    94       <term>Grep Debian Patch - <token>&grep-debian-patch-size;</token>;</term> 
     94      <term>Glibc Iconv Test Fixes Patch - <token>&glibc-iconv-test-fixes-patch-size;</token>:</term> 
     95      <listitem> 
     96        <para>Download: <ulink url="&patches-root;&glibc-iconv-test-fixes-patch;"/></para> 
     97        <para>MD5 sum: <literal>&glibc-iconv-test-fixes-patch-md5;</literal></para> 
     98      </listitem> 
     99    </varlistentry> 
     100 
     101    <varlistentry> 
     102      <term>Glibc Ildoubl Test Fix Patch - <token>&glibc-ildoubl-test-fix-patch-size;</token>:</term> 
     103      <listitem> 
     104        <para>Download: <ulink url="&patches-root;&glibc-ildoubl-test-fix-patch;"/></para> 
     105        <para>MD5 sum: <literal>&glibc-ildoubl-test-fix-patch-md5;</literal></para> 
     106      </listitem> 
     107    </varlistentry> 
     108 
     109    <varlistentry> 
     110      <term>Grep Debian Patch - <token>&grep-debian-patch-size;</token>:</term> 
    95111      <listitem> 
    96112        <para>Download: <ulink url="&patches-root;&grep-debian-patch;"/></para> 
  • trunk/BOOK/chapter05/glibc.xml

    r8541 r8567  
    4343  <sect2 role="installation"> 
    4444    <title>Installation of Glibc</title> 
     45 
     46    <para>Though not mandatory in this chapter, if you plan on running the test 
     47    suite, you should apply the following patches:</para> 
     48 
     49<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; &amp;&amp; 
     50patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen> 
    4551 
    4652    <para>The Glibc documentation recommends building Glibc outside of the source 
  • trunk/BOOK/chapter06/glibc.xml

    r8541 r8567  
    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 --> 
  • trunk/BOOK/packages.ent

    r8562 r8567  
    193193<!ENTITY gettext-ch6-sbu "1 SBU"> 
    194194 
    195 <!ENTITY glibc-version "2.7"> 
    196 <!ENTITY glibc-size "15,602 KB"> 
    197 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2"> 
    198 <!ENTITY glibc-md5 "065c5952b439deba40083ccd67bcc8f7"> 
     195<!ENTITY glibc-version "2.8-20080929"> 
     196<!ENTITY glibc-size "16,231 KB"> 
     197<!ENTITY glibc-url "ftp://sources.redhat.com/pub/glibc/snapshots/glibc-&glibc-version;.tar.bz2"> 
     198<!ENTITY glibc-md5 "ef223822e84f38dc6b3762bcf3bd6c5e"> 
    199199<!ENTITY glibc-home "&gnu-software;libc/"> 
    200 <!ENTITY glibc-ch5-du "342 MB"> 
    201 <!ENTITY glibc-ch5-sbu "7 SBU"> 
    202 <!ENTITY glibc-ch6-du "556 MB testsuite included"> 
    203 <!ENTITY glibc-ch6-sbu "19.5 SBU testsuite included"> 
     200<!ENTITY glibc-ch5-du "407 MB"> 
     201<!ENTITY glibc-ch5-sbu "7.6 SBU"> 
     202<!ENTITY glibc-ch6-du "801 MB testsuite included"> 
     203<!ENTITY glibc-ch6-sbu "17.7 SBU testsuite included"> 
    204204<!ENTITY glibc-libidn-version "&glibc-version;"> 
    205205<!ENTITY glibc-libidn-size "100 KB"> 
  • trunk/BOOK/patches.ent

    r8551 r8567  
    4242<!ENTITY expect-spawn-patch-md5 "ef6d0d0221c571fb420afb7033b3bbba"> 
    4343<!ENTITY expect-spawn-patch-size "6.8 KB"> 
     44 
     45 
     46<!ENTITY glibc-iconv-test-fixes-patch "glibc-&glibc-version;-iconv_tests-1.patch"> 
     47<!ENTITY glibc-iconv-test-fixes-patch-md5 "cc5e95e418e0b2f8a54b14cf90c7c3b2"> 
     48<!ENTITY glibc-iconv-test-fixes-patch-size "1.7 KB"> 
     49 
     50<!ENTITY glibc-ildoubl-test-fix-patch "glibc-&glibc-version;-ildoubl_test-1.patch"> 
     51<!ENTITY glibc-ildoubl-test-fix-patch-md5 "4dc864a487eee8426413542591d19edb"> 
     52<!ENTITY glibc-ildoubl-test-fix-patch-size "1.0 KB"> 
    4453 
    4554