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 from unstable would probably be the "best" solution.

- Felix

[1] 
https://salsa.debian.org/qa/jenkins.debian.net/-/commit/210570694f21a88d0e925997d944991884328ccf



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
* License : CC-BY-NC (audio) + Wadoku.de-Daten-Lizenz (pitch)
  Description : non-free pitch & audio data for Jiten Japanese Dictionary

Non-free data files for Jiten Japanese Dictionary.

These files are optional, so the jiten and jiten-data packages should
be able to go into main, whereas the jiten-audio and jiten-pitch
packages go into non-free.

I've already packaged it for Debian [1], but I need a sponsor and
could use some advice on how best to deal with some of the remaining
complaints from lintian :)

Dependencies not yet in Debian: jiten [2], (transitively) kanjidraw [3].

The pitch data is licensed under the Wadoku.de-Daten-Lizenz [4].

- Felix

[1] https://salsa.debian.org/obfusk/jiten-nonfree-data/-/tree/debian/sid
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990387
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988516
[4] https://www.wadoku.de/wiki/display/WAD/Wadoku.de-Daten+Lizenz



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 : AGPLv3+ (code) + various other licenses (data)
  Programming Lang: Python
  Description : Jiten Japanese Dictionary

 Jiten is a Japanese dictionary based on JMDict/Kanjidic
 .
 Features:
 .
  Fine-grained search using regexes (regular expressions)
  * simple searches don't require knowledge of regexes
  * quick reference available in the web interface and android app
 .
  JMDict multilingual japanese dictionary
  * kanji, readings (romaji optional), meanings & more
  * meanings in english, dutch, german, french and/or spanish
  * pitch accent (from Wadoku, non-free)
  * browse by frequency/jlpt
 .
  Kanji dictionary
  * readings (romaji optional), meanings (english), jmdict entries, radicals & 
more
  * search using SKIP codes
  * search by radical
  * handwritten kanji recognition
  * browse by frequency/level/jlpt/SKIP
 .
  Example sentences (from Tatoeba)
  * with english, dutch, german, french and/or spanish translation
  * some with audio (non-free)
 .
  Stroke order
  * input a word or sentence and see how it's written
 .
 Interfaces:
 .
  Android app
  * wraps the web interface (running locally on your device) in a webview
  * completely offline, no internet access required
  * easily share and open jiten.obfusk.dev links
  * not included in this Debian package
 .
  Web interface
  * available online at https://jiten.obfusk.dev
  * light/dark mode
  * search history (stored locally)
  * tooltips to quickly see meanings and readings for kanji and words
  * use long press for tooltips on mobile
  * converts romaji to hiragana and between hiragana and katakana
  * can be run on your own computer
 .
  Command-line interface
 .
  WebView GUI
  * wraps the web interface (running locally on your computer)
  * requires python3-webview

I'm the developer of Jiten Japanese Dictionary.

I also maintain the NixOS package.

The Android version is available on F-Droid.

I've already packaged it for Debian [1], but I need a sponsor and
could use some advice on how best to deal with some of the remaining
complaints from lintian :)

I'll upload a source package to mentors.debian.net after I release
v1.1.0 in a few days.

Dependencies not yet in Debian: kanjidraw [2].

- Felix

[1] https://salsa.debian.org/obfusk/jiten/-/tree/debian/sid
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988516



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 would be great to fix this for you. Could you provide some example
> APK files so I can reproducible what you are currently seeing but also
> confirm that any changes actually solve your problem?

FWIW: I've used diffoscope on quite a few APKs, many of which included
.so files, and haven't seen this bug before.

I'd be happy to help debug/fix this if someone can provide an example
APK.

- Felix



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
* License : AGPLv3+ (code) + CC-BY-SA-3.0 (data)
  Programming Lang: Python
  Description : handwritten kanji recognition library + gui

  kanjidraw is a simple Python library + GUI for matching (the strokes
  of a) handwritten kanji against its database.

  You can use the GUI to draw and subsequently select a kanji from the
  list of probable matches, which will then be copied to the
  clipboard.

  The database is based on KanjiVG and the algorithms are based on the
  Kanji draw Android app.

I both develop and use kanjidraw.  It's also a dependency for Jiten
Japanese Dictionary [1], which I also want to package for Debian soon.

I've already packaged it for Debian [2], but I need a sponsor :)

I'll upload a source package to mentors.debian.net soon.

- Felix

[1] https://github.com/obfusk/jiten
[2] https://salsa.debian.org/obfusk/kanjidraw/-/tree/debian/sid



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 to a Recommends: or Suggests:

Thanks.

- Felix



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
* License : GPLv3+
  Programming Lang: Python
  Description : copy/extract/patch apk signatures

  apksigcopier is a tool for copying APK signatures from a signed APK
  to an unsigned one (in order to verify reproducible builds).  Its
  command-line tool offers three operations:

  * copy signatures directly from a signed to an unsigned APK
  * extract signatures from a signed APK to a directory
  * patch previously extracted signatures onto an unsigned APK

The F-Droid reproducible builds & verification effort recently led [1]
to the development of apksigcopier.  I've started packaging it for
Debian [2] and I have an offer from Holger Levsen to sponsor my
uploads [3].

- Felix

[1] 
https://lists.reproducible-builds.org/pipermail/rb-general/2021-March/002214.html
[2] https://salsa.debian.org/obfusk/apksigcopier/-/commits/debian/sid
[3] 
https://lists.reproducible-builds.org/pipermail/rb-general/2021-March/002215.html



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] 
https://launchpadlibrarian.net/527195725/buildlog_ubuntu-focal-amd64.chromium_89.0.4389.82-1ppa~focal1_BUILDING.txt.gz



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 have the
same product id.

I've attached an improved patch.

- Felix
--- gnupg2-2.2.27.orig/scd/ccid-driver.c
+++ gnupg2-2.2.27/scd/ccid-driver.c
@@ -1304,10 +1304,20 @@
 {
   if (handle->id_vendor == VENDOR_SCM && handle->id_product == SCM_SPR532)
 {
+  libusb_clear_halt (handle->idev, handle->ep_intr);
+}
+  return 0;
+}
+
+
+static int
+ccid_vendor_specific_transceive_setup (ccid_driver_t handle)
+{
+  if (handle->id_vendor == VENDOR_SCM && handle->id_product == SCM_SPR532)
+{
   DEBUGOUT ("sending escape sequence to switch to a case 1 APDU\n");
   send_escape_cmd (handle, (const unsigned char*)"\x80\x02\x00", 3,
NULL, 0, NULL);
-  libusb_clear_halt (handle->idev, handle->ep_intr);
 }
   return 0;
 }
@@ -3583,6 +3593,8 @@
   if (pininfo->fixedlen < 0 || pininfo->fixedlen >= 16)
 return CCID_DRIVER_ERR_NOT_SUPPORTED;
 
+  ccid_vendor_specific_transceive_setup (handle);
+
   msg = send_buffer;
   msg[0] = cherry_mode? 0x89 : PC_to_RDR_Secure;
   msg[5] = 0; /* slot */


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 (handle->id_vendor == VENDOR_SCM)
+{
+  DEBUGOUT ("sending escape sequence to switch to a case 1 APDU\n");
+  rc = send_escape_cmd (handle, (const unsigned char*)"\x80\x02\x00", 3,
+NULL, 0, NULL);
+  if (rc)
+return rc;
+}
+
   msg[0] = cherry_mode? 0x89 : PC_to_RDR_Secure;
   msg[5] = 0; /* slot */
   msg[6] = seqno = handle->seqno++;


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 need to enter my PIN, everything works fine.

* Subsequent times result in a "verify CHVx failed: Invalid value".

The cause seems to be upstream commit [1].

I've attached a patch that partially reverts that commit, which fixes
the problem for me.

I intend to report this upstream as soon as my bug tracker account is
approved.

- Felix

[1] https://dev.gnupg.org/rG11d8d1e0505645f7d14bcc1c01d17a566e033705



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 also add

  --enable-accelerated-video-decode

(but this is not a regression AFAIK, since it was not available at all
-- at least not by default or using that option -- before).

- Felix



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), which causes the rlwrap prompt to be
  overwritten during rl_redisplay().

* thus, adding "set enable-bracketed-paste off" to my ~/.inputrc fixes
  the problem;

* THB I'm not entirely sure whether this is a bug in readline or in
  rlwrap, so I'll report it to both upstream projects.

- Felix



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 python3 -c 'while True: print("you said", input(">>> "))'
  foo
  you said foo
  bar
  you said bar
  >>> 

The ">>> " prompt is initially shown each time, but then disappears
from the output afterwards.  If I input "baz" next, I get:

  foo
  you said foo
  bar
  you said bar
  baz
  you said baz
  >>>

- Felix



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 /sbin;
* and switching to ip{,6}tables-legacy using update-alternatives

I'm not sure why I had to switch to -legacy as well; could be because
it was using existing chains.  If I have more time to investigate I
could maybe try switching back to -nft and rebooting.

- Felix

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

Versions of packages iptables depends on:
ii  libc62.27-6
ii  libip4tc01.8.1-1
ii  libip6tc01.8.1-1
ii  libiptc0 1.8.1-1
ii  libmnl0  1.0.4-2
ii  libnetfilter-conntrack3  1.0.7-1
ii  libnfnetlink01.0.1-3+b1
ii  libnftnl71.1.1-1
ii  libxtables12 1.8.1-1



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
> > 
> > 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 from chromium.  Same results.
> > 
> > Since I don't print very often, I don't know exactly when this change
> > occurred, but everything was working fine about a month ago AFAIK.
> > 
> > Printer: HP LaserJet p2015n Series, hpcups 3.17.1 (via JetDirect).
> > 
> > Happy to help debug this if you let me know what I can try.
> 
> My quick tests show gstoraster is failing. There is a new ghostscript
> package now in unstable. Upgrade. How do you go on?
> 
> Regards,
> 
> Brian.

That does indeed seem to fix the problem.  Thanks!

- Felix



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 from chromium.  Same results.

Since I don't print very often, I don't know exactly when this change
occurred, but everything was working fine about a month ago AFAIK.

Printer: HP LaserJet p2015n Series, hpcups 3.17.1 (via JetDirect).

Happy to help debug this if you let me know what I can try.

Thanks.

- Felix

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

Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cups depends on:
ii  cups-client2.2.8-5
ii  cups-common2.2.8-5
ii  cups-core-drivers  2.2.8-5
ii  cups-daemon2.2.8-5
ii  cups-filters   1.21.2-1
ii  cups-ppdc  2.2.8-5
ii  cups-server-common 2.2.8-5
ii  debconf [debconf-2.0]  1.5.69
ii  ghostscript9.22~dfsg-3
ii  libavahi-client3   0.7-4
ii  libavahi-common3   0.7-4
ii  libc-bin   2.27-6
ii  libc6  2.27-6
ii  libcups2   2.2.8-5
ii  libcupscgi12.2.8-5
ii  libcupsimage2  2.2.8-5
ii  libcupsmime1   2.2.8-5
ii  libcupsppdc1   2.2.8-5
ii  libgcc11:8.2.0-6
ii  libstdc++6 8.2.0-6
ii  libusb-1.0-0   2:1.0.22-2
ii  poppler-utils  0.63.0-2
ii  procps 2:3.3.15-2

Versions of packages cups recommends:
ii  avahi-daemon 0.7-4
ii  colord   1.4.3-3
ii  cups-filters [ghostscript-cups]  1.21.2-1
ii  printer-driver-gutenprint5.2.13-2+b1

Versions of packages cups suggests:
ii  cups-bsd   2.2.8-5
pn  cups-pdf   
ii  foomatic-db-compressed-ppds [foomatic-db]  20180604-1
ii  hplip  3.17.10+repack0-5
ii  printer-driver-hpcups  3.17.10+repack0-5
ii  smbclient  2:4.8.5+dfsg-1
ii  udev   239-9

-- debconf information excluded



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 : minimalistic media manager

  m keeps track of which files you've played (or are still playing)
  and thus allows you to easily continue playing the next file (using
  vlc or mpv).

I'm the upstream author and I use it a lot myself (instead of kodi);
some of my friends do as well.  As a Debian user I wanted to be able
to install it as a Debian package, so I turned it into a native Debian
package.  It builds (reproducibly) using dpkg-buildpackage.

I'm hoping to eventually become a Debian Developer/Maintainer, but for
now I'd need a sponsor to get this into Debian.

Thanks.

- Felix



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 this.  Not sure where to start though.

Thanks.

- Felix

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: Apple Inc.
product_name: MacBookPro8,1
product_version: 1.0

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

Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-4.17.0-1-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.132
ii  kmod25-1
ii  linux-base  4.5

Versions of packages linux-image-4.17.0-1-amd64 recommends:
ii  apparmor 2.13-4
ii  firmware-linux-free  3.4
ii  irqbalance   1.3.0-0.1+b1

Versions of packages linux-image-4.17.0-1-amd64 suggests:
pn  debian-kernel-handbook  
ii  extlinux3:6.03+dfsg1-2
ii  grub-efi-amd64  2.02+dfsg1-4
pn  linux-doc-4.17  

Versions of packages linux-image-4.17.0-1-amd64 is related to:
pn  firmware-amd-graphics 
pn  firmware-atheros  
pn  firmware-bnx2 
pn  firmware-bnx2x
pn  firmware-brcm80211
pn  firmware-cavium   
pn  firmware-intel-sound  
pn  firmware-intelwimax   
pn  firmware-ipw2x00  
pn  firmware-ivtv 
pn  firmware-iwlwifi  
pn  firmware-libertas 
pn  firmware-linux-nonfree
pn  firmware-misc-nonfree 
pn  firmware-myricom  
pn  firmware-netxen   
pn  firmware-qlogic   
pn  firmware-realtek  
pn  firmware-samsung  
pn  firmware-siano
pn  firmware-ti-connectivity  
pn  xen-hypervisor

-- no debconf information



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
-dREALLYDELAYBIND option as suggested by the ghostscript error
message, but then I get a different error.

Looking at the changelog it seems that the DELAYBIND command was
removed from ghostscript in version 9.22 but has since been re-added
in version 9.23, so an updated version of ghostscript would probably
fix this.

Thanks.

- Felix

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

Versions of packages scribus depends on:
ii  ghostscript  9.22~dfsg-2.1
ii  libc62.27-3
ii  libcairo21.15.10-3
ii  libcups2 2.2.7-3
ii  libfontconfig1   2.13.0-4
ii  libfreetype6 2.8.1-2
ii  libgcc1  1:8-20180425-1
ii  libhyphen0   2.8.8-5
ii  libjpeg62-turbo  1:1.5.2-2+b1
ii  liblcms2-2   2.9-1
ii  libpodofo0.9.5   0.9.5-9
ii  libpython2.7 2.7.15~rc1-1
ii  libqt4-network   4:4.8.7+dfsg-15
ii  libqt4-xml   4:4.8.7+dfsg-15
ii  libqtcore4   4:4.8.7+dfsg-15
ii  libqtgui44:4.8.7+dfsg-15
ii  libstdc++6   8-20180425-1
ii  libtiff5 4.0.9-5
ii  libxml2  2.9.4+dfsg1-6.1
ii  python-tk2.7.15~rc1-1
ii  scribus-data 1.4.6+dfsg-4
ii  zlib1g   1:1.2.11.dfsg-1

Versions of packages scribus recommends:
ii  cups-bsd2.2.7-3
ii  fonts-dejavu2.37-1
ii  fonts-liberation1:1.07.4-5
ii  gsfonts-x11 0.25
ii  hyphen-de [hyphen-hyphenation-patterns] 1:6.0.3-3
ii  hyphen-en-us [hyphen-hyphenation-patterns]  2.8.8-5
ii  icc-profiles-free   2.0.1+dfsg-1
ii  xfonts-scalable 1:1.0.3-1.1

Versions of packages scribus suggests:
pn  icc-profiles   
pn  scribus-doc
pn  scribus-template   
ii  texlive-latex-recommended  2018.20180416-1

-- no debconf information



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.  It did not immediately occur to me
that whilst the /etc/apparmor.d/usr.sbin.ntpd config seemed fine, it
was being overruled by an old .dpkg-remove.

Not sure what the best way to fix this is, but it seems to me that
apparmor should probably not load any *.dpkg-remove.  I've filed a bug
report against openntpd as well for leaving this file behind when it
should have been removed automatically (I believe).

Thanks.

- Felix

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

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages apparmor depends on:
ii  debconf [debconf-2.0]  1.5.66
ii  libc6  2.27-2
ii  lsb-base   9.20170808
ii  python33.6.4-1

apparmor recommends no packages.

Versions of packages apparmor suggests:
pn  apparmor-profiles-extra  
pn  apparmor-utils   

-- debconf information excluded



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
/usr/sbin/ntpd.  Whilst the /etc/apparmor.d/usr.sbin.ntpd config seemed
fine, it was being overruled by an old .dpkg-remove, which -- if I
understand the use of such files correctly -- should have been removed
automatically.

Thanks.

- Felix

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

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages openntpd depends on:
ii  adduser   3.117
ii  libc6 2.27-2
ii  lsb-base  9.20170808
ii  netbase   5.4

openntpd recommends no packages.

Versions of packages openntpd suggests:
ii  apparmor  2.12-4

-- Configuration Files:
/etc/default/openntpd changed [not included]

-- no debconf information



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, which might explain why it did not clean up
after itself.  It would be nice if it did.  But this is definately a
minor issue.

I'm a little worried about the fact that the directories all have mode
0777.  Could this result in a security issue?  Either way it does not
seem like the correct mode for these temporary directories.

Thanks.

- Felix

-- Package-specific info:
Terminal: screen-256color-bce
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.8.10
Compiler: g++ 7.2.0
Compiled against:
  apt version 5.0.2
  NCurses version 6.0
  libsigc++ version: 2.10.0
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 6.0.20171125
  cwidget version: 0.5.17
  Apt version: 5.0.2

aptitude linkage:
linux-vdso.so.1 (0x7ffdb8fd1000)
libapt-pkg.so.5.0 => /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0 
(0x7f2cd2042000)
libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f2cd1e12000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f2cd1be8000)
libsigc-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7f2cd19e1000)
libcwidget.so.3 => /usr/lib/x86_64-linux-gnu/libcwidget.so.3 
(0x7f2cd16e9000)
libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f2cd13de000)
libboost_iostreams.so.1.62.0 => 
/usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.62.0 (0x7f2cd11c6000)
libboost_filesystem.so.1.62.0 => 
/usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.62.0 (0x7f2cd0fad000)
libboost_system.so.1.62.0 => 
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.62.0 (0x7f2cd0da9000)
libxapian.so.30 => /usr/lib/x86_64-linux-gnu/libxapian.so.30 
(0x7f2cd099e000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f2cd078)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f2cd0401000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7f2cd00b6000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f2ccfe9f000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f2ccfae9000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 
(0x7f2ccf8d2000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x7f2ccf6b8000)
libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7f2ccf4a8000)
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x7f2ccf282000)
liblz4.so.1 => /usr/lib/x86_64-linux-gnu/liblz4.so.1 
(0x7f2ccf07)
libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x7f2ccee52000)
/lib64/ld-linux-x86-64.so.2 (0x7f2cd2a0e000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f2ccec4e000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x7f2ccea46000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f2cce841000)

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

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages aptitude depends on:
ii  aptitude-common0.8.10-6
ii  libapt-pkg5.0  1.6~alpha7
ii  libboost-filesystem1.62.0  1.62.0+dfsg-5
ii  libboost-iostreams1.62.0   1.62.0+dfsg-5
ii  libboost-system1.62.0  1.62.0+dfsg-5
ii  libc6  2.26-5
ii  libcwidget3v5  0.5.17-7
ii  libgcc11:7.2.0-20
ii  libncursesw5   6.0+20171125-1
ii  libsigc++-2.0-0v5  2.10.0-1
ii  libsqlite3-0   3.22.0-1
ii  libstdc++6 7.2.0-20
ii  libtinfo5  6.0+20171125-1
ii  libxapian301.4.5-1

Versions of packages aptitude recommends:
ii  libparse-debianchangelog-perl  1.2.0-12
ii  sensible-utils 0.0.11

Versions of packages aptitude suggests:
pn  apt-xapian-index
pn  aptitude-doc-en | aptitude-doc  
pn  debtags 
ii  tasksel 3.42

-- no debconf information



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 fixed
upstream [2].

For now, using:

  $ twine upload --repository pypitest dist/*

works.

It'd be nice to get the upstream fix though.  Someone might
accidentally upload a package to PyPI instead of TestPyPI if they use
the same credentials for both.

Thanks.

- Felix

[1] https://packaging.python.org/guides/using-testpypi/
[2] 
https://github.com/pypa/twine/commit/7ddbaf40951ae49a1e686b0a3456bf84e93ea004


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

Kernel: Linux 4.14.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages twine depends on:
ii  python33.6.4~rc1-2
ii  python3-clint  0.5.1-1
ii  python3-pkg-resources  38.2.4-2
ii  python3-pkginfo1.2.1-1
ii  python3-requests   2.18.1-1
ii  python3-requests-toolbelt  0.8.0-1
ii  python3-setuptools 38.2.4-2

twine recommends no packages.

twine suggests no packages.

-- debconf-show failed



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 02-TRAGEDY:ETERNITY.mp3 as 02-TRAGEDY_ETERNITY.mp3

However, rhythmbox showed the iPod database referenced these files as
07-ANGER|ANGER.mp3 and 02-TRAGEDY;ETERNITY.mp3 respectively.  No
wonder they could not be played.

I have several files containing `:' or `|' characters in my music
collection, all of which are on my iPod as well - synced earlier using
rhythmbox - and AFAIK they all play just fine.  This suggests that
this bug is relatively new.

I'd be happy to assist in helping fix this bug (as soon as I have a
bit of time) if necessary.

Thanks.

- Felix

P.S. my apologies if this bug should have been filed against libgpod
instead.

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

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1), LANGUAGE= 
(charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages rhythmbox depends on:
ii  dbus1.11.22-1
ii  gstreamer1.0-plugins-base   1.12.3-1
ii  gstreamer1.0-plugins-good   1.12.3-1
ii  gstreamer1.0-x  1.12.3-1
ii  libc6   2.24-17
ii  libglib2.0-02.54.2-1
ii  libgstreamer-plugins-base1.0-0  1.12.3-1
ii  libgstreamer1.0-0   1.12.3-1
ii  libgtk-3-0  3.22.24-3
ii  libpeas-1.0-0   1.22.0-1+b1
ii  librhythmbox-core10 3.4.2-1
ii  libx11-62:1.6.4-3
ii  media-player-info   23-1
ii  rhythmbox-data  3.4.2-1

Versions of packages rhythmbox recommends:
ii  avahi-daemon   0.7-3
ii  awesome [notification-daemon]  4.2-2
ii  dunst [notification-daemon]1.2.0-2
ii  gnome-flashback [notification-daemon]  3.26.0-2
ii  gnome-shell [notification-daemon]  3.26.1-3
ii  gstreamer1.0-plugins-ugly  1.12.3-1
ii  gstreamer1.0-pulseaudio1.12.3-1
ii  gvfs-backends  1.34.1-1
ii  notification-daemon3.20.0-1+b1
ii  rhythmbox-plugins  3.4.2-1
ii  yelp   3.26.0-1

Versions of packages rhythmbox suggests:
pn  gnome-codec-install  
ii  gnome-control-center 1:3.26.1-2
ii  gstreamer1.0-plugins-bad 1.12.3-2
ii  rhythmbox-plugin-cdrecorder  3.4.2-1

-- no debconf information



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
return launch_new_instance(argv=argv, **kwargs)
  File "/usr/lib/python3/dist-packages/IPython/config/application.py", line 
564, in launch_instance
app.initialize(argv)
  File "", line 2, in initialize
  File "/usr/lib/python3/dist-packages/IPython/config/application.py", line 92, 
in catch_config_error
return method(app, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/IPython/terminal/ipapp.py", line 332, in 
initialize
self.init_shell()
  File "/usr/lib/python3/dist-packages/IPython/terminal/ipapp.py", line 348, in 
init_shell
ipython_dir=self.ipython_dir, user_ns=self.user_ns)
  File "/usr/lib/python3/dist-packages/IPython/config/configurable.py", line 
354, in instance
inst = cls(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/IPython/terminal/interactiveshell.py", 
line 328, in __init__
**kwargs
  File "/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py", line 
483, in __init__
self.init_readline()
  File "/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py", line 
1884, in init_readline
self.refill_readline_hist()
  File "/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py", line 
1903, in refill_readline_hist
stdin_encoding))
UnicodeEncodeError: 'locale' codec can't encode character '\xe3' in position 1: 
Invalid or incomplete multibyte or wide character

If you suspect this is an IPython bug, please report it at:
https://github.com/ipython/ipython/issues
or send an email to the mailing list at ipython-...@scipy.org

You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.

Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
c.Application.verbose_crash=True

$ LC_ALL=C.UTF-8 ipython3 # now it works
Python 3.5.2+ (default, Sep 22 2016, 12:18:14)
...

$ LC_ALL=C ipython # works fine
Python 2.7.12+ (default, Sep  1 2016, 20:27:38)
...

$ mv .ipython{,_}
$ LC_ALL=C ipython3 # w/o history it works
Python 3.5.2+ (default, Sep 22 2016, 12:18:14)
...

$ python3 -c "import IPython; print(IPython.sys_info())"
{'commit_hash': 'af17558',
 'commit_source': 'installation',
 'default_encoding': 'ISO-8859-1',
 'ipython_path': '/usr/lib/python3/dist-packages/IPython',
 'ipython_version': '2.4.1',
 'os_name': 'posix',
 'platform': 'Linux-4.7.0-1-amd64-x86_64-with-debian-stretch-sid',
 'sys_executable': '/usr/bin/python3',
 'sys_platform': 'linux',
 'sys_version': '3.5.2+ (default, Sep 22 2016, 12:18:14) \n'
'[GCC 6.2.0 20160914]'}

I decided against reporting it upsteam myself seeing as how the
version in Debian seems to be rather old.

- Felix


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

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ipython3 depends on:
ii  python3-decorator  4.0.6-1
ii  python3-pkg-resources  28.0.0-1
ii  python3-simplegeneric  0.8.1-1
pn  python3:any

ipython3 recommends no packages.

Versions of packages ipython3 suggests:
pn  ipython3-notebook   
pn  ipython3-qtconsole  
pn  python3-zmq 

-- no debconf information



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 only did this cause dpkg to fail, it also removed modules.alias
etc.  So replacing the signed kernel package with the unsigned one
still causes some problems.

- Felix


signature.asc
Description: PGP signature


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 linux-image-4.6.0-1-amd64-signed
$ sudo aptitude install linux-image-4.6.0-1-amd64
...

$ sudo aptitude purge ~c
...
Removing linux-image-4.6.0-1-amd64-signed (4.6.1-1) ...
Purging configuration files for linux-image-4.6.0-1-amd64-signed (4.6.1-1) ...
rmdir: failed to remove '/lib/modules/4.6.0-1-amd64': Directory not empty
dpkg: error processing package linux-image-4.6.0-1-amd64-signed (--purge):
...

$ ls /lib/modules/*
/lib/modules/4.6.0-1-amd64:
build  kernel  modules.builtin  modules.order  source

$ sudo aptitude purge linux-image-4.6.0-1-amd64
...
Purging configuration files for linux-image-4.6.0-1-amd64 (4.6.2-1) ...
rmdir: failed to remove '/lib/modules/4.6.0-1-amd64': Directory not empty
dpkg: error processing package linux-image-4.6.0-1-amd64 (--purge):
...

$ ls /lib/modules/*
/lib/modules/4.6.0-1-amd64:
build  source

$ sudo aptitude purge linux-headers-4.6.0-1-amd64
...

$ sudo aptitude purge ~c
...
Purging configuration files for linux-image-4.6.0-1-amd64 (4.6.2-1) ...
rmdir: failed to remove '/lib/modules/4.6.0-1-amd64': No such file or directory
dpkg: error processing package linux-image-4.6.0-1-amd64 (--purge):
...
Purging configuration files for linux-image-4.6.0-1-amd64-signed (4.6.1-1) ...
rmdir: failed to remove '/lib/modules/4.6.0-1-amd64': No such file or directory
dpkg: error processing package linux-image-4.6.0-1-amd64-signed (--purge):
...

# seems OK after this:
$ sudo mkdir /lib/modules/4.6.0-1-amd64
$ sudo aptitude purge linux-image-4.6.0-1-amd64-signed
$ sudo mkdir /lib/modules/4.6.0-1-amd64
$ sudo aptitude purge linux-image-4.6.0-1-amd64
$ sudo aptitude install linux-image-amd64 linux-image-4.6.0-1-amd64 
linux-headers-amd64

- Felix

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

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



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` freezes the
entire shell); can start some new commands, but many things
freeze; can stop some programs, but some freeze when I try to
  * htop shows no out-of-control processes or such
  * powertop shows:
- Intel and Cirrus codecs using 100% (`modprobe -r snd_hda_intel
  snd_hda_codec_cirrus` before or after suspend fixes this); seems
  like a result of the underlying problem instead of the cause
- ~200 events/sec for blk_delay_work
  * `systemctl poweroff` fails w/ connection timeout
  * the only option availble to me is to turn off the power and reboot

I've had this problem before (at least the symptoms, I did not look at
powertop at the time), probably only twice over the past few months,
but never consistently like now.

Booting kernel 4.5.1-1 does not change anything.

I have another laptop (different make & model) which had the
intermittent version (again based on symptoms only) more frequently,
but apparently only if I had (dis)connected the AC power whilst it was
sleeping; never (dis)connecting AC power has so far made the problem
disappear, and that laptop does not experience this problem now
either.

Both laptops are running sid (equally up-to-date, mostly the same
packages).

I don't have a lot of time, but would be happy to do what I can to
help debug this (as not being able to use suspend is quite
bothersome).


- Felix

P.S. I removed some information automatically added to the bugreport
that I considered probably unimportant and possibly bad for my
privacy.  If you really need this info, I'd be happy to provide it
directly, not publicly via the BTS.

-- Package-specific info:
** Version:
Linux version 4.5.0-2-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 
20160424 (Debian 5.3.1-16) ) #1 SMP Debian 4.5.2-1 (2016-04-28)

** Command line:
BOOT_IMAGE=/vmlinuz-4.5.0-2-amd64 root=/dev/mapper/root ro

** Tainted: OE (12288)
 * Out-of-tree module has been loaded.
 * Unsigned module has been loaded (currently expected).

** Model information
sys_vendor: Apple Inc.
product_name: MacBookPro8,1

** Loaded modules:
fuse(E)
pci_stub(E)
vboxpci(OE)
vboxnetadp(OE)
vboxnetflt(OE)
vboxdrv(OE)
binfmt_misc(E)
bnep(E)
nls_utf8(E)
nls_cp437(E)
vfat(E)
fat(E)
btusb(E)
btrtl(E)
btbcm(E)
btintel(E)
bluetooth(E)
uvcvideo(E)
videobuf2_vmalloc(E)
videobuf2_memops(E)
videobuf2_v4l2(E)
videobuf2_core(E)
videodev(E)
bcm5974(E)
media(E)
arc4(E)
b43(E)
mac80211(E)
cfg80211(E)
ssb(E)
rfkill(E)
rng_core(E)
pcmcia(E)
pcmcia_core(E)
joydev(E)
iTCO_wdt(E)
iTCO_vendor_support(E)
intel_rapl(E)
x86_pkg_temp_thermal(E)
intel_powerclamp(E)
coretemp(E)
snd_hda_codec_hdmi(E)
evdev(E)
kvm_intel(E)
snd_hda_codec_cirrus(E)
snd_hda_codec_generic(E)
kvm(E)
snd_hda_intel(E)
snd_hda_codec(E)
snd_hda_core(E)
irqbypass(E)
i915(E)
snd_hwdep(E)
applesmc(E)
snd_pcm(E)
input_polldev(E)
snd_timer(E)
efi_pstore(E)
snd(E)
soundcore(E)
drm_kms_helper(E)
efivars(E)
apple_gmux(E)
i2c_i801(E)
pcspkr(E)
bcma(E)
sg(E)
apple_bl(E)
acpi_als(E)
kfifo_buf(E)
sbs(E)
battery(E)
sbshc(E)
drm(E)
industrialio(E)
lpc_ich(E)
mfd_core(E)
video(E)
ac(E)
shpchp(E)
i2c_algo_bit(E)
mei_me(E)
mei(E)
button(E)
ip6t_REJECT(E)
nf_reject_ipv6(E)
nf_log_ipv6(E)
tpm_tis(E)
tpm(E)
processor(E)
xt_hl(E)
ip6t_rt(E)
nf_conntrack_ipv6(E)
nf_defrag_ipv6(E)
ipt_REJECT(E)
nf_reject_ipv4(E)
nf_log_ipv4(E)
nf_log_common(E)
xt_LOG(E)
xt_limit(E)
xt_tcpudp(E)
xt_addrtype(E)
nf_conntrack_ipv4(E)
nf_defrag_ipv4(E)
xt_conntrack(E)
ip6table_filter(E)
ip6_tables(E)
nf_conntrack_netbios_ns(E)
nf_conntrack_broadcast(E)
nf_nat_ftp(E)
loop(E)
nf_nat(E)
nf_conntrack_ftp(E)
nf_conntrack(E)
iptable_filter(E)
parport_pc(E)
ip_tables(E)
ppdev(E)
x_tables(E)
lp(E)
parport(E)
efivarfs(E)
autofs4(E)
ext4(E)
ecb(E)
crc16(E)
mbcache(E)
jbd2(E)
crc32c_generic(E)
algif_skcipher(E)
af_alg(E)
hid_generic(E)
hid_apple(E)
dm_crypt(E)
dm_mod(E)
hid_appleir(E)
usbhid(E)
hid(E)
sr_mod(E)
cdrom(E)
sd_mod(E)
crct10dif_pclmul(E)
crc32_pclmul(E)
crc32c_intel(E)
ghash_clmulni_intel(E)
jitterentropy_rng(E)
hmac(E)
drbg(E)
ansi_cprng(E)
ahci(E)
libahci(E)
firewire_ohci(E)
aesni_intel(E)
libata(E)
aes_x86_64(E)
lrw(E)
gf128mul(E)
glue_helper(E)
ablk_helper(E)
cryptd(E)
scsi_mod(E)
uhci_hcd(E)
ehci_pci(E)
ehci_hcd(E)
sdhci_pci(E)
tg3(E)
firewire_core(E)
ptp(E)
sdhci(E)
crc_itu_t(E)
pps_core(E)
libphy(E)
mmc_core(E)
usbcore(E)
usb_common(E)
fjes(E)

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

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages 

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 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 165 kB of archives. After unpacking 651 kB will be used.
The following packages have unmet dependencies:
 python-pip-whl : Breaks: python-setuptools-whl (< 20.1) but 20.0-2 is to be 
installed.
...

- Felix

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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



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 suspend.

Until recently this worked just fine.  Now, when I wake my laptop from
suspend, my i3 session has crashed and I'm back at my display manager.

Relevant lines from ~/.xsession-errors:
  i3: No usable outputs available.
  Exiting due to signal.
  i3lock: X11 connection broke, did your server terminate?

i3 also crashes when I disconnect the external monitor (and the laptop
screen is disabled).

To confirm that it really seems to be i3 that's at fault: openbox
works fine.

For now, I'm re-enabling the external monitor before suspend and
re-disabling it again afterwards as a workaround.  But of course it'd
be preferable if i3 did not crash.

Please let me know if there's anything I can do to help.

Thanks.

- Felix

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

Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages i3 depends on:
ii  i3-wm  4.10.3-1

Versions of packages i3 recommends:
ii  dunst   1.1.0-2
ii  i3lock  2.7-1
ii  i3status2.9-2
ii  suckless-tools  40-1

i3 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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
another bug related to an outdated pip, but I should have been clear
about the problems being unrelated otherwise.

 I'm inclined not to fix this for the 1.5.6 series, and just concentrate on
 getting (now) pip 7 into Debian.

That would be great of course.  Thanks!

- Felix


signature.asc
Description: Digital signature


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.

Downgrading python-distlib and python-distlib-whl to the version in
testing (0.1.9) makes pip and virtualenv work again.

Alternatively, updating to the latest pip (which is not yet available
in Debian) would probably fix this as well.

The third option would be to temporarily patch the current pip to
support both versions of distlib.  I've attached a patch (for
pip/util.py) that seems to work.

- Felix
--- util.py__BAK	2015-05-24 21:06:54.667012795 +0200
+++ util.py	2015-05-24 21:06:54.667012795 +0200
@@ -735,7 +735,10 @@
 # Cannot normalize, assume it is a pre-release
 return True
 
-parsed = version._normalized_key(normalized)
+if version._normalized_key.__name__ == _pep_440_key:
+parsed = version._normalized_key(normalized)[1:]
+else:
+parsed = version._normalized_key(normalized)
 return any([any([y in set([a, b, c, rc, dev]) for y in x]) for x in parsed])
 
 


signature.asc
Description: Digital signature


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 python executable in venv3/bin/python3
Also creating executable in venv3/bin/python
Installing setuptools, pip...
  Complete output from command /home/felix/dev/uni/wafvuln/venv3/bin/python3 -c 
import sys, pip; sys...d\] + sys.argv[1:])) setuptools pip:
  Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking setuptools
Cleaning up...
Exception:
Traceback (most recent call last):
  File 
/usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/basecommand.py, 
line 122, in main
status = self.run(options, args)
  File 
/usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/commands/install.py,
 line 290, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)
  File /usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/req.py, 
line 1178, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File /usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/index.py, 
line 292, in find_requirement
elif is_prerelease(version) and not (self.allow_all_prereleases or 
req.prereleases):
  File /usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/util.py, 
line 739, in is_prerelease
return any([any([y in set([a, b, c, rc, dev]) for y in x]) for x 
in parsed])
  File /usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/util.py, 
line 739, in listcomp
return any([any([y in set([a, b, c, rc, dev]) for y in x]) for x 
in parsed])
TypeError: 'int' object is not iterable

Storing debug log for failure in /home/felix/.pip/pip.log

Installing setuptools, pip...done.
Traceback (most recent call last):
  File /usr/bin/virtualenv, line 9, in module
load_entry_point('virtualenv==1.11.6', 'console_scripts', 'virtualenv')()
  File /usr/lib/python3/dist-packages/virtualenv.py, line 830, in main
symlink=options.symlink)
  File /usr/lib/python3/dist-packages/virtualenv.py, line 1032, in 
create_environment
install_wheel(to_install, py_executable, search_dirs)
  File /usr/lib/python3/dist-packages/virtualenv.py, line 975, in 
install_wheel
'PIP_NO_INDEX': '1'
  File /usr/lib/python3/dist-packages/virtualenv.py, line 917, in 
call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /home/felix/dev/uni/wafvuln/venv3/bin/python3 -c import sys, 
pip; sys...d\] + sys.argv[1:])) setuptools pip failed with error code 2

$ virtualenv -ppython2 venv2
New python executable in venv2/bin/python2
Also creating executable in venv2/bin/python
Installing setuptools, pip...
  Complete output from command /home/felix/dev/uni/wafvuln/venv2/bin/python2 -c 
import sys, pip; sys...d\] + sys.argv[1:])) setuptools pip:
  Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking setuptools
Cleaning up...
Exception:
Traceback (most recent call last):
  File 
/usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/basecommand.py, 
line 122, in main
status = self.run(options, args)
  File 
/usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/commands/install.py,
 line 290, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)
  File /usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/req.py, 
line 1178, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File /usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/index.py, 
line 292, in find_requirement
elif is_prerelease(version) and not (self.allow_all_prereleases or 
req.prereleases):
  File /usr/share/python-wheels/pip-1.5.6-py2.py3-none-any.whl/pip/util.py, 
line 739, in is_prerelease
return any([any([y in set([a, b, c, rc, dev]) for y in x]) for x 
in parsed])
TypeError: 'int' object is not iterable

Storing debug log for failure in /home/felix/.pip/pip.log

Installing setuptools, pip...done.
Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/virtualenv.py, line 2378, in module
main()
  File /usr/lib/python3/dist-packages/virtualenv.py, line 830, in main
symlink=options.symlink)
  File /usr/lib/python3/dist-packages/virtualenv.py, line 1032, in 
create_environment
install_wheel(to_install, py_executable, search_dirs)
  File /usr/lib/python3/dist-packages/virtualenv.py, line 975, in 
install_wheel
'PIP_NO_INDEX': '1'
  File /usr/lib/python3/dist-packages/virtualenv.py, line 917, in 
call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /home/felix/dev/uni/wafvuln/venv2/bin/python2 -c import sys, 
pip; sys...d\] + sys.argv[1:])) setuptools pip failed with error code 2

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
GIkM+A3VBjTzqpkc47eSEh+4evxR1KJAek3r2dZMsbn5syr/OnNRmFupKb1Wio8f
MaRcQzhiQyulVFraVLiVKWvVOY86wI/E8XlfpfghnU6EboPbAeFcLAk3RbFX1UKz
gqYMPQcZR9JF8VvTxe65O0Oj+KuCvKk0ia8I28RPq01L7wvHwp9lX7ql97SlFSYu
GxSSL5nTyfuFl71orwU/xNK7+nIefi5aFo/q9Zgj5n32JfVhMkWwc0h6APBT+kuz
fuNyWMR57LABxGJ2Yp5SIKukCYRVg/B4x3/qKW6he4pU0kT6xnCaaqMGQ8eQ+lyZ
q3zJAmBYbXQv1Muu3jUj252eEL4UIaR5bbOzaCuWpTve/ULRfPcv6YpEnK3i4v8g
OPpRrbhHnyv6k+LN+b1tuKHdxJOYAc1AtzOPffNmGY1Dy9SIn4afKsMawSU273yd
b0pjUC1SHT+iXiLIxG6U4dZMaxuJ0dE+/JLOGbyqfkKLeCZR7oQMi//SOHFQsY6o
ph+J3I7cNF8EMFYLs1PTp21XhR+cx2Rc79d2RZVxijDrKbR8tLtJ50/eGluuRqOk
smRf+XlH9e1LpMtb0s36CvG3QUXQ9oCnWRL0k6BefQRT6nnyVIbF0l0dsx49cSOC
x/I53/ArZMfUSYLAHtvK
=s1YP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 (standard dhcp) in gnome3 (or using nmcli), but it
keeps creating the eth0 interface and using it after restarting.

* Purging and re-installing NM does not help.
* Modifying the eth0 connection to enable ipv4 or creating a new
  connection named eth0 that has ipv4 enabled does not help -- NM
  will simply create another connection named eth0 and use that.
* /var/log/syslog did not seem to include anything useful.

I really have no idea what's going on here.  I hope someone else does.
Thanks.

- Felix


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

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages network-manager depends on:
ii  adduser3.113+nmu3
ii  dbus   1.8.6-1
ii  init-system-helpers1.19
ii  isc-dhcp-client4.3.0+dfsg-1
ii  libc6  2.19-7
ii  libdbus-1-31.8.6-1
ii  libdbus-glib-1-2   0.102-1
ii  libgcrypt111.5.3-4
ii  libglib2.0-0   2.40.0-3
ii  libgnutls-deb0-28  3.2.15-3
ii  libgudev-1.0-0 208-6
ii  libmm-glib01.2.0-1
ii  libndp01.3-1
ii  libnewt0.520.52.17-1
ii  libnl-3-2003.2.24-2
ii  libnl-genl-3-200   3.2.24-2
ii  libnl-route-3-200  3.2.24-2
ii  libnm-glib40.9.10.0-1
ii  libnm-util20.9.10.0-1
ii  libpam-systemd 208-6
ii  libpolkit-gobject-1-0  0.105-6
ii  libreadline6   6.3-6
ii  libsoup2.4-1   2.46.0-2
ii  libsystemd-daemon0 208-6
ii  libsystemd-login0  208-6
ii  libuuid1   2.20.1-5.8
ii  lsb-base   4.1+Debian13
ii  policykit-10.105-6
ii  udev   208-6
ii  wpasupplicant  1.1-1

Versions of packages network-manager recommends:
ii  crda  1.1.2-1
ii  dnsmasq-base  2.71-1
ii  iptables  1.4.21-2
ii  modemmanager  1.2.0-1
ii  ppp   2.4.6-2

Versions of packages network-manager suggests:
pn  avahi-autoipd  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 org.gnome.Terminal: 
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
org.gnome.Terminal exited with status 1

$ /usr/lib/gnome-terminal/gnome-terminal-server
Non UTF-8 locale is not supported!

Even if this is the intended behaviour, silently breaking does not
seem very user-friendly.  And I would certainly prefer to keep using
my non-utf-8 locale (because I have latin1-encoded filenames).  At the
moment that means I have to use another terminal emulator.

Thanks.


- Felix

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

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-terminal depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.20.0-2
ii  gconf-service3.2.6-2
ii  gnome-terminal-data  3.12.0-2
ii  gsettings-desktop-schemas3.8.2-2
ii  libatk1.0-0  2.12.0-1
ii  libc62.18-5
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libdconf10.20.0-2
ii  libgconf-2-4 3.2.6-2
ii  libgdk-pixbuf2.0-0   2.30.7-1
ii  libglib2.0-0 2.40.0-3
ii  libgtk-3-0   3.12.1-1
ii  libnautilus-extension1a  3.8.2-2
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  libuuid1 2.20.1-5.7
ii  libvte-2.90-91:0.36.0-2
ii  libx11-6 2:1.6.2-1

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.8.0-3
ii  gvfs  1.20.1-1+b1
ii  yelp  3.12.0-1

gnome-terminal suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 issue, but it's not exactly desirable.

Thanks.


- Felix

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

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-screensaver depends on:
ii  dbus-x11   1.8.0-3
ii  gnome-icon-theme   3.12.0-1
ii  gnome-session-bin  3.8.4-3
ii  gsettings-desktop-schemas  3.8.2-2
ii  libc6  2.18-5
ii  libcairo2  1.12.16-2
ii  libdbus-1-31.8.0-3
ii  libdbus-glib-1-2   0.102-1
ii  libgdk-pixbuf2.0-0 2.30.7-1
ii  libglib2.0-0   2.40.0-3
ii  libgnome-desktop-3-7   3.8.4-2
ii  libgnomekbd8   3.6.0-1
ii  libgtk-3-0 3.12.1-1
ii  libpam0g   1.1.8-3
ii  libx11-6   2:1.6.2-1
ii  libxext6   2:1.3.2-1
ii  libxklavier16  5.2.1-1
ii  libxxf86vm11:1.1.3-1

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   3.8.2-1
ii  libpam-gnome-keyring  3.12.0-2

gnome-screensaver suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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  ./-foo.py # start w/ - to be treated as option
#!/usr/bin/python
import time
with open('/__foo'):
  time.sleep(3600)

$ sudo touch /__foo
$ python -- -foo.py '' # keeps running
$ sudo rm -i /__foo
$ sudo checkrestart
AttributeError: 'list' object has no attribute 'startswith'

Which brought me to a second bug when I forgot the argument:

$ python -- -foo.py # no empty arg
$ sudo checkrestart
IndexError: list index out of range

I've attached a patch for both bugs.  I would also like to suggest
changing the /usr/bin/(perl|python) regex to include ruby.


- - Felix
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCgAGBQJTVoSnAAoJELIY/ywn/GzGTncP/1zdVhIuSNB2qtX610Q0te/g
3mC8fGtKVKvEBpW/ZWCopnxRV/Ut1kOVcEhwRt7cZRh4Q9CLEgkaovRJNXfQSlDW
oiGEZmP8raQnQbM3mBZZLYgyVkraF925Jao5jW47Cwznh+qDhO0koJUi/NRg3Ayy
NuF1TRCDdTcA96+DS5QnDjvq9Q4GJZsjSVitF/YqohHHDVrEHydRp1PA1a+CVQKs
nUP5NHLY1xTgEVr65zXP0fNkrO8SCeWm74ELlpod/gp01IOLpeYGVlZhWuecaA5D
cu8mIgfbyb7MI6RMGKr/pag4JIQogTVkZyw8mJKCCQwXxEgo9sLgxPKlXqYzZPaF
pgPEDcVMIA3y5rrp6+iWl+xpG/xAW0vQdBskX+x3ELSqY7DffYzWFbVfPm/e7OMU
BZYB8Qn18B1+M+W4++pHUtjB4v2J0sfQTMZ7tZmRq8F38Gvs96qeTHKMvravyj9p
KZEE6RNi09YzYQqWWt1FiGAsAChIJPwIGqGScx5nke6OUPCBb0c8+MBDHxpG0VK2
xEcWdvnIIEYB7FqcAXdF3pN0G31HYAdxsCtR3WAkUxr3M+cLXZ6KtA+VMgAT5lGY
uvNRRQvLGnfix2pEVW0/+6j5ztHMByXfVt+DZBkL10TUbqX+c4ob63Zjjb/8fKh6
fHsGRLVsqvDXWZfEEHN/
=yXaQ
-END PGP SIGNATURE-
--- checkrestart	2013-07-05 14:37:50.0 +0200
+++ checkrestart_	2014-04-22 16:47:50.503469698 +0200
@@ -552,13 +552,14 @@
 m = re.match(^-, data[0])
 while (m):
 data.pop(0)
+if not data: break
 m = re.match(^-, data[0])
-if data and data[0]: data = data[0]
-data = self.which(data)
-m = re.search(r'^(/usr/\S+)$', data)
-if m:
-# store the real full path of script as the program
-self.program = m.group(1)
+if data and data[0]:
+data = self.which(data[0])
+m = re.search(r'^(/usr/\S+)$', data)
+if m:
+# store the real full path of script as the program
+self.program = m.group(1)
 except OSError, e:
 if e.errno != errno.ENOENT:
 if self.pid == 1:


checkrestart.patch.sig
Description: PGP signature


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) libruby(1.9.1|2.0).  Which results in apt-listbugs
crashing when it tries to `require 'debian'`.  And thus aptitude no
longer works.

This fixed it:
$ dpkg --remove apt-listbugs
$ aptitude install ruby1.9.1
$ aptitude install apt-listbugs


- Felix


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

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-listbugs depends on:
ii  apt   0.9.14.2
ii  ruby  1:1.9.3
ii  ruby-debian   0.3.8+b2
ii  ruby-gettext  3.0.3-1
ii  ruby-httpclient   2.3.3-2
ii  ruby-soap4r   2.0.5-2
ii  ruby-xmlparser0.7.2-2
ii  ruby1.8 [ruby-interpreter]1.8.7.358-9
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.484-1
ii  ruby2.0 [ruby-interpreter]2.0.0.353-1

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  chromium [www-browser]   31.0.1650.63-1
ii  debianutils  4.4
ii  iceweasel [www-browser]  24.2.0esr-1
ii  reportbug6.4.4
ii  w3m [www-browser]0.5.3-15

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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` 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 these are to be expected.
 
 The underlying problem is that e.g. apt-listbugs requires ruby
 (any version) and uses #!/usr/bin/ruby, whereas ruby-debian
 requires libruby1.8|libruby1.9.1.  Thus when /usr/bin/ruby is
 ruby2.0, everything breaks.
 
 Since the ruby-debian has gained ruby2.0 support and apt-listbugs
 works just fine with it:
 
 $ ruby2.0 /usr/bin/apt-listbugs list apt/0.9.9 Retrieving bug
 reports... Done Parsing Found/Fixed information... Done serious
 bugs of apt (- 0.9.9) Resolved in some Version #558784 - apt:
 re-adds removed keys (Fixed: 0.9.10) Summary: apt(1 bug)

Indeed.  Unfortunately, apt-listchanges now breaks when /usr/bin/ruby
is ruby1.8 (#734525) ;-(

 The problem would be solved if e.g. apt-listbugs used 
 #!/usr/bin/ruby1.9.1, but then it would (need to) require
 ruby1.9.1.
 
 In the mean time, ruby2.0 is not suitable as /usr/bin/ruby.
 I've created symlinks to ruby2.0 in ~/bin instead to fix the
 problem for now, but this may still break other packages that use
 '#!/usr/bin/env ruby'.
 
 I suppose the least brittle solution would be to always use 
 #!/usr/bin/ruby1.9.1 (etc.), the downside being that the package
 no longer works with other ruby versions.
 
 I've looked at the wiki and presumably gem2deb should solve the 
 problem as well (by using the correct shebang for e.g. ruby1.8
 and otherwise supporting all ruby versions).  However, using
 /usr/bin/env (instead of /usr/bin/ruby) seems problematic to me,
 since one can't know what ruby version a user might have in his
 $PATH.
 
 If none of this is news to you, feel free to ignore this
 bugreport (although having the bug around may prevent others from
 running into the same problem).  And if there's anything I can do
 to help, let me know.
 
 This is no news, besides nothing we do on ruby2.0 can make other 
 packages work with it, so this bug report against ruby2.0 does not
 make much sense. Once we switch to ruby2.0 as the default, then any
 package using /usr/bin/ruby and not working with ruby2.0 has to
 have bug reports filed against it.

I assumed as much.  And obviously it's not ruby2.0's fault if other
packages break.  But because installing ruby2.0 and using
update-alternatives to use it as /usr/bin/ruby may break various
ruby-using packages, it seemed useful to file this bug report, if only
so that someone installing ruby2.0 has a better chance of finding out
that it's not ready to be /usr/bin/ruby (before breaking anything).

And as for the rest of the bug report: I was just thinking aloud about
how to prevent these kinds of problems in the first place.

Thanks.  And good luck with the ruby transitions.

- - Felix

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCgAGBQJSzHd5AAoJELIY/ywn/GzGBF4P+gNZztigAO1wVyhgjVetATcU
WDoP/ocbTJZzqSpgYlKSycgGSt+X9MdT5wRczBdwB5xQj2ChgNqY3iNKTVtG/wGI
LkgLX4geA1+Ydp19iLsxSoN7Nkdu4i4gZ55pz+uoGVTEVroMwJtCWpnBfxvFplHT
XReMd/tihqLBnysDxuuMtzYp8SDYTEt/K8/pADNgfu9szhV+ievjBHIyjQeIGu5b
TuWICLiVkJbIYnwKQoLTFQSEJiEvAmmSQo8VgbDhrtrrugRS0oCn2Q/MD1oJzMwq
2InaUUE58oY11MsatkwQhrpx0kimRaDrj2H+2aBBZKo16YwLZobQJSfxrIvb1o3K
3Dpm2U6RImFAPNzLhwKsK/otBcjC+pJXlgYC/6L20F+pQs75N2kIeh50QNZnGFDM
PdwrQ4kgu7JVqvhjIG61X6LQa9vGDgDoGZm97IymY7iLPtZw6RbH/kAxpHd1h0xo
BqBlE+aPIYswTM8n1KUdqr/yHjefnf3FxOBvyvs/b3Qe+bnLcoEIK7dTRg2zmC+i
mYbPW7X/XcHk6uUpjO9sZR2Os4h78F5QITLse7RR61Ze0EPlhyccQT0Jsuavb67t
6xB2LhocvoJTyG4lJEBCYqzVF3TN/MeoH2df4polrvhx7jy5WGuabhw1cS1fxoVa
RD2RbdZt8YHNAGj6zdT3
=WO3w
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 version) and I only had 1.8 installed). 
 But ruby-debian (on which it depends) now only depends on (and 
 works with) libruby(1.9.1|2.0).
 
 This seems to be exactly the same issue that has already been 
 reported as bug #734233: http://bugs.debian.org/734233
 
 I am therefore merging the two reports.

Whoops.  I'd looked for existing bug reports.  Must have overlooked
that one.

 This fixed it: $ dpkg --remove apt-listbugs $ aptitude install 
 ruby1.9.1 $ aptitude install apt-listbugs
 
 Please see http://bugs.debian.org/734233#66 for a simpler strategy 
 that may be used to temporarily disable apt-listbugs. Should you 
 need to disable it again in the future, you may avoid removing 
 it...
 
 Bye.
 

Thanks.  It was faster to remove it than to figure out how to disable
it.  And hopefully I won't need to disable it again.

- - Felix
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCgAGBQJSzI0BAAoJELIY/ywn/GzGYv8QAKAw4CS1VV/OcZvjsE8FGnJ0
dgN98XA51GWrCuklzdf6sM2egLDbQpk9aeeWbbi6GHXlym4AySgv04R9vX1PNY05
NJEpm7LFOkVAFzsejYzW/t1CUWTew36Pdtb+8dmnm5p15OeCmNK03U1s9AvwM7N/
6/GnLbYTHWUcLi1iCdKlGjQoN6dpKYM6mCTqJIihka/ql5IoZ9yrpCoW92JkTAUi
qOZwfAd9A0mVJyNxQnV8IAjb/wmkM61lWZESD5yZP3IFnPsSLejV9sk6AmBWvWNF
urxQ/RvlJ8b4vzVxi0dqqRy7ohcHgZLmhPcVcl5koPoMcmkBfpLYiFq/D3oP0B8e
ebyQigt3/wbk8gUqQFJOlywLLYpNdnKq1Ei8ro+NwCIzGWHGWiE6E8GJo/8dOl3u
9E+MsEX/b45dt7JTtWIq4esw5zaYH+exVjZ+R2j8sQRBEh1Bb4XIKkdKp7xgVWaq
rPI+JVYXh1vbCOtUJKCMQZNUmbFXSWODEM+Lt3dzxn2OCupBcEBmOPL+aXurw2KY
ajVLqYvHE/uu4mYFf6JGoUvrZmP1FH8ZuRh59eZFt5ZALPTgmzSyDc/9yRSDnrWn
u2lG91ymxPgSga3+KWibCOwxkBd1YzHtgBSURKrIXsBE7rTVUap6k/MR+wrxU5pG
R+0uKDYgZJX0cZoJfm64
=vMLp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 report.
 
 [...]
 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) libruby(1.9.1|2.0).
 
 This seems to be exactly the same issue that has already been 
 reported as bug #734233: http://bugs.debian.org/734233
 
 I am therefore merging the two reports.
 
 Whoops.  I'd looked for existing bug reports.  Must have overlooked
 that one.
 
 This fixed it: $ dpkg --remove apt-listbugs $ aptitude install 
 ruby1.9.1 $ aptitude install apt-listbugs
 
 Please see http://bugs.debian.org/734233#66 for a simpler 
 strategy that may be used to temporarily disable apt-listbugs. 
 Should you need to disable it again in the future, you may avoid 
 removing it...
 
 Bye.
 
 
 Thanks.  It was faster to remove it than to figure out how to 
 disable it.  And hopefully I won't need to disable it again.
 
 - Felix
 

It seems to be fixed in ruby1.8 now (http://bugs.debian.org/734319).

- - Felix
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCgAGBQJSzL0lAAoJELIY/ywn/GzGuxwP/iX7Z6QVuMkWAVKUSK59T9bn
7ql6CCcC4wAwA/JxP9d2MrQo30c0GTdex2fwXaw5qd5dP3LTHTRNlV/MP1fgoiLz
rf3KfBNq2SvXWVeteTuozO3N9DksAFCsMLlvWt5D4dNHQ3t29cbEigIWfe/OPkqK
VufCZwM6BsgFoJnBSUPw9eAgOCF8gqfYTGBb3h6DmhNDwnsHhBmABOvAXCG2N5c9
GUshoTJYJFZ84JehYIwZ/MeS0+P3IoGRgNwJ0+DdhLwT28xp1qxI8fraNnbbLaT/
AyFENWDnRYwxoOz/86UYUTrRhMOip21SMrksCMxseJtdQ36tdv7eZnkGQgc+Xqpz
WAyvQTMCTYq8an48Mg7wDogrWOLGd9RxuuqwMkN7EksqvcCNvlFh5k70OYBmsbf+
1LXvaRqMI0jzXCB4kdOBTUuBUPNObL1GR2wzjdpnU0lUn2MjjJYaGDYp8ADWoQzd
L3J6SBMsmrOoWUtqk5TMB8lCD7p/hXPVqA2d/ifrNf8ZGU9GnnlzzxmAb+rz5OpO
56mzvQ8Ch8p+8HXuHIh+kRDE/iaiYVtPyNjjmeQZ5eNMyHosWhZaeOo0CYUNWcv7
dsd0c6WNBk9V7HXTWxuMxZ5L/t9sAzs/Rhsf06dMKgqTWtg/63GmxK4dRlC8RAJD
FuUqcuo8Cte25bSdRg/L
=u/ve
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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
these are to be expected.

The underlying problem is that e.g. apt-listbugs requires ruby (any
version) and uses #!/usr/bin/ruby, whereas ruby-debian requires
libruby1.8|libruby1.9.1.  Thus when /usr/bin/ruby is ruby2.0,
everything breaks.

The problem would be solved if e.g. apt-listbugs used
#!/usr/bin/ruby1.9.1, but then it would (need to) require ruby1.9.1.

In the mean time, ruby2.0 is not suitable as /usr/bin/ruby.  I've
created symlinks to ruby2.0 in ~/bin instead to fix the problem for
now, but this may still break other packages that use '#!/usr/bin/env
ruby'.

I suppose the least brittle solution would be to always use
#!/usr/bin/ruby1.9.1 (etc.), the downside being that the package no
longer works with other ruby versions.

I've looked at the wiki and presumably gem2deb should solve the
problem as well (by using the correct shebang for e.g. ruby1.8 and
otherwise supporting all ruby versions).  However, using /usr/bin/env
(instead of /usr/bin/ruby) seems problematic to me, since one can't
know what ruby version a user might have in his $PATH.

If none of this is news to you, feel free to ignore this bugreport
(although having the bug around may prevent others from running into
the same problem).  And if there's anything I can do to help, let me
know.

- Felix


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

Kernel: Linux 3.11-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ruby2.0 depends on:
ii  libc6 2.17-97
ii  libruby2.02.0.0.353-1
ii  rubygems-integration  1.2

ruby2.0 recommends no packages.

ruby2.0 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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
Package: libghc6-arrows-dev
Version: 0.3-2
Severity: important

This package has been holding back my ghc upgrade for a while now.  I
finally decided to remove it, upgrade, and then try to build from
source.  This worked just fine.  It's a mystery to me why there's no
powerpc version in the archive.  Hopefully this will be fixed soon.


- Felix

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (880, 'stable'), (870, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libghc6-arrows-dev depends on:
ii  ghc6  6.8.2-5GHC - the Glasgow Haskell Compilat
ii  libghc6-stream-dev0.2.2-2Haskell stream (infinite list) lib

libghc6-arrows-dev 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
Package: libghc6-cgi-dev
Version: 3001.1.5.1-5
Severity: important

This package has been holding back my ghc upgrade for a while now.  I
finally decided to remove it, upgrade, and then try to build from
source.  This worked just fine.  It's a mystery to me why there's no
powerpc version in the archive.  Hopefully this will be fixed soon.


- Felix

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (880, 'stable'), (870, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libghc6-cgi-dev depends on:
ii  ghc66.8.2-5  GHC - the Glasgow Haskell Compilat
ii  libghc6-mtl-dev 1.1.0.0-2Haskell monad transformer library
ii  libghc6-network-dev 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 [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#407671: Why was CONFIG_PMAC_BACKLIGHT [re-]disabled in 2.6.23-1 ?

2007-12-07 Thread Felix C. Stegerman
Hi, I just installed linux-image-2.6.23-1-powerpc and rebooted.  After
that, I could no longer [use Fn-F1/Fn-F2 to] change the display
brightness.  Grepping for CONFIG_PMAC_BACKLIGHT shows:

,[ grep CONFIG_PMAC_BACKLIGHT /boot/config-2.6.2* | ]
| /boot/config-2.6.22-3-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]  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-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 be
   slow, not properly optimized or just too loaded.

 The same DVDs play just fine with mplayer or VLC.  They also played
 just fine with xine a few weeks ago; I remember installing a libxine
 update in the meantime, so I assume that's where the problem
 originates.

[...]

It lookes like the update to 1.1.8-2 fixed this bug.  I can now
happily play DVDs again ;-)


- 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=2 sts=2 et:


signature.asc
Description: Digital signature


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

2007-11-23 Thread Felix C. Stegerman
Package: iceweasel
Version: 2.0.0.8-1
Severity: normal

Trying to print e.g.
http://en.wikipedia.org/wiki/Public-key_cryptography makes iceweasel
unresponsive, using 100% CPU.  Same for print preview.  Safe mode
doesn't work either.  Most other websites print just fine.


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (880, 'stable'), (870, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-3-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils 2.27 Miscellaneous utilities specific t
ii  fontconfig  2.4.91-1 generic font configuration library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.91-1 generic font configuration library
ii  libfreetype62.3.5-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-3GCC support library
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface
ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological an
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG
ii  libnspr4-0d 4.6.7-1  NetScape Portable Runtime Library
ii  libnss3-0d  3.11.7-1 Network Security Service libraries
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxp6  1:1.0.0.xsf1-1   X Printing Extension (Xprint) clie
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  procps  1:3.2.7-5/proc file system utilities
ii  psmisc  22.5-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

iceweasel 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#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, and noticed the
  problem today.

 Sorry for the long delay with this problem!  I finally looked at it
 today.  My big problem is that I don't know anything about ncurses,
 so it's a bit hard for me to tackle this problem.  I found that I'm
 able to reproduce your problem.  When I put an try:/except: pass
 around that particular code, I get an exception somewhere else.  I
 repeated that a few times... until I noticed that this is obviously
 no solution.

 I have no idea why jack uses its own ncurses module (apparently from
 Python 1.4) but it seems it really needs that module.  So in the end
 I decided to switch back to jack's curses module.  However, we'd
 lose UTF-8 support.  But I solved this by linking to ncursesw
 instead of ncurses.

 In other words, your bug will be gone in the next upload and we'll
 still have UTF-8 support.  I'll do an upload later today.

 Apologies again for the delay.  When the new version is in the
 archive, I'd appreciate it if you would tell me whether it works for
 you.

I've run a quick test and it seems to work fine as before.

And since I haven't had much time [and didn't really feel like making
any time either] to continue re-ripping my cd collection I haven't
really been inconvenienced by this bug ;-)


- 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=2 sts=2 et:


signature.asc
Description: Digital signature


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

2007-09-15 Thread Felix C. Stegerman
:1.2.2-1   X11 RandR extension library
ii  libxrender1  1:0.9.3-1   X Rendering Extension client libra
ii  libxss1  1:1.1.2-1   X11 Screen Saver extension library
ii  libxxf86misc11:1.0.1-2   X11 XFree86 miscellaneous extensio
ii  zlib1g   1:1.2.3.3.dfsg-5compression library - runtime

Versions of packages gnome-control-center recommends:
ii  bzip2 1.0.3-7high-quality block-sorting file co
pn  evolution-data-server none (no description available)
pn  gnome-session none (no description available)
pn  gnome-user-guide  none (no description 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
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 be slow,
  not properly optimized or just too loaded.

The same DVDs play just fine with mplayer or VLC.  They also played
just fine with xine a few weeks ago; I remember installing a libxine
update in the meantime, so I assume that's where the problem
originates.


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (880, 'stable'), (870, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-2-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libxine1 depends on:
ii  libc6   2.6.1-4  GNU C Library: Shared libraries
ii  libfreetype62.3.5-1  FreeType 2 font engine, shared lib
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages libxine1 recommends:
ii  libasound2  1.0.14a-2ALSA library
ii  libflac81.1.4-3+b1   Free Lossless Audio Codec - runtim
ii  libgl1-mesa-glx [li 7.0.1-2  A free implementation of the OpenG
ii  libglu1-mesa [libgl 7.0.1-2  The OpenGL utility library (GLU)
ii  libjack00.103.0-6JACK Audio Connection Kit (librari
ii  libmagick9  7:6.2.4.5.dfsg1-1+b1 Image manipulation library
ii  libmng1 1.0.9-1  Multiple-image Network Graphics li
ii  libmodplug0c2   1:0.7-7  shared libraries for mod music bas
ii  libmpcdec3  1.2.2-1  Musepack (MPC) format library
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libpulse0   0.9.6-2  PulseAudio client libraries
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libspeex1   1.1.12-3 The Speex Speech Codec
ii  libstdc++6  4.2.1-5  The GNU Standard C++ Library v3
ii  libtheora0  0.0.0.alpha7.dfsg-2  The Theora Video Compression Codec
ii  libvorbis0a 1.2.0.dfsg-2 The Vorbis General Audio Compressi
ii  libwavpack1 4.41.0-1 an audio codec (lossy and lossless
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcb-shape0   1.0-3X C Binding, shape extension
ii  libxcb-shm0 1.0-3X C Binding, shm extension
ii  libxcb-xv0  1.0-3X C Binding, xv extension
ii  libxcb1 1.0-3X C Binding
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxine1-doc [libxi 1.1.8-1  the xine video player library, doc
ii  libxine1-ffmpeg 1.1.8-1  mpeg related plugins 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]  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-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, and noticed the
  problem today.

 That's bad.  I'm away on holidays for a week now, but I'll look into
 this later this month.  In the meantime, you can grab the previous
 version of jack from http://snapshot.debian.net/

Thanks.  I'd forgotten about snapshot.debian.net.

 One more question: does it always fail in the same way (i.e. is the
 Python traceback always the same)?

It looks that way.  I've tried 4 times and got the same error each
time.


- 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=2 sts=2 et:


signature.asc
Description: Digital signature


Bug#441369: jack: crashes on terminal resize

2007-09-09 Thread Felix C. Stegerman
Package: jack
Version: 3.1.1+cvs20050801-15
Severity: important

Since jack was updated recently, it crashes when resizing [the rxvt
window it's running in].

,[ /home/felix/x.jack_error ]
| Traceback (most recent call last):
|   File /usr/bin/jack, line 238, in ?
| global_error = jack_main_loop.main_loop(mp3s_todo, wavs_todo, space, 
dae_queue, enc_queue, track1_offset)
|   File /var/lib/python-support/python2.4/jack_main_loop.py, line 167, in 
main_loop
| jack_term.tmod.sig_winch_handler(None, None)
|   File /var/lib/python-support/python2.4/jack_t_curses.py, line 181, in 
sig_winch_handler
| stdscr.addstr(jack_term.size_y - 1, 0, (jack_display.bottom_line +   * 
(jack_term.size_x - len(jack_display.bottom_line) - 1 ))[:jack_term.size_x - 
1], A_REVERSE)
| error: addstr() returned ERR
|  *warning* abnormal exit
`

This is rather unfortunate for me as I always resize the window to
full width after editing the freedb information so I can see [most of]
the track names _and_ the ripping/encoding progress [without
scrolling].


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (880, 'stable'), (870, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-2-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages jack depends on:
ii  cdda2wav   9:1.1.6-1 Dummy transition package for iceda
ii  cdparanoia 3.10+debian~pre0-5+b1 audio extraction tool for sampling
ii  python 2.4.4-6   An interactive high-level object-o
ii  python-cddb1.4-5.1   Python interface to CD-IDs and Fre
ii  python-eyed3   0.6.14-1  Python module for id3-tags manipul
ii  python-pyvorbis1.3-1.2   A Python interface to the Ogg Vorb
ii  python-support 0.6.4 automated rebuilding support for p
ii  vorbis-tools   1.1.1-14  several Ogg Vorbis tools

jack 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#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 there was a reason jack had its own ncurses library then. :(

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, and noticed the problem today.


- 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=2 sts=2 et:


signature.asc
Description: Digital signature


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 in the
  gtkpod source code.  I did.  Adding the fclose() call fixes the
  problem.  I've attached the patch.
 
  Note: I am not a gtkpod 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.

 The fclose call seems to be really missing there. Does this fix the
 problem for you? I forwarded this bug upstream and he asked me if
 you could try if you also have this problem when using some /tmp/foo
 directory as ipod or if this just happens with a real Ipod?

Yes, it fixes the problem [I already said that].  I could try using
/tmp/foo, but as this fixes the problem, that seems rather pointless.


- 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=2 sts=2 et:


signature.asc
Description: Digital signature


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 a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


signature.asc
Description: Digital signature


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

2007-09-08 Thread Felix C. Stegerman
Package: gtkpod
Version: 0.99.10-2
Severity: important

Whenever I've added some MP3 files to my music collection and wanted
to add them to my iPod, I did the following:

  * start gtkpod
  * choose add dirs
  * pick my MP3 directory
  * press OK
  * save changes
  * quit gtkpod

This has worked fine for as long as I've has my iPod [more that 2
years], but now, when gtkpod has processed roughly 700 files, it spews
out a long list of complaints that a file was correctly identified as
an MP3 file but could not be added because an error occurred: too many
files open [I meant to write it down but the last time gtkpod crashed
as well].  This makes me wonder whether gtkpod forgets to close file
descriptors or something like that.

For not I can avoid the problem by adding my MP3's one artist at a
time [ 700 files] and syncing immediately afterwards.

Also:

  * I had not used gtkpod for about a month, so I'm not sure
since which version this occurs.
  * I noticed gtkpod now copies the MP3 files to the iPod when adding
them, not when syncing [save changes]; either I only noticed this
new behaviour after a while, or the problem could be related to
this change.


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (880, 'stable'), (870, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-2-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gtkpod depends on:
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libc6  2.6.1-2   GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1+b2   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.16.4-5  Multi-protocol file transfer libra
ii  libdbus-1-31.1.1-3   simple interprocess messaging syst
ii  libflac8   1.1.4-3+b1Free Lossless Audio Codec - runtim
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.0-2  The GLib library of C routines
ii  libgnomecanvas2-0  2.14.0-3  A powerful object-oriented display
ii  libgnomevfs2-0 1:2.18.1-3+b1 GNOME Virtual File System (runtime
ii  libgpod2   0.5.2-4   a library to read and write songs
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface
ii  libhal10.5.9.1-4 Hardware Abstraction Layer - share
ii  libid3tag0 0.15.1b-10ID3 tag reading library from the M
ii  libkrb53   1.6.dfsg.1-7  MIT Kerberos runtime libraries
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.18.1-1  Layout and rendering of internatio
ii  libvorbis0a1.2.0.dfsg-2  The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-2  The Vorbis General Audio Compressi
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.30.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11: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 ft=mail tw=70 sw=2 sts=2 et:


signature.asc
Description: Digital signature


Bug#441308: gtkpod: bug found; patch attached

2007-09-08 Thread Felix C. Stegerman
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 in the gtkpod
source code.  I did.  Adding the fclose() call fixes the problem.
I've attached the patch.

Note: I am not a gtkpod 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 sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:
diff -Naur -p gtkpod-0.99.10-old/src/mp3file.c gtkpod-0.99.10/src/mp3file.c
--- gtkpod-0.99.10-old/src/mp3file.c	2007-06-27 21:29:33.0 +0200
+++ gtkpod-0.99.10/src/mp3file.c	2007-09-08 17:03:17.0 +0200
@@ -2354,6 +2354,7 @@ gboolean mp3_get_track_lame_gapless (gch
 /* total samples minus pre/postgap */
 gd-samplecount = totalframes * mysamplesperframe - gd-pregap - gd-postgap;
 
+fclose(file);
 return TRUE;
 
 


signature.asc
Description: Digital signature


Bug#422777: bug #422777 prematurely closed

2007-07-09 Thread Felix C. Stegerman
* Eldon Koyle [EMAIL PROTECTED] [2007-07-09 07:35]:
 Felix,
 
 I noticed that your xorg.conf looked a bit unusual for using
 MergedFB.  I have attached mine as an example.  Basically, if you
 are using mergedfb you only define the card once, and you only
 define one display.  If you are not using mergedfb, then set
 'MergedFB' to false.  If you want the display cloned, you would
 specify MetaModes the way you have it: 1024x768.  If you want to
 have a larger desktop, specify a MetaMode like 1024x768-1024x768 and
 specify an orientation (CRT2Position).  See the 'radeon' manpage for
 more information on various options.

Interesting.  I never really read the docs properly, I just skimmed
them [= man radeon] and followed the instructions at
[http://ozlabs.org/~jk/docs/mergefb/], which worked just fine.

When I have the time, I'll take a look at your xorg.conf [and the man
page] and try 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=2 sts=2 et:


signature.asc
Description: Digital signature


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

2007-07-06 Thread Felix C. Stegerman
Package: qa.debian.org
Severity: minor

Visting http://qa.debian.org/[EMAIL PROTECTED],
I saw a Valid HTML 4.0! image and [on impulse] clicked on it.  To my
surprise, the page did not validate!


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, '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
~ 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#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 xserver-xorg-video-ati
  to 1:6.6.192-1 from experimental (and all other xorg packages
  installed to the latest versions in unstable).  And now I have
  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.]

 Your problem looks like
 https://bugs.freedesktop.org/show_bug.cgi?id=9816 , can you try the
 patch I attached there?

I tried.  It didn't fix the problem.  Thanks anyway.

Of course, my knowledge of package building is limited [as I'm not a
dd (yet)], so I could have messed something up.  Here's what I did:

  * $ apt-get source xserver-xorg-video-ati=1:6.6.192-1
  * add patch as debian/patches/03_radeon_driver.diff
  * add patch to debian/patches/series
  * $ dch -n
  * install build dependencies
  * $ dpkg-buildpackage
  * upgrade all xorg packages to the latest versions in unstable
  * $ sudo dpkg -i package
  * restart X
  * [no image on CRT2]


- 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=2 sts=2 et:


pgpyhMDracpRI.pgp
Description: PGP signature


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

2007-06-26 Thread Felix C. Stegerman
Package: libproc-pid-file-perl
Version: 1.24-5
Severity: important
Tags: patch

The fix for bug #425467 changed Proc::PID::File::verify so that
$ENV{'PATH'} is set to /usr/bin:/bin before qx/.../ is used so that
it works OK in taint mode.  Unfortunately, the way this is currently
implemented means that the changes to $ENV{'PATH'} affect any perl
scripts or modules that use Proc::PID::File.

Thus I was suddenly confronted with a mysterious Can't open program
for reading: No such file or directory error in one of my perl
scripts.

The fix is very simple: just save $ENV{'PATH'} before changing it, and
restore it when done.  I've attached a patch doing just this.


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, '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

Versions of packages libproc-pid-file-perl depends on:
ii  perl  5.8.8-7Larry Wall's Practical Extraction

Versions of packages libproc-pid-file-perl recommends:
ii  procps1: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:
--- File.pm.original	2007-06-26 07:52:45.0 +0200
+++ File.pm	2007-06-26 08:18:31.0 +0200
@@ -129,10 +129,15 @@
 if ($Config::Config{osname} =~ /linux|freebsd/i) {
 my $me = $self-{verify};
 ($me = $0) =~ s|.*/|| if !$me || $me eq 1;
-	# to survive the taint checks
-	$ENV{'PATH'}=/usr/bin:/bin;
+
+	my $env_path = $ENV{'PATH'};# save  modify PATH
+	$ENV{'PATH'} = /usr/bin:/bin; # to survive the taint checks
+
 my @ps = split m|$/|, qx/ps -fp $pid/
 || die ps utility not available: $!;
+
+	$ENV{'PATH'} = $env_path;   # restore
+
 s/^\s+// for @ps;   # leading spaces confuse us
 
 no warnings;# hate that deprecated @_ thing


pgpqHxDpQX4Ni.pgp
Description: PGP signature


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 the bug closed email, I updated xserver-xorg-video-ati
  to 1:6.6.192-1 from experimental (and all other xorg packages
  installed to the latest versions in unstable).  And now I have
  exactly the same problem [bug #422777] again.

 Sorry for closing, I have been abused by the fact that the bug was
 similar to 3 others and people replied (even here) that 6.6.191
 fixed their problem. I am unmerging this bug from the others and
 reopening it.

  Please let me know if you need more information (e.g. xorg.conf or
  Xorg.0.log).

 It might be good to try changing your xorg.conf and see if you can
 get it to work. For instance, you could try changing your mergedfb
 option (including the panel size), or change the refresh rates (both
 the ones in the Device section and those in the second Monitor
 section). Actually I wonder why refresh rates have to be defined at
 2 places, removing one should be possible.

I'll look into that sometime soon.

  [In the mean time, I guess I'll have to pin xserver-xorg-core to
  stable.]

 If xserver-xorg-video-ati 6.6.3 and 6.6.192 work with
 xserver-xorg-core 1.1 while they both don't with 1.3, we need to
 reassign this bug to xserver-xorg-core.

 Brice

It looks like 6.6.192 doesn't work with xserver-xorg-core 1.1.*:

  $ aptitude -s install xserver-xorg-video-ati=1:6.6.192-1
  [...]
  The following packages are BROKEN:
xserver-xorg-video-ati
  The following packages have unmet dependencies:
xserver-xorg-video-ati: Depends: xserver-xorg-core (= 2:1.3.0.0)
but 2:1.1.1-21 is installed.
  Resolving dependencies...
  The following actions will resolve these dependencies:
Upgrade the following packages:
xserver-xorg-core [2:1.1.1-21 (stable, now) - 2:1.3.0.0.dfsg-6
(unstable, testing)]
  [...]


- 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=2 sts=2 et:


pgpFus3duh1LP.pgp
Description: PGP signature


Bug#430614: beagle-search: crashes at startup

2007-06-25 Thread Felix C. Stegerman
Package: beagle
Version: 0.2.17-1
Severity: normal

I just installed beagle today to try it out.  Wanting to try out
beagle-search as well, I tried to start it only to see it crash
immediately.  Fortunately, beagle-query seems to work just fine.  I've
attached the output of beagle-search.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, '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

Versions of packages beagle depends on:
ii  adduser   3.103  Add and remove users and groups
ii  bash  3.1dfsg-8  The GNU Bourne Again SHell
ii  dbus  1.1.1-1simple interprocess messaging syst
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libcairo2 1.4.8-1The Cairo 2D vector graphics libra
ii  libexif12 0.6.16-1   library to parse EXIF files
ii  libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libgalago1.0-cil  0.5.0-2CLI bindings for libgalago
ii  libgconf2.0-cil   2.16.0-6   CLI binding for GConf 2.16
ii  libglade2.0-cil   2.10.1-1   CLI binding for the Glade librarie
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libglib2.0-cil2.10.1-1   CLI binding for the GLib utility l
ii  libgmime2.2-cil   2.2.9-1CLI binding for the MIME library,
ii  libgnome-vfs2.0-cil   2.16.0-6   CLI binding for GnomeVFS 2.16
ii  libgnome2.0-cil   2.16.0-6   CLI binding for Gnome 2.16
ii  libgnomevfs2-01:2.18.1-2 GNOME Virtual File System (runtime
ii  libgsf-1-114  1.14.4-1   Structured File Library - runtime
ii  libgsf0.0-cil 0.8-1  CLI bindings for libgsf
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface
ii  libgtk2.0-cil 2.10.1-1   CLI binding for the GTK+ toolkit 2
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG
ii  libmono-corlib2.0-cil 1.2.4-4Mono core library (2.0)
ii  libmono-sharpzip2.84-cil  1.2.4-4Mono SharpZipLib library
ii  libmono-sqlite2.0-cil 1.2.4-4Mono Sqlite library
ii  libmono-system-data2.0-ci 1.2.4-4Mono System.Data Library
ii  libmono-system-web2.0-cil 1.2.4-4Mono System.Web Library
ii  libmono-system2.0-cil 1.2.4-4Mono System libraries (2.0)
ii  libmono0  1.2.4-4libraries for the Mono JIT
ii  libmono2.0-cil1.2.4-4Mono libraries (2.0)
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  librsvg2-22.16.1-2   SAX-based renderer library for SVG
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libsqlite02.8.17-2   SQLite shared library
ii  libsqlite3-0  3.3.17-1   SQLite 3 shared library
ii  libwmf0.2-7   0.2.8.4-6  Windows metafile conversion librar
ii  libwv-1.2-3   1.2.4-2Library for accessing Microsoft Wo
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.29.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxss1   1:1.1.2-1  X11 Screen Saver extension library
ii  mono-runtime  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 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:
Script started on Tue 26 Jun

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

2007-06-25 Thread Felix C. Stegerman
Package: tracker-utils
Version: 0.5.4-6
Severity: important

tracker-{query,tag,files} are limited to 512 results; they should have
a --limit=N option like tracker-search.  Also, it might be useful to
be able to specify an offset (as used by tracker-search-tool).


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, '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

Versions of packages tracker-utils depends on:
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  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 sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgpbzBc73VM7I.pgp
Description: PGP signature


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

2007-06-25 Thread Felix C. Stegerman
Package: tracker-utils
Version: 0.5.4-6
Severity: normal

tracker-meta-folder only accepts absolute paths; e.g.

  $ tracker-meta-folder foo

  ** (process:22113): WARNING **: An error has occured : Cannot find
  folder foo in Tracker database

  $ tracker-meta-folder ~/foo
  /home/felix/foo/bar :

There seems to be no good reason not to accept relative paths.


- Felix


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, '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

Versions of packages tracker-utils depends on:
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  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 sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgp5rfW2S2KRq.pgp
Description: PGP signature


Bug#422777: bug #422777 prematurely closed

2007-06-23 Thread Felix C. Stegerman
* Debian Bug Tracking System [EMAIL PROTECTED] [2007-06-24 01:36]:
 This is an automatic notification regarding your Bug report #422777:
 xserver-xorg: MergedFB CRT2 Clone stopped working after reboot,
 which was filed against the xserver-xorg-video-ati package.
 
 It has been closed by Brice Goglin [EMAIL PROTECTED].
 
 Their explanation is attached below.  If this explanation is
 unsatisfactory and you have not received a better one in a separate
 message then please contact Brice Goglin [EMAIL PROTECTED]
 by replying to this email.
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)

 Subject: Bug#422602: xserver-xorg: dualhead with ati broken
 From: Brice Goglin [EMAIL PROTECTED]
 Date: Sun, 24 Jun 2007 01:34:00 +0200
 To: [EMAIL PROTECTED]
 
 Version: 1:6.6.192-1
 
 Finally marking this bug as done since 6.6.191 or 6.6.192 seems to
 make everybody happy.
 
 Brice

[Sorry if you get this twice.]

Unfortunately, 1:6.6.192-1 doesn't make me happy.  After I received
the bug closed email, I updated xserver-xorg-video-ati to
1:6.6.192-1 from experimental (and all other xorg packages installed
to the latest versions in unstable).  And now I have 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 sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgpZcW1McBDxo.pgp
Description: PGP signature


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
  No valid mode found for CRTC2, disabling MergedFB.   I haven't
  changed my xorg.conf since 2006-11-21, so I'm pretty sure it's
  related to a recent Xorg update.  I can't be sure which one since
  I may have updated Xorg more than once between reboots (and rarely
  restart X other than on reboot).  I am however quite sure I
  haven't installed, removed or reconfigured Xorg packages recently
  other than during aptitude upgrades or aptitude dist-upgrades.
  Also, I rebooted sometime in the last two weeks without problems,
  so it must be a problem with a recent Xorg update.  [yes, I
  aptitude up{date,grade} more or less weekly]
 
  I hope someone can help me out here, since I have no idea
  whatsoever how to fix this (other than attempting some Xorg
  downgrades, but that's hardly fixing).  If there's anything I
  can do myself (that doesn't involve intimate knowledge of Xorg
  internals), please let me know.

 
 Some similar breakage have been reported with the old ATI driver and
 the new xserver-xorg-core 1.3. You could possibly try upgrading
 xserver-xorg-video-ati to the one currently in experimental
 (1:6.6.191-1). However, in the end it might be better to wait for
 the next official release of the ATI driver before upgrading to
 xserver-xorg-core 1.3.
 
 Brice

[Sorry about the late reply, my inbox is overflowing ...]

Thanks.  I've pinned xserver-xorg-core to testing for now.


- 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=2 sts=2 et:


pgpbpNU75CGZ9.pgp
Description: PGP signature


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-04-30 07:24]:
 On Sat, Sep 27, 2003 at 10:39:06AM -0500, Steve Doerr
 [EMAIL PROTECTED] wrote:
  Package: Mozilla
  
  Version: Mozilla 2:1.4-4
  
  When trying to print from Mozilla, cpu usage runs away and the
  application freezes.  Purging and reinstalling did not correct the
  problem.  Installing xprt-xprintorg didn't fix it either.
  
  Attached is the output of strace -f -o moxtrace mozilla
  
  Sorry, this is a large attachment, I let it run for a couple of
  minutes before killing it.  Please let me know if there is any
  other info I could provide which might be useful.
  
  btw,  I just used apt to install, so it updated and installed
  whatever it needed.
 
 Could you check if this still occurs with iceape, which replaces
 mozilla, from etch ?
 
 Thank you
 
 Mike

[Sorry about the late reply, my inbox is overflowing ...]

Since my 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. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgpZl2bOQEunP.pgp
Description: PGP signature


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: Mozilla
   
Version: Mozilla 2:1.4-4
   
When trying to print from Mozilla, cpu usage runs away and the
application freezes.  Purging and reinstalling did not correct
the problem.  Installing xprt-xprintorg didn't fix it either.
   
Attached is the output of strace -f -o moxtrace mozilla
   
Sorry, this is a large attachment, I let it run for a couple
of minutes before killing it.  Please let me know if there is
any other info I could provide which might be useful.
   
btw,  I just used apt to install, so it updated and installed
whatever it needed.
  
   Could you check if this still occurs with iceape, which replaces
   mozilla, from etch ?
  
   Thank you
  
   Mike
 
  [Sorry about the late reply, my inbox is overflowing ...]
 
  Since my problem was with mozilla-calendar and the iceape-calendar
  package is currently empty, I can't verify whether the problem
  still exists.

 The iceape-calendar package in etch is not empty ;)

 Mike

[Didn't think of testing ... d'oh!]

I installed iceape-calendar [-t testing].  The good news is: it
doesn't hog the CPU/freeze X anymore; the bad news is: when I try to
print a calendar, iceape opens a new Unnamed Window and nothing
happens.  Should I file a new bugreport for this?


- 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=2 sts=2 et:


pgplqybplp17q.pgp
Description: PGP signature


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

2007-05-08 Thread Felix C. Stegerman
Package: xserver-xorg
Version: 1:7.2-3
Severity: normal

Hi,

When I rebooted my laptop (Apple iBook G4) this morning, the second
screen remained blank.  The Xorg.0.log config file shows No valid
mode found for CRTC2, disabling MergedFB.   I haven't changed my
xorg.conf since 2006-11-21, so I'm pretty sure it's related to a
recent Xorg update.  I can't be sure which one since I may have
updated Xorg more than once between reboots (and rarely restart X
other than on reboot).  I am however quite sure I haven't installed,
removed or reconfigured Xorg packages recently other than during
aptitude upgrades or aptitude dist-upgrades.  Also, I rebooted
sometime in the last two weeks without problems, so it must be a
problem with a recent Xorg update.  [yes, I aptitude up{date,grade}
more or less weekly]

I hope someone can help me out here, since I have no idea whatsoever
how to fix this (other than attempting some Xorg downgrades, but
that's hardly fixing).  If there's anything I can do myself (that
doesn't involve intimate knowledge of Xorg internals), please let me
know.


- Felix


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-20 13:15 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1996176 2007-04-27 00:28 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
:00:10.0 VGA compatible controller: ATI Technologies Inc M11 NV [FireGL 
Mobility T2e] (rev 80)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 34 2006-05-04 11:35 /etc/X11/xorg.conf - 
/etc/flx/cfg/vinter/xorg/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/fonts/X11/misc
  FontPath/usr/share/fonts/X11/100dpi
  FontPath/usr/share/fonts/X11/75dpi
  FontPath/usr/share/fonts/X11/Type1
  FontPath/usr/share/fonts/truetype
EndSection

Section Module
  Loadbitmap
  Loaddbe
  Loadddc
  Loaddri
  Loadevdev
  Loadextmod
  Loadfreetype
  Loadglx
  Loadint10
  Loadrecord
  Loadtype1
  Loadvbe
EndSection

Section InputDevice
  Identifier  Keyboard
  Driver  keyboard
  Option  CoreKeyboard
  Option  XkbRules  xorg
  Option  XkbModel  pc105
  Option  XkbLayout us
EndSection

Section InputDevice
  Identifier  Mouse
  Driver  mouse
  Option  CorePointer
  Option  Device/dev/input/mice
  Option  Protocol  ImPS/2
  Option  Buttons   3
  Option  Emulate3Buttons   true
  Option  ZAxisMapping  4 5
EndSection

Section Device
  Identifier  ATI Card [primary]
  Driver  ati
  BusID   PCI:0:16:0
  Option  MergedFB  true
  Option  MetaModes 1024x768
  Option  MergedDPI 96 96
  Option  CRT2HSync 30.0-96.0
  Option  CRT2VRefresh  50.0-160.0
  Option  CRT2Position  Clone
EndSection

Section Device
  Identifier  ATI Card [secondary]
  Driver  ati
  BusID   PCI:0:16:0
  Screen  1
EndSection

Section Monitor
  Identifier  LCD Screen [internal]
  Option  DPMS
  Option  PanelSize 1024x768
EndSection

Section Monitor
  Identifier  CRT Screen [external]
  Option  DPMS
  HorizSync   30-96
  VertRefresh 50-160
  DisplaySize 346 260
EndSection

Section Screen
  Identifier  Screen [internal]
  Device  ATI Card [primary]
  Monitor LCD Screen [internal]
  DefaultDepth24
  SubSection Display
Depth 24
Modes 1024x768
  EndSubSection
EndSection

Section Screen
  Identifier  Screen [external]
  Device  ATI Card [secondary]
  Monitor CRT Screen [external]
  DefaultDepth24
  SubSection Display
Depth 24
Modes 1024x768
  EndSubSection
EndSection

Section ServerLayout
  Identifier  Layout
  Screen 0Screen [internal]
  InputDevice Keyboard
  InputDevice Mouse
  Option  AllowMouseOpenFail1
EndSection

Section DRI
  Group   video
  Mode0660
EndSection

# vim: set ft=xf86conf tw=70 sw=2 sts=2 et:


Xorg X server log files on system:
-rw-r--r-- 1 root root 53106 2006-05-26 01:01 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 51843 2006-05-26 01

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

2007-02-28 Thread Felix C. Stegerman
Package: iceweasel
Version: 2.0.0.2+dfsg-1
Followup-For: Bug #412418

This is probably redundant, but:

  * Iceweasel no longer opens home/blank page on startup;
  * when run from $HOME/.mozilla, iceweasel opens
file://$HOME/.mozilla/firefox/;
  * when run from another directory, iceweasel opens
http://www.mozilla.com/en-US/firefox/.

Purging the iceweasel package and/or removing $HOME/.mozilla/ don't
fix this problem.

I currently circumvent the problem using the following
$HOME/bin/iceweasel shell script:

  #!/bin/sh
  CMD=$(which -a iceweasel | grep -v ^$HOME/bin/ | head -n 1)
  URL=
  if [[ $# == 0 ]]; then
URL=about:blank
  fi
  $CMD $@ $URL


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (870, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages iceweasel depends on:
ii  debianutils   2.17.5 Miscellaneous utilities specific t
ii  fontconfig2.4.2-1.2  generic font configuration library
ii  libatk1.0-0   1.12.4-2   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libglib2.0-0  2.12.6-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user interface
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG
ii  libmyspell3c2 1:3.1-18   MySpell spellchecking library
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  psmisc22.3-1 Utilities that use the proc filesy
ii  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. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgp1DraQN3Ecr.pgp
Description: PGP signature


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: important
 
  Hi,
 
  Sometimes, closing the print preview window crashes firefox.  This
  seems to be bugzilla bug #351225 [1].  Since I can't tell whether
  this has been resolved yet in the current debian package, I
  decided to report it.  Just in case, I've added a gdb backtrace.

 Are you still seeing this in iceweasel 2.0.0.1?

No.  The example I used in my bugreport now works just fine.

  [1] https://bugzilla.mozilla.org/show_bug.cgi?id=351225


- 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=2 sts=2 et:


pgpWmjZHROITP.pgp
Description: PGP signature


Bug#390769: firefox: crashes when closing print preview

2006-10-02 Thread Felix C. Stegerman
Package: firefox
Version: 1.5.dfsg+1.5.0.7-1
Severity: important

Hi,

Sometimes, closing the print preview window crashes firefox.  This
seems to be bugzilla bug #351225 [1].  Since I can't tell whether this
has been resolved yet in the current debian package, I decided to
report it.  Just in case, I've added a gdb backtrace.

Thanks.


- Felix

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=351225

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (870, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages firefox depends on:
ii  debianutils   2.17.3 Miscellaneous utilities specific t
ii  fontconfig2.4.1-2generic font configuration library
ii  libatk1.0-0   1.12.2-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libcairo2 1.2.4-1The Cairo 2D vector graphics libra
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-15 GCC support library
ii  libglib2.0-0  2.12.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-2   The GTK+ graphical user interface
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG
ii  libpango1.0-0 1.14.4-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5.2   PNG library - runtime
ii  libstdc++64.1.1-15   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  psmisc22.3-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-13 compression library - runtime

firefox 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:
$ firefox -g -safe-mode

 1. Go to http://en.wikipedia.org/wiki/Discworld_MUD
 2. Go to print preview
 3. Close print preview
 4. Go to print preview (again)
 5. Close print preview

Segmentation fault
$ firefox -g -safe-mode
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as powerpc-linux-gnu...Using host libthread_db 
library /lib/tls/libthread_db.so.1.

(gdb) set pagination off
(gdb) run
Starting program: /usr/lib/firefox/firefox-bin -safe-mode -a firefox
[Thread debugging using libthread_db enabled]
[New Thread 805451648 (LWP 22557)]
[New Thread 816342240 (LWP 22565)]
[New Thread 824792288 (LWP 22566)]
[New Thread 833598688 (LWP 22569)]
[New Thread 841987296 (LWP 22570)]
[New Thread 852018400 (LWP 22571)]
[New Thread 860407008 (LWP 22572)]
[New Thread 870315232 (LWP 22588)]
[Thread 870315232 (LWP 22588) exited]
[New Thread 878703840 (LWP 22589)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 805451648 (LWP 22557)]
0x0f432dbc in FcCharSetDestroy () from /usr/lib/libfontconfig.so.1
(gdb) bt full
#0  0x0f432dbc in FcCharSetDestroy () from /usr/lib/libfontconfig.so.1
No symbol table info available.
#1  0x1020f888 in ~nsFontMetricsPS (this=0x11978040) at nsFontMetricsPS.cpp:111
No locals.
#2  0x1020c6fc in nsFontMetricsPS::Release (this=0x32318b28) at 
nsFontMetricsPS.cpp:135
No locals.
#3  0x10b271c0 in nsFontCache::Flush (this=value optimized out) at 
nsDeviceContext.cpp:715
i = 13
#4  0x10b272f8 in ~nsFontCache (this=0x32318b28) at nsDeviceContext.cpp:580
No locals.
#5  0x1020a994 in ~nsFontCachePS (this=0x32318b28) at nsDeviceContextPS.cpp:547
No locals.
#6  0x10b28468 in ~DeviceContextImpl (this=0x1108ef38) at nsDeviceContext.cpp:88
No locals.
#7  0x1020a544 in ~nsDeviceContextPS (this=0x11a2bf20) at 
nsDeviceContextPS.cpp:134
No locals.
#8  0x10b2752c in DeviceContextImpl::Release (this=0x32318b28) at 
nsDeviceContext.cpp:54
No locals.
#9  0x10209b80 in nsDeviceContextPS::Release (this=0x32318b28) at 
nsDeviceContextPS.cpp:179
No locals.
#10 0x0fe3c5ac in nsCOMPtr_base

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

2006-06-08 Thread Felix C. Stegerman
Package: cupsys
Version: 1.2.1-2
Followup-For: Bug #370495

Hi,

I had the same problems.  I purged all cups packages and reinstalled
them.  Now everything works fine.


- Felix


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (870, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages cupsys depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.1   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcupsimage21.2.1-2 Common UNIX Printing System(tm) -
ii  libcupsys2   1.2.1-2 Common UNIX Printing System(tm) -
ii  libdbus-1-2  0.61-6  simple interprocess messaging syst
ii  libgnutls13  1.3.5-1.1   the GNU TLS library - runtime libr
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.18  Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-5 Core Perl modules
ii  procps   1:3.2.6-2.2 /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.2.1-2  Common UNIX Printing System(tm) -
ii  foomatic-filters3.0.2-20060530-1 linuxprinting.org printer support
ii  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 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:


pgp2c3P4Nl89l.pgp
Description: PGP signature


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

2006-06-08 Thread Felix C. Stegerman
Package: bugs.debian.org
Severity: normal

Hi,

There are about 200 identical (merged) bug reports for cupsys (e.g.
#370834).  This results in a very large html file (3+ MB), which takes
rather long to load (even with my 6 Mbit DSL).  It also means that it
has become very hard to find other bugs amongst this huge volume.  It
would be nice if something could be done to fix this.

Thank you.


- Felix


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (870, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/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 sw=2 sts=2 et:


pgpXX3ECJpqEx.pgp
Description: PGP signature


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 17:36:45.0 +0200
+++ cups-genppdupdate.5.0   2006-05-22 17:37:50.0 +0200
@@ -131,13 +131,15 @@
chomp;
push @ppd_files,  $_;
 }
-open PPDFILES, '-|', 'egrep', '-i', '-L', 'Foomatic', @ppd_files or die 
can't grep $ppdlist: $!;
-@ppd_files = ();
-while (PPDFILES) {
-   chomp;
-   push @ppd_files,  $_;
+if (@ppd_files) {
+open PPDFILES, '-|', 'egrep', '-i', '-L', 'Foomatic', @ppd_files or 
die can't grep $ppdlist: $!;
+@ppd_files = ();
+while (PPDFILES) {
+   chomp;
+   push @ppd_files,  $_;
+}
+close PPDFILES or ($! == 0) or die can't close grep pipe: $!;
 }
-close PPDFILES or ($! == 0) or die can't close grep pipe: $!;
 }
 
 


pgpFJJLqXaElZ.pgp
Description: PGP signature


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 19:11]:
 Nice catch, thanks!

You're welcome ;-)

 I've applied your patch (with a small change to the indentation), as

Are you referring to the fact that I *refuse* to use tabs *ever* ?

 well as fixing the postinst problem Jonas reported.  The changes are:

Jonas didn't look properly (and apparently neither did you). If you
had, you would have noticed that cups-genppdconfig.5.0 is not being
run twice: the second run is actually cups-genppdupdate.5.0:
  /usr/sbin/cups-genppdconfig.5.0 -u
  /usr/sbin/cups-genppdupdate.5.0
I must admit, however, that the mistake was easy to make ;-)

   * debian/cupsys-driver-gutenprint.postinst: Don't run
 /usr/sbin/cups-genppdconfig.5.0 a second time with no arguments.
   * debian/rules: Unconditionally set DIALOG when running configure.
   * src/cups/cups-genppdupdate.in: Don't freeze waiting on stdin 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/sid/5.0.0-rc3-2/
 
 Please could you try these out and let me know if it fixes the
 problem?
 
 You might need to rebuild the source, since I don't have an amd64.

I'm on ppc (iBook G4), so I'll just use the ones you provide.

 I'll forward your patch upstream once we know it fixes the problem.

Please revert the postinst script to the original (correct) version
and I'll be happy to try the test packages.


- Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]

Any sufficiently advanced bug is indistinguishable from a feature.
 -- R. Kulawiec


pgpTCx5kxW7o9.pgp
Description: PGP signature


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

2006-05-22 Thread Felix C. Stegerman
Package: util-linux
Version: 2.12r-10
Severity: normal

Hi,

When I needed PC fdisk (to repartition my iPod), I was at first unable
to find out where to get it. Only after a long search did I find out 
that it was already available as ddisk. It would be nice to have this
documented somewhere. Maybe in a README file accompanying both
mac-fdisk and util-linux?

Also, fdisk is (a symlink to) mac-fdisk, but the fdisk man page links
to the ddisk man page instead of the mac-fdisk man page.


- Felix

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages util-linux depends on:
ii  libc6 2.3.6-9GNU C Library: Shared libraries
ii  libncurses5   5.5-2  Shared libraries for terminal hand
ii  libslang2 2.0.6-2The S-Lang programming library - r
ii  libuuid1  1.38+1.39-WIP-2006.04.09-2 universally unique id library
ii  lsb-base  3.1-5  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. Kulawiec


pgpp9sMpFJv3s.pgp
Description: PGP signature


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: PGP signature


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 SITE CHMOD command successful
  ftp


Felix

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages gftp-text depends on:
ii  gftp-common   2.0.18-13  shared files for other gFTP packag
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libncurses5   5.5-1.1Shared libraries for terminal hand
ii  libreadline5  5.1-7  GNU readline and history libraries

gftp-text recommends no packages.

-- no debconf information


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



Bug#340478: libasound2: breaks PMacToonie.conf

2005-11-23 Thread Felix C. Stegerman
Package: libasound2
Version: 1.0.10-1
Severity: important
Tags: patch


Hi,

When trying to play sound with xmms I got the following error:
  Message: device: default
  ALSA lib conf.c:1596:(snd_config_load1) :51:1:Unexpected }
  ALSA lib conf.c:2837:(snd_config_hook_load) 
/usr/share/alsa/cards/PMacToonie.conf may be old or corrupted: consider to 
remove or fix it
  ALSA lib conf.c:2700:(snd_config_hooks_call) function 
snd_config_hook_load_for_all_cards returned error: Invalid argument
  ALSA lib pcm.c:1969:(snd_pcm_open_conf) Invalid type for PCM default 
definition (id: default, value: cards.pcm.default)
  ** WARNING **: alsa_setup(): Failed to open pcm device (default): Invalid 
argument

Looking at PMacToonie.conf, it seems the line containing
  playback.pcm {
has dissappeared. Adding it seems to fix everything.

I've included a diff file.


Felix


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-flx0-ppc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages 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
--- PMacToonie.conf.original2005-11-23 19:04:34.0 +0100
+++ PMacToonie.conf 2005-11-23 19:04:34.0 +0100
@@ -28,6 +28,7 @@
type string
}
type asym
+   playback.pcm {
type plug
slave.pcm {
type softvol


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]

Any sufficiently advanced bug is indistinguishable from a feature.
 -- R. Kulawiec
[EMAIL PROTECTED]: /usr/local/src/xprint]
$ sudo gdb /usr/X11R6/bin/Xprt
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as powerpc-linux...Using host libthread_db library 
/lib/tls/libthread_db.so.1.

(gdb) run  -ac -pn -nolisten tcp -audit 4 -fp 
/usr/X11R6/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Type1,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/misc
 :64
Starting program: /usr/X11R6/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp 
/usr/X11R6/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Type1,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/misc
 :64
No matching visual for __GLcontextMode with visual class = 0 (32775), nplanes = 
8
AUDIT: Fri Nov 11 16:18:22 2005: 5580 Xprt: client 1 connected from local host
AUDIT: Fri Nov 11 16:18:22 2005: 5580 Xprt: client 1 disconnected
AUDIT: Fri Nov 11 16:18:22 2005: 5580 Xprt: client 1 connected from local host
AUDIT: Fri Nov 11 16:18:22 2005: 5580 Xprt: client 1 disconnected
AUDIT: Fri Nov 11 16:54:01 2005: 5580 Xprt: client 1 connected from local host
AUDIT: Fri Nov 11 16:54:01 2005: 5580 Xprt: client 1 disconnected
AUDIT: Fri Nov 11 16:54:02 2005: 5580 Xprt: client 1 connected from local host
AUDIT: Fri Nov 11 16:54:02 2005: 5580 Xprt: client 1 disconnected
AUDIT: Fri Nov 11 16:54:03 2005: 5580 Xprt: client 1 connected from local host
AUDIT: Fri Nov 11 16:54:03 2005: 5580 Xprt: client 1 disconnected
AUDIT: Fri Nov 11 16:54:03 2005: 5580 Xprt: client 1 connected from local host

Program received signal SIGSEGV, Segmentation fault.
0x1036ddd8 in FT_Get_Postscript_Name ()
(gdb) bt
#0  0x1036ddd8 in FT_Get_Postscript_Name ()
#1  0x1034d2d8 in FreeTypeLoadXFont ()
#2  0x1034e984 in FreeTypeOpenScalable ()
#3  0x103398f8 in FontFileOpenFont ()
#4  0x10338b7c in FontFileCheckOpenFont ()
#5  0x10020b2c in doOpenFont ()
#6  0x10021024 in OpenFont ()
#7  0x1002cda0 in ProcOpenFont ()
#8  0x10033958 in Dispatch ()
#9  0x100131e0 in main ()
(gdb) quit
The program is running.  Exit anyway? (y or n) y


Bug#337570: apparent gcc4 regression in xprint on powerpc

2005-11-10 Thread Felix C. Stegerman
On 2005-11-09 19:44:27, Drew Parsons wrote:
 One of the users (Felix, cc:d here) is attempting to build Xprt himself
 so we'll hear what his success is (he needs a fresh binary to get
 unstripped symbols so we can obtain a backtrace from gdb).

I'm compiling it now ...


Felix


P.S. I seem 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]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337570: xprint: segfaults when printing from firefox

2005-11-07 Thread Felix C. Stegerman
On 2005-11-07 14:21:33, Drew Parsons wrote:
snip
 Thanks again.  The last font here is the Nimbus font, which is also on
 my system, so hopefully a gdb backtrace will be more enlightening.  
 
 You're on ppc so I can't generate an unstripped Xprt binary for you
 directly.  Are you in a position to compile Xprint yourself? It oughtn't
 be too hard to do.

I'm compiling it right now.


 Otherwise, grab the last unstripped version (1:0.1.0.alpha1-11) from
 snapshot.debian.net. Actually it doesn't appear to have -11 so try -10
 instead.
 http://snapshot.debian.net/archive/2005/07/03/debian/pool/main/x/xprint/xprint_0.1.0.alpha1-10_powerpc.deb
 
 I don't think it will matter which version of xprint-common to use, but
 if you want to be consistent then use
 http://snapshot.debian.net/archive/2005/07/03/debian/pool/main/x/xprint/xprint-common_0.1.0.alpha1-10_all.deb

I got the xprint snapshot, and installed it (waiting for the
compilation to end). Now the crash doesn't occur any more ;-)
(I didn't get the xprint-common snapshot though)

 
 
  
  P.S.
  Since the reply I get from the BTS says Your message has been sent
  to the package maintainer(s), should I just reply to
  [EMAIL PROTECTED], and not to you personally next time ?
  
 
 You're right, the BTS forwards me a copy of the message. It's no major
 disaster for me to receive the two copies, but feel free to just use the
 bug address.
 
 I can't remember if it's the same for you, if it automatically forwards
 messages 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 to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2005-11-07 Thread Felix C. Stegerman
Package: aptitude
Version: 0.4.0-2
Severity: normal


I posted a question about this to debian-user before submitting a bug
report. You can find my post @
http://lists.debian.org/debian-user/2005/11/msg00726.html


Felix


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-flx0-ppc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.42.2   Advanced front-end for dpkg
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2 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 [EMAIL PROTECTED]

Any sufficiently advanced bug is indistinguishable from a feature.
 -- R. Kulawiec


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



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 but as you said there were no
  symbols. I've attached the output of strace.
  
 
 Thanks.  The last file opened in the strace
 is /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/Comic_Sans_MS.ttf.
 
 If you remove the Microsoft fonts from your system, does the segfault
 continue to occur?

Yes.


Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]

Any sufficiently advanced bug is indistinguishable from a feature.
 -- R. Kulawiec


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



Bug#337570: xprint: segfaults when printing from firefox

2005-11-04 Thread Felix C. Stegerman
Package: xprint
Version: 1:0.1.0.alpha1-12
Severity: important


This looks like bug #271001, so maybe I'm unnecessarily duplicating
this, but unlike said bug, I can reproduce this w/ all web pages I try
to print. Also, said bug is against xprt-xprintorg instead of xprint.

I'm using CUPS w/ a HP Jaserjet 1100 and cups-pdf. Both printers work
fine when using postscript printing from firefox or mozilla, but
xprint segfaults when I try to print to hp1100@:64 or pdf@:64.

I hope someone can fix this ...


Felix

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-flx0-ppc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xprint depends on:
ii  libc6  2.3.5-7   GNU C Library: Shared libraries an
ii  libice66.8.2.dfsg.1-10   Inter-Client Exchange library
ii  libsm6 6.8.2.dfsg.1-10   X Window System Session Management
ii  libx11-6   6.8.2.dfsg.1-10   X Window System protocol client li
ii  libxau66.8.2.dfsg.1-10   X Authentication library
ii  libxaw76.8.2.dfsg.1-10   X Athena widget set library
ii  libxext6   6.8.2.dfsg.1-10   X Window System miscellaneous exte
ii  libxmu66.8.2.dfsg.1-10   X Window System miscellaneous util
ii  libxp6 6.8.2.dfsg.1-10   X Window System printing extension
ii  libxpm46.8.2.dfsg.1-10   X pixmap library
ii  libxt6 6.8.2.dfsg.1-10   X Toolkit Intrinsics
ii  xlibs  6.8.2.dfsg.1-10   X Window System client libraries m
ii  xprint-common  1:0.1.0.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. Kulawiec


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



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

2005-10-31 Thread Felix C. Stegerman
Package: xscreensaver
Version: 4.23-1
Followup-For: Bug #336590

Same here.
The New login button disappeared.


Felix


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.3-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.10-1The GTK+ graphical user interface 
ii  libice6  6.8.2.dfsg.1-9  Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpam0g 0.79-3  Pluggable Authentication Modules l
ii  libpango1.0-01.8.2-3 Layout and rendering of internatio
ii  libsm6   6.8.2.dfsg.1-9  X Window System Session Management
ii  libx11-6 6.8.2.dfsg.1-9  X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-9  X Window System miscellaneous exte
ii  libxinerama1 6.8.2.dfsg.1-9  X Window System multi-head display
ii  libxml2  2.6.22-1GNOME XML library
ii  libxmu6  6.8.2.dfsg.1-9  X Window System miscellaneous util
ii  libxpm4  6.8.2.dfsg.1-9  X pixmap library
ii  libxrandr2   6.8.2.dfsg.1-9  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-9  X Toolkit Intrinsics
ii  libxxf86misc16.8.2.dfsg.1-9  X miscellaneous extensions library
ii  libxxf86vm1  6.8.2.dfsg.1-9  X Video Mode selection library
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-10  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.7-7Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  5-4American English dictionary words 
ii  wbritish [wordlist]   5-4British English dictionary words f
ii  wdutch [wordlist] 1:0.1e-40  list of Dutch words
ii  wngerman [wordlist]   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, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 to the Debian BTS,
since I'm using the Debian package.

Regards,


Felix

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages gnugo depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand

gnugo recommends no packages.

-- no debconf information
GNU Go 3.7.5
Copyright 1999, 2000, 2001, 2002, 2003, 2004 and 2005 by the Free Software
Foundation, Inc. See http://www.gnu.org/software/gnugo/ or contact
[EMAIL PROTECTED] for information about GNU Go. GNU Go comes with NO WARRANTY to
the extent permitted by law. This program is free software; you can
redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation - version 2.  For more
information about these matters, see the files named COPYING.

Beginning ASCII mode game.

Board Size:   19
Handicap  0
Komi: 0.0
Move Number:  0
To Move:  black
Computer player: White

White (O) has captured 0 pieces
Black (X) has captured 0 pieces

A B C D E F G H J K L M N O P Q R S T
 19 . . . . . . . . . . . . . . . . . . . 19
 18 . . . . . . . . . . . . . . . . . . . 18
 17 . . . . . . . . . . . . . . . . . . . 17
 16 . . . + . . . . . + . . . . . + . . . 16
 15 . . . . . . . . . . . . . . . . . . . 15
 14 . . . . . . . . . . . . . . . . . . . 14
 13 . . . . . . . . . . . . . . . . . . . 13
 12 . . . . . . . . . . . . . . . . . . . 12
 11 . . . . . . . . . . . . . . . . . . . 11
 10 . . . + . . . . . + . . . . . + . . . 10
  9 . . . . . . . . . . . . . . . . . . .  9
  8 . . . . . . . . . . . . . . . . . . .  8
  7 . . . . . . . . . . . . . . . . . . .  7
  6 . . . . . . . . . . . . . . . . . . .  6
  5 . . . . . . . . . . . . . . . . . . .  5
  4 . . . + . . . . . + . . . . . + . . .  4
  3 . . . . . . . . . . . . . . . . . . .  3
  2 . . . . . . . . . . . . . . . . . . .  2
  1 . . . . . . . . . . . . . . . . . . .  1
A B C D E F G H J K L M N O P Q R S T

black(1): r4

White (O) has captured 0 pieces
Black (X) has captured 0 pieces

A B C D E F G H J K L M N O P Q R S TLast move: Black R4
 19 . . . . . . . . . . . . . . . . . . . 19
 18 . . . . . . . . . . . . . . . . . . . 18
 17 . . . . . . . . . . . . . . . . . . . 17
 16 . . . + . . . . . + . . . . . + . . . 16
 15 . . . . . . . . . . . . . . . . . . . 15
 14 . . . . . . . . . . . . . . . . . . . 14
 13 . . . . . . . . . . . . . . . . . . . 13
 12 . . . . . . . . . . . . . . . . . . . 12
 11 . . . . . . . . . . . . . . . . . . . 11
 10 . . . + . . . . . + . . . . . + . . . 10
  9 . . . . . . . . . . . . . . . . . . .  9
  8 . . . . . . . . . . . . . . . . . . .  8
  7 . . . . . . . . . . . . . . . . . . .  7
  6 . . . . . . . . . . . . . . . . . . .  6
  5 . . . . . . . . . . . . . . . . . . .  5
  4 . . . + . . . . . + . . . . . +(X). .  4
  3 . . . . . . . . . . . . . . . . . . .  3
  2 . . . . . . . . . . . . . . . . . . .  2
  1 . . . . . . . . . . . . . . . . . . .  1
A B C D E F G H J K L M N O P Q R S T

GNU Go is thinking...
white(2): D16

White (O) has captured 0 pieces
Black (X) has captured 0 pieces

A B C D E F G H J K L M N O P Q R S TLast move: White D16
 19 . . . . . . . . . . . . . . . . . . . 19
 18 . . . . . . . . . . . . . . . . . . . 18
 17 . . . . . . . . . . . . . . . . . . . 17
 16 . . .(O). . . . . + . . . . . + . . . 16
 15 . . . . . . . . . . . . . . . . . . . 15
 14 . . . . . . . . . . . . . . . . . . . 14
 13 . . . . . . . . . . . . . . . . . . . 13
 12 . . . . . . . . . . . . . . . . . . . 12
 11 . . . . . . . . . . . . . . . . . . . 11
 10 . . . + . . . . . + . . . . . + . . . 10
  9 . . . . . . . . . . . . . . . . . . .  9
  8 . . . . . . . . . . . . . . . . . . .  8
  7 . . . . . . . . . . . . . . . . . . .  7
  6 . . . . . . . . . . . . . . . . . . .  6
  5 . . . . . . . . . . . . . . . . . . .  5
  4 . . . + . . . . . + . . . . . + X . .  4
  3 . . . . . . . . . . . . . . . . . . .  3
  2 . . . . . . . . . . . . . . . . . . .  2
  1 . . . . . . . . . . . . . . . . . . .  1
A B C D E F G H J K L M N O P Q R S T

black(3): c4

White (O) has captured 0 pieces
Black (X) has captured 0 pieces

A B C D E F G H J K L M N O P Q R S TLast move: Black C4
 19 . . . . . . . . . . . . . . . . . . . 19
 18 . . . . . . . . . . . . . . . . . . . 18
 17 . . . . 

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 repeatedly,
it takes a few minutes before X finally restarts.
In the meanwhile the system is completely unusable.

Regards,


Felix

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (890, 'testing'), (860, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mozilla-calendar depends on:
ii  mozilla-browser   2:1.7.10-1 The Mozilla Internet application s

mozilla-calendar recommends no packages.

-- no debconf information


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