Changeset 796b226a


Ignore:
Timestamp:
04/16/2023 10:30:13 PM (13 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
7a51953
Parents:
5a0eccd (diff), ed48f326 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/dbus.xml

    r5a0eccd r796b226a  
    8080<screen><userinput remap="make">make</userinput></screen>
    8181
    82     <para>This package does come with a test suite, but it requires several
     82    <para>To test the results, issue:</para>
     83
     84<screen><userinput remap="test">make check</userinput></screen>
     85
     86    <para>Many tests are disabled because they require additional
    8387    packages that are not included in LFS. Instructions for running the
    84     test suite can be found in the BLFS book at
    85     <ulink url="&blfs-book;general/dbus.html"/>.</para>
     88    comprehensive test suite can be found in
     89    <ulink url="&blfs-book;general/dbus.html">the BLFS book</ulink>.</para>
    8690
    8791    <para>Install the package:</para>
     
    108112        dbus-run-session, dbus-send, dbus-test-tool,
    109113        dbus-update-activation-environment, and dbus-uuidgen</seg>
    110         <seg>libdbus-1.{a,so}</seg>
     114        <seg>libdbus-1.so</seg>
    111115        <seg>/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0,
    112116        /usr/share/dbus-1, /usr/share/doc/dbus-&dbus-version;,
  • chapter08/openssl.xml

    r5a0eccd r796b226a  
    6666<screen><userinput remap="test">make test</userinput></screen>
    6767
    68     <para>One test, 30-test_afalg.t, is known to fail on some kernel
    69     configurations (depending on inconsistent values of
    70     CONFIG_CRYPTO_USER_API* settings.) If it fails, it can safely be
    71     ignored.</para>
     68    <para>One test, 30-test_afalg.t, is known to fail if the host kernel
     69    does not have <option>CONFIG_CRYPTO_USER_API_SKCIPHER</option> enabled,
     70    or does not have any options providing an AES with CBC implementation
     71    (for example, the combination of <option>CONFIG_CRYPTO_AES</option>
     72    and <option>CONFIG_CRYPTO_CBC</option>, or
     73    <option>CONFIG_CRYPTO_AES_NI_INTEL</option> if the CPU supports AES-NI)
     74    enabled.  If it fails, it can safely be ignored.</para>
    7275
    7376    <para>Install the package:</para>
  • chapter08/util-linux.xml

    r5a0eccd r796b226a  
    102102
    103103    <para>The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
    104     does not have the option CONFIG_CRYPTO_USER_API_HASH set. In addition,
     104    does not have the option <option>CONFIG_CRYPTO_USER_API_HASH</option>
     105    enabled or does not have any options providing a SHA256 implementation
     106    (for example, <option>CONFIG_CRYPTO_SHA256</option>, or
     107    <option>CONFIG_CRYPTO_SHA256_SSSE3</option> if the CPU supports
     108    Supplemental SSE3) enabled. In addition,
    105109    two sub-tests from misc: mbsencode and one sub-test from script: replay are
    106110    known to fail.</para>
Note: See TracChangeset for help on using the changeset viewer.