Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r85a581fd r3f2db3a6  
    77  <!ENTITY mdadm-download-http "&kernel-dl;/linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "51bf3651bd73a06c413a2f964f299598">
    10   <!ENTITY mdadm-size          "432 KB">
    11   <!ENTITY mdadm-buildsize     "4.9 MB (10 MB with tests)">
    12   <!ENTITY mdadm-time          "0.1 SBU (tests take about an hour, only partially processor dependent)">
     9  <!ENTITY mdadm-md5sum        "a304eb0a978ca81045620d06547050a6">
     10  <!ENTITY mdadm-size          "444 KB">
     11  <!ENTITY mdadm-buildsize     "5.0 MB">
     12  <!ENTITY mdadm-time          "0.1 SBU">
     13<!--  <!ENTITY mdadm-time          "0.1 SBU (tests take about an hour, only partially processor dependent)">-->
    1314]>
    1415
     
    1617  <?dbhtml filename="mdadm.html"?>
    1718
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2119
    2220  <title>mdadm-&mdadm-version;</title>
     
    3432    </para>
    3533
    36     &lfs110a_checked;
     34    &lfs112_checked;
    3735
    3836    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    116114  <sect2 role="installation">
    117115    <title>Installation of mdadm</title>
    118 
     116<!--
    119117    <para>
    120118      Fix a build error introduced by gcc-7.1:
     
    122120
    123121<screen><userinput>sed 's@-Werror@@' -i Makefile</userinput></screen>
    124 
     122-->
    125123    <para>
    126124      Build <application>mdadm</application> by running the following
     
    129127
    130128<screen><userinput>make</userinput></screen>
     129
     130    <para>
     131      This package does not come with a working test suite.
     132    </para>
     133
     134<!--
     135    The test suite errors out after about half the tests are run.
     136    Of those tests, about half fail.
     137    There are tests that indicate failure when the test is clearly wrong
     138    for the current code.
     139    I asked about it at linux-raid@vger.kernel.org, but did not get
     140    a responsive answer.
     141      - bdubbs 6 January 22
     142
    131143
    132144    <para>
     
    148160
    149161<screen role="root"
    150         remap="test"><userinput>./test --keep-going --logdir=test-logs --save-logs</userinput></screen>
    151 
     162        remap="test"><userinput>./test - -keep-going - -logdir=test-logs - -save-logs</userinput></screen>
     163-->
    152164    <para>
    153165      Now, as the <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.