[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-374-gdd5e4c0

git git at clfs.org
Mon Jun 12 18:10:32 PDT 2017


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  dd5e4c0a9971273f77d229568dd7dc14838f8f35 (commit)
       via  b68ebd9aee8ccb84e5d7af3530261a14958b3b93 (commit)
      from  166f463c840b4cb2a66c50c7677323da34a326fc (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 dd5e4c0a9971273f77d229568dd7dc14838f8f35
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jun 12 20:01:35 2017 -0500

    With current G4 PPC, verified by two users and multiple builds, using strong stack protector during glibc causes segfaults. Possible culprit is the new stack code from GLIB 2.23 and 2.24. Refer to The following bugs: https://sourceware.org/git/?p=glibc.git;a=commit;h=9ff72da471a509a8c19791efe469f47fa6977410 https://bugs.gentoo.org/show_bug.cgi?id=608788 https://sourceware.org/bugzilla/show_bug.cgi?id=21253

diff --git a/BOOK/final-system/ppc/glibc.xml b/BOOK/final-system/ppc/glibc.xml
index 760174c..6e42c11 100644
--- a/BOOK/final-system/ppc/glibc.xml
+++ b/BOOK/final-system/ppc/glibc.xml
@@ -49,9 +49,12 @@
     href="../common/glibc.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/glibc.xml"
-    xpointer="xpointer(//*[@os='h'])"/>
+<screen os="h"><userinput>../glibc-&glibc-version;/configure \
+    --prefix=/usr \
+    --enable-kernel=&glibc-kernel-version; \
+    --libexecdir=/usr/lib/glibc \
+    --enable-stack-protector=no \
+    --enable-obsolete-rpc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/glibc.xml"
diff --git a/BOOK/introduction/ppc/changelog.xml b/BOOK/introduction/ppc/changelog.xml
index f0f7311..5e8da45 100644
--- a/BOOK/introduction/ppc/changelog.xml
+++ b/BOOK/introduction/ppc/changelog.xml
@@ -32,6 +32,16 @@
     </listitem>
 
 -->
+   <listitem>
+      <para>12 June 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Use --enable-stack-protector=no.
+          Using strong causes segfaults upon install with <command>zic</command>
+          and <command>localedef</command>.</para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
 
    <listitem>
       <para>18 October 2014</para>

commit b68ebd9aee8ccb84e5d7af3530261a14958b3b93
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jun 12 20:01:35 2017 -0500

    Update date for June 12, 2017 updates.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 1b559d5..e5837a8 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 "09"> <!-- Use two digits -->
+<!ENTITY day "12"> <!-- Use two digits -->
 <!ENTITY year "2017"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/ppc/glibc.xml     |    9 ++++++---
 BOOK/general.ent                    |    2 +-
 BOOK/introduction/ppc/changelog.xml |   10 ++++++++++
 3 files changed, 17 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list