[MacPorts] #14398: py-pylibpcap does not build on my machine (10.5.2)

MacPorts trac at macosforge.org
Wed Feb 20 00:49:48 PST 2008


#14398: py-pylibpcap does not build on my machine (10.5.2)
---------------------------+------------------------------------------------
 Reporter:  jlucg at mac.com  |       Owner:  macports-tickets at lists.macosforge.org
     Type:  defect         |      Status:  new                                  
 Priority:  Normal         |   Milestone:  Port Bugs                            
Component:  ports          |     Version:  1.6.0                                
 Keywords:  py-pylibpcap   |  
---------------------------+------------------------------------------------
 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
 [http://trac.macports.org/projects/macports/browser/trunk/dports/python
 /py-pylibpcap/Portfile 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.

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14398>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list