Changeset 60bc014


Ignore:
Timestamp:
09/18/2006 05:40:51 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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.3, 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:
5e8385c
Parents:
5e66a564
Message:

Updated to Glibc-2.4. Added a patch for iconv and removed unnecessary
patches from glibc-2.3.6.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5e66a564 r60bc014  
    3737-->
    3838    <listitem>
     39      <para>2006-09-17</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[dnicholson] - Updated to Glibc-2.4. Added the iconv fix
     43          patch and removed the decprecated linux types and inotify
     44          syscall patches. Thanks to Matthew Burgess and Bryan Kadzban
     45          for textual suggestions.</para>
     46        </listitem>
     47    </listitem>
     48
     49    <listitem>
    3950      <para>2006-09-09</para>
    4051      <itemizedlist>
  • chapter03/patches.xml

    r5e66a564 r60bc014  
    108108
    109109    <varlistentry>
    110       <term>Glibc Linux Types Patch - <token>&glibc-linux_types-patch-size;</token>:</term>
    111       <listitem>
    112         <para>Download: <ulink url="&patches-root;&glibc-linux_types-patch;"/></para>
    113         <para>MD5 sum: <literal>&glibc-linux_types-patch-md5;</literal></para>
    114       </listitem>
    115     </varlistentry>
    116 
    117     <varlistentry>
    118       <term>Glibc Inotify Syscall Functions Patch - <token>&glibc-inotify-patch-size;</token>:</term>
    119       <listitem>
    120         <para>Download: <ulink url="&patches-root;&glibc-inotify-patch;"/></para>
    121         <para>MD5 sum: <literal>&glibc-inotify-patch-md5;</literal></para>
     110      <term>Glibc Iconv Fix Patch - <token>&glibc-iconv_fix-patch-size;</token>:</term>
     111      <listitem>
     112        <para>Download: <ulink url="&patches-root;&glibc-iconv_fix-patch;"/></para>
     113        <para>MD5 sum: <literal>&glibc-iconv_fix-patch-md5;</literal></para>
    122114      </listitem>
    123115    </varlistentry>
  • chapter06/glibc.xml

    r5e66a564 r60bc014  
    6262    Unpack the tarball from within the Glibc source directory:</para>
    6363
    64 <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen>
    65 
    66     <para>Apply the following patch to fix build errors in packages that include
    67     <filename class="headerfile">linux/types.h</filename> after <filename
    68     class="headerfile">sys/kd.h</filename>:</para>
    69 
    70 <screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen>
    71 
    72     <para>Add a header to define syscall functions for the inotify feature
    73     available in newer Linux kernels:</para>
    74 
    75 <screen><userinput>patch -Np1 -i ../&glibc-inotify-patch;</userinput></screen>
     64<screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2
     65mv glibc-libidn-&glibc-version; libidn</userinput></screen>
     66
     67    <para>Apply the following patch to fix an assertion failure when
     68    opening two conversion descriptors with the same tocode and fromcode
     69    parameters (see the iconv_open man page):</para>
     70
     71<screen><userinput>patch -Np1 -i ../&glibc-iconv_fix-patch;</userinput></screen>
    7672
    7773    <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
     
    173169<screen><userinput>make install</userinput></screen>
    174170
    175    <para>Install the inotify header to the system header location:</para>
    176 
    177 <screen><userinput>cp -v ../glibc-&glibc-version;/sysdeps/unix/sysv/linux/inotify.h \
    178     /usr/include/sys</userinput></screen>
    179 
    180171    <para>The locales that can make the system respond in a different language
    181172    were not installed by the above command. None of the locales are required,
     
    349340      <seglistitem>
    350341        <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    351         ldd, lddlibc4, locale, localedef, mtrace, nscd, nscd_nischeck,
    352         pcprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace,
     342        ldd, lddlibc4, locale, localedef, mtrace, nscd, pcprofiledump,
     343        pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace,
    353344        zdump, and zic</seg>
    354345        <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
     
    503494      </varlistentry>
    504495
    505       <varlistentry id="nscd_nischeck">
    506         <term><command>nscd_nischeck</command></term>
    507         <listitem>
    508           <para>Checks whether or not secure mode is necessary for NIS+
    509           lookup</para>
    510           <indexterm zone="ch-system-glibc nscd_nischeck">
    511             <primary sortas="b-nscd_nischeck">nscd_nischeck</primary>
    512           </indexterm>
    513         </listitem>
    514       </varlistentry>
    515 
    516496      <varlistentry id="pcprofiledump">
    517497        <term><command>pcprofiledump</command></term>
  • general.ent

    r5e66a564 r60bc014  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060909">
    3 <!ENTITY releasedate "September 9, 2006">
     2<!ENTITY version "SVN-20060917">
     3<!ENTITY releasedate "September 17, 2006">
    44<!ENTITY milestone "6.3">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • packages.ent

    r5e66a564 r60bc014  
    191191<!ENTITY gettext-ch6-sbu "1 SBU">
    192192
    193 <!ENTITY glibc-version "2.3.6">
    194 <!ENTITY glibc-size "13,687 KB">
     193<!ENTITY glibc-version "2.4">
     194<!ENTITY glibc-size "14,847 KB">
    195195<!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.bz2">
    196 <!ENTITY glibc-md5 "bfdce99f82d6dbcb64b7f11c05d6bc96">
     196<!ENTITY glibc-md5 "7e9a88dcd41fbc53801dbe5bdacaf245">
    197197<!ENTITY glibc-home "&gnu-software;libc/">
    198198<!ENTITY glibc-ch5-du "325 MB">
     
    201201<!ENTITY glibc-ch6-sbu "13.5 SBU testsuite included">
    202202<!ENTITY glibc-libidn-version "&glibc-version;">
    203 <!ENTITY glibc-libidn-size "99 KB">
     203<!ENTITY glibc-libidn-size "100 KB">
    204204<!ENTITY glibc-libidn-url "&gnu;glibc/glibc-libidn-&glibc-libidn-version;.tar.bz2">
    205 <!ENTITY glibc-libidn-md5 "49dbe06ce830fc73874d6b38bdc5b4db">
     205<!ENTITY glibc-libidn-md5 "e2d892b40d654c523ab26a26b7dd86a1">
    206206<!ENTITY glibc-libidn-home " ">
    207207
  • patches.ent

    r5e66a564 r60bc014  
    5454
    5555
    56 <!ENTITY glibc-linux_types-patch "glibc-&glibc-version;-linux_types-1.patch">
    57 <!ENTITY glibc-linux_types-patch-md5 "30ea59ae747478aa9315455543b5bb43">
    58 <!ENTITY glibc-linux_types-patch-size "1.1 KB">
    59 
    60 <!ENTITY glibc-inotify-patch "glibc-&glibc-version;-inotify-1.patch">
    61 <!ENTITY glibc-inotify-patch-md5 "94f6d26ae50a0fe6285530fdbae90bbf">
    62 <!ENTITY glibc-inotify-patch-size "1.4 KB">
     56<!ENTITY glibc-iconv_fix-patch "glibc-&glibc-version;-iconv_fix-1.patch">
     57<!ENTITY glibc-iconv_fix-patch-md5 "9c8e681226ccf7a1f25c6467674f915e">
     58<!ENTITY glibc-iconv_fix-patch-size "2.6 KB">
    6359
    6460
Note: See TracChangeset for help on using the changeset viewer.