Ignore:
Timestamp:
08/06/2016 03:53:06 AM (8 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, 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:
83528c7
Parents:
8064ca26
Message:

Update to grub-2.02~beta3.
Update to glibc-2.24.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r8064ca26 r12836f5  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 <!--
    46     <note>
    47       <para>Some packages outside of LFS suggest installing GNU libiconv in
    48       order to translate data from one encoding to another. The project's
    49       home page (<ulink url="http://www.gnu.org/software/libiconv/"/>) says
    50       <quote>This library provides an <function>iconv()</function>
    51       implementation, for use on systems which don't have one, or whose
    52       implementation cannot convert from/to Unicode.</quote> Glibc provides
    53       an <function>iconv()</function> implementation and can convert from/to
    54       Unicode, therefore libiconv is not required on an LFS system.</para>
    55     </note>
    56 -->
     45
    5746    <note><para>The Glibc build system is self-contained and will install
    5847    perfectly, even though the compiler specs file and linker are still
     
    6958<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
    7059
    71     <para>Fix some problems identified upstream:</para>
    72 
    73 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
    74 
    7560    <para>The Glibc documentation recommends building Glibc
    7661    in a dedicated build directory:</para>
     
    10691
    10792      <listitem>
    108         <para><emphasis>posix/tst-getaddrinfo4</emphasis> and
    109         <emphasis>posix/tst-getaddrinfo5</emphasis> will always fail due
     93        <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail due
    11094        to not having the necessary networking applications when the tests are
    11195        run.</para>
Note: See TracChangeset for help on using the changeset viewer.