Ignore:
Timestamp:
06/05/2014 10:47:37 PM (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.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5dfe5591
Parents:
28a3ecd
Message:

Updates to gnupg-2.0.23, xterm-306, Python-2.7.7, xscreensaver-5.28 and openssl-1.0.1h.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    r28a3ecd r167a240  
    88          "http://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
    99  <!ENTITY python2-download-ftp  " ">
    10   <!ENTITY python2-md5sum        "bcf93efa8eaf383c98ed3ce40b763497">
    11   <!ENTITY python2-size          "9.9 MB">
    12   <!ENTITY python2-buildsize     "261 MB">
    13   <!ENTITY python2-time          "1.0 SBU (additional 5.5 SBU for tests)">
     10  <!ENTITY python2-md5sum        "41f7348b348e3f72fcfb4f4d76701352">
     11  <!ENTITY python2-size          "11 MB">
     12  <!ENTITY python2-buildsize     "222 MB (additional 17 MB for the tests)">
     13  <!ENTITY python2-time          "0.9 SBU (additional 4.2 SBU for tests)">
    1414
    1515  <!ENTITY python2htmldoc-download-http
    1616           "http://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2">
    17   <!ENTITY python2htmldoc-md5sum        "7613314d1aaa7dcc522ca9d3fd43dace">
     17  <!ENTITY python2htmldoc-md5sum        "f8e87d44548d9b7c1f7ab8af779b31c0">
    1818  <!ENTITY python2htmldoc-size          "4.3 MB">
    1919]>
     
    8585      <listitem>
    8686        <para>
    87            Required patch for systems running
    88            <application>Readline</application>-6.x (x>2):
    89            <ulink url="&patch-root;/Python-&python2-version;-readline_6_3-1.patch"/>
     87           Required patch if you wish to run the test suite:
     88           <ulink url="&patch-root;/Python-&python2-version;-skip_test_gdb-1.patch"/>
    9089        </para>
    9190      </listitem>
     
    144143    </para>
    145144
    146 <screen><userinput>patch -Np1 -i ../Python-&python2-version;-readline_6_3-1.patch &amp;&amp;
    147 ./configure --prefix=/usr       \
     145<screen><userinput>./configure --prefix=/usr       \
    148146            --enable-shared     \
    149147            --with-system-expat \
     
    151149            --enable-unicode=ucs4 &amp;&amp;
    152150make</userinput></screen>
     151
     152    <para>
     153      If you wish to run the test suite, disable a test that fails:
     154    </para>
     155
     156<screen><userinput>patch -Np1 -i ../Python-&python2-version;-skip_test_gdb-1.patch</userinput></screen>
    153157
    154158    <para>
     
    238242      <seglistitem>
    239243        <seg>
    240           2to3, pydoc, python, python-config, python2, python2-config,
     244          2to3, pydoc, python (symlink), python-config (symlink),
     245          python2 (symlink), python2-config (symlink),
    241246          python&python2-majorver;, python&python2-majorver;-config,
    242247          smtpd.py, and optionally if <application>Tk</application>
     
    245250        <seg>
    246251          libpython&python2-majorver;.so
     252          and several under /usr/lib/python2.7/{config,lib-dynload}
    247253        </seg>
    248254        <seg>
Note: See TracChangeset for help on using the changeset viewer.