Your message dated Wed, 28 Dec 2005 08:55:04 +0100
with message-id <[EMAIL PROTECTED]>
and subject line jpilot-mail: 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; 20 Dec 2004 14:40:05 +0000
>From [EMAIL PROTECTED] Mon Dec 20 06:40:05 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c219139.adsl.hansenet.de (localhost.localdomain) 
[213.39.219.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CgOhg-0007JP-00; Mon, 20 Dec 2004 06:40:05 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CgOmO-0000cK-43; Mon, 20 Dec 2004 15:44:56 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: jpilot-mail: FTBFS (amd64/gcc-4.0): static declaration of 
'glob_mymail_list' follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 15:44:56 +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: jpilot-mail
Severity: normal
Tags: patch

When building 'jpilot-mail' on amd64 with gcc-4.0,
I get the following error:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -D_REENTRANT -fPIC -D_GNU_SOURCE 
-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 
-I/usr/include -DLOG_WARNING=4 -DLOG_ALERT=1 -DLOG_NOTICE=5 -MT mail.lo -MD -MP 
-MF .deps/mail.Tpo -c mail.c  -fPIC -DPIC -o .libs/mail.o
mail.c:59: error: static declaration of 'glob_mymail_list' follows non-static 
declaration
mail.h:84: error: previous declaration of 'glob_mymail_list' was here
mail.c: In function 'prefs_read':
mail.c:205: warning: passing argument 2 of 'getline' from incompatible pointer 
type
mail.c: In function 'jp_pc_mail_write':
mail.c:1010: warning: pointer targets in passing argument 2 of 'pack_Mail' 
differ in signedness
mail.c: In function 'mail_delete':
mail.c:1037: warning: pointer targets in passing argument 2 of 'pack_Mail' 
differ in signedness
mail.c: In function 'make_menus':
mail.c:1214: warning: implicit declaration of function 'multibyte_safe_strncpy'
mail.c:1215: warning: pointer targets in passing argument 1 of 'jp_charset_p2j' 
differ in signedness
make[3]: *** [mail.lo] Error 1
make[3]: Leaving directory `/jpilot-mail-0.1.7/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/jpilot-mail-0.1.7/src/mail.c ./src/mail.c
--- ../tmp-orig/jpilot-mail-0.1.7/src/mail.c    2004-07-18 20:23:22.000000000 
+0200
+++ ./src/mail.c        2004-12-20 15:26:16.644928944 +0100
@@ -56,7 +56,7 @@
 static int show_category = 0;
 static int glob_row_selected;
 
-static struct MyMail *glob_mymail_list = NULL;
+struct MyMail *glob_mymail_list = NULL;
 
 struct Preferences prefs;
 struct MailSyncPref mailSyncPref;

---------------------------------------
Received: (at 286487-done) by bugs.debian.org; 28 Dec 2005 07:55:19 +0000
>From [EMAIL PROTECTED] Tue Dec 27 23:55:19 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 1ErW9X-0003SE-9W
        for [EMAIL PROTECTED]; Tue, 27 Dec 2005 23:55:19 -0800
Received: from aj by kat.ainf.net with local (Exim 4.54)
        id 1ErW9I-0005BY-JD; Wed, 28 Dec 2005 08:55:04 +0100
To: [EMAIL PROTECTED]
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: jpilot-mail: FTBFS
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 28 Dec 2005 08:55:04 +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: 22

The package has been removed from unstable.


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

Reply via email to