Bug#434576: cupsys: looses track of brother hl-1430 after first print

2007-07-24 Thread thomas weidner
Package: cupsys
Version: 1.2.12-1
Severity: normal

Hi, this is exact the bug described at 
https://bugs.launchpad.net/ubuntu/dapper/+source/cupsys/+bug/57050 which 
points to http://www.cups.org/str.php?L2243 where it is marked as fixed, 
but for some reason the problem still occurs on my unstable system. The 
fix pointing to file:/dev/usb/lp0 worked here, which is a hint, that the 
cups usb backend is still broken on unstable for the hl-1430.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cupsys depends on:
ii  adduser 3.104add and remove users and groups
ii  cupsys-common   1.2.12-1 Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  gs-esp  8.15.3.dfsg.1-1  The Ghostscript PostScript interpr
ii  libc6   2.6-3GNU C Library: Shared libraries
ii  libcupsimage2   1.2.12-1 Common UNIX Printing System(tm) - 
ii  libcupsys2  1.2.12-1 Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libldap22.1.30-13.4  OpenLDAP libraries
ii  libpam0g0.79-4   Pluggable Authentication Modules l
ii  libpaper1   1.1.21   Library for handling paper charact
ii  libslp1 1.2.1-6.2OpenSLP libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip
ii  perl-modules5.8.8-7  Core Perl modules
ii  procps  1:3.2.7-3/proc file system utilities
ii  xpdf-utils [poppler-uti 3.02-1   Portable Document Format (PDF) sui
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client 1.2.12-1   Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20061031-1.2 linuxprinting.org printer support 
pn  smbclient  (no description available)

-- debconf information:
  cupsys/raw-print: true
  cupsys/browse: true
  cupsys/ports: localhost:631
  cupsys/backend: ipp, lpd, parallel, socket, usb
  cupsys/portserror:


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



Bug#432000: cacao does not find System class

2007-07-12 Thread thomas weidner

Michael Koch wrote:

On Fri, Jul 06, 2007 at 05:13:09PM +0200, thomas weidner wrote:
  

ii  classpath   2:0.92-4 clean room standard Java libraries
ii  classpath-common2:0.95-1 clean room standard Java libraries
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libltdl31.5.22-4 A system independent dlopen wrappe
ii  zlib1g  1:1.2.3.3.dfsg-3 compression library - runtime



Please update classpath to version 2:0.95-1 and report back if this
works.
  
Oh, yes this fixed it. seems like some classpath dependancies are too 
lax and allow different versions of classpath and classpath-common.

(maybe forward this as a bug in the classpath packages?)



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



Bug#432000: cacao does not find System class

2007-07-06 Thread thomas weidner
Package: cacao
Version: 0.98-1+b1
Severity: normal

Every time cacao is invoked, directly from the command line or by 
gcjwebplugin, i get the same error:
Exception in thread "main" Exception while printStackTrace(): 
java.lang.NoClassDefFoundError: java/lang/System
at 
java.lang.VMThrowable.fillInStackTrace(Ljava/lang/Throwable;)Ljava/lang/VMThrowable;(Native
 
Method)
at 
java.lang.Throwable.fillInStackTrace()Ljava/lang/Throwable;(Throwable.java:498)
at 
java.lang.Throwable.(Ljava/lang/String;)V(Throwable.java:159)
at java.lang.Error.(Ljava/lang/String;)V(Error.java:81)
at 
java.lang.LinkageError.(Ljava/lang/String;)V(LinkageError.java:72)
at 
java.lang.NoClassDefFoundError.(Ljava/lang/String;)V(NoClassDefFoundError.java:74)
at java.lang.Throwable.printStackTrace()V(Throwable.java:352)
Original exception was: java.lang.UnsatisfiedLinkError: stdin_fd
at 
java.lang.VMThrowable.fillInStackTrace(Ljava/lang/Throwable;)Ljava/lang/VMThrowable;(Native
 
Method)
at 
java.lang.Throwable.fillInStackTrace()Ljava/lang/Throwable;(Throwable.java:498)
at 
java.lang.Throwable.(Ljava/lang/String;)V(Throwable.java:159)
at java.lang.Error.(Ljava/lang/String;)V(Error.java:81)
at 
java.lang.LinkageError.(Ljava/lang/String;)V(LinkageError.java:72)
at 
java.lang.UnsatisfiedLinkError.(Ljava/lang/String;)V(UnsatisfiedLinkError.java:72)
at gnu.java.nio.VMChannel.stdin_fd()I(Native Method)
at 
gnu.java.nio.VMChannel.getStdin()Lgnu/java/nio/VMChannel;(VMChannel.java:111)
at 
gnu.java.nio.FileChannelImpl.()V(FileChannelImpl.java:95)
at java.io.FileDescriptor.()V(FileDescriptor.java:64)
at 
java.lang.VMSystem.makeStandardInputStream()Ljava/io/InputStream;(VMSystem.java:186)
at java.lang.System.()V(System.java:85)
at java.io.VMFile.()V(VMFile.java:61)
at java.io.File.toURL()Ljava/net/URL;(File.java:992)
at 
java.lang.ClassLoader.addFileURL(Ljava/util/ArrayList;Ljava/lang/String;)V(ClassLoader.java:1045)
at 
java.lang.ClassLoader.getSystemClassLoaderUrls()[Ljava/net/URL;(ClassLoader.java:1064)
at 
java.lang.ClassLoader.defaultGetSystemClassLoader()Ljava/lang/ClassLoader;(ClassLoader.java:1084)
at 
java.lang.VMClassLoader.getSystemClassLoader()Ljava/lang/ClassLoader;(VMClassLoader.java:404)
at 
java.lang.ClassLoader$StaticData.()V(ClassLoader.java:154)
at 
java.lang.ClassLoader.getSystemClassLoader()Ljava/lang/ClassLoader;(ClassLoader.java:799)

as java.lang.System is a quite fundamental class i suspect something 
between classpath and cacao is wrong in this build.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.20.1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cacao depends on:
ii  classpath   2:0.92-4 clean room standard Java libraries
ii  classpath-common2:0.95-1 clean room standard Java libraries
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libltdl31.5.22-4 A system independent dlopen wrappe
ii  zlib1g  1:1.2.3.3.dfsg-3 compression library - runtime

cacao recommends no packages.

-- no debconf information


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



Bug#389822: xserver-xorg: postinst script runs into endless loop

2007-06-17 Thread thomas weidner
i just tried in a fresh sid installation and the bug does not occur any 
more. i think the bug can be closed.



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



Bug#418252: gajim: "python2.4-pysqlite2 | python2.5" does not work as intended

2007-04-08 Thread thomas weidner
Package: gajim
Version: 0.11.1-1
Severity: important

When python2.4 and python2.5 is installed python2.4-pysqlite2 does not 
get installed. (2.4 must be installed as i.e. python-gtk2 depends on 
<2.5). So Gajim uses python2.4,which has no pysqlite available and 
therefore does not start.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gajim depends on:
ii  python2.4.4-2An interactive high-level object-o
ii  python-glade2 2.8.6-8GTK+ bindings: Glade support
ii  python-gtk2   2.8.6-8Python bindings for the GTK+ widge
ii  python-pysqlite2 [python2.4-p 2.3.3-1python interface to SQLite 3
ii  python-support0.6.3  automated rebuilding support for p

Versions of packages gajim recommends:
pn  dbus   (no description available)
pn  dnsutils   (no description available)
pn  notification-daemon(no description available)
pn  python-dbus(no description available)
pn  python-gnupginterface  (no description available)

-- no debconf information


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



Bug#318149: fc-cache still not called but not a big problem any more

2007-02-02 Thread thomas weidner

fontconfig now seems to create caches per-user as needed.
look at the following example:

[EMAIL PROTECTED]:~/.fontconfig$ rm *
[EMAIL PROTECTED]:~/.fontconfig$ su
Password:
silver-cube:/home/thomas/.fontconfig# aptitude reinstall xfonts-75dpi
[snip]
silver-cube:/home/thomas/.fontconfig# exit
[EMAIL PROTECTED]:~/.fontconfig$ xfd -fa Sans
[EMAIL PROTECTED]:~/.fontconfig$ ls -l
total 8
-rw-r--r-- 1 thomas thomas 96 2007-02-02 11:24 
1487dd4aecf3164c4a11193169052443-x86-64.cache-2
-rw-r--r-- 1 thomas thomas 96 2007-02-02 11:24 
eeebfc908bd29a90773fd860017aada4-x86-64.cache-2



those 2 files have just been created as a local cache. but now look at:

[EMAIL PROTECTED]:~/.fontconfig$ rm *
[EMAIL PROTECTED]:~/.fontconfig$ su
Password:
silver-cube:/home/thomas/.fontconfig# aptitude reinstall xfonts-75dpi
[snip]
silver-cube:/home/thomas/.fontconfig# fc-cache
silver-cube:/home/thomas/.fontconfig# exit
[EMAIL PROTECTED]:~/.fontconfig$ xfd -fa Sans
[EMAIL PROTECTED]:~/.fontconfig$ ls -l
total 0

because now there is a valid cache information in /var/cache/fontconfig 
there is no need to create one locally.
so the orginal problem (slow startup) only occurs at the first time 
after font installation now (local cache has to be (re)created).
I think xfonts-75dpi not calling fc-cache in postinst is still a bug, as 
i see no use in every user having it's own cache (and it's own waiting 
time while its created) for system wide installed fonts.


I'd say severity is minor now,for it's more a cosmetic issue not really 
affecting usability of the system.


   mfg thomas

PS: thanks for reminding me of this bug.



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



Bug#406556: texlive-latex-extra: font shape ulsy not found

2007-01-11 Thread thomas weidner
Package: texlive-latex-extra
Version: 2005.dfsg.2-4
Severity: normal


Although the ulsy package is supplied with the package (the fonts seem 
to be supplied too), i get the following warning when running latex on 
the example:
LaTeX Font Warning: Font shape `U/ulsy/m/n' undefined
(Font)  using `U/cmr/m/n' instead on input line 4.
So the font does not seem to be found by latex. The resulting dvi file 
shows a capital psi.


##
minimal input file

\documentclass{article}
\usepackage{ulsy}
\begin{document}
\[ \blitza \]
\end{document}


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 798 2007-01-10 21:36 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 2006-12-12 18:37 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2007-01-02 22:13 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2007-01-02 22:13 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2006-12-12 18:37 /usr/share/texmf/web2c/texmf.cnf -> 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 4906 2007-01-10 21:36 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 8853 2007-01-10 21:36 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 4481 2007-01-10 21:36 
/var/lib/texmf/tex/generic/config/language.dat

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages texlive-latex-extra depends on:
ii  preview-latex-style11.83-4   LaTeX style files for editor embed
ii  texlive-common 2005.dfsg.2-5 TeX Live: Base component
ii  texlive-latex-base 2005.dfsg.2-5 TeX Live: Basic LaTeX packages
ii  texlive-pictures   2005.dfsg.2-5 TeX Live: Drawing and graphing pac

Versions of packages texlive-latex-extra recommends:
ii  texlive-generic-extra  2005.dfsg.2-4 TeX Live: Miscellaneous extra gene
ii  texlive-latex-recommended  2005.dfsg.2-5 TeX Live: LaTeX recommended packag
ii  texpower   0.2-2 Macros for creating professional p

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  ucf   2.0017 Update Configuration File: preserv

Versions of packages texlive-latex-extra is related to:
pn  tetex-base (no description available)
pn  tetex-bin  (no description available)
pn  tetex-extra(no description available)

-- debconf information:
  tex-common/singleuser: false
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:


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



Bug#389466: it is a bug

2006-09-29 Thread thomas weidner

hello,

gdm itself runs in the system locale, but when it creates a new login 
that is where pam comes into play. Perhaps gdm should use the locale 
itself runs in for the "system default" locale setting,but obviously it 
doesn't.
the patch supplied earlier really fixes the bug. it don't see that big 
issue with the patch,/etc/environment is sourced,so why not 
/etc/default/locale? kdm also sources both. also this is new to sid,in 
etch the locale information is also available in /etc/environment,which 
isn't true for sid any more. so the patch only retains the old 
behaviour! so the two entries should really be added.




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



Bug#360538: slightly different here

2006-09-27 Thread thomas weidner
nearly the same problem with gdm here, the session just fails to start, 
but i don't use gnome at all,in fact gdm is the only part of it i have 
installed.

this is a fresh sid installation, but with an old home dir.
here is the top of my .xsession-errors:
/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg -a -w 
/var/log/wtmp

-u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "thomas"
/etc/gdm/Xsession: Beginning session setup...
Xlib: connection to ":0.0" refused by server
Xlib: Protocol not supported by server

xrdb: Can't open display ':0'



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



Bug#389822: xserver-xorg: postinst script runs into endless loop

2006-09-27 Thread thomas weidner
Package: xserver-xorg
Version: 1:7.1.0-1
Severity: normal

i just bootstrapped a fresh debian sid installation and installed 
x-window-system-core,which also installs xserver-org. that showed me 
always the same dialog "Empty Value not allowed here." "Empty Value." 
(sorry i did not write don't the exact text,so may be different). after 
looking at the postint script and a bit of experimentating i changed the 
value of xserver-xorg/config/monitor/default-identifier to a non-empty 
string,and after that it worked. i don't know if that was the problem or 
if i did something different,too.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg depends on:
ii  debconf 1.5.5Debian configuration management sy
ii  x11-common  1:7.1.0-1X Window System (X.Org) infrastruc
ii  xbase-clients   1:7.1.ds-3   miscellaneous X clients
ii  xkb-data0.8-14   X Keyboard Extension (XKB) configu
ii  xserver-xorg-core   2:1.1.1-8X.Org X server -- core server
ii  xserver-xorg-input-all  1:7.1.0-1the X.Org X server -- input driver
ii  xserver-xorg-input-evde 1:1.1.2-3X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd  1:1.1.0-2X.Org X server -- keyboard input d
ii  xserver-xorg-input-mous 1:1.1.1-3X.Org X server -- mouse input driv
ii  xserver-xorg-video-all  1:7.1.0-1the X.Org X server -- output drive
ii  xserver-xorg-video-apm  1:1.1.1-3X.Org X server -- APM display driv
ii  xserver-xorg-video-ark  1:0.6.0-3X.Org X server -- ark display driv
ii  xserver-xorg-video-ati  1:6.6.2-2X.Org X server -- ATI display driv
ii  xserver-xorg-video-chip 1:1.1.1-4X.Org X server -- Chips display dr
ii  xserver-xorg-video-cirr 1:1.1.0-3X.Org X server -- Cirrus display d
ii  xserver-xorg-video-cyri 1:1.1.0-4X.Org X server -- Cyrix display dr
ii  xserver-xorg-video-dumm 1:0.2.0-3X.Org X server -- dummy display dr
ii  xserver-xorg-video-fbde 1:0.3.0-3X.Org X server -- fbdev display dr
ii  xserver-xorg-video-glin 1:1.1.1-3X.Org X server -- Glint display dr
ii  xserver-xorg-video-i128 1:1.2.0-3X.Org X server -- i128 display dri
ii  xserver-xorg-video-i810 2:1.6.5-3X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-mga  1:1.4.1.dfsg.1-4 X.Org X server -- MGA display driv
ii  xserver-xorg-video-neom 1:1.1.1-4X.Org X server -- Neomagic display
ii  xserver-xorg-video-nv [ 1:1.2.0-3X.Org X server -- NV display drive
ii  xserver-xorg-video-rend 1:4.1.0.dfsg.1-4 X.Org X server -- Rendition displa
ii  xserver-xorg-video-s3vi 1:1.9.1-3X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video-sava 1:2.1.1-4X.Org X server -- Savage display d
ii  xserver-xorg-video-sili 1:1.4.1-4X.Org X server -- SiliconMotion di
ii  xserver-xorg-video-sis  1:0.9.1-3X.Org X server -- SiS display driv
ii  xserver-xorg-video-sisu 1:0.8.1-3X.Org X server -- SiS USB display 
ii  xserver-xorg-video-tdfx 1:1.2.1-4X.Org X server -- tdfx display dri
ii  xserver-xorg-video-tga  1:1.1.0-3X.Org X server -- TGA display driv
ii  xserver-xorg-video-trid 1:1.2.1-3X.Org X server -- Trident display 
ii  xserver-xorg-video-tsen 1:1.1.0-3X.Org X server -- Tseng display dr
ii  xserver-xorg-video-v4l  0.1.1-3  X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video-vesa 1:1.2.1-3X.Org X server -- VESA display dri
ii  xserver-xorg-video-vga  1:4.1.0-3X.Org X server -- VGA display driv
ii  xserver-xorg-video-via  1:0.2.1-4X.Org X server -- VIA display driv
ii  xserver-xorg-video-vood 1:1.1.0-3X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
pn  discover1 | discover   (no description available)
ii  laptop-detect 0.12.1 attempt to detect a laptop
pn  mdetect(no description available)
pn  xresprobe  (no description available)

-- debconf information:
* xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/inputdevice/mouse/protocol: ExplorerPS/2
* xserver-xorg/config/inputdevice/keyboard/model: pc105
* xserver-xorg/config/device/driver: nv
* xserver-xorg/config/device/identifier: Geforce5200
  xserver-xorg/multiple_possible_x-drivers:
* xserver-xorg/config/monitor/selection-method: Simple
  shared/no_known_x-server:
* xserver-xorg/config/null_string_error:
* xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/modes: 1280x1024
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/monitor/use_sync_ranges: false
* xserver-xorg/config/inputdevice/keyboard/vari

Bug#383044: xmms: plugins are built incorrectly on amd64

2006-08-14 Thread thomas weidner
Package: xmms
Version: 1:1.2.10+20060801-1
Severity: grave
Justification: renders package unusable

in this version of xmms only .a and .la files are distributed for most
xmms plugins. those plugins are not loaded by xmms,and are not 
available. this also, but not only, includes alsa and oss output, so i'd
consider the package as unusable. the testing xmms package for amd64 
includes also .so files.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xmms depends on:
ii  libc62.3.6-19GNU C Library: Shared libraries
ii  libglib1.2   1.2.10-10.1 The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libsm6   1:1.0.0-4   X11 Session Management library
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxxf86vm1  1:1.0.0-4   X11 XFree86 video mode extension l

Versions of packages xmms recommends:
ii  unzip 5.52-8 De-archiver for .zip files

-- no debconf information


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



Bug#366071: libgtk2.0-0: many preferences windows broken in 2.8.17-2

2006-05-05 Thread thomas weidner
Sebastien Bacher wrote:
> That is weird, that new revision is a simple rebuild of the package ...
>   
Did something change in the build setup? different flags or compiler
versions? If it is a simple rebuild the libraries should be binary
identical?


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



Bug#366071: libgtk2.0-0: many preferences windows broken in 2.8.17-2

2006-05-04 Thread thomas weidner
Package: libgtk2.0-0
Version: 2.8.17-2
Severity: normal

After upgrading to 2.8.17-2 the preferences dialogs of i.e. gaim and eclipse
are broken. they appear as normal, but when selecting a new item in the
left tree view of available items, simply nothing happens. in eclipse the
"preferences" entry sometimes already disappears from the project's menu.
sorry i can't give you a more technical description. after downgrading to
2.8.17-1 everything works again.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0 1.11.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libcairo2   1.0.4-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libglib2.0-02.10.2-2 The GLib library of C routines
ii  libgtk2.0-bin   2.8.17-2 The programs for the GTK+ graphica
ii  libgtk2.0-common2.8.17-2 Common files for the GTK+ graphica
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.12.1-2 Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libtiff43.8.2-2  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra

Versions of packages libgtk2.0-0 recommends:
pn  hicolor-icon-theme (no description available)

-- no debconf information


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



Bug#361994: firefox crashs with -safe-mode, pressing tab on input forms, accessing preferences

2006-04-11 Thread thomas weidner

forget about me... i was having the following as my main package source:
deb ftp://ftp.de.debian.org/debian-amd64/debian sid main
removing the debian-amd64 and updating all packages fixed the crashs
seems i simply forgot about that
sorry for bothering you.


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



Bug#361994: firefox crashs with -safe-mode, pressing tab on input forms, accessing preferences

2006-04-11 Thread thomas weidner

Justin Pryzby wrote:

Perhaps you can send a strace of the process, starting before the tab,
up to the time of crash?

  strace -f -s999 -o/tmp/firefox-strace -p 

  
ok,it's attached to this mail. i also tried to do a ltrace,but it did 
not give any information except that firefox segfaulted...


Bug#361994: firefox crashs with -safe-mode, pressing tab on input forms, accessing preferences

2006-04-11 Thread Thomas Weidner
> --- Ursprüngliche Nachricht ---
> Von: Justin Pryzby <[EMAIL PROTECTED]>
> An: thomas weidner <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Betreff: Re: Bug#361994: firefox crashs with -safe-mode, pressing tab on
> input forms, accessing preferences
> Datum: Tue, 11 Apr 2006 15:57:33 -0400
> 
> On Tue, Apr 11, 2006 at 07:37:33PM +, thomas weidner wrote:
> > Package: firefox
> > Version: 1.5.dfsg+1.5.0.1-4
> > Severity: normal
> > 
> > Hi, when pressing tab on a input form, even on a simple page like
> google.com
> > causes firefox to segfault,here's the backtrace:
> What if you run a new firefox (when no others are running) with
>   FIREFOX_DSP=none firefox

the same segfault happens, also with the same backtrace.

-- 
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl


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



Bug#361994: firefox crashs with -safe-mode, pressing tab on input forms, accessing preferences

2006-04-11 Thread thomas weidner
Package: firefox
Version: 1.5.dfsg+1.5.0.1-4
Severity: normal

Hi, when pressing tab on a input form, even on a simple page like google.com
causes firefox to segfault,here's the backtrace:
#0  0x00a37d20 in ?? ()
#1  0x008229e8 in ?? ()
#2  0x008233a4 in ?? ()
#3  0x008265d0 in ?? ()
#4  0x006848f8 in ?? ()
#5  0x00687ff0 in ?? ()
#6  0x0089c8bc in ?? ()
#7  0x0089dec0 in ?? ()
#8  0x00895bc0 in ?? ()
#9  0x0064616b in ?? ()
#10 0x00643305 in ?? ()
#11 0x2b0eba0d03b0 in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/lib/libgtk-x11-2.0.so.0
#12 0x2b0ebb497910 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#13 0x2b0ebb4a6af2 in g_signal_stop_emission ()
   from /usr/lib/libgobject-2.0.so.0
#14 0x2b0ebb4a7d0c in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#15 0x2b0ebb4a8383 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#16 0x2b0eba1aed65 in gtk_widget_activate ()
   from /usr/lib/libgtk-x11-2.0.so.0
#17 0x2b0eba1bd4d8 in gtk_window_propagate_key_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
---Type  to continue, or q  to quit---
#18 0x2b0eba1c18eb in gtk_window_activate_key ()
   from /usr/lib/libgtk-x11-2.0.so.0
#19 0x2b0eba0d03b0 in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/lib/libgtk-x11-2.0.so.0
#20 0x2b0ebb497910 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#21 0x2b0ebb4a6c9d in g_signal_stop_emission ()
   from /usr/lib/libgobject-2.0.so.0
#22 0x2b0ebb4a7d0c in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#23 0x2b0ebb4a8383 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#24 0x2b0eba1aed65 in gtk_widget_activate ()
   from /usr/lib/libgtk-x11-2.0.so.0
#25 0x2b0eba0ce8c5 in gtk_propagate_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#26 0x2b0eba0cec37 in gtk_main_do_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#27 0x2b0eba41999c in _gdk_events_queue ()
   from /usr/lib/libgdk-x11-2.0.so.0
#28 0x2b0ebb6f7a0d in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#29 0x2b0ebb6facd5 in g_main_context_check ()
   from /usr/lib/libglib-2.0.so.0
#30 0x2b0ebb6faf9a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
---Type  to continue, or q  to quit---
#31 0x2b0eba0ce022 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#32 0x006458c0 in ?? ()
#33 0x00bb5a3e in ?? ()
#34 0x00444586 in ?? ()
#35 0x2b0ebcb8d4ca in __libc_start_main () from /lib/libc.so.6
#36 0x0043fdca in ?? ()
#37 0x7fbf0218 in ?? ()
#38 0x2b0eb95af9c0 in ?? () from /lib64/ld-linux-x86-64.so.2
#39 0x0001 in ?? ()
#40 0x7fbf0df9 in ?? ()
#41 0x in ?? ()


When accessing edit->preferences another segfault happens:
#0  0x00a37d20 in ?? ()
#1  0x008229e8 in ?? ()
#2  0x008233a4 in ?? ()
#3  0x009ed88c in ?? ()
#4  0x2b5c0225ab7e in XPTC_InvokeByIndex ()
   from /usr/lib/firefox/libxpcom_core.so
#5  0x00472e40 in ?? ()
#6  0x00478b85 in ?? ()
#7  0x2b5c01f5fb59 in js_Invoke () from /usr/lib/firefox/libmozjs.so
#8  0x2b5c01f54d61 in js_FreeStack () from /usr/lib/firefox/libmozjs.so
#9  0x2b5c01f5fcff in js_Invoke () from /usr/lib/firefox/libmozjs.so
#10 0x2b5c01f5fec9 in js_Invoke () from /usr/lib/firefox/libmozjs.so
#11 0x2b5c01f27a62 in JS_CallFunctionValue ()
   from /usr/lib/firefox/libmozjs.so
#12 0x008a3b3d in ?? ()
#13 0x008aaf0a in ?? ()
#14 0x008aaf37 in ?? ()
#15 0x2b5c02247021 in NS_NewThread ()
   from /usr/lib/firefox/libxpcom_core.so
#16 0x2b5c0224788a in NS_NewThread ()
   from /usr/lib/firefox/libxpcom_core.so
#17 0x2b5c02243199 in PL_HandleEvent ()
   from /usr/lib/firefox/libxpcom_core.so
---Type  to continue, or q  to quit---
#18 0x2b5c02243938 in PL_ProcessPendingEvents ()
   from /usr/lib/firefox/libxpcom_core.so
#19 0x2b5c02244c5b in nsAutoCMonitor::Exit ()
   from /usr/lib/firefox/libxpcom_core.so
#20 0x00645492 in ?? ()
#21 0x2b5c04057a0d in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#22 0x2b5c0405acd5 in g_main_context_check ()
   from /usr/lib/libglib-2.0.so.0
#23 0x2b5c0405af9a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#24 0x2b5c02a2e022 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#25 0x006458c0 in ?? ()
#26 0x00bb5a3e in ?? ()
#27 0x00444586 in ?? ()
#28 0x2b5c054ed4ca in __libc_start_main () from /lib/libc.so.6
#29 0x0043fdca in ?? ()
#30 0x7fea58b8 in ?? ()
#31 0x2b5c01f0f9c0 in ?? () from /lib64/ld-linux-x86-64.so.2
#32 0x0001 in ?? ()
#33 0x7fea6df9 in ?? ()
#34 0x in ?? ()


and even when starting -safe-mode i get an immediate segfault:
#0  0x00a37d20 in ?? ()
#1  0x008229e8 in ?? ()
#2  0x008233a4 in ?? ()
#3  0

Bug#318149: libxft2: Loading true type fonts takes really long

2005-07-14 Thread Thomas Weidner

Keith Packard wrote:


That 'shouldn't' happen either -- the first application should place all
of the relevant font informatio in ~/.fonts.cache-1 and application
startup time should get back to normal immediately. If not, then there's
still a bug in fontconfig.
 


[EMAIL PROTECTED] ~ $ ls -l .fonts.cache-1
-rw-r--r--  1 thomas thomas 55723 2004-10-01 03:03 .fonts.cache-1
that's quite old...


Looking through the scripts for the packages you have installed to

locate one which touches font directories and which doesn't call
fc-cache would probably identify it reasonably quickly.
 

I did apt-get --reinstall install xfonts-base xfonts-75dpi 
xfonts-100dpi, and guess what, the problem started again.
Then running fc-cache as root fixed it (again). I had to run it as root, 
did not work as user.
So perhaps the scripts of those packages should check for the presence 
of fontconfig and update the cache?

But why does FC check bitmap fonts anyway?
(I did not change any FC configuration)

   mfg Thomas


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



Bug#318149: libxft2: Loading true type fonts takes really long

2005-07-13 Thread Thomas Weidner

Keith Packard wrote:


On Wed, 2005-07-13 at 21:20 +0200, Thomas Weidner wrote:
 


Package: libxft2
Version: 2.1.7-1
Severity: normal

Hi,
after doing the update to Xorg last night. opening truetype fonts lasts
really long. That means every app which loads some true type font need
~5s longer to start. Doing a simple ltrace -r xfd -fa Sans shows this:
0.000125 XftFontOpenName(0x8055518, 0, 0x805a86c, 0xb7db296c, 1) =
0x8079240
5.373982 FcCharSetFirstPage(0x811dd98, 0xbf81b7e0, 0xbf81b800, 0,
   0xb7d77f30) 
notice that the call to XftFontOpenName takes ~5s!.

I don't know if it's actually libxft2's fault, but it's where the
function cames from.
   



I suspect you've been fooled by missing symbols here; the
FcCharSetFirstPage function should execute in a tiny constant amount of
time. It's much more likely that some font information isn't getting
cached properly, or that you have some font which is confusing
fontconfig.

Try 'fc-cache -v' and see if that takes a long time, if so, send along
the output of 'FC_DEBUG=384 fc-cache -v' and I might be able to figure
out what's going on.
 

i ran fc-cache -v. the first time it took a bit, but all further runs 
took a quite short time. also the problem does not occur any more, all 
applications start up faster now. Seems like the fontconfig cache was 
simply not usable any more. *feels a bit like a idiot*
But nevertheless some package update corrupted/invalidated the font 
config cache and missed to regenerate it, this should not happen,right? 
Sadly i cannot say which package is it...


   mfg Thomas


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



Bug#318149: libxft2: Loading true type fonts takes really long

2005-07-13 Thread Thomas Weidner
Package: libxft2
Version: 2.1.7-1
Severity: normal

Hi,
after doing the update to Xorg last night. opening truetype fonts lasts
really long. That means every app which loads some true type font need
~5s longer to start. Doing a simple ltrace -r xfd -fa Sans shows this:
0.000125 XftFontOpenName(0x8055518, 0, 0x805a86c, 0xb7db296c, 1) =
0x8079240
5.373982 FcCharSetFirstPage(0x811dd98, 0xbf81b7e0, 0xbf81b800, 0,
0xb7d77f30) 
notice that the call to XftFontOpenName takes ~5s!.
I don't know if it's actually libxft2's fault, but it's where the
function cames from.

mfg Thomas

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

Versions of packages libxft2 depends on:
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libx11-6  6.8.2.dfsg.1-1 X Window System protocol client li
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.2-8  compression library - runtime

libxft2 recommends no packages.

-- no debconf information


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



Bug#292692: normalize-audio: normalize-mp3 also incorrect for me

2005-02-01 Thread Thomas Weidner
Package: normalize-audio
Version: 0.7.6-4
Followup-For: Bug #292692

The version of normalize-mp3 which got installed here,also used the
wrong normalize command, i had to do the same change as mentioned about
the normalize-ogg script earlier. As the fix is really trivial pls
commit it.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages normalize-audio depends on:
ii  libaudiofile0   0.2.6-5  Open-source version of SGI's audio
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libmad0 0.15.1b-1MPEG audio decoder library

-- no debconf information


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



Bug#292259: even newer version of streamripper available (1.61.3)

2005-01-25 Thread Thomas Weidner
Package: streamripper
Version: 1.61.3
Severity: wishlist

Hi,

I noticed that 1.61.3 is available but 1.60-rc8 is in debian. i changed
the debian/* files to match the new version,a proper patch is attached.
There is already a bug report about a new version but it's about 1.61.1.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages streamripper depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


streamripper_1.61.3-1.diff.gz
Description: Binary data


Bug#289716: mdk 1.2 is out

2005-01-10 Thread Thomas Weidner
Package: mdk
Severity: wishlist

MDK 1.2 is out and brings GTK 2 support! (gmixvm looks really nice now)
it builds correctly here. (sid on x86) please upgrade.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mdk depends on:
ii  guile-1.6-libs   1.6.7-1 Main Guile libraries
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libglade01:0.17-3Library to load .glade files at ru
ii  libglib1.2   1.2.10-9The GLib library of C routines
ii  libgtk1.21.2.10-17   The GIMP Toolkit set of widgets fo
ii  libguile-ltdl-1  1.6.7-1 Guile's patched version of libtool
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  libqthreads-12   1.6.7-1 QuickThreads library for Guile
ii  libreadline4 4.3-15  GNU readline and history libraries
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxi6   4.3.0.dfsg.1-10 X Window System Input extension li
ii  libxml1  1:1.8.17-10 GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime


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