vote up 3 vote down star
1

I just tried (for the first time, I might add) a

port upgrade installed

in Macports, and I'm afraid I might come to regret it: A lot of errors -- specially regarding X11 and Python.

Here's a typical error message regarding python:

---> Activating python24 2.4.5_4+darwin_9 Error: Activating python24 2.4.5_4 failed: Image error: /opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4 already exists and does not belong to a registered port. Unable to activate port python24.

My question: Should I expect a bit of trouble? And: Any hints on fixing these errors?

I did do "sync" and "selfupdate" before upgrading.

flag
I have been installing packages to the python distribution earlier with the typical "setup.py install", but I can't see why this should give that error message. – rebra Dec 2 '08 at 20:24

3 Answers

vote up 4 vote down check

Usually, when my macports installation starts going nutty (usually because I goofed it up), I delete the /opt folder and reinstall. I'm just lazy, i guess. From what it looks like though, you are trying to reinstall a new port over an old/existing folder.

Have you tried Porticus? It will do a good job of telling you which ports are installed and active. Perhaps if you deactivated a current python port, and installing the new one, that can get you moving again.

link|flag
I hope to get away with not reinstalling -- there's a lot of stuff there. On the other hand, a cleanup might be good. Haven't seen Porticus, will take a look, thanks. – rebra Dec 2 '08 at 20:57
thanks a lot. I had a problem with zlib (Error: port activate failed: Image error: /opt/local/include/zconf.h already exists and does not belong to a registered port. Unable to activate port zlib. ) -- Deleting the /opt folder and reinstalling Macports worked perfectly. Thanks a lot!! – Brock Woolf May 4 at 11:27
im pretty sure my problems started from doing silly things with multiple times of reinstalling Macports over itself. – Brock Woolf May 4 at 11:28
vote up 3 vote down

If, as the error message indicates, that file exists in the /opt directory and does not belong to a registered port, you'd have to wonder how it got there. Maybe left over from a previous, possibly botched, installation?

Either way, I don't see the harm in just deleting the file in question (and, from the looks of it, probably the entire /opt/local/Library/Frameworks/Python.framework/Versions/2.4 directory)

Generally speaking, to resolve problems like this you should contact the port maintainer, or ask on the macports mailing list.

link|flag
vote up 1 vote down

Mac OS X 10.4.11 ships with Python 2.4 (not sure about Leopard). Its path is /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4, so you might not need to install at all.

link|flag
Yes, I know. Some dependencies in Macports are responsible for that one. :-) – rebra Dec 2 '08 at 20:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.