Your message dated Wed, 28 Dec 2005 08:23:26 +0100 with message-id <[EMAIL PROTECTED]> and subject line gtkhtml3.0: FTBFS 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; 22 Dec 2004 23:54:11 +0000 >From [EMAIL PROTECTED] Wed Dec 22 15:54:11 2004 Return-path: <[EMAIL PROTECTED]> Received: from c214166.adsl.hansenet.de (localhost.localdomain) [213.39.214.166] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1ChGJ1-0005aQ-00; Wed, 22 Dec 2004 15:54:11 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1ChGNr-00022H-DP; Thu, 23 Dec 2004 00:59:11 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: gtkhtml3.0: FTBFS (amd64/gcc-4.0): static declaration of 'html_cluealigned_class' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Thu, 23 Dec 2004 00:59:11 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: gtkhtml3.0 Severity: normal Tags: patch When building 'gtkhtml3.0' on amd64 with gcc-4.0, I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I/usr/include -DORBIT2=1 -pthread -DXTHREADS -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libglade-2.0 -I/usr/include/gal-2.0 -I/usr/include/soup-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_LOG_DOMAIN=\"gtkhtml\" -DSRCDIR=\".\" -DPREFIX=\"/usr\" -DICONDIR=\"/usr/share/gtkhtml-3.0/icons\" -g -O2 -Wp,-MD,.deps/htmlcluealigned.pp -c htmlcluealigned.c -fPIC -DPIC -o .libs/htmlcluealigned.o htmlcluealigned.c:29: error: static declaration of 'html_cluealigned_class' follows non-static declaration htmlcluealigned.h:41: error: previous declaration of 'html_cluealigned_class' was here make[3]: *** [htmlcluealigned.lo] Error 1 make[3]: Leaving directory `/gtkhtml3.0-3.0.10/build-tree/gtkhtml-3.0.10/src' With the attached patch 'gtkhtml3.0' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/gtkhtml3.0-3.0.10/debian/patches/gcc4-fix.patch ./debian/patches/gcc4-fix.patch --- ../tmp-orig/gtkhtml3.0-3.0.10/debian/patches/gcc4-fix.patch 1970-01-01 01:00:00.000000000 +0100 +++ ./debian/patches/gcc4-fix.patch 2004-12-23 00:06:53.899551448 +0100 @@ -0,0 +1,13 @@ +diff -urN tmp/src/htmlcluealigned.h gtkhtml-3.0.10/src/htmlcluealigned.h +--- tmp/src/htmlcluealigned.h 2001-05-21 14:47:11.000000000 +0200 ++++ gtkhtml-3.0.10/src/htmlcluealigned.h 2004-12-23 00:06:33.452659848 +0100 +@@ -38,9 +38,6 @@ + }; + + +-extern HTMLClueAlignedClass html_cluealigned_class; +- +- + void html_cluealigned_type_init (void); + void html_cluealigned_class_init (HTMLClueAlignedClass *klass, + HTMLType type, --------------------------------------- Received: (at 286929-done) by bugs.debian.org; 28 Dec 2005 07:23:35 +0000 >From [EMAIL PROTECTED] Tue Dec 27 23:23:35 2005 Return-path: <[EMAIL PROTECTED]> Received: from e176043018.adsl.alicedsl.de ([85.176.43.18] helo=kat.ainf.net) by spohr.debian.org with esmtp (Exim 4.50) id 1ErVeo-0001vI-VA for [EMAIL PROTECTED]; Tue, 27 Dec 2005 23:23:35 -0800 Received: from aj by kat.ainf.net with local (Exim 4.54) id 1ErVeg-0007E1-29; Wed, 28 Dec 2005 08:23:26 +0100 To: [EMAIL PROTECTED] From: Andreas Jochens <[EMAIL PROTECTED]> Subject: gtkhtml3.0: FTBFS Message-Id: <[EMAIL PROTECTED]> Date: Wed, 28 Dec 2005 08:23:26 +0100 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 15 The package has been removed from unstable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]