Ignore:
Timestamp:
01/27/2016 11:21:15 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
1e76622
Parents:
a7e1ac8
Message:

Merge Chapter 13 from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    ra7e1ac8 r2037ec4  
    88     "https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
    99  <!ENTITY python2-download-ftp  " ">
    10   <!ENTITY python2-md5sum        "c685ef0b8e9f27b5e3db5db12b268ac6">
     10  <!ENTITY python2-md5sum        "1dbcc848b4cd8399a8199d000f9f823c">
    1111  <!ENTITY python2-size          "12 MB">
    12   <!ENTITY python2-buildsize     "227 MB (additional 18 MB for the tests)">
    13   <!ENTITY python2-time          "0.8 SBU (additional 5.5 SBU for tests)">
     12  <!ENTITY python2-buildsize     "229 MB (additional 18 MB for the tests)">
     13  <!ENTITY python2-time          "0.8 SBU (additional 5.6 SBU for tests)">
    1414
    1515  <!ENTITY python2htmldoc-download-http
    1616     "https://docs.python.org/2.7/archives/python-&python2-version;-docs-html.tar.bz2">
    17   <!ENTITY python2htmldoc-md5sum        "5f07d5079327be83f450ecc459ffe249">
    18   <!ENTITY python2htmldoc-size          "4.4 MB">
    1917]>
    2018
     
    8078    </itemizedlist>
    8179
     80    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     81
    8282    <itemizedlist spacing="compact">
    8383      <title>Optional HTML Documentation</title>
     
    8585        <para>
    8686          Download (HTTP): <ulink url="&python2htmldoc-download-http;"/>
    87         </para>
    88       </listitem>
    89       <listitem>
    90         <para>
    91           Download MD5 sum: &python2htmldoc-md5sum;
    92         </para>
    93       </listitem>
    94       <listitem>
    95         <para>
    96           Download size: &python2htmldoc-size;
    9787        </para>
    9888      </listitem>
     
    114104    <bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
    115105    <para role="optional">
    116       <xref linkend="db"/>,
    117106      <xref linkend="openssl"/>,
    118107      <xref linkend="sqlite"/> and
     
    122111    <note>
    123112      <para>
    124         <!-- new for ff31.  Any reasonable version of openssl will do,
    125         even old maintained versions, so do not xref openssl here -->
     113      <!-- new for ff31.  Any reasonable version of openssl will do,
     114      even old maintained versions, so do not xref openssl here -->
    126115        If you are building <xref linkend="thunderbird"/> or
    127         <xref linkend="firefox"/><!-- or <xref linkend="xulrunner"/> -->,
    128         you must install <application>OpenSSL</application> before you build
     116        <xref linkend="firefox"/>
     117        you must install <application>openssl</application> before you build
    129118        <application>Python 2</application>.
    130119      </para>
     
    152141
    153142    <para>
    154       To test the results, issue: <command>make test</command>.
     143      To test the results, issue: <command>make -k test</command>.
     144      One test fails for unknown reasons.
    155145    </para>
    156146
     
    165155      Since <application>Python 2</application> is in maintenance mode, and
    166156      <application>Python 3</application> is recommended by upstream for
    167       development, you probably don't need to install the documentation.
     157      development, you probably do not need to install the documentation.
    168158      However, if you still want to install documentation for both
    169       <application>Python</application> versions, make sure you set PYTHONDOCS
    170       variable to the version you want to use each time you need to consult
     159      <application>Python</application> versions, be sure to define the
     160      <envar>PYTHONDOCS</envar>
     161      variable for the version you want to use, each time you need to consult
    171162      the documentation. If you have downloaded the preformatted documentation
    172163      from <ulink url="http://docs.python.org/download.html"/>, install it
     
    175166
    176167<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python2-version; &amp;&amp;
    177 tar --strip-components=1 -C /usr/share/doc/python-&python2-version; \
    178     --no-same-owner -xvf ../python-&python2-version;-docs-html.tar.bz2      &amp;&amp;
     168
     169tar --strip-components=1                     \
     170    --no-same-owner                          \
     171    --directory /usr/share/doc/python-&python2-version; \
     172    -xvf ../python-&python2-version;-docs-html.tar.bz2 &amp;&amp;
     173
    179174find /usr/share/doc/python-&python2-version; -type d -exec chmod 0755 {} \; &amp;&amp;
    180175find /usr/share/doc/python-&python2-version; -type f -exec chmod 0644 {} \;</userinput></screen>
     
    186181    <para>
    187182      <option>--with-system-expat</option>: This switch enables linking against
    188       system version of <application>Expat</application>. 
     183      system version of <application>Expat</application>.
    189184    </para>
    190185
     
    246241        </seg>
    247242        <seg>
    248           /usr/include/python&python2-majorver;,
    249           /usr/lib/python&python2-majorver;, and
    250           /usr/share/doc/python-&python2-version;</seg>
     243          /usr/{include,lib}/python&python2-majorver; and
     244          /usr/share/doc/python-&python2-version;
     245        </seg>
    251246      </seglistitem>
    252247    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.