Changeset 8ec0245


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6ed2c18 r8ec0245  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 10th, &year;">
     9<!ENTITY releasedate  "August 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r6ed2c18 r8ec0245  
    4343    -->
    4444    <listitem>
     45      <para>August 11th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to fuse3-3.9.3. Fixes
     49          <ulink url="&blfs-ticket-root;13902">#13902</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to LVM2-2.03.10. Fixes
     53          <ulink url="&blfs-ticket-root;13901">#13901</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4559      <para>August 10th, 2020</para>
    4660      <itemizedlist>
  • packages.ent

    r6ed2c18 r8ec0245  
    4848<!ENTITY btrfs-progs-version          "5.7">
    4949<!ENTITY dosfstools-version           "4.1">
    50 <!ENTITY fuse3-version                "3.9.2">
     50<!ENTITY fuse3-version                "3.9.3">
    5151<!ENTITY jfsutils-version             "1.1.15">
    52 <!ENTITY lvm2-version                 "2.03.09">
     52<!ENTITY lvm2-version                 "2.03.10">
    5353<!ENTITY mdadm-version                "4.1">
    5454<!ENTITY ntfs-3g-version              "2017.3.23">
  • 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.