Ticket #27424 (closed defect: invalid)
fail to bundle libogg, dependency libvorbisfile missing
| Reported by: | david.rekowski@… | Owned by: | rmstonecipher@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | libogg |
Description
I want to make an application bundle of FreedroidRPG, which relies on libvorbis/libogg for sound output.
I use dylibbundler (wrapper for otool/install_name_tool) for collecting and relocating dependencies. However, the final bundle will not contain libvorbisfile.dylib but libogg.0.dylib will still look for it in /opt/local/lib. libogg.0.dylib does not list libvorbisfile.dylib as a dependency (otool -L libogg.0.dylib).
Can anyone tell me, whether this is a bug in the port or point me in the right direction on how to solve this issue. Thank you.
Change History
comment:1 Changed 2 years ago by jmr@…
- Keywords lib, libogg, libvorbis, libvorbisfile removed
- Owner changed from macports-tickets@… to rmstonecipher@…
Note: See
TracTickets for help on using
tickets.


Please remember to cc the maintainer. What makes you think that libogg is referencing libvorbisfile? The latter is provided by the libvorbis port, which depends on libogg.
If you're not sure whether there is a bug, you should ask for help on the mailing list first.