Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #11996 (closed defect: fixed)

Opened 18 months ago

Last modified 5 months ago

BUG: python24 creates a wrong symlink

Reported by: raimue@… Owned by: mww@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.4.40
Keywords: Cc: mww@…, raimue@…, jann@…
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

python24.symlink.diff (0.9 KB) - added by raimue@… 18 months ago.

Change History

Changed 18 months ago by raimue@…

Changed 18 months ago by jann@…

  • 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.

Changed 13 months ago by nox@…

It will put all of the headers file in the framework hierarchy, which, I think, is a good thing.

Changed 11 months ago by raimue@…

  • cc raimue@… added; raimue@… removed

Changed 5 months ago by raimue@…

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

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

Note: See TracTickets for help on using tickets.