Issue 1653753: crash / abort during install (original) (raw)

Created on 2007-02-07 01:56 by sandreas41, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py25config.log.tgz sandreas41,2007-02-07 01:56 config.log in tar.gz
Messages (4)
msg31202 - (view) Author: SAndreason (sandreas41) Date: 2007-02-07 01:56
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
msg31203 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-02-07 08:41
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.
msg31204 - (view) Author: SAndreason (sandreas41) Date: 2007-02-07 16:04
Ah! That is the same problem. Works for me. Thank you
msg31205 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-02-08 07:39
Does this also fix the other bug you filed?
History
Date User Action Args
2022-04-11 14:56:22 admin set github: 44553
2007-02-07 01:56:53 sandreas41 create