convert crashing
Bradley Giesbrecht
brad at pixilla.com
Fri Aug 20 05:39:03 PDT 2010
On Aug 20, 2010, at 5:32 AM, LuKreme wrote:
> I am getting crashlogs for convert:
>
> Process: convert [9035]
> Path: /opt/local/bin/convert
> Identifier: convert
> Version: ??? (???)
> Code Type: X86-64 (Native)
> Parent Process: httpd [118]
>
> Date/Time: 2010-08-20 06:10:39.327 -0600
> OS Version: Mac OS X 10.6.4 (10F569)
> Report Version: 6
>
> Exception Type: EXC_BREAKPOINT (SIGTRAP)
> Exception Codes: 0x0000000000000002, 0x0000000000000000
> Crashed Thread: 0
>
> Dyld Error Message:
> Library not loaded: /opt/local/lib/libltdl.7.dylib
> Referenced from: /opt/local/bin/convert
> Reason: Incompatible library version: convert requires version
> 10.0.0 or later, but libltdl.7.dylib provides version 9.0.0
On my system libltdl.7.dylib is newer.
$ port provides /opt/local/lib/libltdl.7.dylib
/opt/local/lib/libltdl.7.dylib is provided by: libtool
$ otool -LD /opt/local/lib/libltdl.7.dylib
/opt/local/lib/libltdl.7.dylib:
/opt/local/lib/libltdl.7.dylib (compatibility version 10.0.0, current
version 10.1.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.1.4)
Try "port sync" or "port selfupdate" and then upgrade libtool with
"port upgrade libtool" or upgrade outdated with "port upgrade outdated".
// Brad
More information about the macports-users
mailing list