Your message dated Fri, 29 Aug 2008 02:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#493163: fixed in soya 0.13.2-5
has caused the Debian Bug report #493163,
regarding python-soya: Can't init sound
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
493163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493163
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-soya
Version: 0.13.2-4+b1
Severity: important
If I try to run slune or balazar_brothers they both fail with the same
error, which is different depending on whether I use python2.4 or 2.5:
[python2.5]
~ $ slune
* Slune * Slune lives in /usr/share/games
* Soya * Using 8 bits stencil buffer
* Soya * version 0.13.2
* Using OpenGL 2.1.2 NVIDIA 173.14.09
* - renderer : GeForce 8600 GTS/PCI/SSE2
* - vendor : NVIDIA Corporation
* - maximum number of lights : 8
* - maximum number of clip planes : 6
* - maximum number of texture units : 4
* - maximum texture size : 8192 pixels
Exception exceptions.TypeError: 'exceptions must be strings, classes, or
instances, not exceptions.RuntimeError' in '_soya._init_sound' ignored
Traceback (most recent call last):
File "/usr/games/slune", line 42, in <module>
soya.set_sound_volume(globdef.SOUND_VOLUME)
File "sound.pyx", line 103, in _soya.set_sound_volume
TypeError: exceptions must be strings, classes, or instances, not
exceptions.RuntimeError
* Soya3D * Quit...
~ $ python2.4 /usr/games/slune
* Slune * Slune lives in /usr/share/games
* Soya * Using 8 bits stencil buffer
* Soya * version 0.13.2
* Using OpenGL 2.1.2 NVIDIA 173.14.09
* - renderer : GeForce 8600 GTS/PCI/SSE2
* - vendor : NVIDIA Corporation
* - maximum number of lights : 8
* - maximum number of clip planes : 6
* - maximum number of texture units : 4
* - maximum texture size : 8192 pixels
Exception exceptions.RuntimeError: <exceptions.RuntimeError instance at
0x7f02cc125830> in '_soya._init_sound' ignored
Traceback (most recent call last):
File "/usr/games/slune", line 42, in ?
soya.set_sound_volume(globdef.SOUND_VOLUME)
File "sound.pyx", line 103, in _soya.set_sound_volume
RuntimeError: Sound has not been initialized yet, call soya.init(sound = 1)
before!
* Soya3D * Quit...
I don't think it's a problem with my sound system or OpenAL because
mplayer -ao openal works fine.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-soya depends on:
ii libc6 2.7-12 GNU C Library: Shared libraries
ii libcal3d12 0.11.0-3 Skeletal based 3d character animat
ii libfreetype6 2.3.7-1 FreeType 2 font engine, shared lib
ii libglew1.5 1.5.0dfsg1-3 The OpenGL Extension Wrangler - ru
ii libode0debian1 2:0.9-1 Open Dynamics Engine - runtime lib
ii libopenal1 1:1.4.272-1 Software implementation of the Ope
ii libsdl1.2debian 1.2.13-2 Simple DirectMedia Layer
ii libstdc++6 4.3.1-8 The GNU Standard C++ Library v3
ii python 2.5.2-2 An interactive high-level object-o
ii python-editobj 0.5.7-7 Python object editor
ii python-imaging-tk 1.1.6-3 Python Imaging Library - ImageTk M
ii python-support 0.8.5 automated rebuilding support for P
ii python-twisted-core 8.1.0-3 Event-based framework for internet
ii ttf-freefont 20080323-3 Freefont Serif, Sans and Mono True
python-soya recommends no packages.
Versions of packages python-soya suggests:
pn python-soya-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: soya
Source-Version: 0.13.2-5
We believe that the bug you reported is fixed in the latest version of
soya, which is due to be installed in the Debian FTP archive:
python-soya_0.13.2-5_i386.deb
to pool/main/s/soya/python-soya_0.13.2-5_i386.deb
soya_0.13.2-5.diff.gz
to pool/main/s/soya/soya_0.13.2-5.diff.gz
soya_0.13.2-5.dsc
to pool/main/s/soya/soya_0.13.2-5.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Marc Dequènes (Duck) <[EMAIL PROTECTED]> (supplier of updated soya package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 29 Aug 2008 04:04:31 +0200
Source: soya
Binary: python-soya
Architecture: source i386
Version: 0.13.2-5
Distribution: unstable
Urgency: high
Maintainer: Marc Dequènes (Duck) <[EMAIL PROTECTED]>
Changed-By: Marc Dequènes (Duck) <[EMAIL PROTECTED]>
Description:
python-soya - high level 3D engine for Python
Closes: 493163 496694
Changes:
soya (0.13.2-5) unstable; urgency=high
.
* Applied patch from Peter De Wachter to use openal audio device
autodetection, as the device naming scheme changed, resulting in
application crash when sound is initialized (Closes: #493163).
* Applied patch from Peter De Wachter (thanks a lot) to fix build with
newer pyrex, and reactivated pyrex code build instead of relying
upon precompiled code (which was a way to save buildd resources)
(Closes: #496694). Enforced the pyrex version to avoid a nasty bug
in generated code.
* Replaced Build-Depends on libglu1-xorg-dev with its successor
libglu1-mesa-dev.
Checksums-Sha1:
06fa0d48bc999c92d069efe9a8de72d025afb24d 1403 soya_0.13.2-5.dsc
8f23b677d4f9a7655311cdfcfe531542681e7c64 512184 soya_0.13.2-5.diff.gz
2b06a3786b233b87e637a25a8b08ec40f11fcba5 1065908 python-soya_0.13.2-5_i386.deb
Checksums-Sha256:
ce38717956499d63aa3e8076d8b21b8ca6d2a42cd66f7ae5ecf581ee0d6bca32 1403
soya_0.13.2-5.dsc
e4f8c857ec0da60a7a42487102d2d33f5d9e989ef9b7d1670e326e837ab375d3 512184
soya_0.13.2-5.diff.gz
e7059329e423861d836ea12518e43f7fd7f6907670204460240324ee825bbfa0 1065908
python-soya_0.13.2-5_i386.deb
Files:
7c6bef49137aff34776c79273c5d60d1 1403 python optional soya_0.13.2-5.dsc
391130069b58f3c7fedd73d7e00112f2 512184 python optional soya_0.13.2-5.diff.gz
69b804b1fc3392b0af73119b6e286bb4 1065908 python optional
python-soya_0.13.2-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAki3XfUACgkQsczZcpAmcIaOWwCcDVfdiENus0+K2c5Y+//o4F9K
AOQAoIu73eEOXZU8QaeIp+i3VCY9T+5G
=Wpfx
-----END PGP SIGNATURE-----
--- End Message ---