Opened 17 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

python24.symlink.diff (907 bytes) - added by raimue (Rainer Müller) 17 years ago.

Download all attachments as: .zip

Change History (6)

Changed 17 years ago by raimue (Rainer Müller)

Attachment: python24.symlink.diff added

comment:1 Changed 17 years ago by roederja

Cc: jann@… added

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.

comment:2 Changed 16 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 16 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: newclosed

Should be fixed by the revised python24 port merged to trunk in r37814.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.