#11996 closed defect (fixed)
BUG: python24 creates a wrong symlink
Reported by: | raimue (Rainer Müller) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.4.40 |
Keywords: | Cc: | mww@…, raimue (Rainer Müller), roederja | |
Port: |
Description
The python24 port does not create a symlink in {$prefix}/include/python24 to the Framework directory. I have heard that without this symlink some other ports depending on python (e.g. boost +python) fail to find the python headers.
The attached patch fixes this issue.
Attachments (1)
Change History (6)
Changed 18 years ago by raimue (Rainer Müller)
Attachment: | python24.symlink.diff added |
---|
comment:1 Changed 18 years ago by roederja
Cc: | jann@… added |
---|
comment:2 Changed 17 years ago by nox@…
It will put all of the headers file in the framework hierarchy, which, I think, is a good thing.
comment:3 Changed 17 years ago by raimue (Rainer Müller)
Cc: | raimue@… added; raimue@… removed |
---|
comment:4 Changed 16 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed by the revised python24 port merged to trunk in r37814.
Note: See
TracTickets for help on using
tickets.
Hm I'm not sure about this. Of course you are right, the existing code for the link is wrong, however some ports like py-numeric install files in ${prefi}include/python2.4 , so if we change the portfile, I'm not sure what implications that would have.