Ticket #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
Change History
comment:1 Changed 5 years ago by jmr@…
- Cc chris.owen@… added
- Owner changed from macports-tickets@… to pmq@…
comment:2 Changed 5 years ago by pmq@…
- Status changed from new to assigned
Could you try the attached patch and let me know?
Note: See
TracTickets for help on using
tickets.


Assigning to maintainers.