[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-208-gb266943

git git at clfs.org
Sun Dec 6 14:29:47 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, sysvinit has been updated
       via  b266943c584f948620e534e0c474f9ec16843155 (commit)
       via  0a9ca46a1b9b2b626cdeca378169d6cc07bc8aaf (commit)
       via  fb65b8183a5c2111b2fd594d3513bd104a2e92f5 (commit)
      from  b7c751146456a105af3e416eb7ba2dada3911b7e (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 b266943c584f948620e534e0c474f9ec16843155
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 0a9ca46a1b9b2b626cdeca378169d6cc07bc8aaf
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 fa56d77..2f55cbe 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 fb65b8183a5c2111b2fd594d3513bd104a2e92f5
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