Changeset 1a64240


Ignore:
Timestamp:
05/25/2015 07:45:11 PM (9 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.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, 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:
c6cd8e72
Parents:
2b9c822
Message:

Update to Python-2.7.10.
Tag Xapian-1.2.21 checked with gcc5.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    r2b9c822 r1a64240  
    3535    </para>
    3636
    37     &lfs77_checked; &gcc5_built;
     37    &lfs77_checked; &gcc5_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/python2.xml

    r2b9c822 r1a64240  
    88     "https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
    99  <!ENTITY python2-download-ftp  " ">
    10   <!ENTITY python2-md5sum        "38d530f7efc373d64a8fb1637e3baaa7">
     10  <!ENTITY python2-md5sum        "c685ef0b8e9f27b5e3db5db12b268ac6">
    1111  <!ENTITY python2-size          "12 MB">
    12   <!ENTITY python2-buildsize     "228 MB (additional 18 MB for the tests)">
    13   <!ENTITY python2-time          "1.0 SBU (additional 4.6 SBU for tests)">
     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)">
    1414
    1515  <!ENTITY python2htmldoc-download-http
    16      "https://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2">
    17   <!ENTITY python2htmldoc-md5sum        "8804bc888f6b7a1cc217be1acbb59ad6">
     16     "https://docs.python.org/2.7/archives/python-&python2-version;-docs-html.tar.bz2">
     17  <!ENTITY python2htmldoc-md5sum        "5f07d5079327be83f450ecc459ffe249">
    1818  <!ENTITY python2htmldoc-size          "4.4 MB">
    1919]>
     
    4444    </para>
    4545
    46     &lfs77_checked;
     46    &lfs77_checked; &gcc5_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676        <para>
    7777          Estimated build time: &python2-time;
    78         </para>
    79       </listitem>
    80     </itemizedlist>
    81 
    82     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    83 
    84     <itemizedlist spacing="compact">
    85       <listitem>
    86         <para>
    87            Required patch if you wish to run the test suite:
    88            <ulink url="&patch-root;/Python-&python2-version;-skip_test_gdb-1.patch"/>
    8978        </para>
    9079      </listitem>
     
    163152
    164153    <para>
    165       If you wish to run the test suite, disable a test that fails:
    166     </para>
    167 
    168 <screen><userinput>patch -Np1 -i ../Python-&python2-version;-skip_test_gdb-1.patch</userinput></screen>
    169 
    170     <para>
    171       To test the results, issue: <command>make test</command>.
     154      To test the results, issue: <command>make -k test</command>.
     155      One test fails for unknown reasons.
    172156    </para>
    173157
     
    262246        <seg>
    263247          libpython&python2-majorver;.so
    264           and several under /usr/lib/python&python2-majorver;/{config,lib-dynload}
    265248        </seg>
    266249        <seg>
  • introduction/welcome/changelog.xml

    r2b9c822 r1a64240  
    4848      <para>May 25th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to Python-2.7.10. Fixes
     52          <ulink url="&blfs-ticket-root;6535">#6535</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to qpdf-5.1.3. Fixes
  • packages.ent

    r2b9c822 r1a64240  
    267267<!ENTITY npapi-sdk-version            "0.27.2">
    268268<!ENTITY php-version                  "5.6.9">
    269 <!ENTITY python2-version              "2.7.9">
     269<!ENTITY python2-version              "2.7.10">
    270270<!ENTITY python3-version              "3.4.3">
    271271<!ENTITY ruby-version                 "2.2.2">
Note: See TracChangeset for help on using the changeset viewer.