New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16708 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

python25 build failure

Reported by: asbjorn@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: python build Cc:
Port: python25

Description

Trying to install Python 2.5 on Mac OS X 10.5.5 yields the following error:

Python.framework/Versions/2.5/lib/python2.5/xmlrpclib.py ...
Compiling /opt/local/var/macports/build/_Users_aul_dports_lang_python25/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/zipfile.py ...
make: *** [libinstall] Error 1
Warning: the following items did not execute (for python25): org.macports.activate org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

I know OS X 10.5 is already equipped with Python 2.5, but I need it in MacPorts to be able to install ports requiring Python 2.5.

Attachments

python25.log Download (391.9 KB) - added by asbjorn@… 3 years ago.
Python 2.5 installation log

Change History

Changed 3 years ago by jmr@…

  • cc mww@… removed
  • owner changed from macports-tickets@… to mww@…

That snippet of output doesn't have much to go on. Try running sudo port -d install python25 > python25.log 2>&1 and attach the resulting log.

Changed 3 years ago by asbjorn@…

Python 2.5 installation log

Changed 3 years ago by asbjorn@…

Uploaded the log file. After doing what the log file says at the end:

sudo port install python_select  
sudo python_select python25

Python 2.5 now seems to be installed successfully. Weird. The port I want installed is cvs2svn, so doing the same there, first yielded an error about py25-hashlib and py25-zlib not installing correctly. Manually installing those with the same procedure first and then cvs2svn after, yielded success and cvs2svn is now installed.

Not sure what to make of that, but the problems started while trying to install cvs2svn directly without any of the dependencies in place first. Do you have any explanations to this?

Changed 3 years ago by raimue@…

  • status changed from new to closed
  • resolution set to worksforme

Probably the Tcl environment bug on Leopard.

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.