Changeset 740ace6


Ignore:
Timestamp:
05/06/2012 09:59:44 AM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0ee8aeb
Parents:
72f3ca7
Message:

Add back a patch for Glibc that prevents various BLFS programs, including aplay, from segfaulting.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9843 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r72f3ca7 r740ace6  
    4848
    4949    <listitem>
     50      <para>2012-05-06</para>
     51      <itemizedlist>
     52         <listitem>
     53           <para>[matthew] - Add back a patch for Glibc that prevents various
     54           BLFS programs, such as aplay, from segfaulting.</para>
     55         </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    5060      <para>2012-05-01</para>
    5161      <itemizedlist>
  • chapter01/whatsnew.xml

    r72f3ca7 r740ace6  
    233233
    234234    <listitem>
     235      <para>&glibc-fixes-patch;</para>
     236    </listitem>
     237
     238    <listitem>
    235239      <para>&glibc-gcc_fix-patch;</para>
    236240    </listitem>
  • chapter03/patches.xml

    r72f3ca7 r740ace6  
    5656        <para>Download: <ulink url="&patches-root;&flex-gcc-patch;"/></para>
    5757        <para>MD5 sum: <literal>&flex-gcc-patch-md5;</literal></para>
     58      </listitem>
     59    </varlistentry>
     60
     61    <varlistentry>
     62      <term>Glibc Fixes Patch - <token>&glibc-fixes-patch-size;</token>:</term>
     63      <listitem>
     64        <para>Download: <ulink url="&patches-root;&glibc-fixes-patch;"/></para>
     65        <para>MD5 sum: <literal>&glibc-fixes-patch-md5;</literal></para>
    5866      </listitem>
    5967    </varlistentry>
  • chapter06/glibc.xml

    r72f3ca7 r740ace6  
    100100
    101101<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
     102
     103  <para>Fix a bug that causes several BLFS packages to segfault:</para>
     104<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fixes-patch;</userinput></screen>
    102105
    103106  <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
  • general.ent

    r72f3ca7 r740ace6  
    1 <!ENTITY version "SVN-20120505">
    2 <!ENTITY releasedate "May 05, 2012">
     1<!ENTITY version "SVN-20120506">
     2<!ENTITY releasedate "May 06, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.2">
  • patches.ent

    r72f3ca7 r740ace6  
    3737<!ENTITY gcc-startfiles-patch-size "1.5 KB">
    3838
     39
     40<!ENTITY glibc-fixes-patch "glibc-&glibc-version;-fixes-1.patch">
     41<!ENTITY glibc-fixes-patch-md5 "78659b024e7175dcc28e9fc4552b1a27">
     42<!ENTITY glibc-fixes-patch-size "6.5 KB">
    3943
    4044<!ENTITY glibc-gcc_fix-patch "glibc-&glibc-version;-gcc_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.