Bug#436083: FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: /usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader
Cyril Brulebois
cyril.brulebois at enst-bretagne.fr
Sun Aug 5 10:04:55 UTC 2007
Hi!
moritz <moritz at mo666.ath.cx> (05/08/2007):
> nexuiz fails to start. Last line of output is:
> /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error:
> /usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader
> Please find the complete output below.
On both power and amd64 at least:
| kibi at evy:/tmp$ ldd /usr/lib/libvorbisfile.so.3
| linux-vdso32.so.1 => (0x00100000)
| libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x6ff88000)
| libc.so.6 => /lib/libc.so.6 (0x6fe0d000)
| libogg.so.0 => /usr/lib/libogg.so.0 (0x6fde7000)
| libm.so.6 => /lib/libm.so.6 (0x6fd20000)
| /lib/ld.so.1 (0x20000000)
| kibi at evy:/tmp$ objdump -T /usr/lib/libvorbisfile.so.3 | grep vorbis_synthesis_idheader
| 00000000 DF *UND* 000000c0 vorbis_synthesis_idheader
(libvorbisfile3 is 1.2.0.dfsg-1)
Looking at the sources: vorbis_synthesis_idheader is used in
lib/vorbisfile.c, which includes (include/)vorbis/codec.h, which has:
| extern int vorbis_synthesis_idheader(ogg_packet *op);
vorbis_synthesis_idheader is defined in lib/info.c
> I assume this is probably actually a bug in package 'libvorbisfile3',
> but I'm reporting it against nexuiz as nexuiz triggered this, I am not
> 100% sure, and would like you to be aware, too. Please feel free to
> reassign if appropriate.
Given the above *UND*, I guess that there are some problems with
libvorbisfile3, I'm currently trying to figure out whether there are
some files missing in lib/Makefile.am or something similar.
> It could also be related to the running rarewares.org kernel. Sorry if
> that's why.
I've no problem running it right now, but I guess that's because
nexuiz-music isn't installed yet (and I'm on a slow connection). I'm
getting back to you in a moment.
Cheers,
--
Cyril Brulebois
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20070805/19e822bb/attachment.pgp
More information about the Pkg-games-devel
mailing list