Your message dated Wed, 14 Jul 2010 05:25:57 +0200
with message-id <1279077957.5193.6.ca...@tomoyo>
and subject line Re: Bug#588984: libwnck:FTBFS: Couldn't find include 
'Gtk-2.0.gir' (search path: ['.', '/usr/share/gir-1.0', '/usr/share/gir-1.0', 
'/usr/share/gir-1.0'])
has caused the Debian Bug report #588984,
regarding libwnck:FTBFS: Couldn't find include 'Gtk-2.0.gir' (search path: 
['.', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
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.)


-- 
588984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588984
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libwnck
Version: 2.30.0-3
Severity: serious
Tags: patch

Hi,

Your package FTBFS on all architecture.
  https://buildd.debian.org/pkg.cgi?pkg=libwnck

-----
/usr/bin/g-ir-scanner --add-include-path=. --namespace=Wnck --nsversion=1.0 
--libtool="/bin/bash ../libtool"  --library=libwnck-1.la  --include=GObject-2.0 
--include=Gtk-2.0  -pthread -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/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/startup-notification-1.0 -I.. -DWNCK_I_KNOW_THIS_IS_UNSTABLE 
-DSN_API_NOT_YET_FROZEN=1 application.c class-group.c pager.c screen.c 
selector.c tasklist.c util.c window.c window-action-menu.c workspace.c 
libwnck.h pager.h application.h class-group.h screen.h selector.h tasklist.h 
util.h window.h window-action-menu.h workspace.h wnck-enum-types.h libwnck-1.la 
Makefile --output Wnck-1.0.gir
Couldn't find include 'Gtk-2.0.gir' (search path: ['.', '/usr/share/gir-1.0', 
'/usr/share/gir-1.0', '/usr/share/gir-1.0'])
make[3]: *** [Wnck-1.0.gir] Error 1
make[3]: Leaving directory 
`/build/buildd-libwnck_2.30.0-3-i386-OTPt4I/libwnck-2.30.0/libwnck'
-----

You have forgotten to add gir-repository-de to build-depends.
Could you check your package?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu 
        GPG ID: 3170EBE9 / 40AD1FA6
diff -Nru libwnck-2.30.0/debian/changelog libwnck-2.30.0/debian/changelog
--- libwnck-2.30.0/debian/changelog	2010-07-14 02:31:48.000000000 +0900
+++ libwnck-2.30.0/debian/changelog	2010-07-14 12:03:38.000000000 +0900
@@ -1,3 +1,10 @@
+libwnck (2.30.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add gir-repository-dev to Build-depnds.
+
+ -- Nobuhiro Iwamatsu <iwama...@debian.org>  Wed, 14 Jul 2010 12:02:55 +0900
+
 libwnck (2.30.0-3) unstable; urgency=low
 
   [ Sebastien Bacher ]
diff -Nru libwnck-2.30.0/debian/control libwnck-2.30.0/debian/control
--- libwnck-2.30.0/debian/control	2010-07-14 02:32:12.000000000 +0900
+++ libwnck-2.30.0/debian/control	2010-07-14 12:06:19.000000000 +0900
@@ -7,7 +7,7 @@
 Section: libs
 Priority: optional
 Maintainer: Josselin Mouette <j...@debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org>, Emilio Pozuelo Monfort <po...@debian.org>, Loic Minier <l...@dooz.org>, Sebastian Dröge <sl...@debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org>, Emilio Pozuelo Monfort <po...@debian.org>, Sebastian Dröge <sl...@debian.org>
 Standards-Version: 3.8.3
 Build-Depends: debhelper (>= 5),
                libgtk2.0-dev (>= 2.19.7),
@@ -32,7 +32,8 @@
                dpkg-dev (>= 1.13.19),
                gtk-doc-tools (>= 1.9),
                libglib2.0-doc,
-               libgtk2.0-doc
+               libgtk2.0-doc,
+               gir-repository-dev
 
 Package: libwnck22
 Architecture: any
diff -Nru libwnck-2.30.0/debian/control.in libwnck-2.30.0/debian/control.in
--- libwnck-2.30.0/debian/control.in	2010-07-03 04:05:53.000000000 +0900
+++ libwnck-2.30.0/debian/control.in	2010-07-14 12:06:13.000000000 +0900
@@ -27,7 +27,8 @@
                dpkg-dev (>= 1.13.19),
                gtk-doc-tools (>= 1.9),
                libglib2.0-doc,
-               libgtk2.0-doc
+               libgtk2.0-doc,
+               gir-repository-dev
 
 Package: libwnck22
 Architecture: any

--- End Message ---
--- Begin Message ---
Version: 2.30.0-4

Le mercredi 14 juillet 2010 à 12:18 +0900, Nobuhiro Iwamatsu a écrit :
> Your package FTBFS on all architecture.
>   https://buildd.debian.org/pkg.cgi?pkg=libwnck

Already fixed.

Cheers,
-- 
 .''`.      Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-    […] I will see what I can do for you.”  -- Jörg Schilling

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to