#14398 closed defect (fixed)
py-pylibpcap does not build on my machine (10.5.2)
Reported by: | jlucg@… | Owned by: | pmq@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | py-pylibpcap | Cc: | chris.owen@… |
Port: |
Description
On my machine, py-pylibpcap fails to build because it can not run "/opt/local/bin/python mk-constants.py".
I think it is a bug in the Portfile.
If I change:
pre-build {
system "${prefix}/bin/python mk-constants.py"
}
to:
pre-build {
system "${prefix}/bin/python2.4 ${worksrcpath}/mk-constants.py"
}
Also, installing this port does not automatically installs the relevant python distribution.
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Cc: | chris.owen@… added |
---|---|
Owner: | changed from macports-tickets@… to pmq@… |
Changed 17 years ago by pmq@…
Attachment: | py-pylibpcap-0.6.2.diff added |
---|
comment:2 Changed 17 years ago by pmq@…
Status: | new → assigned |
---|
Could you try the attached patch and let me know?
Note: See
TracTickets for help on using
tickets.
Assigning to maintainers.