Changeset 8ec0245 for postlfs


Ignore:
Timestamp:
08/11/2020 07:52:15 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
82a9ecf
Parents:
6ed2c18
Message:

Fuse-3.9.3
LVM2-2.03.10

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

Location:
postlfs/filesystems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse3.xml

    r6ed2c18 r8ec0245  
    77  <!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
    88  <!ENTITY fuse3-download-ftp  " ">
    9   <!ENTITY fuse3-md5sum        "beb65b13b87840fcafdaba170239b5f7">
    10   <!ENTITY fuse3-size          "1.6 MB">
    11   <!ENTITY fuse3-buildsize     "105 MB">
    12   <!ENTITY fuse3-time          "0.1 SBU">
     9  <!ENTITY fuse3-md5sum        "08d5cfab0e9e7e9b1f4c72179930a9ab">
     10  <!ENTITY fuse3-size          "1.7 MB">
     11  <!ENTITY fuse3-buildsize     "125 MB">
     12  <!ENTITY fuse3-time          "0.1 SBU (add 0.4 SBU for tests)">
    1313]>
    1414
     
    7777    <bridgehead renderas="sect4">Optional</bridgehead>
    7878    <para role="optional">
    79       <xref linkend="doxygen"/> (to rebuild the API documentation)
     79      <xref linkend="doxygen"/> (to rebuild the API documentation) and
     80      <ulink url="https://pypi.org/project/pytest/">pytest</ulink> (for tests)
    8081    </para>
    8182
     
    9596<screen><literal>File systems  ---&gt;
    9697  &lt;*/M&gt; FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
     98
     99    <para>
     100      Character devices in user space should be enabled too for running the
     101      tests:
     102    </para>
     103
     104<screen><literal>File systems  ---&gt;
     105  &lt;*/M&gt; FUSE (Filesystem in Userspace) support  [CONFIG_FUSE_FS]
     106  &lt;*/M&gt;   Character device in Userspace support [CONFIG_CUSE]</literal></screen>
    97107
    98108    <indexterm zone="fuse3 fuse-kernel">
     
    125135<screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen>
    126136
     137<!--
    127138    <para>
    128139      This package does not come with a test suite.
     140    </para>
     141-->
     142
     143    <para>
     144      To test the results, run (as the <systemitem
     145      role="username">root</systemitem> user):
     146    </para>
     147
     148<screen role="root"
     149        remap="test"><userinput>python3 -m pytest test/</userinput></screen>
     150
     151    <para>
     152      The <ulink url="https://pypi.org/project/pytest/">pytest</ulink>
     153       Python module is needed for the tests.
    129154    </para>
    130155
  • postlfs/filesystems/lvm2.xml

    r6ed2c18 r8ec0245  
    77  <!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/LVM2.&lvm2-version;.tgz">
    88  <!ENTITY lvm2-download-ftp  "ftp://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "e49bd19ce684ef018c771c6a99f3ed58">
     9  <!ENTITY lvm2-md5sum        "ffce8d4e86c74d8d44098a530410e843">
    1010  <!ENTITY lvm2-size          "2.4 MB">
    11   <!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)">
    12   <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr -->
    13   <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 16 SBU for tests)">
     11  <!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)">
     12  <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
     13       The files in /tmp are transcient. I monitor /tmp with a loop during
     14       tests. -pierre, August 2020 -->
     15  <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 16 to 45 SBU for tests, depending on disk speed)">
    1416]>
    1517
     
    171173
    172174<screen role="root"
    173         remap="test"><userinput>make check_local</userinput></screen>
    174 
    175     <para>
     175        remap="test"><userinput>make S=shell/thin-flags.sh check_local</userinput></screen>
     176
     177    <para>
     178      The <command>S=...</command> option allows to skip tests. The
     179      <command>shell/thin-flags.sh</command> test has been reported to freeze
     180      the computer.
    176181      Other targets are available and can be listed with
    177182      <command>make -C test help</command>. The test timings are very dependent
     
    295300          libdevmapper.so and liblvm2cmd.so; optional:
    296301          libdevmapper-event.so, libdevmapper-event-lvm2.so,
    297           libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2snapshot.so,
    298           libdevmapper-event-lvm2raid.so, and libdevmapper-event-lvm2thin.so
     302          libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2raid.so,
     303          libdevmapper-event-lvm2snapshot.so, and libdevmapper-event-lvm2thin.so
    299304        </seg>
    300305        <seg>
Note: See TracChangeset for help on using the changeset viewer.