[MacPorts] #43086: Trouble with MacPorts installation of graph tool
MacPorts
noreply at macports.org
Mon Apr 7 08:27:05 PDT 2014
#43086: Trouble with MacPorts installation of graph tool
------------------------------+------------------------
Reporter: t.m.isele@… | Owner: mmoll@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords: graph-tool
Port: py27-graph-tool |
------------------------------+------------------------
Comment (by t.m.isele@…):
I got a little further on this issue by now. I met Tiago, the developer of
graph_tool on a conference and asked him.
This error is most likely due to the following library not being linked
against the current python Version (which is 2.7.6. in my case):
{{{
$ otool -L /opt/local/lib/libboost_python-mt.dylib
/opt/local/lib/libboost_python-mt.dylib:
/opt/local/lib/libboost_python-mt.dylib (compatibility version
0.0.0, current version 0.0.0)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
(compatibility version 2.7.0, current version 2.7.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 56.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 169.3.0)
}}}
otool reveals that the linking is done against python 2.7.0 here instead
of 2.7.6
I tried
{{{
sudo port upgrade --force boost +no-single +no-static +python27
}}}
but this didn't solve the linkage problem.
Does anybody have an idea, what to do that boost +python27 links against
the current version of python?
Or other thoughts and ideas how to overcome this problem?
Thanks,
Thomas
--
Ticket URL: <https://trac.macports.org/ticket/43086#comment:13>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list