Changeset 7b2b4b11
- Timestamp:
- 02/12/2017 11:06:18 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 23d2dc5
- Parents:
- 16b2baf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r16b2baf r7b2b4b11 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to btrfs-progs-4.9.1. Fixes 49 <ulink url="&blfs-ticket-root;8590">#8590</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to kde-apps-16.12.2. Fixes 49 53 <ulink url="&blfs-ticket-root;8650">#8650</ulink>.</para> -
packages.ent
r16b2baf r7b2b4b11 45 45 46 46 <!-- Chapter 5 --> 47 <!ENTITY btrfs-progs-version "4. 8.4">47 <!ENTITY btrfs-progs-version "4.9.1"> 48 48 <!ENTITY fuse-version "2.9.7"> 49 49 <!ENTITY jfsutils-version "1.1.15"> -
postlfs/filesystems/btrfs-progs.xml
r16b2baf r7b2b4b11 7 7 <!ENTITY btrfs-progs-download-http "https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz"> 8 8 <!ENTITY btrfs-progs-download-ftp " "> 9 <!ENTITY btrfs-progs-md5sum " 2681f830fa9fc82b55dc588a3ad09453">9 <!ENTITY btrfs-progs-md5sum "c236c632b9d1928c592e81fb543afe0f"> 10 10 <!ENTITY btrfs-progs-size "1.4 MB"> 11 <!ENTITY btrfs-progs-buildsize "4 2 MB (add 940 MB for tests)">12 <!ENTITY btrfs-progs-time "0.3 SBU (add 8.4 SBU for tests)">11 <!ENTITY btrfs-progs-buildsize "43 MB"> 12 <!ENTITY btrfs-progs-time "0.3 SBU"> 13 13 ]> 14 14 … … 103 103 <para>Install <application>btrfs-progs</application> by running the following 104 104 commands:</para> 105 106 <screen><userinput>sed -i '1,106 s/\.gz//g' Documentation/Makefile.in && 107 105 <!-- 108 106 mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken} && 109 107 mv tests/fuzz-tests/007-simple-super-recover/test.sh{,.broken} && 110 mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken} && 108 mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken} &&--> 109 110 <screen><userinput>sed -i '1,106 s/\.gz//g' Documentation/Makefile.in && 111 111 112 112 ./configure --prefix=/usr \ … … 118 118 errors in the test code that cause an infinite hang. 119 119 The errors have been reported upstream.--> 120 120 <!-- 121 121 <para>To test the results, issue (as the <systemitem 122 122 class="username">root</systemitem> user): <command>make -k 123 123 test</command>.</para> 124 124 --> 125 125 <para>This package does not come with a working test suite.</para> 126 126 … … 139 139 <para><command>sed ... Documentation/Makefile.in</command>: Disables 140 140 compressing man pages to be consistent with the rest of BLFS.</para> 141 141 <!-- 142 142 <para><command>mv tests/fuzz-tests/ ...</command>: Disables 143 143 tests that fail and prevent the test suite from completing.</para> 144 144 --> 145 145 <para><option>--disable-documentation</option>: This option 146 146 is needed if the recommended dependencies are not installed.</para>
Note:
See TracChangeset
for help on using the changeset viewer.