Opened 11 years ago
Closed 11 years ago
#39820 closed defect (fixed)
litecoin doesn't respect prefix
Reported by: | mkae (Marko Käning) | Owned by: | mkae (Marko Käning) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | litecoin |
Description
This was found due to the fact that litecoin was installed with prefix /opt/clean-slate instead of the usual /opt/local which leads after the current boost upgrade to these errors:
Process: Litecoin-Qt [3138] Path: /opt/clean-slate/Applications/Qt4/Litecoin-Qt.app/Contents/MacOS/Litecoin-Qt Identifier: com.yourcompany.Litecoin-Qt Version: ??? (???) Code Type: X86-64 (Native) Parent Process: launchd [263] Date/Time: 2013-07-21 15:30:29.192 +0200 OS Version: Mac OS X 10.6.8 (10K549) Report Version: 6 Interval Since Last Report: 4044361 sec Crashes Since Last Report: 253 Per-App Interval Since Last Report: 68545 sec Per-App Crashes Since Last Report: 6 Anonymous UUID: 4ADD88F0-37AC-4BFC-BB40-8308C8DB47A2 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0 Dyld Error Message: Symbol not found: __ZN5boost6detail13once_epoch_cvE Referenced from: /opt/clean-slate/Applications/Qt4/Litecoin-Qt.app/Contents/MacOS/Litecoin-Qt Expected in: /opt/local/lib/libboost_thread-mt.dylib in /opt/clean-slate/Applications/Qt4/Litecoin-Qt.app/Contents/MacOS/Litecoin-Qt Binary Images: 0x100000000 - 0x100588fef +com.yourcompany.Litecoin-Qt ??? (???) <E38F86FE-6910-2CE9-D2C5-4D2EA5B5BF08> /opt/clean-slate/Applications/Qt4/Litecoin-Qt.app/Contents/MacOS/Litecoin-Qt 0x100a24000 - 0x100a2afff +libqrencode.3.dylib 5.1.0 (compatibility 5.0.0) <B8CE863E-BB5D-39FF-3105-8AF16E63F2AC> /opt/clean-slate/lib/libqrencode.3.dylib 0x100a2e000 - 0x100a35ff7 +libminiupnpc.8.dylib ??? (???) <B4BD8392-AB6B-7B21-FBFD-80868FB11C75> /opt/clean-slate/lib/libminiupnpc.8.dylib 0x100a39000 - 0x100a8dff7 +libssl.1.0.0.dylib ??? (???) <5955F68C-357C-A2E8-59F3-D20D85403AB3> /opt/local/lib/libssl.1.0.0.dylib 0x100aa8000 - 0x100c0dff7 +libcrypto.1.0.0.dylib ??? (???) <AB475C5F-17C6-6A01-1242-63B194872ABB> /opt/local/lib/libcrypto.1.0.0.dylib 0x100c7f000 - 0x100de5ff7 +libdb_cxx-4.8.dylib ??? (???) <0E81BA0E-59DB-F86D-C7FE-25B208D4553E> /opt/clean-slate/lib/db48/libdb_cxx-4.8.dylib 0x100e0d000 - 0x100e11fe7 +libboost_system-mt.dylib ??? (???) <752933E8-11A3-3BC4-AD7C-1E9B06C2464F> /opt/local/lib/libboost_system-mt.dylib 0x100e16000 - 0x100e28fe7 +libboost_filesystem-mt.dylib ??? (???) <A331B2B7-03C5-31BB-AF88-4E79F373327E> /opt/local/lib/libboost_filesystem-mt.dylib 0x100e3b000 - 0x100e84fef +libboost_program_options-mt.dylib ??? (???) <EEE2675B-0EEF-3EF7-BABA-F21DAB57CBD1> /opt/local/lib/libboost_program_options-mt.dylib 0x100eea000 - 0x100ef6fff +libboost_thread-mt.dylib ??? (???) <9714221E-CDA6-3DB0-BDA9-20538C467719> /opt/local/lib/libboost_thread-mt.dylib 0x100f13000 - 0x101902ff7 +QtGui 4.8.4 (compatibility 4.8.0) <D28D1769-4DC1-03A3-042E-9720B5B39F84> /opt/clean-slate/Library/Frameworks/QtGui.framework/Versions/4/QtGui 0x101b86000 - 0x101e5dff7 +QtCore 4.8.4 (compatibility 4.8.0) <7BF14225-425F-48D6-400D-8133791977E1> /opt/clean-slate/Library/Frameworks/QtCore.framework/Versions/4/QtCore 0x101ef5000 - 0x101f07ff7 +libz.1.dylib 1.2.8 (compatibility 1.0.0) <A07EE7AE-FDB1-F5E8-8B12-06B7B616DA94> /opt/local/lib/libz.1.dylib 0x101f0b000 - 0x101fb4fef +libstdc++.6.dylib 7.18.0 (compatibility 7.0.0) <1E9985B3-15DA-3AFB-8124-9F14E6F0C6F9> /opt/local/lib/libstdc++.6.dylib 0x1020b6000 - 0x1020cafe7 +libgcc_s.1.dylib ??? (???) <C8DF019A-3581-3395-B337-D4E11EC11137> /opt/local/lib/gcc48/libgcc_s.1.dylib 0x1020d9000 - 0x1020ebff7 +libz.1.dylib 1.2.8 (compatibility 1.0.0) <5B3CA2A2-B335-00CF-A5FE-E2851CAC715A> /opt/clean-slate/lib/libz.1.dylib 0x1020ef000 - 0x102114fe7 +libpng15.15.dylib 32.0.0 (compatibility 32.0.0) <124C72F8-6F12-797A-FA12-55DDE4EFBA0D> /opt/clean-slate/lib/libpng15.15.dylib
i.e. tons of libs are pulled in from /opt/local although /opt/clean-slate should be used!
Change History (3)
comment:1 Changed 11 years ago by mkae (Marko Käning)
comment:3 Changed 11 years ago by mkae (Marko Käning)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
After rebuilding it I end up with a new error, now in GetConfigFile():