mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
8f1f9ae052
@ -152,7 +152,7 @@ esac</userinput></screen>
|
||||
|
||||
<para>You may see some test failures. The Glibc test suite is
|
||||
somewhat dependent on the host system. A few failures out of
|
||||
over 5000 tests can generally be ignored. This is a list of the
|
||||
over 6000 tests can generally be ignored. This is a list of the
|
||||
most common issues seen for recent versions of LFS:</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -67,7 +67,7 @@
|
||||
|
||||
<para>Build Ninja with:</para>
|
||||
|
||||
<screen><userinput remap="configure">python3 configure.py --bootstrap</userinput></screen>
|
||||
<screen><userinput remap="configure">python3 configure.py --bootstrap --verbose</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the build option:</title>
|
||||
@ -80,10 +80,20 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--verbose</parameter></term>
|
||||
<listitem>
|
||||
<para>This parameter makes <command>configure.py</command> show
|
||||
the progress building Ninja.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<para>The package tests cannot run in the chroot environment. They require
|
||||
<ulink url="&blfs-book;general/cmake.html">cmake</ulink>.</para>
|
||||
<ulink url="&blfs-book;general/cmake.html">cmake</ulink>. But the basic
|
||||
function of this package is already tested by rebuilding itself
|
||||
(with the <parameter>--bootstrap</parameter> option) anyway.</para>
|
||||
<!--
|
||||
<para>To test the results, issue:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user