[Python-modules-team] Bug#556195: python-cairo fails to install with segfault

Jakub Wilk ubanus at users.sf.net
Mon Nov 23 22:16:05 UTC 2009


* Andreas Barth <aba at not.so.argh.org>, 2009-11-14, 08:50:
>this package couldn't be installed during the build of mssh on mipsel,
>see
>Selecting previously deselected package python-cairo.
>Unpacking python-cairo (from .../python-cairo_1.8.6-1_mipsel.deb) ...
>[...]
>Setting up python-cairo (1.8.6-1) ...
>Segmentation fault
>dpkg: error processing python-cairo (--configure):
> subprocess installed post-installation script returned error exit status 139
>Setting up python-gobject (2.20.0-1) ...
>Setting up python-numpy (1:1.3.0-3) ...

I seriously doubt this is a problem with python-cairo. In fact, its 
postinst script is simple and looks 100% harmless:

$ dpkg-deb -e python-cairo_1.8.6-1_i386.deb && cat DEBIAN/postinst
#!/bin/sh
set -e
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
          update-python-modules  python-cairo.public
fi
# End automatically added section


I also tried to reproduce this bug on a QEMU mipsel machine but without 
any "luck": mssh was built correctly.

-- 
Jakub Wilk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20091123/5e31bbfa/attachment.pgp>


More information about the Python-modules-team mailing list