[MacPorts] #43086: Trouble with MacPorts installation of graph tool

MacPorts noreply at macports.org
Thu Apr 10 00:00:39 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@…):

 By using
 {{{
 nm -a /opt/local/lib/libboost_python-mt.dylib
 }}}
 I found out, that the symbol
 {{{
 __ZN5boost6python7objects23register_dynamic_id_auxENS0_9type_infoEPFNSt3__14pairIPvS2_EES5_E
 }}}
 is indeed not contained there.
 Nevertheless, there is a very similar symbol:
 {{{
 __ZN5boost6python7objects23register_dynamic_id_auxENS0_9type_infoEPFSt4pairIPvS2_ES4_E
 }}}
 if that does mean anything.

 I also checked older versions of boost, namely
 {{{
   boost @1.49.0_0+python27
   boost @1.53.0_1+no_single+no_static+python27
   boost @1.53.0_2+no_single+no_static+python27
   boost @1.54.0_0+no_single+no_static+python27
   boost @1.55.0_1+no_single+no_static+python27
   boost @1.55.0_2+no_single+no_static+python27
 }}}
 for the symbol in the mentioned file, by doing
 {{{
 port activate boost @xxx +yyy
 }}}
 and then calling `nm` as above  with the same result as above.

 Also I updated my Xcode in the meantime and ran
 {{{
 port upgrade --force boost +no_static +no_single +python27
 port upgrade --force py27-graphtool
 }}}
 but it still gives the same error.
 Any help or suggestions out there?
 Thanks,
 Thomas

-- 
Ticket URL: <https://trac.macports.org/ticket/43086#comment:15>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list