Your message dated Tue, 02 Aug 2005 03:58:41 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314960: fixed in tea 10.1-1
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; 19 Jun 2005 17:28:10 +0000
>From [EMAIL PROTECTED] Sun Jun 19 10:28:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d029163.adsl.hansenet.de (localhost.localdomain) [80.171.29.163] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Dk3ab-0005Xu-00; Sun, 19 Jun 2005 10:28:09 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1Dk3aa-0002gD-GA; Sun, 19 Jun 2005 19:28:08 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: tea: FTBFS (amd64/gcc-4.0): static declaration of 'lookup_widget2' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 19 Jun 2005 19:28:08 +0200
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: tea
Version: 9.0-1
Severity: normal
Tags: patch

When building 'tea' on amd64/unstable with gcc-4.0,
I get the following error:

x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-DPACKAGE_DATA_DIR=\""/usr/share"\"       
-DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"    -DXTHREADS 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -Wall -g -O2 -w -s 
-pipe -c tea_about.c
tea_about.c:44: error: static declaration of 'cb_on_bt_close' follows 
non-static declaration
tea_gtk_utils.h:14: error: previous declaration of 'cb_on_bt_close' was here
make[3]: *** [tea_about.o] Error 1
make[3]: Leaving directory `/tea-9.0/src'

With the attached patch 'tea' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/tea-9.0/src/tea_about.c ./src/tea_about.c
--- ../tmp-orig/tea-9.0/src/tea_about.c 2005-04-22 14:53:08.000000000 +0200
+++ ./src/tea_about.c   2005-06-19 19:12:56.000000000 +0200
@@ -40,7 +40,7 @@
 }
 
 
-static void cb_on_bt_close (GtkObject *object, GtkWidget *w) 
+static void about_cb_on_bt_close (GtkObject *object, GtkWidget *w) 
 {
   window_destroy (w);
 }
@@ -166,7 +166,7 @@
   
   GTK_WIDGET_SET_FLAGS (bt_close, GTK_CAN_DEFAULT);
 
-  g_signal_connect (bt_close, "clicked", G_CALLBACK (cb_on_bt_close), 
wnd_about);
+  g_signal_connect (bt_close, "clicked", G_CALLBACK (about_cb_on_bt_close), 
wnd_about);
 
   gtk_widget_grab_focus (bt_close);
   gtk_widget_grab_default (bt_close);

---------------------------------------
Received: (at 314960-close) by bugs.debian.org; 2 Aug 2005 10:59:44 +0000
>From [EMAIL PROTECTED] Tue Aug 02 03:59:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1DzuTp-0004IE-00; Tue, 02 Aug 2005 03:58:41 -0700
From: Lior Kaplan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#314960: fixed in tea 10.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Tue, 02 Aug 2005 03:58:41 -0700
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=-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: 4

Source: tea
Source-Version: 10.1-1

We believe that the bug you reported is fixed in the latest version of
tea, which is due to be installed in the Debian FTP archive:

tea-data_10.1-1_all.deb
  to pool/main/t/tea/tea-data_10.1-1_all.deb
tea_10.1-1.diff.gz
  to pool/main/t/tea/tea_10.1-1.diff.gz
tea_10.1-1.dsc
  to pool/main/t/tea/tea_10.1-1.dsc
tea_10.1-1_i386.deb
  to pool/main/t/tea/tea_10.1-1_i386.deb
tea_10.1.orig.tar.gz
  to pool/main/t/tea/tea_10.1.orig.tar.gz



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.
Lior Kaplan <[EMAIL PROTECTED]> (supplier of updated tea 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: Wed, 13 Jul 2005 23:03:28 +0300
Source: tea
Binary: tea-data tea
Architecture: source i386 all
Version: 10.1-1
Distribution: unstable
Urgency: low
Maintainer: Lior Kaplan <[EMAIL PROTECTED]>
Changed-By: Lior Kaplan <[EMAIL PROTECTED]>
Description: 
 tea        - small text editor with syntax highlighting & UTF support
 tea-data   - small text editor with syntax highlighting & UTF support
Closes: 308579 308768 311303 311304 314960
Changes: 
 tea (10.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: update author email.
   * teaed manpage updates. Closes: #308579, #308768, #311304
   * Upstream fix for changing the interface language on locale change. Closes: 
#311303
   * Upstream fix FTBFS on amd64/gcc-4.0. Closes: #314960
   * Split arch-independent files to tea-data package.
Files: 
 47dd2735613a9de138a228dab3d72b95 626 editors optional tea_10.1-1.dsc
 015388e7cd612da8d4daf0ee859d070b 508386 editors optional tea_10.1.orig.tar.gz
 2da5d3ec03a88dfec9ff5afda167ca61 6946 editors optional tea_10.1-1.diff.gz
 b16fb5726d4799c6ae72c2c56a6e5216 147256 editors optional tea_10.1-1_i386.deb
 7e98ab8019e7b84e418d30dfca385abf 245200 editors optional 
tea-data_10.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC7yevqeKiif08kWsRAkh9AJ4wFFkdIZT+XkArq6s6QoENIN7j1ACfbl+7
r8oO+4zVKsNWreHAaFAIzlU=
=tqf6
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to