[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 2bd7b2c8231faf3dc0b4ebebc3bfe5f2cee59a47

git git at cross-lfs.org
Mon Dec 17 05:13:22 PST 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 Book".

The branch, master has been updated
       via  2bd7b2c8231faf3dc0b4ebebc3bfe5f2cee59a47 (commit)
       via  f7a6c6f368de636620d3b6e4d7670fc34da88c1c (commit)
       via  69f9f3f6464dc3e257ca67b48362b75a6a925562 (commit)
      from  1e2fce23b63c852634d832ef78a057d841392b3f (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 2bd7b2c8231faf3dc0b4ebebc3bfe5f2cee59a47
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 17 08:13:15 2012 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 0f6a5c3..1e1e45a 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "12"> <!-- Use two digits -->
 <!ENTITY month_name "December">
-<!ENTITY day "14"> <!-- Use two digits -->
+<!ENTITY day "17"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit f7a6c6f368de636620d3b6e4d7670fc34da88c1c
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 17 08:12:52 2012 -0500

    Slight improvements to host reqs. script

diff --git a/BOOK/prologue/common/hostreqs.xml b/BOOK/prologue/common/hostreqs.xml
index 7114743..8e5bb49 100644
--- a/BOOK/prologue/common/hostreqs.xml
+++ b/BOOK/prologue/common/hostreqs.xml
@@ -138,14 +138,15 @@ tar --version | head -n1
 makeinfo --version | head -n1
 xz --version | head -n1
 echo 'main(){}' | gcc -v -o /dev/null -x c - > dummy.log 2>&1
-if grep -q ' error' dummy.log; then
+if ! grep -q ' error' dummy.log; then
   echo "Compilation successful" && rm dummy.log
 else
-  echo "Compilation FAILED - more development packages may need to be \
- installed. If you like, you can also view dummy.log for more details."
+  echo 1>&2  "Compilation FAILED - more development packages may need to be \
+installed. If you like, you can also view dummy.log for more details."
 fi</literal>
 EOF
 
-bash version-check.sh</userinput></screen>
+bash version-check.sh 2>errors.log &&
+[ -s errors.log ] && echo -e "\nThe following packages could not be found:\n$(cat errors.log)"</userinput></screen>
 
 </sect1>

commit 69f9f3f6464dc3e257ca67b48362b75a6a925562
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 17 08:11:59 2012 -0500

    Corrected enable-cxx option for gmp - reported on IRC by 'l0ll0lll'

diff --git a/BOOK/final-system/multilib/gmp.xml b/BOOK/final-system/multilib/gmp.xml
index 2e38352..0b4c899 100644
--- a/BOOK/final-system/multilib/gmp.xml
+++ b/BOOK/final-system/multilib/gmp.xml
@@ -44,7 +44,7 @@
 CXX="g++ -isystem /usr/include ${BUILD32}" \
 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \
   ABI=32 ./configure --prefix=/usr \
-    -enable-cxx --enable-mpbsd</userinput></screen>
+    --enable-cxx --enable-mpbsd</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gmp.xml"

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

Summary of changes:
 BOOK/final-system/multilib/gmp.xml |    2 +-
 BOOK/general.ent                   |    2 +-
 BOOK/prologue/common/hostreqs.xml  |    9 +++++----
 3 files changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list