On Mon, 2008-02-04 at 01:32 +0100, Marc Dequènes wrote: > severity 463790 important > tags 463790 + unreproducible > thanks > > Elias Pschernig <[EMAIL PROTECTED]> writes: > > > Therefore, my impression, the package can't be used at all as this > > symbol is missing. > > Fact is i cannot reproduce the bug, so there must be something special > in your configuration (or mine). Which version of libalut0 have you got > installed ? (strange that reportbug did not report it) >
Ah, ok, I don't really know much about Debian. Anyway, my python-openal package does not depend on libalut0 [1], if I interpret this right (not sure there is a better way to check dependencies..). Also, after installing libalut0 [2], the problem does not go away. Not sure it matters, but I tried using ldd on the python module, and it also does not indicate a dependency on libalut [3]. And it really is possible something is wrong on my system of course, I have a quite a few non-Debian packages and lots of packages from third party apt sources, so it wouldn't be the first time :P Any ideas how I could check if something like that is causing trouble? I also just re-installed python-openal, but it wouldn't change anything. [1] > dpkg -s python-openal Package: python-openal Status: install ok installed Priority: optional Section: python Installed-Size: 196 Maintainer: Marc Dequènes (Duck) <[EMAIL PROTECTED]> Architecture: amd64 Source: pyopenal Version: 0.1.6-3 Replaces: python2.3-openal, python2.4-openal Provides: python2.5-openal, python2.4-openal Depends: libc6 (>= 2.5-5), libopenal0a, python-support (>= 0.3.4), python (<< 2.6), python (>= 2.4) Conflicts: python2.3-openal, python2.4-openal Description: port for Python of the OpenAL library This is the port for Python of the OpenAL library, a portable library for 3D spatialized audio. . OpenAL, the Open Audio Library, is a joint effort to create an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio. OpenAL's primary audience are application developers and desktop users that rely on portable standards like OpenGL, for games and other multimedia applications. . Homepage: http://home.gna.org/oomadness/en/pyopenal/ [2] > dpkg -s libalut0 Package: libalut0 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Debian Games Team <[EMAIL PROTECTED]> Architecture: amd64 Source: freealut Version: 1.1.0-1 Depends: libc6 (>= 2.3.5-1), libopenal0a Description: OpenAL Utility Toolkit freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of portable functions which remove the annoying details of getting an audio application started. It is the OpenAL counterpart of what GLUT is for OpenGL. . Homepage: http://openal.org [3] > ldd /usr/lib/python-support/python-openal/python2.4/_openal.so linux-vdso.so.1 => (0x00007fffb83fd000) libopenal.so.0 => /usr/lib/libopenal.so.0 (0x00002b0df2a48000) libpthread.so.0 => /lib/libpthread.so.0 (0x00002b0df2c94000) libc.so.6 => /lib/libc.so.6 (0x00002b0df2eb0000) libm.so.6 => /lib/libm.so.6 (0x00002b0df320e000) libdl.so.2 => /lib/libdl.so.2 (0x00002b0df348f000) /lib64/ld-linux-x86-64.so.2 (0x0000555555554000) -- Elias Pschernig <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

