Changeset 3bce8fd


Ignore:
Timestamp:
01/28/2011 01:26:09 AM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 12.2, 12.2-rc1, 6.8, 7.0, 7.1, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6c8e424
Parents:
bae0409
Message:

Add a sed that modifies incorrect defines in glibc

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbae0409 r3bce8fd  
    3838-->
    3939    <listitem>
     40      <para>2011-01-27</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] Add a sed that modifies incorrect defines in
     44          glibc.  Thanks to Bryan Kadzban for identifying the proper fix.
     45          Fixes
     46          <ulink url="&lfs-ticket-root;2820">#2820</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4052      <para>2011-01-25</para>
    4153      <itemizedlist>
     
    4355          <para>[bdubbs] Add a note about optionally building
    4456          popt before pkg-config.  Fixes
    45           <ulink url="&lfs-ticket-root;2821">#2781</ulink>.</para>
     57          <ulink url="&lfs-ticket-root;2781">#2781</ulink>.</para>
    4658        </listitem>
    4759      </itemizedlist>
     
    5365        <listitem>
    5466          <para>[bdubbs] Move chroot man page to man8.  Fixes
    55           <ulink url="&lfs-ticket-root;2823">#2782</ulink>.</para>
     67          <ulink url="&lfs-ticket-root;2782">#2782</ulink>.</para>
    5668        </listitem>
    5769      </itemizedlist>
  • chapter06/glibc.xml

    rbae0409 r3bce8fd  
    9696
    9797<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
     98
     99    <para>Fix a stack imbalance that occurs under some conditions:</para>
     100
     101<screen><userinput remap="pre">sed -i '195,213 s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \
     102nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timed{rd,wr}lock.S</userinput></screen>
    98103
    99104    <para>The Glibc documentation recommends building Glibc outside of the source
  • general.ent

    rbae0409 r3bce8fd  
    1 <!ENTITY version "SVN-20110125">
    2 <!ENTITY releasedate "January 25, 2011">
     1<!ENTITY version "SVN-20110127">
     2<!ENTITY releasedate "January 27, 2011">
    33<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.8">
Note: See TracChangeset for help on using the changeset viewer.