Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2025-01-27 00:30:12 +01:00
commit 61c2e110b7
2 changed files with 5 additions and 9 deletions

View File

@ -52,13 +52,7 @@
<para>To test the results<!--(about 11.0 SBU)-->, issue:</para> <para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
<screen><userinput remap="test">make -k check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>
<para>Five tests are known to fail in the LFS build environment due
to a circular dependency, but these tests pass if rechecked after
automake has been installed. Additionally, with grep-3.8 or newer,
two tests will trigger a warning for non-POSIX regular expressions and
fail.</para>
<para>Install the package:</para> <para>Install the package:</para>

View File

@ -64,9 +64,11 @@
<para>To prepare the tests, ensure that user <para>To prepare the tests, ensure that user
<systemitem class="username">tester</systemitem> can write <systemitem class="username">tester</systemitem> can write
to the source tree:</para> to the source tree and exclude one file containing tests requiring
<command>curl</command> or <command>wget</command>:</para>
<screen><userinput remap="test">chown -R tester .</userinput></screen> <screen><userinput remap="test">chown -R tester .
sed '/test_glvs/d' -i src/testdir/Make_all.mak</userinput></screen>
<para>Now run the tests as user <systemitem <para>Now run the tests as user <systemitem
class="username">tester</systemitem>:</para> class="username">tester</systemitem>:</para>