Ignore:
Timestamp:
09/07/2021 08:33:18 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, arm, bdubbs/gcc13, 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:
2c8fdfc
Parents:
c8fb227
Message:

Remove spaces at end o lines - chapter08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rc8fb227 rd672ab7  
    4747
    4848    <screen><userinput remap="pre">sed -e '/NOTIFY_REMOVED)/s/)/ \&amp;\&amp; data.attr != NULL)/' \
    49     -i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen> 
     49    -i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen>
    5050
    5151    <para>Some of the Glibc programs use the non-FHS compliant
     
    5656<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
    5757
    58     <para>The Glibc documentation recommends building Glibc 
     58    <para>The Glibc documentation recommends building Glibc
    5959    in a dedicated build directory:</para>
    6060
     
    8383        <term><parameter>--disable-werror</parameter></term>
    8484        <listitem>
    85           <para>This option disables the -Werror option passed to 
     85          <para>This option disables the -Werror option passed to
    8686          GCC.  This is necessary for running the test suite.</para>
    8787        </listitem>
     
    101101        <term><parameter>--enable-stack-protector=strong</parameter></term>
    102102        <listitem>
    103           <para>This option increases system security by adding 
     103          <para>This option increases system security by adding
    104104          extra code to check for buffer overflows, such as stack
    105105          smashing attacks.</para>
     
    151151    <para>You may see some test failures. The Glibc test suite is
    152152    somewhat dependent on the host system. A few failures out of
    153     over 4200 tests can generally be ignored. This is a list of the 
     153    over 4200 tests can generally be ignored. This is a list of the
    154154    most common issues seen for recent versions of LFS:</para>
    155155
     
    157157
    158158      <listitem>
    159         <para><emphasis>io/tst-lchmod</emphasis> 
     159        <para><emphasis>io/tst-lchmod</emphasis>
    160160        is known to fail in the LFS chroot environment.</para>
    161161      </listitem>
    162162
    163163      <listitem>
    164         <para><emphasis>misc/tst-ttyname</emphasis> 
     164        <para><emphasis>misc/tst-ttyname</emphasis>
    165165        is known to fail in the LFS chroot environment.</para>
    166166      </listitem>
     
    174174        <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on
    175175        the host system kernel. Kernels 4.14.91&ndash;4.14.96,
    176         4.19.13&ndash;4.19.18, and 4.20.0&ndash;4.20.5 are known to 
     176        4.19.13&ndash;4.19.18, and 4.20.0&ndash;4.20.5 are known to
    177177        cause these tests to fail.
    178178        </para>
     
    214214mkdir -pv /var/cache/nscd</userinput></screen>
    215215
    216     <para revision="systemd">Install the systemd support files for 
     216    <para revision="systemd">Install the systemd support files for
    217217    <command>nscd</command>:</para>
    218218
     
    288288    when you need them. For instance, the following two locales are
    289289    needed for some tests later in this chapter:</para>
    290  
     290
    291291<screen role="nodump"><userinput remap="locale-full">localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
    292292localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true</userinput></screen>
    293293
    294     <note><para>Glibc now uses libidn2 when resolving internationalized 
     294    <note><para>Glibc now uses libidn2 when resolving internationalized
    295295    domain names.  This is a run time dependency.  If this capability
    296     is needed, the instructions for installing libidn2 are in the 
     296    is needed, the instructions for installing libidn2 are in the
    297297    <ulink url="&blfs-book;general/libidn2.html">BLFS libidn2 page</ulink>.
    298298    </para></note>
     
    480480      <seglistitem>
    481481        <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    482         ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, 
     482        ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd,
    483483        pcprofiledump, pldd, sln, sotruss, sprof, tzselect, xtrace,
    484484        zdump, and zic</seg>
     
    950950          many different Unix utilities. These functions are now in
    951951          <filename class="libraryfile">libc</filename></para>
    952          
    953952          <indexterm zone="ch-system-glibc libutil">
    954953            <primary sortas="c-libutil">libutil</primary>
Note: See TracChangeset for help on using the changeset viewer.