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

git git at cross-lfs.org
Sat Jan 8 19:30:44 PST 2011


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  c584beb13ee4be4435462b1f147969123d31e09f (commit)
       via  7359257536de9169075028f4bcefd86144ac09f6 (commit)
       via  cf37775d3ffe48ebb0a574db8ebfa871e79b640f (commit)
       via  a4b40f403eb840cbe06b1d29dc2469da751cdaba (commit)
      from  7949a9145a3b60134fb6364c4db23a61d8aa000f (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 c584beb13ee4be4435462b1f147969123d31e09f
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:25:37 2011 -0500

    Fix an issue compiling E2fsprogs 32bit libraries in the boot section of ppc64.

diff --git a/BOOK/boot/ppc64/e2fsprogs-libs.xml b/BOOK/boot/ppc64/e2fsprogs-libs.xml
index d205530..a244b1f 100644
--- a/BOOK/boot/ppc64/e2fsprogs-libs.xml
+++ b/BOOK/boot/ppc64/e2fsprogs-libs.xml
@@ -59,7 +59,8 @@ echo "ac_cv_sizeof_short=2" >> config.cache</userinput></screen>-->
     href="../64/e2fsprogs.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
-<screen os="g"><userinput>make libs</userinput></screen>
+<screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
+    LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/e2fsprogs.xml"

commit 7359257536de9169075028f4bcefd86144ac09f6
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:20:44 2011 -0500

    Remove bad commands from the ncurses instructions.

diff --git a/BOOK/final-system/multilib/ncurses-64bit.xml b/BOOK/final-system/multilib/ncurses-64bit.xml
index aac8186..6e1886f 100644
--- a/BOOK/final-system/multilib/ncurses-64bit.xml
+++ b/BOOK/final-system/multilib/ncurses-64bit.xml
@@ -72,8 +72,7 @@ ln -svf multiarch_wrapper /usr/bin/ncursesw5-config</userinput></screen>
 
     <para os="j">Create symlinks in <filename class="directory">/usr/lib64:</filename></para>
 
-<screen os="k"><userinput>rm -v /lib64/lib{ncursesw,menuw,panelw,formw,cursesw}.so
-ln -svf ../../lib64/libncursesw.so.5 /usr/lib64/libcursesw.so
+<screen os="k"><userinput>rm -v /lib64/lib{ncursesw,menuw,panelw,formw}.so
 ln -svf ../../lib64/libncursesw.so.5 /usr/lib64/libncursesw.so
 ln -svf ../../lib64/libmenuw.so.5 /usr/lib64/libmenuw.so
 ln -svf ../../lib64/libpanelw.so.5 /usr/lib64/libpanelw.so
diff --git a/BOOK/final-system/multilib/ncurses-n32.xml b/BOOK/final-system/multilib/ncurses-n32.xml
index 331414c..01f8cb0 100644
--- a/BOOK/final-system/multilib/ncurses-n32.xml
+++ b/BOOK/final-system/multilib/ncurses-n32.xml
@@ -72,8 +72,7 @@
 
     <para os="j">Create symlinks in <filename class="directory">/usr/lib32:</filename></para>
 
-<screen os="k"><userinput>rm -v /lib32/lib{ncursesw,menuw,panelw,formw,cursesw}.so
-ln -svf ../../lib32/libncursesw.so.5 /usr/lib32/libcursesw.so
+<screen os="k"><userinput>rm -v /lib32/lib{ncursesw,menuw,panelw,formw}.so
 ln -svf ../../lib32/libncursesw.so.5 /usr/lib32/libncursesw.so
 ln -svf ../../lib32/libmenuw.so.5 /usr/lib32/libmenuw.so
 ln -svf ../../lib32/libpanelw.so.5 /usr/lib32/libpanelw.so

commit cf37775d3ffe48ebb0a574db8ebfa871e79b640f
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:14:27 2011 -0500

    Build rdisc with IPutils. The installation command was expecting it. Thanks code monkey for spotting this. Also cleaned up the list of installed programs.

diff --git a/BOOK/final-system/common/iputils.xml b/BOOK/final-system/common/iputils.xml
index e5a00d8..3ac59d1 100644
--- a/BOOK/final-system/common/iputils.xml
+++ b/BOOK/final-system/common/iputils.xml
@@ -36,7 +36,7 @@
 
     <para os="a">Compile the package:</para>
 
-<screen os="b"><userinput>make IPV4_TARGETS="tracepath ping clockdiff" \
+<screen os="b"><userinput>make IPV4_TARGETS="tracepath ping rdisc clockdiff" \
     IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
 
     <para os="c">This package does not come with a test suite.</para>
@@ -59,7 +59,7 @@ install -v -m644 doc/*.8 /usr/share/man/man8</userinput></screen>
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>arping, clockdiff, ping, ping6, rdisc, tracepath, tracepath6, and traceroute6</seg>
+        <seg>clockdiff, ping, rdisc, tracepath, tracepath6, and traceroute6</seg>
       </seglistitem>
     </segmentedlist>
 

commit a4b40f403eb840cbe06b1d29dc2469da751cdaba
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Jan 8 22:08:24 2011 -0500

    Correct the name of the html output page for eglibc 64bit for /tools on ppc64. Thanks code monkey.

diff --git a/BOOK/cross-tools/ppc64/eglibc-64bit.xml b/BOOK/cross-tools/ppc64/eglibc-64bit.xml
index 5086fcf..edc9a32 100644
--- a/BOOK/cross-tools/ppc64/eglibc-64bit.xml
+++ b/BOOK/cross-tools/ppc64/eglibc-64bit.xml
@@ -6,7 +6,7 @@
 ]>
 
 <sect1 id="ch-cross-tools-eglibc-64" role="wrap">
-  <?dbhtml filename="glibc-64.html"?>
+  <?dbhtml filename="eglibc-64.html"?>
 
   <title>EGLIBC-&eglibc-version; 64-Bit</title>
 

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

Summary of changes:
 BOOK/boot/ppc64/e2fsprogs-libs.xml           |    3 ++-
 BOOK/cross-tools/ppc64/eglibc-64bit.xml      |    2 +-
 BOOK/final-system/common/iputils.xml         |    4 ++--
 BOOK/final-system/multilib/ncurses-64bit.xml |    3 +--
 BOOK/final-system/multilib/ncurses-n32.xml   |    3 +--
 5 files changed, 7 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list