Bug#457658: rxvt-unicode 8.7-1 segfaults in ppc, merged to testing despites a previous bug report

2007-12-24 Thread Nicolas Trecourt
Package: rxvt-unicode
Version: 8.7-1
Severity: grave
Justification: renders package unusable


When starting urxvt on ppc, I got:
$ urxvt
urxvt: ./../libev/ev.c:1094: void timers_reify(): Assertion `(inactive timer 
on timer heap detected, (0 + ((ev_watcher *)(void *)(w))-active))' failed.
Aborted

The problem was reported in sid, and the package was still merged.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

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

Versions of packages rxvt-unicode depends on:
ii  base-passwd 3.5.16   Debian base system master password
ii  libafterimage0  2.2.7-1  imaging library designed for After
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-4GCC support library
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libperl5.8  5.8.8-12 Shared Perl library
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  librsvg2-2  2.18.2-1 SAX-based renderer library for SVG
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libungif4g  4.1.4-5+b1   shared library for GIF images
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  ncurses-base5.6+20071124-1   Descriptions of common terminal ty
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

rxvt-unicode recommends no packages.

-- no debconf information



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



Bug#387663: pygopherd: sid package broken (incompatible with python 2.4)

2006-09-15 Thread Nicolas Trecourt
Package: pygopherd
Version: 2.0.16
Severity: grave
Justification: renders package unusable


The default version of python in sid is 2.4, but the modules of 
pygopherd are installed only in /usr/share/pycentral/ (dh_pycentral).

python 2.4 use modules from /usr/lib/python2.4/site-packages/

We can specify python2.3 in /etc/init.d/pygopherd to force using the 
old version of python, or modify the rules script and make it 
future-safe

The following patch enables the package to work with python 2.4, but 
will broke python 2.3 compatibility.
Sorry I don't understand the python packaging system enough to provide a 
2.3/2.4 compatible one, like in 'python-imaging'

diff -rpuN pygopherd-2.0.16.orig/debian/control pygopherd-2.0.16/debian/control
--- pygopherd-2.0.16.orig/debian/control2006-09-11 16:10:13.0 
+0200
+++ pygopherd-2.0.16/debian/control 2006-09-15 20:17:08.0 +0200
@@ -2,10 +2,10 @@ Source: pygopherd
 Section: net
 Priority: optional
 Maintainer: John Goerzen [EMAIL PROTECTED]
-Build-Depends-Indep: python-central (= 0.5), debhelper ( 5.0.37.2), python, 
python (= 2.3)
+Build-Depends-Indep: python-central (= 0.5), debhelper ( 5.0.37.2), python 
(= 2.4)
 Build-Depends: debhelper (= 5.0.37.2), python-central (= 0.5)
 Standards-Version: 3.5.2
-XS-Python-Version: current, = 2.3
+XS-Python-Version: current, = 2.4
 
 Package: pygopherd
 Architecture: all
diff -rpuN pygopherd-2.0.16.orig/debian/rules pygopherd-2.0.16/debian/rules
--- pygopherd-2.0.16.orig/debian/rules  2006-09-11 16:10:13.0 +0200
+++ pygopherd-2.0.16/debian/rules   2006-09-15 20:16:44.0 +0200
@@ -89,7 +89,6 @@ binary-indep: build install
dh_installinfo
 #  dh_undocumented
dh_installchangelogs 
-   dh_pycentral
dh_python
dh_link
dh_strip

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

Versions of packages pygopherd depends on:
ii  logrotate 3.7.1-3Log rotation utility
ii  mime-support  3.37-1 MIME files 'mime.types'  'mailcap
ii  python2.4.3-11   An interactive high-level object-o
ii  python-simpletal  4.1-6  Simple TAL, TALES and METAL implem

pygopherd recommends no packages.

-- no debconf information


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