Your message dated Sun, 6 Feb 2005 18:38:17 +0000
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; 9 Jul 2004 19:42:02 +0000
>From [EMAIL PROTECTED] Fri Jul 09 12:42:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d001252.adsl.hansenet.de (localhost) [80.171.1.252] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bj1Fy-00088w-00; Fri, 09 Jul 2004 12:42:02 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1Bj1Fw-0005Sq-VA; Fri, 09 Jul 2004 21:42:00 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: FTBFS with gcc-3.4: label at the end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 09 Jul 2004 21:42:00 +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: dip
Severity: normal
Tags: patch

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

gcc -g -DSKEY -DSECUREID -pipe -O6 -Wall -DFSSTND -DHAVE_LIBLOCKDEV -c command.c
command.c: In function `do_onexit':
command.c:719: warning: int format, different type arg (arg 3)
command.c:733: warning: int format, different type arg (arg 3)
command.c: In function `get_buf':
command.c:2586: error: label at end of compound statement
make[1]: *** [command.o] Error 1
make[1]: Leaving directory `/dip-3.3.7p'
make: *** [build] Error 2

gcc-3.4 also complains about the definition 'char *malloc();' 
in skey/skeyinit.c.

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/dip-3.3.7p/command.c ./command.c
--- ../tmp-orig/dip-3.3.7p/command.c    2004-07-09 21:20:17.583627096 +0200
+++ ./command.c 2004-07-09 21:16:23.835825365 +0200
@@ -2582,7 +2582,7 @@
        switch (c) {
        case ESC_ESC: c = ESC; break;
        case ESC_END: c = END; break;
-       default: /* bad escape */
+       /*default: bad escape */
        }
       }
       else if (c == END)
diff -urN ../tmp-orig/dip-3.3.7p/skey/skeyinit.c ./skey/skeyinit.c
--- ../tmp-orig/dip-3.3.7p/skey/skeyinit.c      2004-07-09 21:20:17.588626129 
+0200
+++ ./skey/skeyinit.c   2004-07-09 21:20:13.058502121 +0200
@@ -36,7 +36,8 @@
 extern int optind;
 extern char *optarg;
 
-char *readpass (), *malloc (), *getpass (), *crypt ();
+void *malloc ();
+char *readpass (), *getpass (), *crypt ();
 
 int skeylookup __ARGS ((struct skey * mp, char *name));
 

---------------------------------------
Received: (at 258459-done) by bugs.debian.org; 6 Feb 2005 18:38:24 +0000
>From [EMAIL PROTECTED] Sun Feb 06 10:38:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from bangpath.uucico.de [195.71.9.197] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CxrId-0005R7-00; Sun, 06 Feb 2005 10:38:23 -0800
Received: by bangpath.uucico.de (Postfix, from userid 10)
        id CEC8626BCE; Sun,  6 Feb 2005 19:38:22 +0100 (CET)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
        id D27E64EE6A; Sun,  6 Feb 2005 18:38:17 +0000 (GMT)
Date: Sun, 6 Feb 2005 18:38:17 +0000
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [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.6+20040907i
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: 9

This package has been removed from Debian because they were not
maintained and have never been part of a stable release.

-- 
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