Your message dated Fri, 20 Jan 2006 05:32:10 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#348994: fixed in gtk-sharp2 2.4.0-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Jan 2006 10:30:32 +0000
>From [EMAIL PROTECTED] Fri Jan 20 02:30:32 2006
Return-path: <[EMAIL PROTECTED]>
Received: from 1-1-1-9a.ghn.gbg.bostream.se ([82.182.69.4]
helo=scream.fjortis.info)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EztTv-0003uj-6v
for [EMAIL PROTECTED]; Fri, 20 Jan 2006 02:27:01 -0800
Received: from gem by scream.fjortis.info with local (Exim 4.50)
id 1EztIK-0001lX-Jz
for [EMAIL PROTECTED]; Fri, 20 Jan 2006 11:15:00 +0100
Date: Fri, 20 Jan 2006 11:15:00 +0100
From: Andreas Henriksson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Workaround bug in pkg-config, fix gtk-sharp2 FTBFS.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="2oS5YaxWCcQjTEyO"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: gtk-sharp2
Version: 2.4.0-1
Severity: wishlist
Tags: patch
gtk-sharp2 fails to build because of this bug in pkg-config:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340904
A failing build log can be found here (search for "vte.h:"):
http://amd64.ftbfs.de/fetch.php?&pkg=gtk-sharp2&ver=2.4.0-1&arch=amd64&stamp=1137614224&file=log&as=raw
Looking at the dates and the discussion in #340904 I'd guess the
real solution will take some time. It would be nice if you could work
around the bug by adding the attached file to gtk-sharp2's
debian/patches/ (and set it executable plus add the filename to
debian/patches/00list), to allow gtk-sharp2 to build while waiting for
the real solution.
Regards,
Andreas Henriksson
--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="02_workaround-340904.dpatch"
#!/bin/sh /usr/share/dpatch/dpatch-run
@DPATCH@
diff -uri gtk-sharp2-2.4.0.orig/vte/glue/Makefile.am
gtk-sharp2-2.4.0/vte/glue/Makefile.am
--- gtk-sharp2-2.4.0.orig/vte/glue/Makefile.am 2005-05-16 21:07:27.000000000
+0200
+++ gtk-sharp2-2.4.0/vte/glue/Makefile.am 2006-01-20 10:55:53.000000000
+0100
@@ -14,7 +14,7 @@
libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
-INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) -I$(top_srcdir)
+INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
libvtesharpglue.dll: $(libvtesharpglue_2_la_OBJECTS) libvtesharpglue.rc
libvtesharpglue.def
./build-dll libvtesharpglue-2 $(VERSION)
diff -uri gtk-sharp2-2.4.0.orig/vte/glue/Makefile.in
gtk-sharp2-2.4.0/vte/glue/Makefile.in
--- gtk-sharp2-2.4.0.orig/vte/glue/Makefile.in 2005-11-03 20:07:27.000000000
+0100
+++ gtk-sharp2-2.4.0/vte/glue/Makefile.in 2006-01-20 10:56:08.000000000
+0100
@@ -262,7 +262,7 @@
nodist_libvtesharpglue_2_la_SOURCES = generated.c
libvtesharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
-INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) -I$(top_srcdir)
+INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
CLEANFILES = lib*.a lib*.dll
all: all-am
--2oS5YaxWCcQjTEyO--
---------------------------------------
Received: (at 348994-close) by bugs.debian.org; 20 Jan 2006 13:41:46 +0000
>From [EMAIL PROTECTED] Fri Jan 20 05:41:46 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EzwN8-0001ci-3Z; Fri, 20 Jan 2006 05:32:10 -0800
From: Debian Mono Group <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#348994: fixed in gtk-sharp2 2.4.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 20 Jan 2006 05:32:10 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: gtk-sharp2
Source-Version: 2.4.0-2
We believe that the bug you reported is fixed in the latest version of
gtk-sharp2, which is due to be installed in the Debian FTP archive:
gtk-sharp2-examples_2.4.0-2_all.deb
to pool/main/g/gtk-sharp2/gtk-sharp2-examples_2.4.0-2_all.deb
gtk-sharp2-gapi_2.4.0-2_i386.deb
to pool/main/g/gtk-sharp2/gtk-sharp2-gapi_2.4.0-2_i386.deb
gtk-sharp2_2.4.0-2.diff.gz
to pool/main/g/gtk-sharp2/gtk-sharp2_2.4.0-2.diff.gz
gtk-sharp2_2.4.0-2.dsc
to pool/main/g/gtk-sharp2/gtk-sharp2_2.4.0-2.dsc
gtk-sharp2_2.4.0-2_all.deb
to pool/main/g/gtk-sharp2/gtk-sharp2_2.4.0-2_all.deb
libgconf2.0-cil_2.4.0-2_all.deb
to pool/main/g/gtk-sharp2/libgconf2.0-cil_2.4.0-2_all.deb
libglade2.0-cil_2.4.0-2_i386.deb
to pool/main/g/gtk-sharp2/libglade2.0-cil_2.4.0-2_i386.deb
libglib2.0-cil_2.4.0-2_i386.deb
to pool/main/g/gtk-sharp2/libglib2.0-cil_2.4.0-2_i386.deb
libgnome2.0-cil_2.4.0-2_i386.deb
to pool/main/g/gtk-sharp2/libgnome2.0-cil_2.4.0-2_i386.deb
libgtk2.0-cil_2.4.0-2_i386.deb
to pool/main/g/gtk-sharp2/libgtk2.0-cil_2.4.0-2_i386.deb
libvte2.0-cil_2.4.0-2_i386.deb
to pool/main/g/gtk-sharp2/libvte2.0-cil_2.4.0-2_i386.deb
monodoc-gtk2.0-manual_2.4.0-2_all.deb
to pool/main/g/gtk-sharp2/monodoc-gtk2.0-manual_2.4.0-2_all.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.
Debian Mono Group <[EMAIL PROTECTED]> (supplier of updated gtk-sharp2 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, 20 Jan 2006 11:58:45 +0100
Source: gtk-sharp2
Binary: monodoc-gtk2.0-manual gtk-sharp2-examples gtk-sharp2-gapi
libgnome2.0-cil libgtk2.0-cil libvte2.0-cil libgconf2.0-cil gtk-sharp2
libglib2.0-cil libglade2.0-cil
Architecture: source i386 all
Version: 2.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mono Group <[EMAIL PROTECTED]>
Changed-By: Debian Mono Group <[EMAIL PROTECTED]>
Description:
gtk-sharp2 - Gtk# 2.4 suite, CLI bindings for GTK+ and GNOME
gtk-sharp2-examples - sample applications for the Gtk# 2.4 toolkit
gtk-sharp2-gapi - C source parser and C# code generator for GObject based APIs
libgconf2.0-cil - CLI binding for GConf 2.6
libglade2.0-cil - CLI binding for the Glade libraries 2.4
libglib2.0-cil - CLI binding for the GLib utility library 2.4
libgnome2.0-cil - CLI binding for GNOME 2.6
libgtk2.0-cil - CLI binding for the GTK+ toolkit 2.4
libvte2.0-cil - CLI binding for VTE 0.11
monodoc-gtk2.0-manual - compiled XML documentation for Gtk# 2.4
Closes: 348994
Changes:
gtk-sharp2 (2.4.0-2) unstable; urgency=low
.
* Mirco 'meebey' Bauer
+ Fixed debian/watch
+ Added debian/02_workaround-340904.dpatch by Andreas Henriksson
<[EMAIL PROTECTED]> (Closes: #348994):
- Changed Makefile.(am|in) to solve VTE build problems
Files:
cc6a01810a7867e458f39a54c851b79c 1434 libs optional gtk-sharp2_2.4.0-2.dsc
aa9f976ad9c5a51b5d5371a0d05a9fb7 9045 libs optional gtk-sharp2_2.4.0-2.diff.gz
7d0596a557073e4b9974e0b47782254b 112392 libs optional
gtk-sharp2_2.4.0-2_all.deb
d44b080735ce4d78f78623f0d58b250b 216552 libs optional
gtk-sharp2-examples_2.4.0-2_all.deb
2aee5ba027a359579c8024b84f30f146 122818 libs optional
libgconf2.0-cil_2.4.0-2_all.deb
1b5467723f531672a1cd1014d238d97c 2092218 doc extra
monodoc-gtk2.0-manual_2.4.0-2_all.deb
c0c7f817ba4896a30768bd3709c835f2 351484 libs optional
gtk-sharp2-gapi_2.4.0-2_i386.deb
24c0721a2b86f80da4c1ecdaa2638261 139742 libs optional
libglib2.0-cil_2.4.0-2_i386.deb
bfe8b0fca4cd6e4f51cf89ed3366520d 546008 libs optional
libgtk2.0-cil_2.4.0-2_i386.deb
ebfff87fb58828d619f619f185fec592 125880 libs optional
libglade2.0-cil_2.4.0-2_i386.deb
b0f33a3ee9a14d266ea8e4d3db984d52 300614 libs optional
libgnome2.0-cil_2.4.0-2_i386.deb
17b605880285c468970165b4a5f8bf40 134900 libs optional
libvte2.0-cil_2.4.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD0OKV4XrXtQkN2NURAoZzAJ0U0rhRbW2G1hQeSfDWejOkcflWXQCcDmuk
A20LmPGIiR+VNDkBcW9AuoI=
=Y879
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]