Your message dated Sun, 7 Aug 2005 14:38:23 +0100 with message-id <[EMAIL PROTECTED]> and subject line Removed 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; 5 Jan 2005 18:39:04 +0000 >From [EMAIL PROTECTED] Wed Jan 05 10:39:03 2005 Return-path: <[EMAIL PROTECTED]> Received: from c196149.adsl.hansenet.de (localhost.localdomain) [213.39.196.149] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CmG3j-0003DV-00; Wed, 05 Jan 2005 10:39:03 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CmG9M-0000AA-LL; Wed, 05 Jan 2005 19:44:52 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: evolution: FTBFS (amd64/gcc-4.0): invalid storage class for function 'namespace_clear' Message-Id: <[EMAIL PROTECTED]> Date: Wed, 05 Jan 2005 19:44:52 +0100 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: evolution Severity: normal Tags: patch When building 'evolution' on amd64 with gcc-4.0, I get the following error: camel-imap-store-summary.c:233: warning: pointer targets in assignment differ in signedness camel-imap-store-summary.c:235: warning: pointer targets in return differ in signedness camel-imap-store-summary.c:273: warning: pointer targets in passing argument 1 of 'camel_utf8_utf7' differ in signedness camel-imap-store-summary.c:273: warning: pointer targets in assignment differ in signedness camel-imap-store-summary.c:275: warning: pointer targets in assignment differ in signedness camel-imap-store-summary.c:280: warning: pointer targets in assignment differ in signedness camel-imap-store-summary.c:285: warning: pointer targets in return differ in signedness camel-imap-store-summary.c: In function 'camel_imap_store_summary_namespace_set': camel-imap-store-summary.c:392: error: invalid storage class for function 'namespace_clear' make[5]: *** [camel-imap-store-summary.lo] Error 1 make[5]: Leaving directory `/evolution-2.0.3/camel/providers/imap' With the attached patch 'evolution' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/evolution-2.0.3/camel/providers/imap/camel-imap-store-summary.c ./camel/providers/imap/camel-imap-store-summary.c --- ../tmp-orig/evolution-2.0.3/camel/providers/imap/camel-imap-store-summary.c 2003-09-18 19:06:35.000000000 +0200 +++ ./camel/providers/imap/camel-imap-store-summary.c 2005-01-05 17:32:41.159163696 +0100 @@ -387,9 +387,10 @@ return ns; } +static void namespace_clear(CamelStoreSummary *s); + void camel_imap_store_summary_namespace_set(CamelImapStoreSummary *s, CamelImapStoreNamespace *ns) { - static void namespace_clear(CamelStoreSummary *s); d(printf("Setting namesapce to '%s' '%c' -> '%s'\n", ns->full_name, ns->sep, ns->path)); namespace_clear((CamelStoreSummary *)s); diff -urN ../tmp-orig/evolution-2.0.3/camel/providers/local/camel-maildir-summary.c ./camel/providers/local/camel-maildir-summary.c --- ../tmp-orig/evolution-2.0.3/camel/providers/local/camel-maildir-summary.c 2004-03-26 06:23:45.000000000 +0100 +++ ./camel/providers/local/camel-maildir-summary.c 2005-01-05 17:44:00.168938520 +0100 @@ -279,7 +279,8 @@ if (info) { d(printf("already seen uid '%s', just summarising instead\n", uid)); camel_folder_summary_info_free(s, mi); - mdi = (CamelMaildirMessageInfo *)mi = info; + mi = info; + mdi = (CamelMaildirMessageInfo *)mi; } /* with maildir we know the real received date, from the filename */ diff -urN ../tmp-orig/evolution-2.0.3/camel/providers/local/camel-mbox-summary.c ./camel/providers/local/camel-mbox-summary.c --- ../tmp-orig/evolution-2.0.3/camel/providers/local/camel-mbox-summary.c 2004-03-02 22:51:45.000000000 +0100 +++ ./camel/providers/local/camel-mbox-summary.c 2005-01-05 17:43:02.279739016 +0100 @@ -255,7 +255,8 @@ if ((info->flags & CAMEL_MESSAGE_FOLDER_NOTSEEN)) { info->flags &= ~CAMEL_MESSAGE_FOLDER_NOTSEEN; camel_folder_summary_info_free(s, mi); - mbi = (CamelMboxMessageInfo *)mi = info; + mi = info; + mbi = (CamelMboxMessageInfo *)mi; } else { add = 7; d(printf("seen '%s' before, adding anew\n", uid)); --------------------------------------- Received: (at 288794-done) by bugs.debian.org; 7 Aug 2005 13:38:33 +0000 >From [EMAIL PROTECTED] Sun Aug 07 06:38:33 2005 Return-path: <[EMAIL PROTECTED]> Received: from sorrow.cyrius.com [65.19.161.204] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E1lMH-0007nC-00; Sun, 07 Aug 2005 06:38:33 -0700 Received: by sorrow.cyrius.com (Postfix, from userid 10) id 616A764D54; Sun, 7 Aug 2005 13:38:33 +0000 (UTC) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id C9B1C8441; Sun, 7 Aug 2005 14:38:23 +0100 (BST) Date: Sun, 7 Aug 2005 14:38:23 +0100 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Removed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no version=2.60-bugs.debian.org_2005_01_02 This package has been removed: Superseded by evolution-data-server -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]