Changeset 9ba1dd2


Ignore:
Timestamp:
03/31/2005 12:02:55 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 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:
8327e8b9
Parents:
e921ae99
Message:

Updated to Python-2.4.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re921ae99 r9ba1dd2  
    131131                                     
    132132<!-- Chapter 12 -->                 
    133 <!ENTITY Python-version               "2.4">
     133<!ENTITY Python-version               "2.4.1">
    134134<!ENTITY LFS-Perl-version             "5.8.6">
    135135<!ENTITY Module-Info-version          "0.26">
  • general/prog/python.xml

    re921ae99 r9ba1dd2  
    77<!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
    88<!ENTITY python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tar.bz2">
    9 <!ENTITY python-md5sum "44c2226eff0f3fc1f2fedaa1ce596533">
     9<!ENTITY python-md5sum "de3e9a8836fab6df7c7ce545331afeb3">
    1010<!ENTITY python-size "7.8 MB">
    11 <!ENTITY python-buildsize "133 MB">
    12 <!ENTITY python-time "1.01 SBU">
     11<!ENTITY python-buildsize "115 MB">
     12<!ENTITY python-time "0.91 SBU (additional 2.20 SBU to run the testsuite)">
    1313]>
    1414
     
    4949<listitem><para>Required patch: <ulink
    5050url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para></listitem>
    51 <listitem><para>Required patch for Berkeley DB: <ulink
    52 url="&patch-root;/Python-&Python-version;-db43-1.patch"/></para></listitem>
    53 <listitem><para>Required patch (see
    54 <ulink url="http://www.python.org/security/PSF-2005-001/"/>): <ulink
    55 url="http://www.python.org/security/PSF-2005-001/patch.txt"/></para></listitem>
    5651</itemizedlist>
    5752</sect3>
     
    7166<title>Installation of <application>Python</application></title>
    7267
    73 <para>If you have Berkeley <application>DB</application> installed and wish to
    74 utilize it, apply the following patch:</para>
    75 
    76 <screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-db43-1.patch</command></userinput></screen>
    77 
    7868<para>Install <application>Python</application> by running the following
    7969commands:</para>
    8070
    81 <screen><userinput><command>patch -Np0 -i ../patch.txt &amp;&amp;
    82 patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
     71<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
    8372./configure --prefix=/usr --enable-shared &amp;&amp;
    8473make</command></userinput></screen>
     
    8776
    8877<screen><userinput role='root'><command>make install</command></userinput></screen>
     78
     79<note><para>There is no documentation installed using the instructions above.
     80However, There are Latex sources included with the distribution. See the
     81<filename>Doc/README</filename> file in the source distribution for
     82instructions to format the LaTex sources. Alternatively, you can download
     83preformatted documentation from
     84<ulink url="http://www.python.org/doc/current/download.html"/>.</para></note>
    8985
    9086</sect2>
     
    9995
    10096<seglistitem>
    101 <seg>pydoc, python, smtpd.py and optionally if <application>Tk</application>
    102 is installed, idle</seg>
    103 <seg>libpython&Python-version;.so and numerous modules installed in
    104 /usr/lib/python&Python-version;/lib-dynload</seg>
    105 <seg>/usr/include/python&Python-version;
    106 and /usr/lib/python&Python-version;</seg>
     97<seg>pydoc, python, python2.4, smtpd.py and optionally if
     98<application>Tk</application> is installed, idle</seg>
     99<seg>libpython2.4.so and numerous modules installed in
     100/usr/lib/python2.4/lib-dynload</seg>
     101<seg>/usr/include/python2.4 and /usr/lib/python2.4</seg>
    107102</seglistitem>
    108103</segmentedlist>
     
    139134</varlistentry>
    140135
     136<varlistentry id="python2.4">
     137<term><command>python2.4</command></term>
     138<listitem><para>is a version-specific name for the <command>python</command>
     139program.</para>
     140<indexterm zone="python python2.4">
     141<primary sortas="b-python2.4">python2.4</primary>
     142</indexterm></listitem>
     143</varlistentry>
     144
    141145<varlistentry id="smtpd.py">
    142146<term><command>smtpd.py</command></term>
  • introduction/welcome/changelog.xml

    re921ae99 r9ba1dd2  
    2323<itemizedlist>
    2424
    25 <listitem><para>March 30th, 2005 [randy]: Updated to
    26 libusb-0.1.10a.</para></listitem>
     25<listitem><para>March 30th, 2005 [randy]: Updated to libusb-0.1.10a and
     26Python-2.4.1.</para></listitem>
    2727
    2828<listitem><para>March 29th, 2005 [randy]: Updated to DocBook DSSSL
Note: See TracChangeset for help on using the changeset viewer.