ソースを参照

Resolved bug 895 with a modification to our glibc lockin instructions in chapter 6.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 21 年 前
コミット
6e8fc7d199
3 ファイル変更10 行追加3 行削除
  1. 6 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/readjusting.xml
  3. 2 2
      general.ent

+ 6 - 0
chapter01/changelog.xml

@@ -93,6 +93,12 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>September 10th, 2004 [jeremy]: Modified the instructions to 
+lock in glibc in Chapter 6, modifying the startfile_prefix_spec parameter in
+the gcc specs file.  Thanks to Greg Schafer for pointing out this problem, and
+Ryan Oliver and Anderson Lizardo for the fix.  Closes out bug 895 for
+unstable.</para></listitem>
+
 <listitem><para>September 9th, 2004 [jeremy]: Added missing colon to group
 name in Chapter 6-Coreutils (used by the test suite).  Reported by
 Nico to LFS-Dev</para></listitem>

+ 2 - 1
chapter06/readjusting.xml

@@ -52,7 +52,8 @@ this:</para>
 
 <!-- Ampersands are needed to allow cut and paste -->
 
-<screen><userinput>sed -i 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \
+<screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \
+    -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/@g;' \
     `gcc --print-file specs`</userinput></screen>
 
 <para>Again, cutting and pasting the above is recommended. And just like

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040909">
-<!ENTITY releasedate "September 9, 2004">
+<!ENTITY version "SVN-20040910">
+<!ENTITY releasedate "September 10, 2004">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">