Changeset 6c4061c4 for postlfs


Ignore:
Timestamp:
09/22/2019 08:01:56 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
333dd3f2
Parents:
946baff
Message:

Update to mdadm-4.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22192 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r946baff r6c4061c4  
    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        "2cb4feffea9167ba71b5f346a0c0a40d">
    10   <!ENTITY mdadm-size          "424 KB">
    11   <!ENTITY mdadm-buildsize     "6.7 MB (10 MB with tests)">
    12   <!ENTITY mdadm-time          "less than 0.1 SBU (tests take about an hour, only partially processor dependent)">
     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)">
    1313]>
    1414
     
    9494    <title>Installation of mdadm</title>
    9595
    96     <para>Fix a build error introduced by GCC-7.1:</para>
     96    <para>Fix a build error introduced by gcc-7.1:</para>
    9797
    9898<screen><userinput>sed 's@-Werror@@' -i Makefile</userinput></screen>
    9999
    100     <para>Install <application>mdadm</application> by running the following
    101     commands:</para>
     100    <para>Build <application>mdadm</application> by running the following
     101    command:</para>
    102102
    103103<screen><userinput>make</userinput></screen>
     
    106106    RAID and that a version of mdadm is not already running.  As many as 9 out
    107107    of 124 tests may fail.</para>
    108 
    109     <para>First fix the test script to avoid a bogus error message when
    110     tests fail and build the supporting programs:</para>
    111 
    112 <screen remap="test"><userinput>sed -i 's# if.* == "1"#&amp; -a -e $targetdir/log#' test &amp;&amp;
    113 make test</userinput></screen>
    114108
    115109    <para>Run the tests as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.