Changeset 7be8b4f


Ignore:
Timestamp:
04/19/2022 06:31:31 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
1c37eb5
Parents:
e5b0e0b1
Message:

Update to parted-3.5

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    re5b0e0b1 r7be8b4f  
    5454<!ENTITY ntfs-3g-version              "2021.8.22">
    5555<!ENTITY gptfdisk-version             "1.0.9">
    56 <!ENTITY parted-version               "3.4">
     56<!ENTITY parted-version               "3.5">
    5757<!ENTITY reiser-version               "3.6.27">
    5858<!ENTITY smartmontools-version        "7.3">
  • postlfs/filesystems/parted.xml

    re5b0e0b1 r7be8b4f  
    77  <!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz">
    88  <!ENTITY parted-download-ftp  "&gnu-ftp;/parted/parted-&parted-version;.tar.xz">
    9   <!ENTITY parted-md5sum        "357d19387c6e7bc4a8a90fe2d015fe80">
    10   <!ENTITY parted-size          "1.7 MB">
    11   <!ENTITY parted-buildsize     "34 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
    12   <!ENTITY parted-time          "0.3 SBU (additional 2.5 SBU for the tests)">
     9  <!ENTITY parted-md5sum        "336fde60786d5855b3876ee49ef1e6b2">
     10  <!ENTITY parted-size          "1.8 MB">
     11  <!ENTITY parted-buildsize     "33 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
     12  <!ENTITY parted-time          "0.3 SBU (additional 3.6 SBU for the tests)">
    1313]>
    1414
     
    101101  </sect2>
    102102
     103  <sect2 role="kernel" id="parted-kernel">
     104    <title>Optional Kernel Configuration for Tests</title>
     105
     106    <para>
     107      About 20 % more tests are run if the following kernel module is built:
     108    </para>
     109
     110<screen><literal>Device Drivers ---&gt;
     111  SCSI device support ---&gt;
     112    [*]  SCSI low-level drivers ---&gt;                 [CONFIG_SCSI_LOW_LEVEL]
     113      &lt;M&gt; SCSI debugging host and device simulator   [CONFIG_SCSI_DEBUG]
     114
     115    <indexterm zone="parted parted-kernel">
     116      <primary sortas="d-parted">parted</primary>
     117    </indexterm>
     118  </sect2>
     119
    103120  <sect2 role="installation">
    104121    <title>Installation of parted</title>
     
    131148dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
    132149
    133 <!-- Not needed with 3.4!
    134     <para>
    135       If you wish to run the test suite, first remove a couple of tests
    136       that are known to fail in a BLFS environment.  And, adjust two Python
    137       scripts to use Python 3, in case Python 2 is not installed:
    138     </para>
    139  <!- - One of these is due to a C locale, and another is a problem in LVM. - ->
    140 <screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile &amp;&amp;
    141 sed -i '/t6002-dm-busy.sh/d' tests/Makefile &amp;&amp;
    142 sed -i '1s/python/&amp;3/' tests/{gpt-header-move,msdos-overlap}</userinput></screen>
    143 -->
    144150    <para>
    145151      To test the results, issue, as the <systemitem
     
    150156        remap="test"><userinput>make check</userinput></screen>
    151157
     158<!-- For devs: several tests are skipped with the message
     159     "FS test with sector size != 512". This is expected since the same tests
     160     are run with simulated sector of 1024, 2048, and 4096 bytes; only the
     161     last group of tests is done with simulated sector size of 512, so that
     162     less tests are skipped.-->
    152163    <note>
    153164      <para>
Note: See TracChangeset for help on using the changeset viewer.