#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 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | → Port Bugs |
---|
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Cc: | nox@… added |
---|---|
Owner: | changed from macports-tickets@… to pguyot@… |
Summary: | mkvmerge crashes with dyld error → mkvtoolnix: mkvmerge crashes with dyld error |
comment:3 Changed 17 years ago by nox@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
Assigning to maintainer. (I'm assuming based on the keywords that mkvmerge is installed by the mkvtoolnix port.) Also adding libvorbis maintainer to cc.