Ignore:
Timestamp:
09/10/2017 08:20:18 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
6b0c778
Parents:
07b1366e
Message:

Update to btrfs-progs-4.13.
Update to File-Which-1.22 (perl module).
Add inkscape patch to use latest poppler.

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

File:
1 edited

Legend:

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

    r07b1366e rf1e5096  
    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        "ef6dc0caff8b51daf4bed5f25ed003d5">
     9  <!ENTITY btrfs-progs-md5sum        "321c0161f0f26db0cbda73e6ca4d9056">
    1010  <!ENTITY btrfs-progs-size          "1.6 MB">
    1111  <!ENTITY btrfs-progs-buildsize     "44 MB (add 94 MB for tests)">
     
    8989  &lt;*/M&gt; Btrfs filesystem support [CONFIG_BTRFS_FS]</literal></screen>
    9090
    91     <note><para>CONFIG_BTRFS_FS_POSIX_ACL is required for the tests.
     91    <note><para>CONFIG_BTRFS_FS_POSIX_ACL and
     92    CONFIG_REISERFS_FS_XATTR are required for some tests.
    9293    Other Btrfs options in the kernel are optional.</para></note>
    9394
     
    116117<screen><userinput>make fssum &amp;&amp;
    117118
    118 mv tests/convert-tests/007-unsupported-block-sizes/test.sh{,.broken} &amp;&amp;
    119 mv tests/misc-tests/014-filesystem-label/test.sh{,.broken}           &amp;&amp;
    120 mv tests/misc-tests/016-send-clone-src/test.sh.broken{,.broken}      &amp;&amp;
    121 mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken}      &amp;&amp;
    122 mv tests/fuzz-tests/004-simple-dump-tree/test.sh{,.broken}           &amp;&amp;
     119sed -i '/found/s/^/: #/' tests/convert-tests.sh &amp;&amp;
     120
     121mv tests/cli-tests/007-check-force/test.sh{,.broken}            &amp;&amp;
     122mv tests/convert-tests/010-reiserfs-basic/test.sh{,.broken}     &amp;&amp;
     123mv tests/convert-tests/011-reiserfs-delete-all-rollback/test.sh{,.broken} &amp;&amp;
     124mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken} &amp;&amp;
    123125mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken}</userinput></screen>
    124126
     
    155157    is needed if the recommended dependencies are not installed.</para>
    156158
    157     <para><command>mv tests/fuzz-tests/ ...</command>: Disables
     159    <para><command>mv tests/{cli,convert,misc,fuzz}-tests/ ...</command>: Disables
    158160    tests that fail and prevent tests from completing.</para>
    159161
Note: See TracChangeset for help on using the changeset viewer.