Ignore:
Timestamp:
05/17/2021 09:19:51 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
dac6007
Parents:
4803597
Message:

Update to btrfs-progs-v5.12.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/btrfs-progs.xml

    r4803597 r16d563c  
    77  <!ENTITY btrfs-progs-download-http "&kernel-dl;/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
    88  <!ENTITY btrfs-progs-download-ftp  " ">
    9   <!ENTITY btrfs-progs-md5sum        "e3de33b782142dd21a74e6adfb17627a">
     9  <!ENTITY btrfs-progs-md5sum        "ab865e42890ba2c450ae920c87c51ca3">
    1010  <!ENTITY btrfs-progs-size          "2.1 MB">
    1111  <!ENTITY btrfs-progs-buildsize     "63 MB (up to 2.7 GB are used during tests)">
    12   <!ENTITY btrfs-progs-time          "0.2 SBU (add 50-100 SBU for tests, depending on disk speed)">
     12  <!ENTITY btrfs-progs-time          "0.2 SBU (add 12 SBU for tests, but will be longer on slow disks)">
    1313]>
    1414
     
    144144    </note>
    145145<!-- Keeping this for now, but it seems that calling "make test" is
    146      simpler and does the same thing
    147     <para>
    148       Before running tests, build a support program
    149       and disable several that fail:
     146     simpler and does the same thing -->
     147    <para>
     148      Before running tests, build a support program:
    150149    </para>
    151150
     
    165164   ./fuzz-tests.sh
    166165popd</userinput></screen>
    167 -->
    168 
    169 <!-- Template for failed test removal:-->
     166
     167<!-- Template for failed test removal:
    170168    <para>
    171169      To test the results, first disable one test that fails and prevents
     
    174172
    175173<screen remap="test"><userinput>mv tests/fsck-tests/012-leaf-corruption/test.sh{,.broken}</userinput></screen>
    176 <!-- Substitute your test failure with the one above. -->
     174Substitute your test failure with the one above.
    177175    <para>
    178176      To test the results, run (as the
     
    181179
    182180<screen role="root" remap="test"><userinput>make -j1 -k test</userinput></screen>
    183 
     181-->
    184182    <note>
    185183      <para>
     
    189187      </para>
    190188    </note>
    191 
     189<!--
    192190    <para>
    193191      Two tests fail for unknown reasons in the
     
    197195      <command>make TEST=&lt;DIR&gt; test</command>.
    198196    </para>
    199 
     197-->
    200198    <para>
    201199      Install the package as the <systemitem
     
    203201    </para>
    204202
    205 <screen role="root"><userinput>make install &amp;&amp;
    206 
    207 ln -sfv ../../lib/$(readlink /lib/libbtrfs.so) /usr/lib/libbtrfs.so &amp;&amp;
    208 ln -sfv ../../lib/$(readlink /lib/libbtrfsutil.so) /usr/lib/libbtrfsutil.so &amp;&amp;
    209 rm -fv /lib/libbtrfs.{a,so} /lib/libbtrfsutil.{a,so} &amp;&amp;
    210 mv -v /bin/{mkfs,fsck}.btrfs /sbin</userinput></screen>
     203<screen role="root"><userinput>make install</userinput></screen>
    211204
    212205  </sect2>
     
    224217      tests that fail and prevent tests from completing.
    225218    </para>
    226 -->
     219
    227220    <para>
    228221      <command>ln -s ... /usr/lib/libbtrfs.so</command>: Creates a
     
    234227      library entries.
    235228    </para>
    236 
     229-->
    237230  </sect2>
    238231
Note: See TracChangeset for help on using the changeset viewer.