Ignore:
Timestamp:
07/30/2014 12:36:21 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
4ee8515
Parents:
7b81139
Message:

Update to check-0.9.14.
Update to samba-4.1.10; separate internal from external optional dependencies.
Update to parted-3.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    r7b81139 r5f1ca9f  
    88    "http://ftp.gnu.org/gnu/parted/parted-&parted-version;.tar.xz">
    99  <!ENTITY parted-download-ftp  " ">
    10   <!ENTITY parted-md5sum        "5d89d64d94bcfefa9ce8f59f4b81bdcb">
    11   <!ENTITY parted-size          "1.5 MB">
    12   <!ENTITY parted-buildsize     "38 MB">
    13   <!ENTITY parted-time          "0.5 SBU">
     10  <!ENTITY parted-md5sum        "0247b6a7b314f8edeb618159fa95f9cb">
     11  <!ENTITY parted-size          "1.6 MB">
     12  <!ENTITY parted-buildsize     "27 MB (additional 2 MB for the tests and additional 1 MB for optional PDF and Postscript documentation)">
     13  <!ENTITY parted-time          "0.4 SBU (additional 0.6 SBU for the tests)">
    1414]>
    1515
     
    6868    </para>
    6969
     70    <bridgehead renderas="sect4">Optional</bridgehead>
     71    <para role="optional">
     72      <xref linkend="pth"/>
     73    </para>
     74
    7075    <para condition="html" role="usernotes">
    7176      User Notes: <ulink url="&blfs-wiki;/parted"/>
     
    8186    </para>
    8287
    83 <screen><userinput>sed -i parted/ui.c \
    84     -e "s:(CPPFunction\*) complete:(rl_completion_func_t\*) complete:" &amp;&amp;
    85 ./configure --prefix=/usr --disable-static &amp;&amp;
     88<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8689make &amp;&amp;
    8790
     
    100103      To test the results, issue: <command>make check</command>.  Note that
    101104      many tests are skipped if not run as the <systemitem
    102       class="username">root</systemitem> user. 
    103     </para>
     105      class="username">root</systemitem> user.  If test t0251-gpt-unicode.sh
     106      fails, it can be fixed, in some systems with LANG=XY.UTF-8 set, using:
     107    </para>
     108
     109<screen><userinput>sed -i "s/C.UTF-8/$LANG/" tests/t0251-gpt-unicode.sh</userinput></screen>
    104110
    105111    <para>
     
    125131    <title>Command Explanations</title>
    126132
    127     <para>
    128       <command>sed -i parted/ui.c ...</command>: This <command>sed</command>
    129       fixes building with <application>Readline</application> 6.x (x>2).
    130     </para>
    131 
    132133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    133134      href="../../xincludes/static-libraries.xml"/>
     
    145146    <segmentedlist>
    146147      <segtitle>Installed Programs</segtitle>
    147       <segtitle>Installed Library</segtitle>
    148       <segtitle>Installed Directory</segtitle>
     148      <segtitle>Installed Libraries</segtitle>
     149      <segtitle>Installed Directories</segtitle>
    149150
    150151      <seglistitem>
     
    153154          partprobe
    154155        </seg>
    155         <seg>libparted.so</seg>
    156         <seg>/usr/include/parted</seg>
     156        <seg>
     157          libparted.so and
     158          libparted-fs-resize.so</seg>
     159        <seg>
     160          /usr/include/parted and
     161          /usr/share/doc/parted-&parted-version;</seg>
    157162      </seglistitem>
    158163    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.