Author: pierre
Date: Tue Aug 11 00:52:15 2020
New Revision: 23489
Log:
Fuse-3.9.3
LVM2-2.03.10
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/postlfs/filesystems/fuse3.xml
trunk/BOOK/postlfs/filesystems/lvm2.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Aug 10 15:32:21 2020 (r23488)
+++ trunk/BOOK/general.ent Tue Aug 11 00:52:15 2020 (r23489)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "10"> <!-- Always 2 digits -->
+<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 10th, &year;">
+<!ENTITY releasedate "August 11th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Aug 10 15:32:21
2020 (r23488)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Aug 11 00:52:15
2020 (r23489)
@@ -42,6 +42,20 @@
</listitem>
-->
<listitem>
+ <para>August 11th, 2020</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Update to fuse3-3.9.3. Fixes
+ <ulink url="&blfs-ticket-root;13902">#13902</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[pierre] - Update to LVM2-2.03.10. Fixes
+ <ulink url="&blfs-ticket-root;13901">#13901</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 10th, 2020</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Aug 10 15:32:21 2020 (r23488)
+++ trunk/BOOK/packages.ent Tue Aug 11 00:52:15 2020 (r23489)
@@ -47,9 +47,9 @@
<!-- Chapter 5 -->
<!ENTITY btrfs-progs-version "5.7">
<!ENTITY dosfstools-version "4.1">
-<!ENTITY fuse3-version "3.9.2">
+<!ENTITY fuse3-version "3.9.3">
<!ENTITY jfsutils-version "1.1.15">
-<!ENTITY lvm2-version "2.03.09">
+<!ENTITY lvm2-version "2.03.10">
<!ENTITY mdadm-version "4.1">
<!ENTITY ntfs-3g-version "2017.3.23">
<!ENTITY gptfdisk-version "1.0.5">
Modified: trunk/BOOK/postlfs/filesystems/fuse3.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/fuse3.xml Mon Aug 10 15:32:21 2020
(r23488)
+++ trunk/BOOK/postlfs/filesystems/fuse3.xml Tue Aug 11 00:52:15 2020
(r23489)
@@ -6,10 +6,10 @@
<!ENTITY fuse3-download-http
"https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
<!ENTITY fuse3-download-ftp " ">
- <!ENTITY fuse3-md5sum "beb65b13b87840fcafdaba170239b5f7">
- <!ENTITY fuse3-size "1.6 MB">
- <!ENTITY fuse3-buildsize "105 MB">
- <!ENTITY fuse3-time "0.1 SBU">
+ <!ENTITY fuse3-md5sum "08d5cfab0e9e7e9b1f4c72179930a9ab">
+ <!ENTITY fuse3-size "1.7 MB">
+ <!ENTITY fuse3-buildsize "125 MB">
+ <!ENTITY fuse3-time "0.1 SBU (add 0.4 SBU for tests)">
]>
<sect1 id="fuse3" xreflabel="Fuse-&fuse3-version;">
@@ -76,7 +76,8 @@
<bridgehead renderas="sect3">Fuse Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="doxygen"/> (to rebuild the API documentation)
+ <xref linkend="doxygen"/> (to rebuild the API documentation) and
+ <ulink url="https://pypi.org/project/pytest/">pytest</ulink> (for tests)
</para>
<para condition="html" role="usernotes">
@@ -95,6 +96,15 @@
<screen><literal>File systems --->
<*/M> FUSE (Filesystem in Userspace) support
[CONFIG_FUSE_FS]</literal></screen>
+ <para>
+ Character devices in user space should be enabled too for running the
+ tests:
+ </para>
+
+<screen><literal>File systems --->
+ <*/M> FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]
+ <*/M> Character device in Userspace support
[CONFIG_CUSE]</literal></screen>
+
<indexterm zone="fuse3 fuse-kernel">
<primary sortas="d-fuse3">Fuse 3</primary>
</indexterm>
@@ -124,9 +134,24 @@
<screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
+<!--
<para>
This package does not come with a test suite.
</para>
+-->
+
+ <para>
+ To test the results, run (as the <systemitem
+ role="username">root</systemitem> user):
+ </para>
+
+<screen role="root"
+ remap="test"><userinput>python3 -m pytest test/</userinput></screen>
+
+ <para>
+ The <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
+ Python module is needed for the tests.
+ </para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
Modified: trunk/BOOK/postlfs/filesystems/lvm2.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/lvm2.xml Mon Aug 10 15:32:21 2020
(r23488)
+++ trunk/BOOK/postlfs/filesystems/lvm2.xml Tue Aug 11 00:52:15 2020
(r23489)
@@ -6,11 +6,13 @@
<!ENTITY lvm2-download-http
"https://sourceware.org/ftp/lvm2/LVM2.&lvm2-version;.tgz">
<!ENTITY lvm2-download-ftp
"ftp://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
- <!ENTITY lvm2-md5sum "e49bd19ce684ef018c771c6a99f3ed58">
+ <!ENTITY lvm2-md5sum "ffce8d4e86c74d8d44098a530410e843">
<!ENTITY lvm2-size "2.4 MB">
- <!ENTITY lvm2-buildsize "34 MB (add at least 600 MB for tests in the
/tmp directory; additionally transient files can grow up to around 500 MB)">
- <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
-->
- <!ENTITY lvm2-time "0.2 SBU (using parallelism=4; add 16 SBU for
tests)">
+ <!ENTITY lvm2-buildsize "34 MB (add 22 MB for tests; transient files can
grow up to around 800 MB in the /tmp directory during tests)">
+ <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
+ The files in /tmp are transcient. I monitor /tmp with a loop during
+ tests. -pierre, August 2020 -->
+ <!ENTITY lvm2-time "0.2 SBU (using parallelism=4; add 16 to 45 SBU
for tests, depending on disk speed)">
]>
<sect1 id="lvm2" xreflabel="LVM2-&lvm2-version;">
@@ -170,9 +172,12 @@
</para>
<screen role="root"
- remap="test"><userinput>make check_local</userinput></screen>
+ remap="test"><userinput>make S=shell/thin-flags.sh
check_local</userinput></screen>
<para>
+ The <command>S=...</command> option allows to skip tests. The
+ <command>shell/thin-flags.sh</command> test has been reported to freeze
+ the computer.
Other targets are available and can be listed with
<command>make -C test help</command>. The test timings are very dependent
on the speed of the disk(s), and on the number of enabled kernel options.
@@ -294,8 +299,8 @@
<seg>
libdevmapper.so and liblvm2cmd.so; optional:
libdevmapper-event.so, libdevmapper-event-lvm2.so,
- libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2snapshot.so,
- libdevmapper-event-lvm2raid.so, and libdevmapper-event-lvm2thin.so
+ libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2raid.so,
+ libdevmapper-event-lvm2snapshot.so, and
libdevmapper-event-lvm2thin.so
</seg>
<seg>
/etc/lvm and
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page