[ python-Bugs-1653753 ] crash / abort during install

SourceForge.net noreply at sourceforge.net
Wed Feb 7 09:41:58 CET 2007


Bugs item #1653753, was opened at 2007-02-07 01:56
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1653753&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: SAndreason (sandreas41)
Assigned to: Nobody/Anonymous (nobody)
Summary: crash / abort during install

Initial Comment:
linux-2.4.33
installing Python-2.5.tar.bz2  9357099 bytes

After a successful make,
su # make install
...[clip]...
PYTHONPATH=/usr/local/lib/python2.5   \
        ./python -Wi -tt /usr/local/lib/python2.5/compileall.py \
        -d /usr/local/lib/python2.5 -f \
        -x 'bad_coding|badsyntax|site-packages' /usr/local/lib/python2.5
Listing /usr/local/lib/python2.5 ...
Compiling /usr/local/lib/python2.5/BaseHTTPServer.py ...
...[clip]...
Compiling /usr/local/lib/python2.5/xmlrpclib.py ...
Compiling /usr/local/lib/python2.5/zipfile.py ...
make: *** [libinstall] Error 1


Can installation be finished manually? or is there a patch or workaround for this?

Stewart

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2007-02-07 08:41

Message:
Logged In: YES 
user_id=849994
Originator: NO

Please check if your issue is the same as http://python.org/sf/1594809,
i.e. if you have PYTHON* environment variables set while compiling, which
is not supported.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1653753&group_id=5470


More information about the Python-bugs-list mailing list