Changeset dd5e4c0


Ignore:
Timestamp:
Jun 12, 2017, 6:09:16 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
21d325bb
Parents:
b68ebd9
git-author:
William Harrington <kb0iic@…> (06/12/17 18:01:35)
git-committer:
William Harrington <kb0iic@…> (06/12/17 18:09:16)
Message:

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

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc/glibc.xml

    rb68ebd9 rdd5e4c0  
    5050    xpointer="xpointer(//*[@os='g'])"/>
    5151
    52     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    53     href="../common/glibc.xml"
    54     xpointer="xpointer(//*[@os='h'])"/>
     52<screen os="h"><userinput>../glibc-&glibc-version;/configure \
     53    --prefix=/usr \
     54    --enable-kernel=&glibc-kernel-version; \
     55    --libexecdir=/usr/lib/glibc \
     56    --enable-stack-protector=no \
     57    --enable-obsolete-rpc</userinput></screen>
    5558
    5659    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/ppc/changelog.xml

    rb68ebd9 rdd5e4c0  
    3333
    3434-->
     35   <listitem>
     36      <para>12 June 2017</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[William Harrington] - Use --enable-stack-protector=no.
     40          Using strong causes segfaults upon install with <command>zic</command>
     41          and <command>localedef</command>.</para>
     42        </listitem>
     43      </itemizedlist>
     44   </listitem>
    3545
    3646   <listitem>
Note: See TracChangeset for help on using the changeset viewer.