Opened 15 years ago
Closed 15 years ago
#19906 closed defect (fixed)
python25: symlink to non-existing file
Reported by: | tenomoto (Takeshi Enomoto) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | blb@… | |
Port: | python25 |
Description
A symlink
/opt/local/lib/python2.5/config/libpython2.5.a
points to ../../../Python, which should be /opt/local/Library/Frameworks/Python.framework/Versions/2.5/Python.
I don't understand why such a link is created from python25's Portfile.
Attachments (1)
Change History (4)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to mww@… |
---|---|
Port: | python25 added |
Summary: | pytho25: symlink to non-existing file → python25: symlink to non-existing file |
comment:2 Changed 15 years ago by blb@…
Cc: | blb@… added |
---|
comment:3 Changed 15 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r52469 (maintainer timeout).
Note: See
TracTickets for help on using
tickets.
This is a python thing, look at
/usr/lib/python2.5/config/libpython2.5.a
(on 10.5.7 at least), it isn't done by the Portfile at all. However it is pointing to the wrong place (the one in /usr/lib works since /usr/lib/python2.5 is itself a symlink into the framework). Attaching a patch which corrects the link.