Bug#377293: boson-music: unnecessarily depends on boson.

2006-07-07 Thread Jonas Koelker
Package: boson-music
Version: 0.11-2
Severity: serious

There's no reason for boson-music to depend on boson (which it does).
Apart from the usual README.Debian, copyright etc., boson-music only
contains vanilla mp3 files and a few text files, not at all requiring
boson to be installed.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB.ISO-8859-1)

Versions of packages boson-music depends on:
ii  boson 0.11-4 an OpenGL wargame for KDE

boson-music recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#354233: libgtk2.0-bin: 2.8.12-1 won't install: undefined symbol: FT_GlpyhSlot_Emolden

2006-02-24 Thread Jonas Koelker
Package: libgtk2.0-bin
Version: 2.8.12-1
Severity: serious

Hi.  Here is the output of apt-get dist-upgrade:

# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade...Done
The following packages have been kept back:
  gdk-imlib1 libc6-dev libfreetype6-dev libxine1 mzscheme python-constraint
  ssh
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up libgtk2.0-bin (2.8.12-1) ...
Updating the IM modules list for GTK+-2.4.0...Cannot load module 
/usr/lib/gtk-2.0/2.4.0/immodules/im-uim.so: /usr/lib/libXft.so.2: undefined 
symbol: FT_GlyphSlot_Embolden
/usr/lib/gtk-2.0/2.4.0/immodules/im-uim.so does not export GTK+ IM module API: 
/usr/lib/libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden
dpkg: error processing libgtk2.0-bin (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libgtk2.0-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
# ^D

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB.ISO-8859-1)

Versions of packages libgtk2.0-bin depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.12-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  zlib1g1:1.2.3-9  compression library - runtime

libgtk2.0-bin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#334374: python2.4-psyco: raises ImportError: undefined symbol PyFPE_jbuf (version mismatch?)

2005-10-17 Thread Jonas Koelker
Package: python2.4-psyco
Version: 1.4-2
Severity: grave
Justification: renders package unusable

python2.4-psyco fail to import, here's a transcript:

$ python2.4 -c 'import psyco'
Traceback (most recent call last):
  File "", line 1, in ?
  File "/usr/lib/python2.4/site-packages/psyco/__init__.py", line 45, in ?
raise ImportError, str(e) + extramsg
ImportError: /usr/lib/python2.4/site-packages/psyco/_psyco.so: undefined 
symbol: PyFPE_jbuf (check that the compiled extension 
'/usr/lib/python2.4/site-packages/psyco/_psyco.so' is for the correct Python 
version; this is Python 2.4.2)
$

I wouldn't know how to check for version mismatches between _psyco.so and
python, but I don't think the error is caused by bad runtime config ^_^
(IOW, I guess that it's a miscompile).  Another user has had the same error
message appear.

Depending on how the program using psyco handles ImportErrors, they may or may
not crash.  But at least psyco itsealf is unusable.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB.ISO-8859-1)

Versions of packages python2.4-psyco depends on:
ii  python2.4 2.4.2-1An interactive high-level object-o

Versions of packages python2.4-psyco recommends:
ii  python-psyco-doc  1.4-2  python specializing compiler docum

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]