Bug#992940: jenkins.debian.org: f-droid reproducible builds need virtualbox (which is now gone)

2021-08-25 Thread Felix C. Stegerman
Package: jenkins.debian.org Severity: important X-Debbugs-Cc: f...@obfusk.net Hi! F-Droid's reproducible build jobs are broken b/c they need virtualbox, which hasn't been available in Debian stable for some time [1]. We should probably migrate to libvirt, but in the short term, using virtualbox

Bug#990388: ITP: jiten-nonfree-data -- non-free pitch & audio data for Jiten Japanese Dictionary

2021-06-27 Thread Felix C. Stegerman
Package: wnpp Severity: wishlist Owner: "Felix C. Stegerman" X-Debbugs-Cc: debian-de...@lists.debian.org, f...@obfusk.net * Package name: jiten-nonfree-data Version : 1.1.0 Upstream Author : Felix C. Stegerman * URL : https://github.com/obfusk/jiten

Bug#990387: ITP: jiten -- Jiten Japanese Dictionary

2021-06-27 Thread Felix C. Stegerman
Package: wnpp Severity: wishlist Owner: "Felix C. Stegerman" X-Debbugs-Cc: debian-de...@lists.debian.org, f...@obfusk.net * Package name: jiten Version : 1.1.0 Upstream Author : Felix C. Stegerman * URL : https://github.com/obfusk/jiten * License

Bug#988789: diffoscope: .so files are compared using a binary diff in Android APKs

2021-05-20 Thread Felix C. Stegerman
Hi Hans & Chris, * Chris Lamb [2021-05-19 19:04]: > > APKs (Android app files) often contain Linux ELF shared library files, e.g. > > lib/arm64-v8a/libtor.so. These are only compared using a binary diff, but > > they > > should use the shared library comparison. The output looks like: > > It

Bug#988516: ITP: kanjidraw -- handwritten kanji recognition library + gui

2021-05-14 Thread Felix C. Stegerman
Package: wnpp Severity: wishlist Owner: "Felix C. Stegerman" X-Debbugs-Cc: debian-de...@lists.debian.org, f...@obfusk.net * Package name: kanjidraw Version : 0.2.0 Upstream Author : Felix C. Stegerman * URL : https://github.com/obfusk/kanjidraw

Bug#986719: fdroidserver: should not depend on (python3-)vagrant

2021-04-10 Thread Felix C. Stegerman
Package: fdroidserver Version: 2.0.1-1 Severity: normal X-Debbugs-Cc: f...@obfusk.net Hi! Currently, fdroidserver Depends: on python3-vagrant which in turn Depends: on vagrant itself. Since fdroidserver has many use cases that don't require vagrant, I think it would be better to downgrade that

Bug#986179: ITP: apksigcopier -- copy/extract/patch apk signatures

2021-03-30 Thread Felix C. Stegerman
Package: wnpp Severity: wishlist Owner: "Felix C. Stegerman" X-Debbugs-Cc: debian-de...@lists.debian.org, f...@obfusk.net * Package name: apksigcopier Version : 0.3.0 Upstream Author : Felix C. Stegerman * URL : https://github.com/obfusk/apksigcopier

Bug#984926: chromium: doesn't seem to build with libvpx 1.7.0

2021-03-10 Thread Felix C. Stegerman
Package: chromium Version: 89.0.4389.82-1 Severity: normal X-Debbugs-Cc: f...@obfusk.net Hi! It looks like the latest version doesn't build with libvpx 1.7.0. So far I've only tried building it on Ubuntu [1], but I assume buster has the same problem. - Felix [1]

Bug#981010: rxvt-unicode: urxvt segfaults at exit

2021-03-09 Thread Felix C. Stegerman
Hi, I can reproduce this after a "xrdb -load /dev/null". However, I only seem to be able to reproduce it when I start urxvt via an i3 keybinding. If I start it via dmenu or by running "urxvt" from another terminal, I don't see a segfault in the logs. - Felix

Bug#982546: additional information

2021-02-11 Thread Felix C. Stegerman
* "Felix C. Stegerman" [2021-02-11 18:09]: > I forgot to mention that I first tried removing the > > handle->id_product == SCM_SPR532 > > check in ccid_vendor_specific_setup(), but that didn't work. Which makes sense since SCM_SPR532 and SCM_SPR332 apparently hav

Bug#982546: additional information

2021-02-11 Thread Felix C. Stegerman
I forgot to mention that I first tried removing the handle->id_product == SCM_SPR532 check in ccid_vendor_specific_setup(), but that didn't work. - Felix

Bug#982546: patch file

2021-02-11 Thread Felix C. Stegerman
It seems reportbug failed to include the patch file, so here it is. - Felix --- gnupg2-2.2.27.orig/scd/ccid-driver.c +++ gnupg2-2.2.27/scd/ccid-driver.c @@ -3584,6 +3584,16 @@ ccid_transceive_secure (ccid_driver_t ha return CCID_DRIVER_ERR_NOT_SUPPORTED; msg = send_buffer; + + if

Bug#982546: scdaemon: SCM SPR332 smartcard reader support broken

2021-02-11 Thread Felix C. Stegerman
Package: scdaemon Version: 2.2.27-1 Severity: important Tags: patch upstream X-Debbugs-Cc: f...@obfusk.net Hi! After upgrading gnupg from 2.2.20-1 to 2.2.27-1 my smartcard reader -- a SCM SPR332 -- is broken. Specifically: * I'm using the reader's keypad to enter my PIN. * The first time I

Bug#973848: hardware acceleration

2020-12-28 Thread Felix C. Stegerman
Hi! I can confirm that adding --use-gl=desktop to /etc/chromium.d/default-flags makes hardware acceleration work (again) with chromium 87.0.4280.88-0.3 on unstable (on two systems with integrated intel graphics), according to chrome://gpu. NB: to get accelerated video decoding I had to

Bug#977052: rlwrap: prompt disappears w/ readline 8.1 (fixed upstream)

2020-12-10 Thread Felix C. Stegerman
Package: rlwrap Version: 0.43-1+b2 Severity: important Tags: patch upstream X-Debbugs-Cc: f...@obfusk.net Hi! Bug report, analysis & fix: https://github.com/hanslub42/rlwrap/issues/108 - Felix

Bug#974669: bug analysis

2020-12-09 Thread Felix C. Stegerman
Hi! I've looked into this: * readline 8.1 enables bracketed-paste by default; * when bracketed-paste is enabled, rl_deprep_terminal() prints BRACK_PASTE_FINI ("\033[?2004l\r") to rl_outstream; * this moves the cursor to the beginning of the line (instead of the position after the prompt),

Bug#974669: regression: prompt disappears in rlwrap

2020-11-13 Thread Felix C. Stegerman
Package: libreadline8 Version: 8.1~rc2-2 Severity: normal With libreadline8=8.0-4 from testing: $ rlwrap -C test python3 -c 'while True: print("you said", input(">>> "))' >>> foo you said foo >>> bar you said bar >>> ^D With libreadline8=8.1~rc2-2 from unstable: $ rlwrap -C test

Bug#911777: iptables: also breaks ufw

2018-10-25 Thread Felix C. Stegerman
Package: iptables Version: 1.8.1-1 Followup-For: Bug #911777 Dear Maintainer, The iptables upgrade from 1.6.2-1.1 to 1.8.1-1 also breaks uwf (since that also looks for ip{,6}tables in /sbin). I've managed to get it working again for now by: * creating symlinks to /usr/sbin/ip{,6}tables in

Bug#908871: cups: completed jobs stay in queue

2018-09-16 Thread Felix C. Stegerman
Thank you for the quick reply, Brian. * Brian Potkin [2018-09-16 13:50]: > Thank you for your report, Felix. > > On Sat 15 Sep 2018 at 13:20:57 +0200, Felix C. Stegerman wrote: > > > Package: cups > > Version: 2.2.8-5 > > Severity: normal > > > >

Bug#908871: cups: completed jobs stay in queue

2018-09-15 Thread Felix C. Stegerman
Package: cups Version: 2.2.8-5 Severity: normal Dear Maintainer, Wondering why my printer didn't seem to want to print anymore, I noticed that completed print jobs stay in the queue, preventing any subsequent jobs from printing (unless I lprm the completed job). Tried with lpr, lp and printing

Bug#907705: ITP: mmm -- minimalistic media manager

2018-08-31 Thread Felix C. Stegerman
Package: wnpp Severity: wishlist Owner: "Felix C. Stegerman" * Package name: mmm Version : 0.4.1 Upstream Author : Felix C. Stegerman * URL : https://github.com/obfusk/m * License : GPLv3+ Programming Lang: Python Description : minimali

Bug#904441: linux-image-4.17.0-1-amd64: system disk stopped during boot

2018-07-28 Thread Felix C. Stegerman
Package: src:linux Version: 4.17.8-1 Followup-For: Bug #904441 Dear Maintainer, Same issue here; 4.16.0-2-amd64 works fine; ahci.mobile_lpm_policy=1 does not help. $ cat /sys/bus/scsi/devices/0\:0\:0\:0/model ST9500325ASG $ cat /sys/bus/scsi/devices/0\:0\:0\:0/rev APM1 Happy to help debug

Bug#897407: scribus: pdf/ps import fails with ghostscript error: DELAYBIND deprecated

2018-05-02 Thread Felix C. Stegerman
Package: scribus Version: 1.4.6+dfsg-4+b1 Severity: normal Dear Maintainer, Importing PDF files in scribus fails w/ ghostscript complaining that the "DELAYBIND command has been deprecated". Similar to bug #880650 it seems. I've tried to run the gs command scribus uses by hand w/ the

Bug#893974: apparmor: loads /etc/apparmor.d/*.dpkg-remove

2018-03-24 Thread Felix C. Stegerman
Package: apparmor Version: 2.12-4 Severity: normal Dear Maintainer, I noticed that my openntpd service stopped working after apparmor was enabled in sid by default. I finally traced the problem to a remaining /etc/apparmor.d/usr.sbin.ntpd.dpkg-remove without 'x' permissions for /usr/sbin/ntpd.

Bug#893973: openntpd: broke w/ apparmor b/c remaining /etc/apparmor.d/usr.sbin.ntpd.dpkg-remove

2018-03-24 Thread Felix C. Stegerman
Package: openntpd Version: 1:6.2p3-1 Severity: normal Dear Maintainer, I noticed that my openntpd service stopped working after apparmor was enabled in sid by default. I finally traced the problem to a remaining /etc/apparmor.d/usr.sbin.ntpd.dpkg-remove without 'x' permissions for

Bug#888275: aptitude: (leaves) world-writable (!) aptitude-download- dirs in /tmp

2018-01-24 Thread Felix C. Stegerman
Package: aptitude Version: 0.8.10-6 Severity: normal Dear Maintainer, I just found some aptitude-download---- directories in /tmp. Presumably from some recent failed `aptitude changelog` invocations. The directories are empty. I may have ^Cd aptitude because it seemed to hang,

Bug#884649: twine: trying to use testpypi w/ --repository-url results in upload to regular pypi

2017-12-17 Thread Felix C. Stegerman
Package: twine Version: 1.8.1-2 Severity: important Dear Maintainer, Trying to upload a package to TestPyPI [1]: $ twine upload --repository-url https://test.pypi.org/legacy/ dist/* results in twine uploading it to the *regular* PyPI. There's a bug in the --repository-url handling, which is

Bug#880378: rhythmbox: adding file containing pipe sign or colon to iPod results in database/filesystem mismatch

2017-10-30 Thread Felix C. Stegerman
Package: rhythmbox Version: 3.4.2-1 Severity: normal Dear Maintainer, I just added some new music to my iPod using rhythmbox (as usual), however several files could not be played. Investigating, I found that: 07-ANGER|ANGER.mp3 was renamed as 07-ANGER_ANGER.mp3 on the iPod's file system, and

Bug#839757: ipython3: fails to start w/ non-utf8 locale if history contains utf8 byte

2016-10-04 Thread Felix C. Stegerman
Package: ipython3 Version: 2.4.1-1 Severity: normal Dear Maintainer, I suddenly get this: $ LC_ALL=C ipython3 Traceback (most recent call last): File "/usr/bin/ipython3", line 5, in start_ipython() File "/usr/lib/python3/dist-packages/IPython/__init__.py", line 120, in start_ipython

Bug#827618: similar bug w/ linux-image-4.7.0-1-amd64{,-unsigned}

2016-09-22 Thread Felix C. Stegerman
Hi, This time I replaced linux-image-4.7.0-1-amd64 w/ linux-image-4.7.0-1-amd64-unsigned. Then I ran: $ sudo aptitude purge ~c ... Purging configuration files for linux-image-4.7.0-1-amd64 (4.7.2-1+s1) ... ... rmdir: failed to remove '/lib/modules/4.7.0-1-amd64': Directory not empty ... Not

Bug#827618: linux-image-4.6.0-1-amd64-signed: replacing w/ non-signed breaks things

2016-06-18 Thread Felix C. Stegerman
Package: linux-image-4.6.0-1-amd64-signed Version: 4.6.1-1 Severity: important Dear Maintainer, Since I saw that the non-signed kernel had been updated -- and did not see any need for a signed kernel atm -- I decided to replace it. This caused some trouble... # replaces

Bug#823356: linux-image-4.5.0-2-amd64: system freezes (HDD I/O seems impossible, load keeps climbing) after suspend

2016-05-03 Thread Felix C. Stegerman
Package: src:linux Version: 4.5.2-1 Severity: important Dear Maintainer, Since today, every time I suspend my laptop and re-awake it: * the load keeps climbing * I can still interact to some extent with running programs, but it seems HDD I/O has become impossible (`pwd` works, `ls`

Bug#815014: python3.5-venv: uninstallable (if python-pip-whl is installed; b/c dependency on python-setuptools-whl)

2016-02-17 Thread Felix C. Stegerman
Package: python3.5-venv Version: 3.5.1-5 Severity: important Dear Maintainer, It seems that python3.5-venv is currently uninstallable if python-pip is installed. $ aptitude -s install python3.5-venv The following NEW packages will be installed: python-setuptools-whl{a} python3.5-venv 0

Bug#795009: i3: crashes after suspend when using only external monitor

2015-08-09 Thread Felix C. Stegerman
Package: i3 Version: 4.10.3-1 Severity: normal Dear Maintainer, I've connected an external monitor to my laptop and use `xrandr --output HDMI1 --primary --auto --output LVDS1 --off` to only use the external monitor and not the laptop screen. I use `i3lock systemctl suspend` to lock and

Bug#786440: (no subject)

2015-05-26 Thread Felix C. Stegerman
* Barry Warsaw ba...@debian.org [2015-05-26 23:45]: @Felix: Actually the pip_util.diff is only relevant for bug #758787. I've tested what will be pip 1.5.6-6 with that patch and it isn't relevant for bug #786440 afaict. You're absolutely right. I intentionally CC'd this bug because it's

Bug#785787: pip and distlib mismatch breaks pip and virtualenv

2015-05-24 Thread Felix C. Stegerman
Hi, I've looked at what's going on, and the problem seems to be caused by the fact that distlib 0.1.9 uses PEP426 and 0.2.0 uses PEP440; the latter has an extra epoch field. Because pip.util (in the version included with Debian) expects the output not to have this epoch field, it breaks.

Bug#786580: virtualenv: fails with TypeError: 'int' object is not iterable

2015-05-22 Thread Felix C. Stegerman
Package: virtualenv Version: 1.11.6+ds-1 Severity: important Dear Maintainer, I just installed {python{3,}-,}virtualenv (on sid) but when I try to create a virtualenv, this happens instead: $ virtualenv -ppython3 venv3 Already using interpreter /usr/bin/python3 Using base prefix '/usr' New

Bug#746416: the bug seems to be gone now

2014-08-19 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, The bug seems to be gone now (gnome-screensaver 3.6.1-1+b1, gnome-shell 3.12.2-3). Thanks. - - Felix -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJT89SlAAoJELIY/ywn/GzG36gP/REFayfAlz+1VN16olt3iF+y

Bug#755202: network-manager: keeps creating and using new connection eth0 that does not work

2014-07-18 Thread Felix C. Stegerman
Package: network-manager Version: 0.9.10.0-1 Severity: normal Dear Maintainer, NetworkManager has started creating a new wired connection eth0 after/during boot; this connection has ipv4 (and ipv6) disabled, and thus provides no connectivity. I can manually select my original wired connection

Bug#746415: gnome-terminal: will not start with non-utf-8 locale

2014-04-29 Thread Felix C. Stegerman
Package: gnome-terminal Version: 3.12.0-2 Severity: important Dear Maintainer, After I updated gnome-terminal from 3.10.1-1 to 3.12.0-2, it refused to start. $ gnome-terminal Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for

Bug#746416: gnome-screensaver: leaves dash accessible when screen is locked

2014-04-29 Thread Felix C. Stegerman
Package: gnome-screensaver Version: 3.6.1-1 Severity: normal Dear Maintainer, I locked my screen whilst gnome-shell (3.8.4-8+b1) was in overview mode. The unlock screen shows tooltips for the icons in the dash, and I can click them to start the applications. It's probably not a huge security

Bug#731386: confirmed + patch

2014-04-22 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I ran into this bug recently. In my case it turned out to be a program that changed its argv0 whereby the resulting /proc/PID/cmdline contained empty string arguments (i.e. adjacent null bytes). I've been able to reproduce it as follows: $ cat

Bug#734525: apt-listbugs: breaks when /usr/bin/ruby is ruby1.8

2014-01-07 Thread Felix C. Stegerman
Package: apt-listbugs Version: 0.1.12 Severity: normal Dear Maintainer, I was updating from stable to testing to unstable when apt-listchanges broke. It depends on ruby (any version) and I only had 1.8 installed). But ruby-debian (on which it depends) now only depends on (and works with)

Bug#733572: ruby2.0: breaks other packages when used as /usr/bin/ruby

2014-01-07 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-01-07 13:45, Antonio Terceiro wrote: Hello, On Mon, Dec 30, 2013 at 01:52:13AM +0100, Felix C. Stegerman wrote: Package: ruby2.0 Version: 2.0.0.353-1 Severity: normal Dear Maintainer, I used `update-alternatives --config ruby

Bug#734525: apt-listbugs: breaks when /usr/bin/ruby is ruby1.8

2014-01-07 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-01-08 00:06, Francesco Poli wrote: Control: forcemerge 734233 -1 On Tue, 07 Jan 2014 21:55:49 +0100 Felix C. Stegerman wrote: [...] Dear Maintainer, Hello Felix, thanks for your bug report. [...] It depends on ruby (any

Bug#734525: apt-listbugs: breaks when /usr/bin/ruby is ruby1.8

2014-01-07 Thread Felix C. Stegerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-01-08 00:26, Felix C. Stegerman wrote: On 2014-01-08 00:06, Francesco Poli wrote: Control: forcemerge 734233 -1 On Tue, 07 Jan 2014 21:55:49 +0100 Felix C. Stegerman wrote: [...] Dear Maintainer, Hello Felix, thanks for your bug

Bug#733572: ruby2.0: breaks other packages when used as /usr/bin/ruby

2013-12-29 Thread Felix C. Stegerman
Package: ruby2.0 Version: 2.0.0.353-1 Severity: normal Dear Maintainer, I used `update-alternatives --config ruby` to set ruby2.0 as /usr/bin/ruby. This broke apt-listbugs, which could no longer require 'debian_version'. Obviously, the transition to ruby2.0 is not complete and problems like

Bug#487842: (no subject)

2008-07-15 Thread Felix C. Stegerman
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#490598: libghc6-arrows-dev: out of date on powerpc -- building from source works just fine

2008-07-12 Thread Felix C. Stegerman
recommends no packages. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw=2 sts=2 et: signature.asc Description: Digital signature

Bug#490599: libghc6-cgi-dev: out of date on powerpc -- building from source works just fine

2008-07-12 Thread Felix C. Stegerman
2.1.0.0-2Haskell network library for GHC ii libghc6-parsec-dev 2.1.0.0-2Haskell monadic parser combinator ii libghc6-xhtml-dev 3000.0.2.1-2 Haskell xhtml library for GHC libghc6-cgi-dev recommends no packages. -- no debconf information -- Felix C. Stegerman

Bug#407671: Why was CONFIG_PMAC_BACKLIGHT [re-]disabled in 2.6.23-1 ?

2007-12-07 Thread Felix C. Stegerman
-powerpc:CONFIG_PMAC_BACKLIGHT=y | /boot/config-2.6.22-3-powerpc:CONFIG_PMAC_BACKLIGHT_LEGACY=y | /boot/config-2.6.23-1-powerpc:# CONFIG_PMAC_BACKLIGHT is not set ` Unless I missed something, [at least] CONFIG_PMAC_BACKLIGHT should have been enabled. Why isn't it? - Felix -- Felix C. Stegerman [EMAIL PROTECTED

Bug#442406: libxine1: uses 100% CPU, then complains about too many dropped frames

2007-11-23 Thread Felix C. Stegerman
* Felix C. Stegerman [EMAIL PROTECTED] [2007-09-15 22:19]: Package: libxine1 Version: 1.1.8-1 Severity: important Trying to play a DVD with xine[-ui] results in shaky video with xine using 100% CPU and then complaining about it: The amount of dropped frame is too high, your system might

Bug#452521: iceweasel: print and print preview fail, using 100% CPU

2007-11-23 Thread Felix C. Stegerman
information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw=2 sts=2 et: signature.asc Description: Digital signature

Bug#441369: jack: crashes on terminal resize

2007-10-23 Thread Felix C. Stegerman
* Martin Michlmayr [EMAIL PROTECTED] [2007-10-20 12:31]: * Felix C. Stegerman [EMAIL PROTECTED] [2007-09-09 12:46]: No, it didn't. I've been using jack a lot in the past weeks, and [for the reasons mentioned] resize the window quite often. I updated some packages yesterday, including jack

Bug#442404: gnome-settings-daemon: uses 100% CPU [when started in openbox session]

2007-09-15 Thread Felix C. Stegerman
available) -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw=2 sts=2 et: signature.asc Description: Digital signature

Bug#442406: libxine1: uses 100% CPU, then complains about too many dropped frames

2007-09-15 Thread Felix C. Stegerman
for libxine1 ii libxinerama11:1.0.2-1X11 Xinerama extension library ii libxv1 1:1.0.3-1X11 Video extension library ii libxvmc11:1.0.4-2X11 Video extension library -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED

Bug#441369: jack: crashes on terminal resize

2007-09-12 Thread Felix C. Stegerman
* Martin Michlmayr [EMAIL PROTECTED] [2007-09-10 20:24]: * Felix C. Stegerman [EMAIL PROTECTED] [2007-09-09 12:46]: No, it didn't. I've been using jack a lot in the past weeks, and [for the reasons mentioned] resize the window quite often. I updated some packages yesterday, including jack

Bug#441369: jack: crashes on terminal resize

2007-09-09 Thread Felix C. Stegerman
information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw=2 sts=2 et: signature.asc Description: Digital signature

Bug#441369: jack: crashes on terminal resize

2007-09-09 Thread Felix C. Stegerman
* Martin Michlmayr [EMAIL PROTECTED] [2007-09-09 12:35]: * Felix C. Stegerman [EMAIL PROTECTED] [2007-09-09 11:19]: Since jack was updated recently, it crashes when resizing [the rxvt window it's running in]. And this definitely didn't happen with 3.1.1+cvs20050801-14? I guess

Bug#441308: gtkpod: bug found; patch attached

2007-09-09 Thread Felix C. Stegerman
* Nico Golde [EMAIL PROTECTED] [2007-09-09 15:18]: * Felix C. Stegerman [EMAIL PROTECTED] [2007-09-08 20:03]: Package: gtkpod Followup-For: Bug #441308 Since lsof showed lots [ 500] opened mp3 files I decided to see if I could spot [the absense of] a missing fclose() call

Bug#422777: bug #422777 prematurely closed? [again]

2007-09-09 Thread Felix C. Stegerman
I'm rather confused as to why this bug was closed. The xcalloc patch didn't fix it [for me] and I've has no indication a[nother] solution was found. - Felix -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from

Bug#441308: gtkpod: complains about too many open files

2007-09-08 Thread Felix C. Stegerman
1:0.9.3-1 X Rendering Extension client libra gtkpod recommends no packages. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set

Bug#441308: gtkpod: bug found; patch attached

2007-09-08 Thread Felix C. Stegerman
developer. I do know C, so I think my patch doesn't screw anything up; however, as I've only looked for a missing fclose() call and not familiarised myself with the code, I could have overlooked something. - Felix -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any

Bug#422777: bug #422777 prematurely closed

2007-07-09 Thread Felix C. Stegerman
to get things working. [right now, I have a lot of work to do and really need my second monitor.] - Felix -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw

Bug#432038: qa.debian.org: DDPO HTML does not validate

2007-07-06 Thread Felix C. Stegerman
, 'unstable'), (890, 'testing'), (880, 'stable'), (870, 'experimental') Architecture: powerpc (ppc) Kernel: Linux 2.6.21-1-powerpc Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net

Bug#422777: bug #422777 prematurely closed

2007-06-29 Thread Felix C. Stegerman
* Michel Dänzer [EMAIL PROTECTED] [2007-06-25 09:09]: unmerge 422777 reopen 422777 notfixed 422777 1:6.6.192-1 kthxbye On Sun, 2007-06-24 at 06:22 +0200, Felix C. Stegerman wrote: Unfortunately, 1:6.6.192-1 doesn't make me happy. After I received the bug closed email, I updated

Bug#430629: libproc-pid-file-perl: should not change $ENV{'PATH'}

2007-06-26 Thread Felix C. Stegerman
1:3.2.7-3 /proc file system utilities -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw=2 sts=2 et

Bug#422777: bug #422777 prematurely closed

2007-06-25 Thread Felix C. Stegerman
* Brice Goglin [EMAIL PROTECTED] [2007-06-24 12:02]: unmerge 422777 reopen 422777 Felix C. Stegerman [EMAIL PROTECTED] notfixed 422777 1:6.6.191-1 notfixed 422777 1:6.6.192-1 thank you Felix C. Stegerman wrote: Unfortunately, 1:6.6.192-1 doesn't make me happy. After I received

Bug#430614: beagle-search: crashes at startup

2007-06-25 Thread Felix C. Stegerman
1.2.4-4Mono runtime ii zlib1g1:1.2.3-15 compression library - runtime Versions of packages beagle recommends: ii xpdf-utils [poppler-utils]3.02-1 Portable Document Format (PDF) sui -- no debconf information - Felix -- Felix C. Stegerman [EMAIL

Bug#430621: tracker-utils: tracker-{query,tag,files} limited to 512 results

2007-06-25 Thread Felix C. Stegerman
0.5.4-6metadata database, indexer and sea tracker-utils recommends no packages. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft

Bug#430623: tracker-meta-folder: only accepts absolute paths

2007-06-25 Thread Felix C. Stegerman
libtrackerclient0 0.5.4-6metadata database, indexer and sea ii tracker 0.5.4-6metadata database, indexer and sea tracker-utils recommends no packages. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any

Bug#422777: bug #422777 prematurely closed

2007-06-23 Thread Felix C. Stegerman
exactly the same problem [bug #422777] again. Please let me know if you need more information (e.g. xorg.conf or Xorg.0.log). [In the mean time, I guess I'll have to pin xserver-xorg-core to stable.] - Felix -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any

Bug#422777: xserver-xorg: MergedFB CRT2 Clone stopped working after reboot

2007-06-14 Thread Felix C. Stegerman
* Brice Goglin [EMAIL PROTECTED] [2007-05-08 10:57]: reassign 422777 xserver-xorg-video-ati forcemerge 422602 422777 thank you Felix C. Stegerman wrote: When I rebooted my laptop (Apple iBook G4) this morning, the second screen remained blank. The Xorg.0.log config file shows

Bug#213004: Mozilla runs away with CPU usage and freezes when trying to print

2007-06-14 Thread Felix C. Stegerman
problem was with mozilla-calendar and the iceape-calendar package is currently empty, I can't verify whether the problem still exists. - Felix -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R

Bug#213004: Mozilla runs away with CPU usage and freezes when trying to print

2007-06-14 Thread Felix C. Stegerman
* Mike Hommey [EMAIL PROTECTED] [2007-06-14 17:04]: On Thu, Jun 14, 2007 at 04:51:52PM +0200, Felix C. Stegerman [EMAIL PROTECTED] wrote: * Mike Hommey [EMAIL PROTECTED] [2007-04-30 07:24]: On Sat, Sep 27, 2003 at 10:39:06AM -0500, Steve Doerr [EMAIL PROTECTED] wrote: Package

Bug#422777: xserver-xorg: MergedFB CRT2 Clone stopped working after reboot

2007-05-08 Thread Felix C. Stegerman
/xorg.conf Contents of /etc/X11/xorg.conf: # /etc/X11/xorg.conf # # Felix C. Stegerman [EMAIL PROTECTED] # 2006-11-21 # # -- # # Xorg X Window System server configuration file # # -- Section Files FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType FontPath/usr/share

Bug#412418: iceweasel: opens $HOME/.mozilla/firefox/ when started in $HOME/.mozilla

2007-02-28 Thread Felix C. Stegerman
zlib1g1:1.2.3-13 compression library - runtime iceweasel recommends no packages. -- no debconf information - Felix -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R

Bug#390769: firefox: crashes when closing print preview

2007-02-15 Thread Felix C. Stegerman
* Eric Dorland [EMAIL PROTECTED] [2007-02-10 22:59]: reassign 390769 iceweasel forwarded 390769 https://bugzilla.mozilla.org/show_bug.cgi?id=351225 tags 390769 fixed-upstream thanks * Felix C. Stegerman ([EMAIL PROTECTED]) wrote: Package: firefox Version: 1.5.dfsg+1.5.0.7-1 Severity

Bug#390769: firefox: crashes when closing print preview

2006-10-02 Thread Felix C. Stegerman
. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw=2 sts=2 et: $ firefox -g -safe-mode 1. Go to http://en.wikipedia.org/wiki

Bug#370495: cupsys: same here; purge + reinstall fixes it

2006-06-08 Thread Felix C. Stegerman
smbclient 3.0.22-1 a LanManager-like simple client fo -- debconf information: * cupsys/raw-print: true * cupsys/browse: false * cupsys/ports: /var/run/cups/cups.sock localhost:631 * cupsys/backend: ipp, lpd, socket, usb cupsys/portserror: -- Felix C. Stegerman [EMAIL

Bug#372242: bugs.debian.org: please do something about 200+ identical bug reports for cupsys

2006-06-08 Thread Felix C. Stegerman
/sh linked to /bin/bash Kernel: Linux 2.6.16-2-powerpc Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) -- Felix C. Stegerman [EMAIL PROTECTED] http://obfusk.net ~ Any sufficiently advanced bug is indistinguishable from a feature. ~ -- R. Kulawiec ~ vim: set ft=mail tw=70

Bug#368446: cupsys-driver-gutenprint: patch for cups-genppdupdate.5.0

2006-05-22 Thread Felix C. Stegerman
Hi, I think I found the problem: cups-genppdupdate.5.0 was trying to grep from STDIN. I've included a patch. - Felix -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R. Kulawiec --- cups-genppdupdate.5.0.original 2006-05-22

Bug#368446: cupsys-driver-gutenprint: patch for cups-genppdupdate.5.0

2006-05-22 Thread Felix C. Stegerman
when running egrep. Patch installed as debian/patches/06_genppdupdate_egrep_stdin_freeze.dpatch; thanks to Felix C. Stegerman for identifying the fault and providing the patch (Closes: #368446). I've uploaded some test packages to http://people.debian.org/~rleigh/gutenprint

Bug#368499: util-linux: please (properly) document ddisk / fdisk[-mac] on ppc

2006-05-22 Thread Felix C. Stegerman
Linux Standard Base 3.1 init scrip ii zlib1g1:1.2.3-11 compression library - runtime util-linux recommends no packages. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R

Bug#368446: cupsys-driver-gutenprint: patch for cups-genppdupdate.5.0

2006-05-22 Thread Felix C. Stegerman
* Roger Leigh [EMAIL PROTECTED] [2006-05-22 21:21]: I've uploaded a new build (at the same location). It installed just fine. - Felix -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R. Kulawiec pgp092DtkPuyq.pgp Description

Bug#364886: gftp-text: chmod mode is interpreted as decimal

2006-04-26 Thread Felix C. Stegerman
Package: gftp-text Version: 2.0.18-13 Severity: normal Hello, Here's an example: ftp chmod 755 x.pl SITE CHMOD 1363 x.pl 200 SITE CHMOD command successful ftp chmod 0755 x.pl SITE CHMOD 1363 x.pl 200 SITE CHMOD command successful ftp chmod 493 x.pl SITE CHMOD 755 x.pl 200

Bug#340478: libasound2: breaks PMacToonie.conf

2005-11-23 Thread Felix C. Stegerman
libasound2 depends on: ii libc6 2.3.5-8GNU C Library: Shared libraries an libasound2 recommends no packages. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R. Kulawiec

Bug#337570: Xprint backtrace

2005-11-23 Thread Felix C. Stegerman
Hi, Sorry it took so long, but I had a lot of things to do (and I kind of forgot about xprint). Here's a simple gdb backtrace of my self-compiled xprint. I don'd know much about gdb, so please tell me what to do next if you need more information. Felix -- Felix C. Stegerman [EMAIL PROTECTED

Bug#337570: apparent gcc4 regression in xprint on powerpc

2005-11-10 Thread Felix C. Stegerman
to be getting a lot of mail twice, since people CC me even though I'm substribed to both debian-user and debian-powerpc. ;-) -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R. Kulawiec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#337570: xprint: segfaults when printing from firefox

2005-11-07 Thread Felix C. Stegerman
to the bug-submitter. Probably does I suppose. No it doesn't. I'll just send e-mails to the BTS from now on, but you should still CC me. Felix -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R. Kulawiec -- To UNSUBSCRIBE, email

Bug#337982: aptitude warns about untrusted packages when none will be installed

2005-11-07 Thread Felix C. Stegerman
2.0.16-1 type-safe Signal Framework for C++ ii libstdc++64.0.2-3The GNU Standard C++ Library v3 Versions of packages aptitude recommends: ii aptitude-doc-en [aptitude-doc 0.4.0-2English manual for aptitude, a ter -- no debconf information -- Felix C. Stegerman

Bug#337570: xprint: segfaults when printing from firefox

2005-11-06 Thread Felix C. Stegerman
On 2005-11-06 20:06:06, Drew Parsons wrote: On Sat, 2005-11-05 at 20:56 +0100, Felix C. Stegerman wrote: When you say xprint segfaults, do you mean that Xprt is no longer running afterwards (no output from ps aux | grep [X]prt) ? Yes. OK. I tried to do a backtrace w/ gdb

Bug#337570: xprint: segfaults when printing from firefox

2005-11-04 Thread Felix C. Stegerman
.alpha1-12 Xprint - the X11 print system (con ii zlib1g 1:1.2.3-6 compression library - runtime xprint recommends no packages. -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistinguishable from a feature. -- R

Bug#336590: xscreensaver: Same here. New login button disappeared

2005-10-31 Thread Felix C. Stegerman
] 20030222-8 New German orthography wordlist ii xli 1.17.0-20 command line tool for viewing imag -- no debconf information -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistiguishable from a feature. -- R. Kulawiec -- To UNSUBSCRIBE

Bug#330935: This bug now has a thread on gnugo-devel

2005-10-01 Thread Felix C. Stegerman
Hello, I got a reply from gnugo-devel Here is the thread: http://lists.gnu.org/archive/html/gnugo-devel/2005-09/msg00080.html Felix -- Felix C. Stegerman [EMAIL PROTECTED] Any sufficiently advanced bug is indistiguishable from a feature. -- R. Kulawiec -- To UNSUBSCRIBE, email to [EMAIL

Bug#330935: gnugo: GNU Go said I stepped on a bug

2005-09-30 Thread Felix C. Stegerman
Package: gnugo Version: 3.7.5-1 Severity: important Hello, GNU Go said I stepped on a bug. I've attached the full message it gave me. It told me to report the bug to [EMAIL PROTECTED], so I'll send a message to that address containing a link to this bug report. I thought it best to report the

Bug#213004: mozilla-calendar runs away with CPU usage and freezes when trying to print

2005-08-12 Thread Felix C. Stegerman
Package: mozilla-calendar Version: 2:1.7.10-1 Followup-For: Bug #213004 I seem to have the same problem, only with mozilla-calendar. Mozilla-browser prints just fine. Calendar freezes when trying to print and seems to use so much CPU that X freezes completely. When I press Ctrl-Alt-Backspace