[MacPorts] #39026: bigloo links to nonexisting framework

MacPorts noreply at macports.org
Tue May 7 05:34:58 PDT 2013


#39026: bigloo links to nonexisting framework
---------------------+-----------------------
 Reporter:  mojca@…  |      Owner:  reilles@…
     Type:  defect   |     Status:  new
 Priority:  Normal   |  Milestone:
Component:  ports    |    Version:
 Keywords:           |       Port:  bigloo
---------------------+-----------------------
 Compiling (third-party software) with bigloo fails with
 {{{
 dyld: Library not loaded:
 @executable_path/../Frameworks/bigloo/3.8c/libbigloo_s-3.8c.dylib
   Referenced from: /opt/local/bin/bigloo
   Reason: image not found
 make[1]: *** [xxx] Trace/BPT trap: 5
 make: *** [all] Error 2
 }}}
 The reason is that there seems to be a dependency/link on files inside
 Frameworks/bigloo:
 {{{
 > otool -L /opt/local/bin/bigloo
 /opt/local/bin/bigloo:
         @executable_path/../Frameworks/bigloo/3.8c/libbigloo_s-3.8c.dylib
 (compatibility version 0.0.0, current version 0.0.0)
 @executable_path/../Frameworks/bigloo/3.8c/libbigloogc_fth-3.8c.dylib
 (compatibility version 0.0.0, current version 0.0.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 159.1.0)
 }}}
 but the framework doesn't exist. There is only
 {{{/opt/local/lib/bigloo/3.8c/libbigloo_s-3.8c.dylib}}} etc., but no
 framework.

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


More information about the macports-tickets mailing list