Your message dated Fri, 30 Jun 2006 09:47:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#376013: fixed in pygtk 2.8.6-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: planner
Version: 0.14-6
Severity: serious
Tags: patch
When building 'planner' in a clean 'unstable' chroot,
I get the following error:
make[3]: Entering directory `/planner-0.14/python'
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I../src -I/usr/include/python2.3 -I/usr/include/pygtk-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/freetype2
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0
-I/usr/include/libxml2 -I/usr/include/libglade-2.0
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2
-Wno-missing-declarations -Wno-missing-prototypes -g -Wall -O2 -c -o
planner_la-plannermodule.lo `test -f 'plannermodule.c' || echo
'./'`plannermodule.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/usr/include/python2.3
-I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/freetype2
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0
-I/usr/include/libxml2 -I/usr/include/libglade-2.0
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2
-Wno-missing-declarations -Wno-missing-prototypes -g -Wall -O2 -c
plannermodule.c -fPIC -DPIC -o .libs/planner_la-plannermodule.o
( cd . && /usr/bin/pygtk-codegen-2.0 \
--override planner.override \
--load-types planner-arg-types.py \
--register /usr/share/pygtk/2.0/defs/gtk-types.defs \
--prefix planner planner.defs ) > gen-planner.c \
&& cp gen-planner.c planner.c \
&& rm -f gen-planner.c
/usr/bin/pygtk-codegen-2.0: line 11: /usr/bin/python2.4: No such file or
directory
/usr/bin/pygtk-codegen-2.0: line 11: exec: /usr/bin/python2.4: cannot execute:
No such file or directory
make[3]: *** [planner.c] Error 126
make[3]: Leaving directory `/planner-0.14/python'
Regards
Andreas Jochens
diff -urN ../tmp-orig/planner-0.14/debian/control ./debian/control
--- ../tmp-orig/planner-0.14/debian/control 2006-06-30 12:30:16.000000000
+0000
+++ ./debian/control 2006-06-30 12:30:14.000000000 +0000
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Martin-Ãric Racine <[EMAIL PROTECTED]>
-Build-Depends: autotools-dev, cdbs (>= 0.4.23-1.1), debhelper (>= 5),
desktop-file-utils, dpkg-dev (>= 1.13.19), gtk-doc-tools, intltool, libgda2-dev
(>= 1.2.1), libgnomeui-dev (>= 2.6), libgnomeprintui2.2-dev (>= 2.6),
libgsf-gnome-1-dev, libncurses5-dev, libtool, python-dev (>= 2.2),
python-gtk2-dev, scrollkeeper
+Build-Depends: autotools-dev, cdbs (>= 0.4.23-1.1), debhelper (>= 5),
desktop-file-utils, dpkg-dev (>= 1.13.19), gtk-doc-tools, intltool, libgda2-dev
(>= 1.2.1), libgnomeui-dev (>= 2.6), libgnomeprintui2.2-dev (>= 2.6),
libgsf-gnome-1-dev, libncurses5-dev, libtool, python2.4-dev, python-dev (>=
2.2), python-gtk2-dev, scrollkeeper
Standards-Version: 3.7.2
Package: planner
--- End Message ---
--- Begin Message ---
Source: pygtk
Source-Version: 2.8.6-3
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.8.6-3.diff.gz
to pool/main/p/pygtk/pygtk_2.8.6-3.diff.gz
pygtk_2.8.6-3.dsc
to pool/main/p/pygtk/pygtk_2.8.6-3.dsc
python-glade2_2.8.6-3_i386.deb
to pool/main/p/pygtk/python-glade2_2.8.6-3_i386.deb
python-gtk2-dev_2.8.6-3_all.deb
to pool/main/p/pygtk/python-gtk2-dev_2.8.6-3_all.deb
python-gtk2_2.8.6-3_i386.deb
to pool/main/p/pygtk/python-gtk2_2.8.6-3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Loic Minier <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 30 Jun 2006 18:28:01 +0200
Source: pygtk
Binary: python-glade2 python-gtk2 python-gtk2-dev
Architecture: source i386 all
Version: 2.8.6-3
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description:
python-glade2 - GTK+ bindings: Glade support
python-gtk2 - Python bindings for the GTK+ widget set
python-gtk2-dev - GTK+ bindings: devel files
Closes: 376013 376027
Changes:
pygtk (2.8.6-3) unstable; urgency=low
.
* New dpatch, 10_use-default-python, to use $PYTHON when non-empty or the
/usr/bin/python interpreter otherise in pygtk-codegen-2.0 instead of using
the build-time Python interpreter. (Closes: #376013, #376027)
Files:
96c4e51d793962c062e1aee82d05fa70 1645 python optional pygtk_2.8.6-3.dsc
f0772f1a1ccf24b8a518bea7824b3ef4 20452 python optional pygtk_2.8.6-3.diff.gz
10c8a3bed9c3c6ea3dcca7d3c1febc5d 1181818 python optional
python-gtk2_2.8.6-3_i386.deb
96b2a7b09be6fcc343a6f0ed847eb204 20800 python optional
python-glade2_2.8.6-3_i386.deb
f6884cc2e570b874d4b36d1e7efb573b 147454 python optional
python-gtk2-dev_2.8.6-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEpVQM4VUX8isJIMARAho9AKCETIP9osIzew1Vle47GE70+3xJUgCeNTFE
dkyq3Q1N59QXZv2NYOlKaj8=
=uHWm
-----END PGP SIGNATURE-----
--- End Message ---