Your message dated Tue, 14 Jun 2005 11:55:56 +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; 11 Jul 2004 13:41:03 +0000
>From [EMAIL PROTECTED] Sun Jul 11 06:41:03 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c147245.adsl.hansenet.de (localhost) [213.39.147.245] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BjeZj-0004tq-00; Sun, 11 Jul 2004 06:41:03 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BjeZh-0005Fn-Pi; Sun, 11 Jul 2004 15:41:01 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gnofin: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 11 Jul 2004 15:41:01 +0200
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: gnofin
Severity: normal
Tags: patch

When building 'gnofin' with gcc-3.4 I get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./data-structure -I./dialogs  -I./widgets 
-I./preferences-pages  -I/usr/include -I/usr/include/gnome-1.0 
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 
-I../intl  -DG_LOG_DOMAIN=\"Gnofin\" -DGNOMELOCALEDIR=\""/usr/share/locale"\"  
-DGNOFIN_LIBDIR=\"/usr/lib\"  -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include  -g -O2 -Wall -Wunused  -DENABLE_SAFE_LIST_DEREF  -c 
ui.c
ui.c: In function `ui_remove_current_account':
ui.c:1136: error: label at end of compound statement
make[4]: *** [ui.o] Error 1
make[4]: Leaving directory `/gnofin-0.8.4/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/gnofin-0.8.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/gnofin-0.8.4'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/gnofin-0.8.4'
make: *** [build-stamp] Error 2

With the attached patch 'gnofin' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gnofin-0.8.4/src/ui.c ./src/ui.c
--- ../tmp-orig/gnofin-0.8.4/src/ui.c   2000-09-26 09:22:09.000000000 +0200
+++ ./src/ui.c  2004-07-11 15:30:29.246219970 +0200
@@ -1133,6 +1133,7 @@
       if_account_delete (account);
       break;
     case DIALOG_NO:
+      break;
     }
   }
 }

---------------------------------------
Received: (at 258799-done) by bugs.debian.org; 14 Jun 2005 10:55:56 +0000
>From [EMAIL PROTECTED] Tue Jun 14 03:55:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sorrow.cyrius.com [65.19.161.204] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Di95H-0007w3-00; Tue, 14 Jun 2005 03:55:55 -0700
Received: by sorrow.cyrius.com (Postfix, from userid 10)
        id 8F04664D55; Tue, 14 Jun 2005 10:55:55 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
        id 98EA27FF6; Tue, 14 Jun 2005 11:55:56 +0100 (BST)
Date: Tue, 14 Jun 2005 11:55:56 +0100
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [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-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

gnofin has been removed from Debian because it's no longer maintained
upstream and because it cannot build.
-- 
Martin Michlmayr
http://www.cyrius.com/


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

Reply via email to