[MacPorts] #39026: bigloo links to nonexisting framework
#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
#39026: bigloo links to nonexisting framework ----------------------+----------------------- Reporter: mojca@… | Owner: reilles@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: bigloo | ----------------------+----------------------- Comment (by egall@…): Homebrew removed their bigloo formula for other brokenness reasons: https://github.com/mxcl/homebrew/commit/1fdab4904ff9d4d65609adf646354bcf36f7... I'm not necessarily saying we should do the same though, just providing some additional information that might be useful. -- Ticket URL: <https://trac.macports.org/ticket/39026#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts