[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-87-g90d5468

git git at cross-lfs.org
Fri Jun 7 08:55:01 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  90d546890a2e80dc1728058f83274818eed2d095 (commit)
       via  eddcf5f1c82dd892ce9575bf6da8e343b01b95b1 (commit)
       via  139ee85846294913107718eb4d7cd946c2bc335f (commit)
      from  b50d1dc1fba180d148ec025579fa49437be6b8d7 (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 90d546890a2e80dc1728058f83274818eed2d095
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jun 7 10:54:56 2013 -0500

    Add sed command to tar for glibc 2.17 which doesn't declar gets function.

diff --git a/BOOK/final-system/common/tar.xml b/BOOK/final-system/common/tar.xml
index 4aca3bc..1e740a2 100644
--- a/BOOK/final-system/common/tar.xml
+++ b/BOOK/final-system/common/tar.xml
@@ -29,6 +29,10 @@
 
 <screen os="p2"><userinput>patch -Np1 -i ../&tar-man-patch;</userinput></screen>
 
+    <para os="s1">Glibc-2.17 does not declare gets():</para>
+
+<screen os="s2"><userinput>sed -i -e '/gets is a/d' gnu/stdio.in.h</userinput></screen>
+
     <para os="a">Prepare Tar for compilation:</para>
 
 <screen os="b"><userinput>FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
diff --git a/BOOK/final-system/multilib/tar.xml b/BOOK/final-system/multilib/tar.xml
index 39cfa80..89b489f 100644
--- a/BOOK/final-system/multilib/tar.xml
+++ b/BOOK/final-system/multilib/tar.xml
@@ -31,6 +31,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/tar.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>FORCE_UNSAFE_CONFIGURE=1 CC="gcc ${BUILD64}" \
diff --git a/BOOK/temp-system/common/tar.xml b/BOOK/temp-system/common/tar.xml
index 038c86f..44eb5ef 100644
--- a/BOOK/temp-system/common/tar.xml
+++ b/BOOK/temp-system/common/tar.xml
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Tar</title>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
     <para os="c1">Configure can not properly determine the results of a few
     tests. Set them manually:</para>
 
diff --git a/BOOK/temp-system/multilib/tar.xml b/BOOK/temp-system/multilib/tar.xml
index 9b57775..0a4e1a4 100644
--- a/BOOK/temp-system/multilib/tar.xml
+++ b/BOOK/temp-system/multilib/tar.xml
@@ -23,6 +23,14 @@
     <title>Installation of Tar</title>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/tar.xml"
     xpointer="xpointer(//*[@os='c1'])"/>
 

commit eddcf5f1c82dd892ce9575bf6da8e343b01b95b1
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jun 7 10:54:00 2013 -0500

    Add entry for tar sed command for gets function.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 2dc5071..03cde73 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>07 June 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add a sed to Tar-1.26 installs as gets() is no longer declared with Glibc-2.17.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>05 June 2013</para>
       <itemizedlist>
         <listitem>

commit 139ee85846294913107718eb4d7cd946c2bc335f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jun 7 10:53:31 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 6a6c8bd..479f043 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "06"> <!-- Use two digits -->
+<!ENTITY day "07"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/tar.xml       |    4 ++++
 BOOK/final-system/multilib/tar.xml     |    8 ++++++++
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/temp-system/common/tar.xml        |    8 ++++++++
 BOOK/temp-system/multilib/tar.xml      |    8 ++++++++
 6 files changed, 38 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list