Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 (3)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Keywords: lib libogg libvorbis libvorbisfile removed
Owner: changed from macports-tickets@… to rmstonecipher@…

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.

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

Resolution: invalid
Status: newclosed

Discussion on IRC makes it clear that libogg is not looking for libvorbisfile at all.

comment:3 Changed 13 years ago by afb@…

The "it" that was doing the "looking" in this case, turned out to be SDL_Mixer.

Note: See TracTickets for help on using tickets.