Changeset 6143d13


Ignore:
Timestamp:
12/31/2002 04:38:25 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:
ebd94a2
Parents:
f4e03a1
Message:

upgraded to glibc-2.3.1, added 2nd glibc install

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

Files:
3 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf4e03a1 r6143d13  
    4848</itemizedlist>
    4949</para></listitem>
     50
     51<listitem><para>December 31st, 2002 [gerard]: Chapter 06: Added second
     52Glibc installation at the end of the chapter. Removed the seperate
     53linuxthreads man-pages installation and moved that to the second Glibc
     54installation.</para></listitem>
    5055
    5156<listitem><para>December 31st, 2002 [gerard]: Upgraded to
  • chapter06/chapter06.xml

    rf4e03a1 r6143d13  
    3535&c6-nettools;
    3636&c6-perl;
    37 &c6-linuxthreadsmanpages;
    3837&c6-texinfo;
    3938&c6-autoconf;
     
    6463&c6-tar;
    6564&c6-utillinux;
     65&c6-glibc-pass2;
    6666&c6-bootscripts;
    6767&c6-configure;
  • chapter06/glibc-inst.xml

    rf4e03a1 r6143d13  
    4545<para>The Linux Threads man pages are not going to be installed at this
    4646point because it requires a working Perl installation. We'll install Perl
    47 later on in this chapter, so we'll come back to the Linux Threads man page
    48 installation after that.</para>
     47later on in this chapter, and the man pages will be installed when Glibc is
     48installed for the second time at the end of this chapter.</para>
    4949
    5050<para>During the configure stage you will see the following warning:</para>
  • entities/glibc.ent

    rf4e03a1 r6143d13  
    66<!ENTITY c6-glibc-inst SYSTEM "../chapter06/glibc-inst.xml">
    77<!ENTITY c6-glibc-exp SYSTEM "../chapter06/glibc-exp.xml">
     8<!ENTITY c6-glibc-pass2 SYSTEM "../chapter06/glibc-pass2.xml">
     9<!ENTITY c6-glibc-pass2-inst SYSTEM "../chapter06/glibc-pass2-inst.xml">
    810<!ENTITY c6-cf-glibc SYSTEM "../chapter06/config-glibc.xml">
    911
  • index.xml

    rf4e03a1 r6143d13  
    7474<!ENTITY % patch-entities SYSTEM "entities/patch.ent">
    7575<!ENTITY % perl-entities SYSTEM "entities/perl.ent">
    76 <!ENTITY % linuxthreadsmanpages-entities SYSTEM "entities/linuxthreadsmanpages.ent">
    7776<!ENTITY % procinfo-entities SYSTEM "entities/procinfo.ent">
    7877<!ENTITY % procps-entities SYSTEM "entities/procps.ent">
     
    143142%patch-entities;
    144143%perl-entities;
    145 %linuxthreadsmanpages-entities;
    146144%procinfo-entities;
    147145%procps-entities;
Note: See TracChangeset for help on using the changeset viewer.