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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.