Author: fernando
Date: Tue Feb 11 01:44:10 2014
New Revision: 12691
Log:
Python-3.3.4. Rephrase discussion abou the test suite.
Modified:
trunk/BOOK/general/prog/python3.xml
Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Tue Feb 11 01:22:18 2014 (r12690)
+++ trunk/BOOK/general/prog/python3.xml Tue Feb 11 01:44:10 2014 (r12691)
@@ -109,7 +109,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="bluez"/>,
- <xref linkend="gdb"/>, and
+ <xref linkend="gdb"/> (required for some tests), and
<ulink url="http://www.valgrind.org/">Valgrind</ulink>
</para>
@@ -167,16 +167,16 @@
<para>
The test suite must be run separately from the build, either before or
- after the package is installed. Do not install the package, after running
- the test suite. To install the package, you need to start with a fresh or
- clean source tree. For the test, you also need a clean source code, so
- either start by removing the source code directory and starting over, by
- uncompressing the source tarball or by running
- <command>make clean</command>. Then configure again,
- adding <quote>--with-pydebug</quote> to the <command>configure</command>
- switches above, run <command>make</command>, then
- <command>make test</command>.
- Remember that some tests fail, if not run in an X terminal.
+ after the package is built and installed. Do not run
+ <command>make install</command>, after running the test suite. To build
+ and install the package, you need to start with a fresh or clean source
+ tree. For the test, you also need a clean source code, so either start by
+ removing the source code directory and starting over, by uncompressing
+ the source tarball or by running <command>make clean</command>. Then
+ configure again, adding <quote>--with-pydebug</quote> to the
+ <command>configure</command> switches above, run <command>make</command>,
+ then <command>make test</command>. Remember that some tests fail, if not
+ run in an X terminal.
</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page