Updated to Python-2.4.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3611 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-03-31 00:02:55 +00:00
parent e921ae991d
commit 9ba1dd2e11
3 changed files with 28 additions and 24 deletions

View File

@ -130,7 +130,7 @@
<!ENTITY apache-ant-version "1.6.2">
<!-- Chapter 12 -->
<!ENTITY Python-version "2.4">
<!ENTITY Python-version "2.4.1">
<!ENTITY LFS-Perl-version "5.8.6">
<!ENTITY Module-Info-version "0.26">
<!ENTITY Gtk-Perl-version "0.7009">

View File

@ -6,10 +6,10 @@
<!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
<!ENTITY python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tar.bz2">
<!ENTITY python-md5sum "44c2226eff0f3fc1f2fedaa1ce596533">
<!ENTITY python-md5sum "de3e9a8836fab6df7c7ce545331afeb3">
<!ENTITY python-size "7.8 MB">
<!ENTITY python-buildsize "133 MB">
<!ENTITY python-time "1.01 SBU">
<!ENTITY python-buildsize "115 MB">
<!ENTITY python-time "0.91 SBU (additional 2.20 SBU to run the testsuite)">
]>
<sect1 id="python" xreflabel="Python-&Python-version;">
@ -48,11 +48,6 @@ prototyping large programs or developing entire applications.</para>
<itemizedlist spacing='compact'>
<listitem><para>Required patch: <ulink
url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para></listitem>
<listitem><para>Required patch for Berkeley DB: <ulink
url="&patch-root;/Python-&Python-version;-db43-1.patch"/></para></listitem>
<listitem><para>Required patch (see
<ulink url="http://www.python.org/security/PSF-2005-001/"/>): <ulink
url="http://www.python.org/security/PSF-2005-001/patch.txt"/></para></listitem>
</itemizedlist>
</sect3>
@ -70,16 +65,10 @@ url="http://www.python.org/security/PSF-2005-001/patch.txt"/></para></listitem>
<sect2>
<title>Installation of <application>Python</application></title>
<para>If you have Berkeley <application>DB</application> installed and wish to
utilize it, apply the following patch:</para>
<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-db43-1.patch</command></userinput></screen>
<para>Install <application>Python</application> by running the following
commands:</para>
<screen><userinput><command>patch -Np0 -i ../patch.txt &amp;&amp;
patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
./configure --prefix=/usr --enable-shared &amp;&amp;
make</command></userinput></screen>
@ -87,6 +76,13 @@ make</command></userinput></screen>
<screen><userinput role='root'><command>make install</command></userinput></screen>
<note><para>There is no documentation installed using the instructions above.
However, There are Latex sources included with the distribution. See the
<filename>Doc/README</filename> file in the source distribution for
instructions to format the LaTex sources. Alternatively, you can download
preformatted documentation from
<ulink url="http://www.python.org/doc/current/download.html"/>.</para></note>
</sect2>
<sect2>
@ -98,12 +94,11 @@ make</command></userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>pydoc, python, smtpd.py and optionally if <application>Tk</application>
is installed, idle</seg>
<seg>libpython&Python-version;.so and numerous modules installed in
/usr/lib/python&Python-version;/lib-dynload</seg>
<seg>/usr/include/python&Python-version;
and /usr/lib/python&Python-version;</seg>
<seg>pydoc, python, python2.4, smtpd.py and optionally if
<application>Tk</application> is installed, idle</seg>
<seg>libpython2.4.so and numerous modules installed in
/usr/lib/python2.4/lib-dynload</seg>
<seg>/usr/include/python2.4 and /usr/lib/python2.4</seg>
</seglistitem>
</segmentedlist>
@ -138,6 +133,15 @@ language.</para>
</indexterm></listitem>
</varlistentry>
<varlistentry id="python2.4">
<term><command>python2.4</command></term>
<listitem><para>is a version-specific name for the <command>python</command>
program.</para>
<indexterm zone="python python2.4">
<primary sortas="b-python2.4">python2.4</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="smtpd.py">
<term><command>smtpd.py</command></term>
<listitem><para>is an <acronym>SMTP</acronym> proxy implemented in

View File

@ -22,8 +22,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>March 30th, 2005 [randy]: Updated to
libusb-0.1.10a.</para></listitem>
<listitem><para>March 30th, 2005 [randy]: Updated to libusb-0.1.10a and
Python-2.4.1.</para></listitem>
<listitem><para>March 29th, 2005 [randy]: Updated to DocBook DSSSL
Stylesheets-1.79 (with rewrite of instructions); fixed deprecated tar option