[MacPorts] #42454: Fatal error dolfin import

MacPorts noreply at macports.org
Tue Feb 25 10:15:25 PST 2014


#42454: Fatal error dolfin import
------------------------+----------------------
  Reporter:  mwathen@…  |      Owner:  sean@…
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.2.1
Resolution:             |   Keywords:
      Port:             |
------------------------+----------------------

Comment (by sean@…):

 This is turning out to be difficult to pin down :-( Let's check all your
 shared libraries in MacPorts:

 {{{
 $ otool -L /opt/local/lib/*.dylib | grep -i pyt
 }}}

 and in python 2.7

 {{{
 $ otool -L
 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/* | grep
 -i pyt
 $ find /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib
 -name \*.so -or -name \*.dylib | xargs otool -L | grep -i system/
 }}}

 I'm hoping something there will tell us that a package is linking to the
 system python.

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


More information about the macports-tickets mailing list