Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13874 closed defect (worksforme)

mkvtoolnix: mkvmerge crashes with dyld error

Reported by: kurtjaeke@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: mkvtoolnix Cc: nox@…
Port:

Description

After successfully building mkvtoolnix on 10.4/PPC, executing mkvmerge gives the following error message:

dyld: Library not loaded: /opt/local/lib/libvorbis.0.dylib Referenced from:

/opt/local/bin/mkvmerge

Reason: Incompatible library version: mkvmerge requires version 5.0.0 or later, but libvorbis.0.dylib provides version 4.0.0

Change History (4)

comment:1 Changed 16 years ago by jmpp@…

Milestone: Port Bugs

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Cc: nox@… added
Owner: changed from macports-tickets@… to pguyot@…
Summary: mkvmerge crashes with dyld errormkvtoolnix: mkvmerge crashes with dyld error

Assigning to maintainer. (I'm assuming based on the keywords that mkvmerge is installed by the mkvtoolnix port.) Also adding libvorbis maintainer to cc.

comment:3 Changed 16 years ago by nox@…

Resolution: worksforme
Status: newclosed

libvorbis provides version 5.0.0:

Bellcross:dports nox$ otool -L /opt/local/lib/libvorbis.0.dylib 
/opt/local/lib/libvorbis.0.dylib:
	/opt/local/lib/libvorbis.0.dylib (compatibility version 5.0.0, current version 5.0.0)
	/opt/local/lib/libogg.0.dylib (compatibility version 6.0.0, current version 6.3.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.0.0)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)

Please upgrade libvorbis.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.