Changeset fd40de87


Ignore:
Timestamp:
05/25/2009 05:51:22 PM (15 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, 6.5, 6.6, 6.7, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
105d91d
Parents:
30081ad
Message:

Various edits. Update glibc to fix a make check error.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r30081ad rfd40de87  
    3939
    4040    <listitem>
     41      <para>2009-05-25</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[bdubbs] - Various edits. Update glibc to fix a
     45          make check error.</para>
     46        </listitem>
     47       </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4151      <para>2009-05-24</para>
    4252      <itemizedlist>
  • chapter01/how.xml

    r30081ad rfd40de87  
    3737
    3838  <para><xref linkend="chapter-partitioning"/> of this book describes how
    39   to create a new Linux native partition and file system, the place
     39  to create a new Linux native partition and file system. This is the place
    4040  where the new LFS system will be compiled and installed. <xref
    4141  linkend="chapter-getting-materials"/> explains which packages and
  • chapter03/patches.xml

    r30081ad rfd40de87  
    244244  default. Feel free to peruse the patches database located at
    245245  <ulink url="&lfs-root;patches/"/> and acquire any additional
    246   patches to suit the system needs.</para>
     246  patches to suit your system needs.</para>
    247247
    248248</sect1>
  • chapter06/glibc.xml

    r30081ad rfd40de87  
    7171mv glibc-libidn-&glibc-version; libidn</userinput></screen>
    7272
     73<!--
     74    This should have been fixed a long time ago.
     75
    7376    <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite
    7477    loop at startup. It is unknown whether this is a <command>bash</command>
     
    7780
    7881<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen>
     82-->
    7983
    8084    <para>When running <command>make install</command>, a script called
     
    97101
    98102<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
     103
     104    <para>Fix an error in one of the make check routines.  Note that the escaped
     105    newline in the second <command>sed</command> is required:</para>
     106
     107<screen><userinput remap="pre">sed -i s/utf8/UTF-8/ libio/tst-fgetwc.c
     108sed -i '/tst-fgetws-ENV/ a\
     109tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile</userinput></screen>
    99110
    100111    <para>The Glibc documentation recommends building Glibc outside of the source
  • general.ent

    r30081ad rfd40de87  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20090524">
    3 <!ENTITY releasedate "May 24, 2009">
     2<!ENTITY version "SVN-20090525">
     3<!ENTITY releasedate "May 25, 2009">
    44<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "6.5">
Note: See TracChangeset for help on using the changeset viewer.