Ignore:
Timestamp:
11/06/2009 08:27:20 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
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.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:
01837d8
Parents:
372e365
Message:

Upgrade to Glibc-2.11. Fixes #2509.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r372e365 r9a31477  
    6262    of achieving a clean build.</para>
    6363
    64     <para>The glibc-libidn tarball adds support for internationalized domain
    65     names (IDN) to Glibc. Many programs that support IDN require the full
    66     <filename class="libraryfile">libidn</filename> library, not this add-on (see
    67     <ulink url="&blfs-root;view/svn/general/libidn.html"/>).
    68     Unpack the tarball from within the Glibc source directory:</para>
    69 
    70 <screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
    71 mv -v glibc-libidn-&glibc-version; libidn</userinput></screen>
    72 
    7364<!--
    7465    This should have been fixed a long time ago.
     
    10192
    10293<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
    103 
    104     <para>Apply a patch so that Glibc will build against
    105     Binutils-&binutils-version;:</para>
    106 
    107 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-binutils-patch;</userinput></screen>
    108 
    109     <para>Fix an error in one of the make check routines.  Note that the escaped
    110     newline in the second <command>sed</command> is required:</para>
    111 
    112 <screen><userinput remap="pre">sed -i s/utf8/UTF-8/ libio/tst-fgetwc.c
    113 sed -i '/tst-fgetws-ENV/ a\
    114 tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile</userinput></screen>
    115 
    116     <!-- This sed can be removed for any glibc newer than 2.10.1 (along with the
    117          matching sed in chapter 5).  See glibc bug 10262. -->
    118     <para>Fix an error in the constants that get passed to the futex system
    119     call in some cases, causing certain pthread_mutex operations to fail:</para>
    120 
    121 <!-- Format below is for proper pdf generation -->
    122 <screen><userinput remap="pre">sed -i \
    123     -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
    124     nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
    12594
    12695    <para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.