Changeset f4e03a1


Ignore:
Timestamp:
12/31/2002 04:19:26 PM (21 years ago)
Author:
Gerard Beekmans <gerard@…>
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.0, 6.1, 6.1.1, 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, v4_1, v5_0, v5_1, v5_1_1, 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:
6143d13
Parents:
8b8f29ab
Message:

upgraded to glibc-2.3.1

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendixa/glibc-down.xml

    r8b8f29ab rf4e03a1  
    99
    1010Glibc Patch (&glibc-patch-version;):
    11 <ulink url="&ftp;/"/>
    1211<ulink url="&http;/"/></literallayout></para>
    1312</sect2>
  • chapter01/changelog.xml

    r8b8f29ab rf4e03a1  
    1515<listitem><para>e2fsprogs-1.32</para></listitem>
    1616<listitem><para>gcc-3.2.1</para></listitem>
     17<listitem><para>glibc-2.3.1</para></listitem>
     18<listitem><para>glibc-2.3.1.patch</para></listitem>
    1719<listitem><para>groff-1.18.1</para></listitem>
    1820<listitem><para>kbd-1.08</para></listitem>
     
    4648</itemizedlist>
    4749</para></listitem>
     50
     51<listitem><para>December 31st, 2002 [gerard]: Upgraded to
     52Glibc-2.3.1</para></listitem>
    4853
    4954<listitem><para>December 31st, 2002 [gerard]: Chapter 05 - GCC: Removed
  • chapter04/glibc-patch.xml

    r8b8f29ab rf4e03a1  
    11Glibc Patch (&glibc-patch-version;) - &glibc-patch-size;:
    2 <ulink url="&ftp;/glibc-&glibc-patch-version;.patch"/>
    32<ulink url="&http;/glibc-&glibc-patch-version;.patch"/>
  • chapter06/glibc-exp.xml

    r8b8f29ab rf4e03a1  
    1111This is done because Glibc itself isn't installed yet and therefore
    1212username to userid resolving isn't working yet, so a <userinput>chown root
    13 file</userinput> will fail, however it'll work fine if you use straight
     13file</userinput> will fail, however it'll work fine if you use the numeric
    1414IDs.</para>
    1515
    16 <para>The patch also contains a few bug fixes and security fixes.  In
    17 particular it contains the "errlist", "dns resolver", "xdr_array", "calloc",
    18 "thread exit", "udivdi3", "math test", "restrict_arr" and "divbyzero" fixes
    19 which are documented at
    20 <ulink url="http://www.zipworld.com.au/~gschafer/lfs-tweaks.html"/>.</para>
     16<para>Lastly, the patch also fixes a problem that causes statically linked
     17binaries to crash that were linked against Glibc-2.2 libraries. This patch
     18is only needed temporarily because we have static programs in <filename
     19class="directory">/static/bin</filename> that might be linked against an
     20older Glibc version (the one from the host distribution). We will install
     21Glibc again at the end of this chapter to remove this patch so you'll have
     22a pristine Glibc as the developers intended it.</para>
    2123
    2224<para><userinput>touch /etc/ld.so.conf:</userinput> One of the final steps
  • entities/glibc.ent

    r8b8f29ab rf4e03a1  
    1313<!ENTITY aa-glibc-down SYSTEM "../appendixa/glibc-down.xml">
    1414
    15 <!ENTITY glibc-version "2.2.5">
     15<!ENTITY glibc-version "2.3.1">
    1616<!ENTITY glibc-depversion "2.2.5">
    1717<!ENTITY glibc-contversion "2.2.5">
    18 <!ENTITY glibc-size "16,267 KB">
    19 <!ENTITY glibc-threads-size "221 KB">
    20 <!ENTITY glibc-patch-size "8 KB">
    21 <!ENTITY glibc-patch-version "2.2.5-2">
     18<!ENTITY glibc-size "17,463 KB">
     19<!ENTITY glibc-threads-size "238 KB">
     20<!ENTITY glibc-patch-size "4 KB">
     21<!ENTITY glibc-patch-version "2.3.1">
    2222<!ENTITY glibc-dir "glibc-&glibc-version;">
    2323<!ENTITY glibc-threads-dir "linuxthreads, linuxthreads_db">
Note: See TracChangeset for help on using the changeset viewer.