Author: jim
Date: 2006-08-16 01:47:46 -0600 (Wed, 16 Aug 2006)
New Revision: 2221
Modified:
/
trunk/BOOK/boot/common/e2fsprogs.xml
trunk/BOOK/boot/common/zlib.xml
trunk/BOOK/temp-system/common/bash.xml
Log:
[EMAIL PROTECTED] (orig r2349): [EMAIL PROTECTED] | 2006-08-15 23:31:53 -0700
Text updates
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2348
+ b6734a72-470d-0410-b049-f317dca95413:/:2349
Modified: trunk/BOOK/boot/common/e2fsprogs.xml
===================================================================
--- trunk/BOOK/boot/common/e2fsprogs.xml 2006-08-16 07:47:35 UTC (rev
2220)
+++ trunk/BOOK/boot/common/e2fsprogs.xml 2006-08-16 07:47:46 UTC (rev
2221)
@@ -70,8 +70,9 @@
<term><parameter>DESTDIR=${CLFS}</parameter></term>
<listitem>
<para>The Makefile for e2fsprogs hard-codes a path to the
- <filename>mke2fs.conf</filename> file, causing the installation to
- fail unless the DESTDIR parameter is used.</para>
+ <filename>mke2fs.conf</filename> file, attempting to install it into
+ ${DESTDIR}/etc, causing the installation to fail as it tries to write
+ to /etc. The DESTDIR parameter prevents this.</para>
</listitem>
</varlistentry>
</variablelist>
Modified: trunk/BOOK/boot/common/zlib.xml
===================================================================
--- trunk/BOOK/boot/common/zlib.xml 2006-08-16 07:47:35 UTC (rev 2220)
+++ trunk/BOOK/boot/common/zlib.xml 2006-08-16 07:47:46 UTC (rev 2221)
@@ -34,7 +34,7 @@
<varlistentry os="aa1">
<term><parameter>--shared</parameter></term>
<listitem>
- <para>Tells zlib to build its shared library.</para>
+ <para>Tells Zlib to build its shared library.</para>
</listitem>
</varlistentry>
Modified: trunk/BOOK/temp-system/common/bash.xml
===================================================================
--- trunk/BOOK/temp-system/common/bash.xml 2006-08-16 07:47:35 UTC (rev
2220)
+++ trunk/BOOK/temp-system/common/bash.xml 2006-08-16 07:47:46 UTC (rev
2221)
@@ -27,8 +27,8 @@
<screen os="c2"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >>
config.cache</userinput></screen>
<para os="c3">When bash is cross-compiled, it cannot test for the presence
- of named pipes. We used <command>su</command> to become an unprivileged
- user, this combination will cause a build without <emphasis>process
+ of named pipes. If you used <command>su</command> to become an unprivileged
+ user, this combination will cause Bash to build without <emphasis>process
substitution</emphasis>, which will break one of the c++ test scripts in
<literal>glibc</literal>. Prevent that by forcing the following definition:
</para>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page