Ignore:
Timestamp:
07/30/2014 08:46:16 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
762462a3
Parents:
1d6162b6
Message:

Merge trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13735 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    r1d6162b6 rdf282778  
    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.