[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-220-ga091ee2

git git at clfs.org
Sun Dec 6 14:29:53 PST 2015


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  a091ee265db86273d9e14cf399f5cffe4301e018 (commit)
       via  e4011d0d1583d3e011c112d6cddc138b1bbb9d3b (commit)
       via  aa0f524dfbd1e8e0282fa3b5508a252691a90d14 (commit)
      from  f5af883627f071908dedd72be8c7c27d134f8f19 (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 a091ee265db86273d9e14cf399f5cffe4301e018
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Dec 6 19:24:27 2015 -0500

    Update to Glibc installed directory list

diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index fb0da7a..f130600 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -398,9 +398,9 @@ EOF</userinput></screen>
         /usr/include/netipx, /usr/include/netiucv, /usr/include/netpacket,
         /usr/include/netrom, /usr/include/netrose, /usr/include/nfs,
         /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc,
-        /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/glibc, /usr/lib/locale,
-        /usr/share/i18n, /usr/share/zoneinfo, /var/cache/ldconfig,
-        /var/cache/nscd</seg>
+        /usr/include/scsi, /usr/include/sys, /usr/lib/audit, /usr/lib/gconv,
+        /usr/lib/glibc, /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo,
+        /var/cache/ldconfig, /var/cache/nscd</seg>
       </seglistitem>
     </segmentedlist>
 

commit e4011d0d1583d3e011c112d6cddc138b1bbb9d3b
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Dec 6 19:11:55 2015 -0500

    Glibc does not need ld-linux symlink

diff --git a/BOOK/final-system/x86_64-64/glibc.xml b/BOOK/final-system/x86_64-64/glibc.xml
index 008f3b4..b33948b 100644
--- a/BOOK/final-system/x86_64-64/glibc.xml
+++ b/BOOK/final-system/x86_64-64/glibc.xml
@@ -105,14 +105,6 @@
     href="../common/glibc.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 x86_64 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 &glibc-ld-name; /lib/ld-linux.so.2</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/glibc.xml"
     xpointer="xpointer(//*[@os='s'])"/>
@@ -121,10 +113,6 @@
     href="../common/glibc.xml"
     xpointer="xpointer(//*[@os='t'])"/>
 
-    <para>Now we can remove this symlink:</para>
-
-    <screen><userinput>rm -v /lib/ld-linux.so.2</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/glibc.xml"
     xpointer="xpointer(//*[@os='u'])"/>

commit aa0f524dfbd1e8e0282fa3b5508a252691a90d14
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Dec 6 19:09:56 2015 -0500

    Symlinks in /usr/lib64 are no longer created

diff --git a/BOOK/final-system/64/binutils.xml b/BOOK/final-system/64/binutils.xml
index 2c34a2a..df29a98 100644
--- a/BOOK/final-system/64/binutils.xml
+++ b/BOOK/final-system/64/binutils.xml
@@ -97,13 +97,6 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='q'])"/>
 
-    <para os="w1">Now that the tests have completed, remove the symlinks in
-    <filename class="directory">/usr/lib64</filename> - they should be the
-    only things in that directory, so we can remove it without force:</para>
-
-<screen os="w2"><userinput>rm -v /usr/lib64/libstd*so*
-rmdir -v /usr/lib64</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='r'])"/>
diff --git a/BOOK/final-system/x86_64-64/binutils.xml b/BOOK/final-system/x86_64-64/binutils.xml
index 21c9d98..7b28d42 100644
--- a/BOOK/final-system/x86_64-64/binutils.xml
+++ b/BOOK/final-system/x86_64-64/binutils.xml
@@ -105,14 +105,6 @@
 <screen><userinput>rm -v /lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../64/binutils.xml"
-    xpointer="xpointer(//*[@os='w1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../64/binutils.xml"
-    xpointer="xpointer(//*[@os='w2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='r'])"/>
 

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

Summary of changes:
 BOOK/final-system/64/binutils.xml        |    7 -------
 BOOK/final-system/common/glibc.xml       |    6 +++---
 BOOK/final-system/x86_64-64/binutils.xml |    8 --------
 BOOK/final-system/x86_64-64/glibc.xml    |   12 ------------
 4 files changed, 3 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list