diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:40:16 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:40:16 +0200 |
commit | c6f58f47bdce93f07da86485fc3bddc39654a2a8 (patch) | |
tree | dff0742e817d318ac550e1adcaf5b8971fe37f94 /chapter08 | |
parent | 2c8fdfc1654e5c1f30ec7f1104a8ca634ed9ed73 (diff) | |
parent | 8e6babecd0d75542a01eedfde32556879733f842 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/e2fsprogs.xml | 2 | ||||
-rw-r--r-- | chapter08/gdbm.xml | 10 | ||||
-rw-r--r-- | chapter08/grub.xml | 1 | ||||
-rw-r--r-- | chapter08/openssl.xml | 7 |
4 files changed, 12 insertions, 8 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index 4144cd205..79fdc5f1f 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -93,6 +93,8 @@ cd build</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> + <para>One test, u_direct_io, is known to fail on some systems.</para> + <!-- This is a ridiculous amount now! And is it still true? Does not appear to be true for version 1.46.3. Time with tests 26 seconds with tests (With lots of cores and ram and an ssd disk). diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml index 431987f52..93e1f6a11 100644 --- a/chapter08/gdbm.xml +++ b/chapter08/gdbm.xml @@ -73,12 +73,14 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> -<!-- +<screen><userinput remap="test">make -k check</userinput></screen> + <para> - One test, <filename>version</filename>, is known to fail. + The gdbmtool tests are known to fail with some DejaGNU + <literal>ERROR</literal> messages. In the summary it's + shown as one unresolved testcase. </para> ---> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 7ad5a3272..e9008c31a 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -53,7 +53,6 @@ <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ - --sbindir=/sbin \ --sysconfdir=/etc \ --disable-efiemu \ --disable-werror</userinput></screen> diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index d1690efc6..cece1904f 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -59,9 +59,10 @@ <screen><userinput remap="test">make test</userinput></screen> - <para>One test 30-test_afalg.t is known to fail on some kernel - configurations (it apparently assumes certain unspecified crypto - options have been selected).</para> + <para>One test, 30-test_afalg.t, is known to fail on some kernel + configurations (depending on inconsistent values of + CONFIG_CRYPTO_USER_API* settings.) If it fails, it can safely be + ignored.</para> <para>Install the package:</para> |