[MacPorts] #39971: bro uses system python; needs to use MacPorts python
#39971: bro uses system python; needs to use MacPorts python --------------------------+----------------------- Reporter: ryandesign@… | Owner: tanawts@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: bro --------------------------+----------------------- bro finds the system python and links with it. configure output: {{{ -- Found SWIG: /opt/local/bin/swig (found version "2.0.9") -- Found PythonInterp: /usr/bin/python (found version "2.7.2") -- Found PythonDev: /usr/bin/python-config }}} otool output: {{{ $ otool -L /opt/local/lib/broctl/_SubnetTree.so /opt/local/lib/broctl/_SubnetTree.so: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 744.18.0) /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.2) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0) }}} bro needs to use a MacPorts python instead. python27 would be fine, or you could provide variants for additional versions if desired. -- Ticket URL: <https://trac.macports.org/ticket/39971> MacPorts <http://www.macports.org/> Ports system for OS X
#39971: bro uses system python; needs to use MacPorts python ---------------------------+----------------------- Reporter: ryandesign@… | Owner: tanawts@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: bro | ---------------------------+----------------------- Comment (by ryandesign@…): I added a dependency on python27 in r113590 since it does link with it, but it still needs to be told to use MacPorts python for everything and not try to use the system python. The build succeeds on Mavericks, where the system python is 2.7, but it would presumably not work so well if the system python is a different version. -- Ticket URL: <https://trac.macports.org/ticket/39971#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts