Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

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

py-pylibpcap-0.6.2.diff (2.0 KB) - added by pmq@… 16 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Cc: chris.owen@… added
Owner: changed from macports-tickets@… to pmq@…

Assigning to maintainers.

Changed 16 years ago by pmq@…

Attachment: py-pylibpcap-0.6.2.diff added

comment:2 Changed 16 years ago by pmq@…

Status: newassigned

Could you try the attached patch and let me know?

comment:3 Changed 16 years ago by pmq@…

Resolution: fixed
Status: assignedclosed

Committed.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.