[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-304-g5043f73

git git at cross-lfs.org
Wed Aug 21 09:48:51 PDT 2013


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  5043f735e3f918a2571a4e72d20da5fdcdf9c3a9 (commit)
      from  f25ed361844099cdb4f056f30be71d3768bc7a0f (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 5043f735e3f918a2571a4e72d20da5fdcdf9c3a9
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 21 11:48:44 2013 -0500

    Add a link creation for the test installation script just like with x86_64 pure64 before final-system eglibc install.

diff --git a/BOOK/final-system/ppc64-64/eglibc.xml b/BOOK/final-system/ppc64-64/eglibc.xml
index 2ec0360..42f2b7f 100644
--- a/BOOK/final-system/ppc64-64/eglibc.xml
+++ b/BOOK/final-system/ppc64-64/eglibc.xml
@@ -110,6 +110,14 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='r'])"/>
 
+    <para>The install will finish by checking that everything is correctly installed.
+    Unfortunately, it will test for a multilib installation. On PPC64 Pure64 this means
+    it will try to test the non-existent 32-bit loader which has a different name
+    from the 64-bit loader (unlike on other 64-bit architectures).  We fool it by
+    creating a symlink to the real loader.</para>
+
+    <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld64.so.1</userinput></screen>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='s'])"/>

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

Summary of changes:
 BOOK/final-system/ppc64-64/eglibc.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list