Ignore:
Timestamp:
10/21/2013 08:43:55 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
f2a5108
Parents:
c34291a
Message:

Merge latest trunk updates to systemd branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rc34291a ra3af16f  
    6262    of achieving a clean build.</para>
    6363
     64    <para>An upstream change needs to be reverted:</para>
     65
     66<screen><userinput remap="pre">sed -i -e 's/static __m128i/inline &amp;/' sysdeps/x86_64/multiarch/strstr.c</userinput></screen>
     67
     68    <para>Allow Glibc to be built with Make-&make-version;:</para>
     69
     70<screen><userinput remap="pre">sed -r -i 's/(3..89..)/\1 | 4.*/' configure</userinput></screen>
     71
    6472    <para>Some of the Glibc programs use non-FHS compilant
    6573    <filename class="directory">/var/db</filename> directory
     
    8391    --prefix=/usr          \
    8492    --disable-profile      \
    85     --enable-kernel=2.6.25 \
     93    --enable-kernel=&min-kernel; \
    8694    --libexecdir=/usr/lib</userinput></screen>
    8795    <variablelist>
     
    9199        <term><parameter>--libexecdir=/usr/lib</parameter></term>
    92100        <listitem>
    93           <para>This changes the location of the <command>pt_chown</command>
    94           program and <filename class="directory">getconf</filename> directory
    95           from their default install location of <filename
    96           class="directory">/usr/libexec</filename> to <filename
    97           class="directory">/usr/lib</filename>.</para>
     101          <para>This changes the location of some auxillary files from the
     102          default of <filename class="directory">/usr/libexec</filename> to
     103          <filename class="directory">/usr/lib/glibc</filename>.</para>
    98104        </listitem>
    99105      </varlistentry>
     
    146152        help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
    147153        make -k check</command>).</para>
     154      </listitem>
     155
     156      <listitem>
     157        <para>posix/tst-getaddrinfo4 will always fail due to not having a network
     158        connection when the test is run.</para>
    148159      </listitem>
    149160
     
    409420        <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    410421        ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump,
    411         pldd, pt_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
     422        pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
    412423        zdump, and zic</seg>
    413424        <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
     
    601612        </listitem>
    602613      </varlistentry>
    603 
     614<!--
    604615      <varlistentry id="pt_chown">
    605616        <term><command>pt_chown</command></term>
     
    612623        </listitem>
    613624      </varlistentry>
    614 
     625-->
    615626      <varlistentry id="rpcgen">
    616627        <term><command>rpcgen</command></term>
Note: See TracChangeset for help on using the changeset viewer.