Your message dated Fri, 29 Jan 2010 16:24:52 +0000
with message-id <e1nateo-0003b0...@ries.debian.org>
and subject line Bug#548211: fixed in pygtk 2.16.0-2
has caused the Debian Bug report #548211,
regarding FTBFS with GTK 2.18: assertion `GDK_IS_DRAWABLE (drawable)' failed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
548211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pygtk
Version: 2.16.0-1
Severity: important
Justification: fails to build from source
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Trying to rebuild against GTK 2.18 fails:
> make[3]: Entering directory `/home/ashura/TEST/pygtk-2.16.0/build-2.5/tests'
> Xlib: extension "RANDR" missing on display ":99.0".
> ....................................................................Xlib:
> extension "RANDR" missing on display ":99.0".
> Xlib: extension "RANDR" missing on display ":99.0".
> ..
> Gdk-CRITICAL **: _gdk_drawable_get_source_drawable: assertion
> `GDK_IS_DRAWABLE (drawable)' failed
> aborting...
- -- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkq7hmAACgkQYfUFJ3ewsJjPHwCdFqScOAtKZJCH1CuA5Xq5nw8X
MicAn1/gb0EnWfi9t0vvj0CG3xWWCzyp
=8fiV
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: pygtk
Source-Version: 2.16.0-2
We believe that the bug you reported is fixed in the latest version of
pygtk, which is due to be installed in the Debian FTP archive:
pygtk_2.16.0-2.diff.gz
to main/p/pygtk/pygtk_2.16.0-2.diff.gz
pygtk_2.16.0-2.dsc
to main/p/pygtk/pygtk_2.16.0-2.dsc
python-glade2_2.16.0-2_i386.deb
to main/p/pygtk/python-glade2_2.16.0-2_i386.deb
python-gtk2-dbg_2.16.0-2_i386.deb
to main/p/pygtk/python-gtk2-dbg_2.16.0-2_i386.deb
python-gtk2-dev_2.16.0-2_all.deb
to main/p/pygtk/python-gtk2-dev_2.16.0-2_all.deb
python-gtk2-doc_2.16.0-2_all.deb
to main/p/pygtk/python-gtk2-doc_2.16.0-2_all.deb
python-gtk2_2.16.0-2_i386.deb
to main/p/pygtk/python-gtk2_2.16.0-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 548...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luca Falavigna <dktrkr...@debian.org> (supplier of updated pygtk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 29 Jan 2010 14:41:14 +0100
Source: pygtk
Binary: python-gtk2 python-gtk2-dbg python-gtk2-dev python-glade2
python-gtk2-doc
Architecture: source i386 all
Version: 2.16.0-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <seb...@debian.org>
Changed-By: Luca Falavigna <dktrkr...@debian.org>
Description:
python-glade2 - GTK+ bindings: Glade support
python-gtk2 - Python bindings for the GTK+ widget set
python-gtk2-dbg - Python bindings for the GTK+ widget set (debug extension)
python-gtk2-dev - GTK+ bindings: devel files
python-gtk2-doc - Python bindings for the GTK+ widget set - documentation
Closes: 548211 551553 554915 567158
Changes:
pygtk (2.16.0-2) unstable; urgency=low
.
[ Josselin Mouette ]
* Remove .pyc files created by the test suite in the clean target.
Closes: #551553.
.
[ Loïc Minier ]
* Bump pango-dev bdep to 1.21.4 for pango_font_map_create_context(); thanks
Jonas Smedegaard; closes: #554915.
* Split make check in their own targets.
* Also make check for -dbg builds.
* Don't make check when nocheck is in DEB_BUILD_OPTIONS; thanks
Daniel Schepler.
* Set PYTHON= properly during make check.
* Pass "-screen 0 1280x1024x24" to xvfb-run to override default 8 bpp depth
as it might cause surprize issues -- 8bpp hasn't been supported upstream
in the last months.
.
[ Josselin Mouette ]
* Drop references to version 2.0 in the description. Closes: #567158.
.
[ Luca Falavigna ]
* debian/patches/05_testPixmapCreateFromData.patch:
- Backport a patch taken from upstream SVN to disable a gdk test
which fails with RANDR extension (Closes: #548211).
* debian/patches/06_gdk.color_from_hsv.patch:
- Backport a patch taken from upstream SVN to fix incorrect
gtk.gdk.color_from_hsv definition.
* debian/control.in:
- Add python-cairo-dbg and python-gobject-dbg to Build-Depends, they
are required to successfully run tests at build time.
- Drop duplicate autotools-dev build-dependency.
- Depend on ${misc:Depends} for python-gtk2-dev and python-gtk2-dbg.
- Bump Standards-Version to 3.8.4, no changes needed.
.
[ Loïc Minier ]
* Pass -screen to xvfb-run after the -s command-line flag and with -noreset.
Checksums-Sha1:
72ca8780b82baa534714b18bcacb3c8f852d588c 1998 pygtk_2.16.0-2.dsc
dfd3349333272c3e1c55a6a8cd9ac29075030cd2 16988 pygtk_2.16.0-2.diff.gz
ab9d5216e174b4cb40a6a26cf7214b4df41aa7b6 1398884 python-gtk2_2.16.0-2_i386.deb
8d358f6a4a9cf3579d6e4f5f58f3f55f90a9a4fa 5630190
python-gtk2-dbg_2.16.0-2_i386.deb
a6aeb17a63a9b866ccea8a82e61a17a5a2d690e9 28208 python-glade2_2.16.0-2_i386.deb
1d03e7830771dbb26402d42d8d124d0fd96d45e0 151794
python-gtk2-dev_2.16.0-2_all.deb
71982df9f9933e4b67349728198e57978836aefa 1348244
python-gtk2-doc_2.16.0-2_all.deb
Checksums-Sha256:
85bed63dd84de4616431b1347268dacd8cf3fa8564cd61d6aa193b24d5b7dcbe 1998
pygtk_2.16.0-2.dsc
9fb01f704908e2c7f1a9558a7297679823e3a99aef64f8af18ddfb725a055623 16988
pygtk_2.16.0-2.diff.gz
31934433c8a611ac76cb4b409608584a53e515ca0aaf5cf79fd615f63de4c785 1398884
python-gtk2_2.16.0-2_i386.deb
e7266160296305f5ffac7bff9043cd870d66c2e569ccf38a2fb00ff26c765df6 5630190
python-gtk2-dbg_2.16.0-2_i386.deb
77ea621cd00457124de7473b71f15bb4c54821291f2084af9aa520e1c315c417 28208
python-glade2_2.16.0-2_i386.deb
4ceef1260d2dcd0741ff28615d147b2a020c39a1e4fabc001447d97d981bc239 151794
python-gtk2-dev_2.16.0-2_all.deb
31041c120c83a2093af70d6f7d8a38f2c32eb08989f9f3e8d8256bae765706c1 1348244
python-gtk2-doc_2.16.0-2_all.deb
Files:
01528d0712c05cb4a31cc5a9a79341e2 1998 python optional pygtk_2.16.0-2.dsc
14977a4f17b6641de9f1576d4808a5fd 16988 python optional pygtk_2.16.0-2.diff.gz
287b3a2794a299d2841d60dbf4324a69 1398884 python optional
python-gtk2_2.16.0-2_i386.deb
daf1698bba6b8fb9c3aa0a4bdf761be8 5630190 debug extra
python-gtk2-dbg_2.16.0-2_i386.deb
243e0a92aeb8c9084e7672a7c3744ebd 28208 python optional
python-glade2_2.16.0-2_i386.deb
b11607648ba4a4a193c3f0ad1a7580cf 151794 python optional
python-gtk2-dev_2.16.0-2_all.deb
2bea1227153432404b3250c426b9e2a1 1348244 doc optional
python-gtk2-doc_2.16.0-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkti6lMACgkQnXjXEYa8KlBpAACdHBjiEXAdU7nKqGlwljpLk64b
6EwAoLLihc2e+2/7D4JsBSk8YJt4r1To
=fxVm
-----END PGP SIGNATURE-----
--- End Message ---