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
This commit is contained in:
Gerard Beekmans 2002-12-31 16:38:25 +00:00
parent f4e03a1910
commit 6143d137e4
8 changed files with 10 additions and 51 deletions

View File

@ -48,6 +48,11 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>December 31st, 2002 [gerard]: Chapter 06: Added second
Glibc installation at the end of the chapter. Removed the seperate
linuxthreads man-pages installation and moved that to the second Glibc
installation.</para></listitem>
<listitem><para>December 31st, 2002 [gerard]: Upgraded to <listitem><para>December 31st, 2002 [gerard]: Upgraded to
Glibc-2.3.1</para></listitem> Glibc-2.3.1</para></listitem>

View File

@ -34,7 +34,6 @@
&c6-gettext; &c6-gettext;
&c6-nettools; &c6-nettools;
&c6-perl; &c6-perl;
&c6-linuxthreadsmanpages;
&c6-texinfo; &c6-texinfo;
&c6-autoconf; &c6-autoconf;
&c6-automake; &c6-automake;
@ -63,6 +62,7 @@
&c6-sysvinit; &c6-sysvinit;
&c6-tar; &c6-tar;
&c6-utillinux; &c6-utillinux;
&c6-glibc-pass2;
&c6-bootscripts; &c6-bootscripts;
&c6-configure; &c6-configure;

View File

@ -44,8 +44,8 @@ to create it first.</para>
<para>The Linux Threads man pages are not going to be installed at this <para>The Linux Threads man pages are not going to be installed at this
point because it requires a working Perl installation. We'll install Perl point because it requires a working Perl installation. We'll install Perl
later on in this chapter, so we'll come back to the Linux Threads man page later on in this chapter, and the man pages will be installed when Glibc is
installation after that.</para> installed for the second time at the end of this chapter.</para>
<para>During the configure stage you will see the following warning:</para> <para>During the configure stage you will see the following warning:</para>

View File

@ -1,16 +0,0 @@
<sect2>
<title>Installation of Linux threads man pages</title>
<para>Unpack the glibc-linuxthreads package and you'll notice that you end
up with two new directories. Enter the
<filename class="directory">linuxthreads</filename> directory, not the
<filename class="directory">linuxthreads_db</filename> directory.</para>
<para>Install the Linux threads man pages by running the following
commands:</para>
<para><screen><userinput>make -C man &amp;&amp;
make -C man install</userinput></screen></para>
</sect2>

View File

@ -1,14 +0,0 @@
<sect1 id="ch06-linuxthreadsmanpages">
<title>Installing Linux threads-&linuxthreadsmanpages-version; man pages</title>
<?dbhtml filename="linuxthreadsmanpages.html" dir="chapter06"?>
<screen>Estimated build time: &linuxthreadsmanpages-time;
Estimated required disk space: &linuxthreadsmanpages-compsize;</screen>
&c6-linuxthreadsmanpages-inst;
&aa-linuxthreadsmanpages-desc;
&aa-linuxthreadsmanpages-dep;
</sect1>

View File

@ -5,6 +5,8 @@
<!ENTITY c6-glibc SYSTEM "../chapter06/glibc.xml"> <!ENTITY c6-glibc SYSTEM "../chapter06/glibc.xml">
<!ENTITY c6-glibc-inst SYSTEM "../chapter06/glibc-inst.xml"> <!ENTITY c6-glibc-inst SYSTEM "../chapter06/glibc-inst.xml">
<!ENTITY c6-glibc-exp SYSTEM "../chapter06/glibc-exp.xml"> <!ENTITY c6-glibc-exp SYSTEM "../chapter06/glibc-exp.xml">
<!ENTITY c6-glibc-pass2 SYSTEM "../chapter06/glibc-pass2.xml">
<!ENTITY c6-glibc-pass2-inst SYSTEM "../chapter06/glibc-pass2-inst.xml">
<!ENTITY c6-cf-glibc SYSTEM "../chapter06/config-glibc.xml"> <!ENTITY c6-cf-glibc SYSTEM "../chapter06/config-glibc.xml">
<!ENTITY aa-glibc SYSTEM "../appendixa/glibc.xml"> <!ENTITY aa-glibc SYSTEM "../appendixa/glibc.xml">

View File

@ -1,16 +0,0 @@
<!ENTITY c6-linuxthreadsmanpages SYSTEM "../chapter06/linuxthreadsmanpages.xml">
<!ENTITY c6-linuxthreadsmanpages-inst SYSTEM "../chapter06/linuxthreadsmanpages-inst.xml">
<!ENTITY aa-linuxthreadsmanpages SYSTEM "../appendixa/linuxthreadsmanpages.xml">
<!ENTITY aa-linuxthreadsmanpages-desc SYSTEM "../appendixa/linuxthreadsmanpages-desc.xml">
<!ENTITY aa-linuxthreadsmanpages-dep SYSTEM "../appendixa/linuxthreadsmanpages-dep.xml">
<!ENTITY linuxthreadsmanpages-version "2.2.5">
<!ENTITY linuxthreadsmanpages-depversion "2.2.5">
<!ENTITY linuxthreadsmanpages-contversion "2.2.5">
<!ENTITY linuxthreadsmanpages-size "164 KB">
<!ENTITY linuxthreadsmanpages-dir "glibc-&glibc-version;/linuxthreads/man">
<!ENTITY linuxthreadsmanpages-package "glibc-linuxthreads-&linuxthreadsmanpages-version;.tar.bz2">
<!ENTITY linuxthreadsmanpages-compsize "1.5 MB">
<!ENTITY linuxthreadsmanpages-time "0.01 SBU">

View File

@ -73,7 +73,6 @@
<!ENTITY % nettools-entities SYSTEM "entities/nettools.ent"> <!ENTITY % nettools-entities SYSTEM "entities/nettools.ent">
<!ENTITY % patch-entities SYSTEM "entities/patch.ent"> <!ENTITY % patch-entities SYSTEM "entities/patch.ent">
<!ENTITY % perl-entities SYSTEM "entities/perl.ent"> <!ENTITY % perl-entities SYSTEM "entities/perl.ent">
<!ENTITY % linuxthreadsmanpages-entities SYSTEM "entities/linuxthreadsmanpages.ent">
<!ENTITY % procinfo-entities SYSTEM "entities/procinfo.ent"> <!ENTITY % procinfo-entities SYSTEM "entities/procinfo.ent">
<!ENTITY % procps-entities SYSTEM "entities/procps.ent"> <!ENTITY % procps-entities SYSTEM "entities/procps.ent">
<!ENTITY % psmisc-entities SYSTEM "entities/psmisc.ent"> <!ENTITY % psmisc-entities SYSTEM "entities/psmisc.ent">
@ -142,7 +141,6 @@
%nettools-entities; %nettools-entities;
%patch-entities; %patch-entities;
%perl-entities; %perl-entities;
%linuxthreadsmanpages-entities;
%procinfo-entities; %procinfo-entities;
%procps-entities; %procps-entities;
%psmisc-entities; %psmisc-entities;