Changeset e882fc37 for general


Ignore:
Timestamp:
12/28/2018 11:27:36 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
0c463dc
Parents:
4478c65a
Message:

Update to Python-3.7.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r4478c65a re882fc37  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "0a57e9022c07fad3dadb2eef58568edb">
     10  <!ENTITY python3-md5sum        "df6ec36011808205beda239c72f947cb">
    1111  <!ENTITY python3-size          "16 MB">
    12   <!ENTITY python3-buildsize     "176 MB (add 29 MB for tests)">
    13   <!ENTITY python3-time          "0.9 SBU (using parallelism=4; add 1.7 SBU for tests)">
    14 
     12  <!ENTITY python3-buildsize     "337 MB (add 29 MB for tests)">
     13  <!ENTITY python3-time          "1.2 SBU (add 2.0 SBU for tests)">
     14  <!--
    1515  <!ENTITY python3htmldoc-download-http
    16            "https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
     16  "https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2"> -->
    1717]>
    1818
     
    8080      </listitem>
    8181    </itemizedlist>
    82 <!--
    83     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    84     <itemizedlist spacing="compact">
    85       <title>Optional HTML Documentation</title>
    86       <listitem>
    87         <para>
    88           Download (HTTP): <ulink url="&python3htmldoc-download-http;"/>
    89         </para>
    90       </listitem>
    91     </itemizedlist>
    92 -->
     82
    9383    <bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
    94 <!--
    95     <bridgehead renderas="sect4">Recommended</bridgehead>
    96     <para role="recommended">
    97       <xref linkend="libffi"/>
    98     </para>
    99 -->
     84
    10085    <bridgehead renderas="sect4">Optional</bridgehead>
    10186    <para role="optional">
    10287      <xref linkend="bluez"/>,
    103       <xref linkend="gdb"/> (required for some tests), and
    104       <xref linkend="valgrind"/>
     88      <xref linkend="gdb"/> (required for some tests),
     89      <xref linkend="valgrind"/>, and
     90      <ulink url="http://www.bytereef.org/mpdecimal">libmpcdec</ulink>
    10591    </para>
    10692
     
    143129chmod -v 755 /usr/lib/libpython&python3-majorver;m.so &amp;&amp;
    144130chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
    145 <!--
    146     <para>
    147       If you have downloaded the preformatted documentation from
    148       <ulink url="http://docs.python.org/download.html"/>, install it
    149       as the <systemitem class="username">root</systemitem> user:
    150     </para>
    151 
    152 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html &amp;&amp;
    153 tar - -strip-components=1 \
    154     - -no-same-owner \
    155     - -no-same-permissions \
    156     -C /usr/share/doc/python-&python3-version;/html \
    157     -xvf ../python-&python3-version;-docs-html.tar.bz2</userinput></screen>
    158 -->
     131
    159132    <para>
    160133      The test suite must be run separately from the build, either before or
     
    162135      <command>make install</command> after running the test suite. To build
    163136      and install the package, you need to start with a fresh or clean source
    164       tree. For the test, you also need a clean source code, so either start by
     137      tree. For the tests, you also need a clean source code, so either start by
    165138      removing the source code directory and starting over, by uncompressing
    166139      the source tarball or by running <command>make clean</command>. Then
     
    168141      <command>configure</command> switches above, run <command>make</command>,
    169142      then <command>make test</command>. Remember that tests must be executed
    170       using an X terminal. One test fails. The test SBU highly depends on the
     143      using an X terminal. Two tests fail. The test SBU highly depends on the
    171144      speed of the internet connection.
    172145    </para>
Note: See TracChangeset for help on using the changeset viewer.