mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to btrfs-progs-4.9.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18292 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
16b2bafe74
commit
7b2b4b117a
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>February 12th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to btrfs-progs-4.9.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;8590">#8590</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to kde-apps-16.12.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;8650">#8650</ulink>.</para>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<!ENTITY tripwire-version "2.4.3.2">
|
||||
|
||||
<!-- Chapter 5 -->
|
||||
<!ENTITY btrfs-progs-version "4.8.4">
|
||||
<!ENTITY btrfs-progs-version "4.9.1">
|
||||
<!ENTITY fuse-version "2.9.7">
|
||||
<!ENTITY jfsutils-version "1.1.15">
|
||||
<!ENTITY lvm2-version "2.02.168">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY btrfs-progs-download-http "https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
|
||||
<!ENTITY btrfs-progs-download-ftp " ">
|
||||
<!ENTITY btrfs-progs-md5sum "2681f830fa9fc82b55dc588a3ad09453">
|
||||
<!ENTITY btrfs-progs-md5sum "c236c632b9d1928c592e81fb543afe0f">
|
||||
<!ENTITY btrfs-progs-size "1.4 MB">
|
||||
<!ENTITY btrfs-progs-buildsize "42 MB (add 940 MB for tests)">
|
||||
<!ENTITY btrfs-progs-time "0.3 SBU (add 8.4 SBU for tests)">
|
||||
<!ENTITY btrfs-progs-buildsize "43 MB">
|
||||
<!ENTITY btrfs-progs-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="btrfs-progs" xreflabel="btrfs-progs-&btrfs-progs-version;">
|
||||
@ -102,12 +102,12 @@
|
||||
|
||||
<para>Install <application>btrfs-progs</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>sed -i '1,106 s/\.gz//g' Documentation/Makefile.in &&
|
||||
|
||||
<!--
|
||||
mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken} &&
|
||||
mv tests/fuzz-tests/007-simple-super-recover/test.sh{,.broken} &&
|
||||
mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken} &&
|
||||
mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken} &&-->
|
||||
|
||||
<screen><userinput>sed -i '1,106 s/\.gz//g' Documentation/Makefile.in &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--bindir=/bin \
|
||||
@ -117,11 +117,11 @@ make</userinput></screen>
|
||||
<!-- There is a problem with the regression tests - there are
|
||||
errors in the test code that cause an infinite hang.
|
||||
The errors have been reported upstream.-->
|
||||
|
||||
<!--
|
||||
<para>To test the results, issue (as the <systemitem
|
||||
class="username">root</systemitem> user): <command>make -k
|
||||
test</command>.</para>
|
||||
|
||||
-->
|
||||
<para>This package does not come with a working test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
@ -138,10 +138,10 @@ rm -v /lib/libbtrfs.{a,so}</userinput></screen>
|
||||
|
||||
<para><command>sed ... Documentation/Makefile.in</command>: Disables
|
||||
compressing man pages to be consistent with the rest of BLFS.</para>
|
||||
|
||||
<!--
|
||||
<para><command>mv tests/fuzz-tests/ ...</command>: Disables
|
||||
tests that fail and prevent the test suite from completing.</para>
|
||||
|
||||
-->
|
||||
<para><option>--disable-documentation</option>: This option
|
||||
is needed if the recommended dependencies are not installed.</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user