Ticket #13874 (closed defect: worksforme)

Opened 7 months ago

Last modified 3 months ago

mkvtoolnix: mkvmerge crashes with dyld error

Reported by: kurtjaeke@gmx.de Assigned to: pguyot@kallisys.net
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: mkvtoolnix Cc: nox@macports.org

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

2008-01-09 16:05:23 changed by jmpp@macports.org

  • milestone set to Port Bugs.

2008-03-07 18:28:40 changed by jmr@macports.org

  • cc set to nox@macports.org.
  • owner changed from macports-tickets@lists.macosforge.org to pguyot@kallisys.net.
  • summary changed from mkvmerge crashes with dyld error to mkvtoolnix: 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.

2008-05-11 10:29:25 changed by nox@macports.org

  • status changed from new to closed.
  • resolution set to worksforme.

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.