Changeset 1caa48e


Ignore:
Timestamp:
12/12/2003 11:41:37 PM (20 years ago)
Author:
Greg Schafer <greg@…>
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, 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:
84e4cae
Parents:
2ad19ed
Message:

Glibc: Moved ld.so.conf creation to immediately before make install in both chapters.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2ad19ed r1caa48e  
    4747</listitem>
    4848
     49<listitem><para>December 12th, 2003 [greg]: Glibc: Moved ld.so.conf creation
     50to immediately before make install in both chapters.</para></listitem>
     51
    4952<listitem><para>December 11th, 2003 [greg]: Chapter 6 - Inetutils: Added patch
    5053to prevent unnecessary man pages from being installed. Closes Bug
    5154723.</para></listitem>
    5255
    53 <listitem><para>December 11th, 2003 [greg]: Chapter 5 - Creating directories:
     56<listitem><para>December 11th, 2003 [greg]: Chapter 6 - Creating directories:
    5457Stopped creation of /usr/share/{dict,nls}. Closes Bug 721.</para></listitem>
    5558
  • chapter05/glibc.xml

    r2ad19ed r1caa48e  
    3333is putting the stability of your system at risk.</para>
    3434
    35 <para>Though it is a harmless message, the install stage of Glibc will
    36 complain about the absence of <filename>/tools/etc/ld.so.conf</filename>.
    37 Fix this annoying little warning with:</para>
    38 
    39 <screen><userinput>mkdir /tools/etc
    40 touch /tools/etc/ld.so.conf</userinput></screen>
    41 
    42 <para>Also, Glibc has a subtle problem when compiled with GCC &gcc-version;.
     35<para>Glibc has a subtle problem when compiled with GCC &gcc-version;.
    4336Apply the following patch to fix this:</para>
    4437
     
    142135file and examine the total number of failures.</para>
    143136
     137<para>Though it is a harmless message, the install stage of Glibc will
     138complain about the absence of <filename>/tools/etc/ld.so.conf</filename>.
     139Fix this annoying little warning with:</para>
     140
     141<screen><userinput>mkdir /tools/etc
     142touch /tools/etc/ld.so.conf</userinput></screen>
     143
    144144<para>Now install the package:</para>
    145145
  • chapter06/glibc.xml

    r2ad19ed r1caa48e  
    2929flags.</para>
    3030
    31 <para>Though it is a harmless message, the install stage of Glibc will
    32 complain about the absence of <filename>/etc/ld.so.conf</filename>. Fix this
    33 annoying little warning with:</para>
    34 
    35 <screen><userinput>touch /etc/ld.so.conf</userinput></screen>
    36 
    37 <para>Then apply the same patch we used previously:</para>
     31<para>Apply the same patch we used previously:</para>
    3832                                                                               
    3933<screen><userinput>patch -Np1 -i ../&glibc-sscanf-patch;</userinput></screen>
     
    7367<para>The test suite notes from <xref linkend="ch05-glibc"/> are still very much
    7468appropriate here. Be sure to refer back there should you have any doubts.</para>
     69
     70<para>Though it is a harmless message, the install stage of Glibc will
     71complain about the absence of <filename>/etc/ld.so.conf</filename>. Fix this
     72annoying little warning with:</para>
     73
     74<screen><userinput>touch /etc/ld.so.conf</userinput></screen>
    7575
    7676<para>And install the package:</para>
  • index.xml

    r2ad19ed r1caa48e  
    44
    55
    6 <!ENTITY version "CVS-20031211">
    7 <!ENTITY releasedate "December 11th, 2003">
     6<!ENTITY version "CVS-20031212">
     7<!ENTITY releasedate "December 12th, 2003">
    88<!ENTITY milestone "5.1">
    99<!ENTITY nbsp " ">
Note: See TracChangeset for help on using the changeset viewer.