Removed hardwired sources directory.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-09-18 09:08:13 +00:00
parent 4fd2af1540
commit 5ebdc13a4a
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
<indexterm zone="ch-system-glibc"><primary sortas="a-Glibc">Glibc</primary></indexterm> <indexterm zone="ch-system-glibc"><primary sortas="a-Glibc">Glibc</primary></indexterm>
<sect2 role="package"><title/> <sect2 role="package"><title/>
<para>The Glibc package contains the main C library. This library provides <para>The Glibc package contains the main C library. This library provides
the basic routines for allocating memory, searching directories, opening and the basic routines for allocating memory, searching directories, opening and
closing files, reading and writing files, string handling, pattern matching, closing files, reading and writing files, string handling, pattern matching,
arithmetic, and so on.</para> arithmetic, and so on.</para>
@ -60,7 +60,7 @@ of achieving a clean build.</para>
threading libraries installed by Glibc. Unpack the tarball from threading libraries installed by Glibc. Unpack the tarball from
within the Glibc source directory:</para> within the Glibc source directory:</para>
<screen><userinput>tar -xf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> <screen><userinput>tar -xf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later. <para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
The problem has been determined to be with the tests themselves, not with the The problem has been determined to be with the tests themselves, not with the
@ -120,7 +120,7 @@ make -k check &gt;glibc-check-log 2&gt;&amp;1 ; grep Error glibc-check-log
</userinput></screen> </userinput></screen>
<para>On at least i686 you can expect to see failures in the <emphasis>test-double <para>On at least i686 you can expect to see failures in the <emphasis>test-double
</emphasis> and <emphasis>test-idouble</emphasis> math tests with </emphasis> and <emphasis>test-idouble</emphasis> math tests with
gcc-&gcc-version;, as well as an expected (ignored) failure in <emphasis> gcc-&gcc-version;, as well as an expected (ignored) failure in <emphasis>
posix/annexc</emphasis>. These two failures in the math tests appear to be posix/annexc</emphasis>. These two failures in the math tests appear to be
harmless.</para> harmless.</para>
@ -321,7 +321,7 @@ getent, iconv, iconvconfig, ldconfig, ldd, lddlibc4, locale,
localedef, mtrace, nscd, nscd_nischeck, pcprofiledump, pt_chown, rpcgen, localedef, mtrace, nscd, nscd_nischeck, pcprofiledump, pt_chown, rpcgen,
rpcinfo, sln, sprof, tzselect, xtrace, zdump, and zic</seg> rpcinfo, sln, sprof, tzselect, xtrace, zdump, and zic</seg>
<seg>ld.so, libBrokenLocale.[a,so], <seg>ld.so, libBrokenLocale.[a,so],
libSegFault.so, libanl.[a,so], libbsd-compat.a, libc.[a,so], libSegFault.so, libanl.[a,so], libbsd-compat.a, libc.[a,so],
libcrypt.[a,so], libdl.[a,so], libg.a, libieee.a, libm.[a,so], libmcheck.a, libcrypt.[a,so], libdl.[a,so], libg.a, libieee.a, libm.[a,so], libmcheck.a,
libmemusage.so, libnsl.a, libnss_compat.so, libnss_dns.so, libnss_files.so, libmemusage.so, libnsl.a, libnss_compat.so, libnss_dns.so, libnss_files.so,
libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so, libpcprofile.so, libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so, libpcprofile.so,

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050917"> <!ENTITY version "SVN-20050918">
<!ENTITY releasedate "September 17, 2005"> <!ENTITY releasedate "September 18, 2005">
<!ENTITY milestone "6.2"> <!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->