Changeset 32bc8e4c


Ignore:
Timestamp:
03/19/2017 03:38:24 AM (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.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:
1c578c14
Parents:
17c01c61
Message:

Update to btrfs-progs-v4.10.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r17c01c61 r32bc8e4c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to btrfs-progs-v4.10.1. Fixes
     49          <ulink url="&blfs-ticket-root;9016">#9016</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dj] - Update to chromium-57.0.2987.101. Fixes
    4953          <ulink url="&blfs-ticket-root;8994">#8994</ulink>.</para>
  • packages.ent

    r17c01c61 r32bc8e4c  
    4545
    4646<!-- Chapter 5 -->
    47 <!ENTITY btrfs-progs-version          "4.10">
     47<!ENTITY btrfs-progs-version          "4.10.1">
    4848<!ENTITY fuse-version                 "2.9.7">
    4949<!ENTITY jfsutils-version             "1.1.15">
  • postlfs/config/firmware.xml

    r17c01c61 r32bc8e4c  
    234234cp -v microcode_amd* /lib/firmware/amd-ucode</userinput></screen>
    235235
    236       <para>When you configure the kernel, use the following options when you
    237       configure the kernel to load AMD microcode:</para>
     236      <para>When you configure the kernel, use the following options
     237      to load AMD microcode:</para>
    238238
    239239<screen><literal>General Setup ---&gt;
  • postlfs/filesystems/btrfs-progs.xml

    r17c01c61 r32bc8e4c  
    77  <!ENTITY btrfs-progs-download-http  "https://www.kernel.org/pub/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        "d2eed808cec6a5ff60a3fa1bec1d80e6">
     9  <!ENTITY btrfs-progs-md5sum        "6979d86e92440c95f47956595de8dee3">
    1010  <!ENTITY btrfs-progs-size          "1.4 MB">
    11   <!ENTITY btrfs-progs-buildsize     "42 MB">
    12   <!ENTITY btrfs-progs-time          "0.4 SBU">
     11  <!ENTITY btrfs-progs-buildsize     "42 MB (add 945 MB for tests)">
     12  <!ENTITY btrfs-progs-time          "0.4 SBU (add 9.4 SBU for tests)">
    1313]>
    1414
     
    103103    <para>Install <application>btrfs-progs</application> by running the following
    104104    commands:</para>
    105 <!--
    106 mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken}  &amp;&amp;
    107 mv tests/fuzz-tests/007-simple-super-recover/test.sh{,.broken}   &amp;&amp;
    108 mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken}        &amp;&amp;-->
    109105
    110106<screen><userinput>sed -i '1,100 s/\.gz//g' Documentation/Makefile.in &amp;&amp;
     
    115111make</userinput></screen>
    116112
    117 <!-- There is a problem with the regression tests - there are
    118      errors in the test code that cause an infinite hang.
    119      The errors have been reported upstream.-->
    120 <!--
    121 <para>To test the results, issue (as the <systemitem
    122     class="username">root</systemitem> user): <command>make -k
    123     test</command>.</para>
    124 -->
    125     <para>This package does not come with a working test suite.</para>
    126 
    127     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     113    <para>Before running tests, disable several that fail:</para>
     114
     115<screen><userinput>mv tests/fuzz-tests/001-simple-check-unmounted/test.sh{,.broken}   &amp;&amp;
     116mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken}    &amp;&amp;
     117mv tests/fuzz-tests/007-simple-super-recover/test.sh{,.broken}     &amp;&amp;
     118mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken}          &amp;&amp;
     119mv tests/mkfs-tests/005-long-device-name-for-ssd/test.sh{,.broken} &amp;&amp;
     120mv tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh{,.broken}</userinput></screen>
     121
     122    <para>To test the results, issue (as the <systemitem
     123    class="username">root</systemitem> user): </para>
     124
     125<screen><userinput>pushd tests
     126   ./fsck-tests.sh
     127   ./mkfs-tests.sh
     128   ./convert-tests.sh
     129   ./misc-tests.sh
     130   ./cli-tests.sh
     131   ./fuzz-tests.sh
     132popd</userinput></screen>
     133
     134    <para>Install the package as the <systemitem
     135    class="username">root</systemitem> user:</para>
    128136
    129137<screen role="root"><userinput>make install &amp;&amp;
     
    139147    <para><command>sed ... Documentation/Makefile.in</command>: Disables
    140148    compressing man pages to be consistent with the rest of BLFS.</para>
    141 <!--
    142     <para><command>mv tests/fuzz-tests/ ...</command>: Disables
    143     tests that fail and prevent the test suite from completing.</para>
    144 -->
     149
    145150    <para><option>--disable-documentation</option>: This option
    146151    is needed if the recommended dependencies are not installed.</para>
     152
     153    <para><command>mv tests/fuzz-tests/ ...</command>: Disables
     154    tests that fail and prevent tests from completing.</para>
    147155
    148156    <para><command>ln -s ... /usr/lib/libbtrfs.so</command>: Creates a
Note: See TracChangeset for help on using the changeset viewer.