Author: xry111
Date: Sun May 19 22:37:42 2019
New Revision: 21611

Log:
Rephrase the optional dependency to P2 of rustc

Now we always build GDB with P3 so we should not refer to a GDB built with P2.

Modified:
   trunk/BOOK/general/prog/rust.xml

Modified: trunk/BOOK/general/prog/rust.xml
==============================================================================
--- trunk/BOOK/general/prog/rust.xml    Sun May 19 21:28:20 2019        (r21610)
+++ trunk/BOOK/general/prog/rust.xml    Sun May 19 22:37:42 2019        (r21611)
@@ -184,9 +184,7 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="gdb"/> (used by the testsuite if it is present) and
-      <xref linkend="python2"/> (if gdb is present, it must have been built
-      with Python 2 support to prevent some tests failing. Furthermore, another
-      test fails if Python 2 is not present)
+      <xref linkend="python2"/> (one test fails if Python 2 is not present)
     </para>
 
     <para condition="html" role="usernotes">
@@ -300,7 +298,7 @@
       error, with a backtrace of the last failing test. On a good run, 3 tests
       which need Thumb (ARM) compilers will fail, all in <filename
       class="directory">ui/issues</filename> for issues 37131, 49851 and 50993.
-      Occasionally a fourth test,
+      If <xref linkend="python2"/> is not installed, a fourth test,
       <filename>run-make-fulldeps/sysroot-crates-are-unstable</filename>
       fails. If gdb has been installed, in some circumstances three tests in
       <filename class="directory">debuginfo</filename> also fail. As with all
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to