[Clfs-commits] [CLFS Embedded]Cross-LFS Embedded Book branch, master, updated. 0acd2527d3c6e34770153c73f1fcf5997fe696a3

git git at cross-lfs.org
Wed Aug 8 13:09:52 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Embedded Book".

The branch, master has been updated
       via  0acd2527d3c6e34770153c73f1fcf5997fe696a3 (commit)
      from  2779cfb5570625d27f88c2a5c5ff361f2032de5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0acd2527d3c6e34770153c73f1fcf5997fe696a3
Author: William Harrington <kb0iic at gmail.com>
Date:   Wed Aug 8 15:09:47 2012 -0500

    Update version check script to find libc.so.6 in other lib directories other than lib and lib64 for multiarch systems.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 12ccaa6..43adabb 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "05"> <!-- Use two digits -->
-<!ENTITY month_name "May">
-<!ENTITY day "14"> <!-- Use two digits -->
-<!ENTITY year "2011"> <!-- Use four digits -->
+<!ENTITY month "08"> <!-- Use two digits -->
+<!ENTITY month_name "August">
+<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 5adc129..9d04721 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>August 08, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Update version check script to find the libc version with hosts that use paths other than /lib and /lib64, such as multiarch distro.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
 
     <listitem>
       <para>May 14, 2011</para>
diff --git a/BOOK/prologue/common/hostreqs.xml b/BOOK/prologue/common/hostreqs.xml
index 8b53615..ae33379 100644
--- a/BOOK/prologue/common/hostreqs.xml
+++ b/BOOK/prologue/common/hostreqs.xml
@@ -104,7 +104,7 @@ diff --version | head -n1
 find --version | head -n1
 gawk --version | head -n1
 gcc --version | head -n1
-/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
+ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash | head -n 1 | cut -d ' ' -f 1-7
 grep --version | head -n1
 gzip --version | head -n1
 make --version | head -n1

-----------------------------------------------------------------------

Summary of changes:
 BOOK/general.ent                       |    8 ++++----
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/prologue/common/hostreqs.xml      |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Embedded Book



More information about the Clfs-commits mailing list