New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14398 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

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

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

Change History

comment:1 Changed 5 years ago by jmr@…

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

Assigning to maintainers.

Changed 5 years ago by 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?

comment:3 Changed 5 years ago by pmq@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed.

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.