Ignore:
Timestamp:
03/07/2021 06:49:55 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
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:
87aef465
Parents:
32d76f00
Message:

Updates:

  • btrfs-progs-5.11
  • jasper-2.0.26
  • qpdf-10.3.0
  • unrar-6.0.4

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

File:
1 edited

Legend:

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

    r32d76f00 r8388aa7  
    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        "0ec41da8462196c17ac08f351db86912">
     9  <!ENTITY btrfs-progs-md5sum        "1caf3677fc4ea245ff5aab363a0b956f">
    1010  <!ENTITY btrfs-progs-size          "2.1 MB">
    1111  <!ENTITY btrfs-progs-buildsize     "92 MB (add 2.7 GB for tests)">
     
    106106  &lt;*/M&gt; Btrfs filesystem support [CONFIG_BTRFS_FS]</literal></screen>
    107107
    108     <note>
    109       <para>
    110         CONFIG_BTRFS_FS_POSIX_ACL,
    111         CONFIG_REISERFS_FS_XATTR, and
    112         CONFIG_REISERFS_FS_POSIX_ACL are required for some tests.
    113         Other Btrfs options in the kernel are optional.
    114       </para>
    115     </note>
     108    <para>
     109      In addition to the above and to the options required for
     110      <xref linkend="lvm2"/> and <xref linkend="reiserfs"/>, the following
     111      options must be enabled for running tests:
     112    </para>
     113
     114<screen><literal>File systems  ---&gt;
     115  [*]   Btrfs POSIX Access Control Lists      [CONFIG_BTRFS_FS_POSIX_ACL]
     116  [*]   ReiserFS extended attributes          [CONFIG_REISERFS_FS_XATTR]
     117  [*]     ReiserFS POSIX Access Control Lists [CONFIG_REISERFS_FS_POSIX_ACL]</literal></screen>
    116118
    117119    <indexterm zone="btrfs-progs btrfs-progs-kernel">
     
    134136            --with-pkgconfigdir=/usr/lib/pkgconfig &amp;&amp;
    135137make</userinput></screen>
    136 
    137 <!-- Template for failed test removal:
    138     mv tests/misc-tests/025-ztsd-compression/test.sh{,.broken}
    139     Substitute your test failure with the one above. -->
    140138
    141139    <note>
     
    169167popd</userinput></screen>
    170168-->
     169
     170<!-- Template for failed test removal:-->
     171    <para>
     172      To test the results, first disable some tests that fail and prevent
     173      the other ones to run:
     174    </para>
     175
     176<screen remap="test"><userinput>mv tests/fsck-tests/012-leaf-corruption/test.sh{,.broken}
     177mv tests/misc-tests/046-seed-multi-mount/test.sh{,.broken}
     178mv tests/convert-tests/019-ext4-copy-timestamps/test.sh{,.broken}</userinput></screen>
     179<!-- Substitute your test failure with the one above. -->
    171180    <para>
    172181      To test the results, run (as the
     
    174183    </para>
    175184
    176 <screen role="root" remap="test"><userinput>make test</userinput></screen>
     185<screen role="root" remap="test"><userinput>make -j1 -k test</userinput></screen>
    177186
    178187    <note>
Note: See TracChangeset for help on using the changeset viewer.