This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python-2.5.1.tar.bz2 build failed at Centos-4.5 server
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dhuang, georg.brandl, loewis, shuvo1470
Priority: normal Keywords:

Created on 2007-06-17 07:29 by shuvo1470, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (6)
msg32349 - (view) Author: shuvo (shuvo1470) Date: 2007-06-17 07:29
I tried to build Python-2.5.1.tar.bz2 at my Centos-4.5 server but unable to build it. there is the error i am getting  

  File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/ChipViewer.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/TypeinViewer.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/pyColorChooser.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/Main.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/TextViewer.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/ColorDB.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/StripViewer.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/DetailsViewer.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/ListViewer.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/PyncheWidget.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/Switchboard.pyo
    File not found: /var/tmp/python2.5-2.5.1-root/usr/lib/python2.5/Tools/pynche/__init__.pyo
msg32350 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-06-19 12:41
Are these the first error messages in the build process?
msg32351 - (view) Author: shuvo (shuvo1470) Date: 2007-06-20 13:02
No. These are last error messages while exiting build process.
msg32352 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-06-23 11:37
Please report the first errors; the errors you show are likely follow-up errors. If possible, attach the entire build output as a compressed file to this report.
msg32353 - (view) Author: David Huang (dhuang) Date: 2007-07-10 03:48
I've just installed this package on 2 CentOS 4.5 Server without any problem.
msg32354 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-07-10 05:36
Closing as "fixed" then.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45101
2007-06-17 07:29:42shuvo1470create