Author: matthew
Date: 2011-12-28 10:57:40 -0700 (Wed, 28 Dec 2011)
New Revision: 9696
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/general.ent
trunk/BOOK/prologue/hostreqs.xml
Log:
Fix version-check.sh's Glibc version detection on 64-bit Debian hosts. Thanks
to Pierre Labastie for the report and fix.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-12-23 19:12:28 UTC (rev 9695)
+++ trunk/BOOK/chapter01/changelog.xml 2011-12-28 17:57:40 UTC (rev 9696)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2011-12-28</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Fix version-check.sh's Glibc version detection on
64-bit Debian hosts.
+ Thanks to Pierre Labastie for the report and fix.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-12-22</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-12-23 19:12:28 UTC (rev 9695)
+++ trunk/BOOK/general.ent 2011-12-28 17:57:40 UTC (rev 9696)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111223">
-<!ENTITY releasedate "Dec 23, 2011">
+<!ENTITY version "SVN-20111228">
+<!ENTITY releasedate "Dec 28, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/prologue/hostreqs.xml
===================================================================
--- trunk/BOOK/prologue/hostreqs.xml 2011-12-23 19:12:28 UTC (rev 9695)
+++ trunk/BOOK/prologue/hostreqs.xml 2011-12-28 17:57:40 UTC (rev 9696)
@@ -169,7 +169,8 @@
then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`";
else echo "awk not found"; fi
gcc --version | head -n1
-/lib/libc.so.6 | head -n1 | cut -d"," -f1
+libcLib="`find /lib /lib64 -name libc.so.6 -print`"
+/${libcLib} | head -n1 | cut -d"," -f1
grep --version | head -n1
gzip --version | head -n1
cat /proc/version
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page