Your message dated Tue, 12 Jul 2005 07:47:18 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314884: fixed in autoprofile 2.10-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; 19 Jun 2005 06:35:46 +0000
>From [EMAIL PROTECTED] Sat Jun 18 23:35:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c225155.adsl.hansenet.de (localhost.localdomain) 
[213.39.225.155] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DjtPF-0002pa-00; Sat, 18 Jun 2005 23:35:45 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DjtP2-0005fj-6W; Sun, 19 Jun 2005 08:35:32 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: autoprofile: FTBFS (amd64/gcc-4.0): static declaration of 'awayqueue' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 19 Jun 2005 08:35:32 +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: autoprofile
Version: 2.10-1
Severity: normal
Tags: patch

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

gcc -O2 -Wall -fpic -g -I../gaim -I../gaim/src -I../.. -I../../src 
-I/usr/include/gaim -I/usr/include/gaim/src -I/usr/include 
-I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include 
-I/usr/include -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/lib/glib-2.0/include 
-I/usr/lib/gtk-2.0/include `pkg-config --cflags gtk+-2.0 gaim` -DHAVE_CONFIG_H 
-c src/gtk_away_msgs.c -o src/gtk_away_msgs.o
src/gtk_away_msgs.c:64: error: static declaration of 'awayqueue' follows 
non-static declaration
/usr/include/gaim/away.h:42: error: previous declaration of 'awayqueue' was here
src/gtk_away_msgs.c:66: error: static declaration of 'awayqueuestore' follows 
non-static declaration
/usr/include/gaim/away.h:43: error: previous declaration of 'awayqueuestore' 
was here
make[1]: *** [src/gtk_away_msgs.o] Error 1
make[1]: Leaving directory `/autoprofile-2.10'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/autoprofile-2.10/src/gtk_away_msgs.c ./src/gtk_away_msgs.c
--- ../tmp-orig/autoprofile-2.10/src/gtk_away_msgs.c    2004-09-03 
20:41:23.000000000 +0200
+++ ./src/gtk_away_msgs.c       2005-06-19 08:29:29.000000000 +0200
@@ -61,6 +61,9 @@
 
 /* Queue variables */
 static GtkWidget *awayqueuebox = NULL;
+#define awayqueue local_awayqueue
+#define awayqueuesw local_awayqueuesw
+#define awayqueuestore local_awayqueuestore
 static GtkWidget *awayqueue = NULL;
 static GtkWidget *awayqueuesw = NULL;
 static GtkListStore *awayqueuestore = NULL;

---------------------------------------
Received: (at 314884-close) by bugs.debian.org; 12 Jul 2005 11:52:45 +0000
>From [EMAIL PROTECTED] Tue Jul 12 04:52:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DsJJd-0004ns-00; Tue, 12 Jul 2005 04:52:45 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DsJEM-0006X7-00; Tue, 12 Jul 2005 07:47:18 -0400
From: Joshua Kwan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314884: fixed in autoprofile 2.10-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Jul 2005 07:47:18 -0400
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=-4.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,WIFE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: autoprofile
Source-Version: 2.10-2

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

autoprofile_2.10-2.diff.gz
  to pool/main/a/autoprofile/autoprofile_2.10-2.diff.gz
autoprofile_2.10-2.dsc
  to pool/main/a/autoprofile/autoprofile_2.10-2.dsc
gaim-autoprofile_2.10-2_i386.deb
  to pool/main/a/autoprofile/gaim-autoprofile_2.10-2_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.
Joshua Kwan <[EMAIL PROTECTED]> (supplier of updated autoprofile 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: Tue, 12 Jul 2005 13:48:05 +0300
Source: autoprofile
Binary: gaim-autoprofile
Architecture: source i386
Version: 2.10-2
Distribution: unstable
Urgency: low
Maintainer: Joshua Kwan <[EMAIL PROTECTED]>
Changed-By: Joshua Kwan <[EMAIL PROTECTED]>
Description: 
 gaim-autoprofile - template-based profile generator for Gaim
Closes: 314884
Changes: 
 autoprofile (2.10-2) unstable; urgency=low
 .
   * Apply patch to fix build with gcc 4.x, thanks Andreas Jochens.
     closes: #314884
   * Use dh_gaim to calculate the gaim dependency, thanks Ari Pollak for
     notifying me about this.
   * Bump Standards-Version to 3.6.2 (no policy-related changes needed.)
Files: 
 1caf94cc3dca8bb5b96f64c3d86220c8 1251 net extra autoprofile_2.10-2.dsc
 377d4191c57fe7ddae401ccda9892425 2943 net extra autoprofile_2.10-2.diff.gz
 ad48b91ae17649545a8027ed7c1cbacc 50728 net extra 
gaim-autoprofile_2.10-2_i386.deb

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

iQIVAwUBQtOmo6OILr94RG8mAQLt5xAAlazRbvxUi5QkikxgmVAWSL48M/YeGHDT
fnrw1ArwfZRVNpY8lSq6Rv/OlyC4wh/z2eAiXoYuij6K/9DC8t4i1T2VJl4KtAXZ
LR6n/N42qRaIkmhpLASZZjAqEPzaf45NbOVjHKSYSRGHsdhArfZCg0X4Y+4lHUqd
1u/PlLfXoUw8ivEZt2MctmexPg8YBzMvnI5uIqXdKg749zs3R7YduUS0UFm9SFJ4
xcqDrZ8LDm9CNrsHWHTQAM40rwCdRDBQnH0nG5i24+7SaWSE+G0qZfzf19VlQ5Ai
c92Tg1HD1tURsG/zzecmjBls/+FDFXEQIGDUd7ZHSVPBzOqOZi7PrTwvqKfas4tn
dEPMJZ5x3fPCSype3gjXgILXn9lII3IkTRswlxWdgDPWGtUEb0pHli86TIs4ZPMm
LdQOY62gNz9n5w/6fypClGIV3NWwhEui3+VVycV9LoFcj+Xfcr3GvpP0zw4izX8g
xwkwiVEPTCUiMZzzy+CBIZJtyvg3mmWwQ5/nBlLO6R8g7kR2AcBHgo1eLqxNfwaZ
WtF7xkXKV8Z81m7ee7Kvtab7CbQ6tWV5uH2SVeF4lYamvSaUsY97b6VcXFW5MlUD
HRCd7EmgtQ9QBxGwWgJelm5AC8tqhTgUdzeT+YnXK+3KM6vPCNbG7Jmbae83negC
RTj6u1XIhYs=
=9u2n
-----END PGP SIGNATURE-----


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

Reply via email to