Your message dated Sat, 5 Feb 2005 11:08:55 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Done
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 Aug 2004 14:31:21 +0000
>From [EMAIL PROTECTED] Thu Aug 19 07:31:21 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c225057.adsl.hansenet.de (localhost) [213.39.225.57]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bxnwn-00062K-00; Thu, 19 Aug 2004 07:31:21 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1Bxnx9-0006oL-6s; Thu, 19 Aug 2004 16:31:43 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: bird: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 19 Aug 2004 16:31:43 +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=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: bird
Severity: normal
Tags: patch
When building 'bird' with gcc-3.4 I get the following error:
In file included from ../../nest/bird.h:13,
from cf-parse.y:6:
../lib/birdlib.h:34: warning: conflicting types for built-in function 'log'
cf-parse.y: In function `cf_parse':
cf-parse.y:805: error: label at end of compound statement
cf-parse.y:829: warning: cast from pointer to integer of different size
cf-parse.y:837: warning: cast from pointer to integer of different size
cf-parse.y:899: warning: cast from pointer to integer of different size
cf-parse.y:1047: warning: cast to pointer from integer of different size
cf-parse.y:1053: warning: cast to pointer from integer of different size
cf-parse.y:1153: warning: cast to pointer from integer of different size
cf-parse.y:1159: warning: cast to pointer from integer of different size
cf-parse.y:1544: warning: use of cast expressions as lvalues is deprecated
make[3]: *** [cf-parse.tab.o] Error 1
make[3]: Leaving directory `/bird-1.0.4/obj/conf'
With the attached patch 'bird' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/bird-1.0.4/filter/config.Y ./filter/config.Y
--- ../tmp-orig/bird-1.0.4/filter/config.Y 2004-08-19 16:29:27.213171145
+0200
+++ ./filter/config.Y 2004-08-19 16:29:09.744826737 +0200
@@ -73,6 +73,7 @@
default:
cf_error( "You can't create sets of this type." );
case T_INT: case T_IP: case T_PREFIX: case T_PAIR:
+ break;
}
$$ = $1 | T_SET;
}
diff -urN ../tmp-orig/bird-1.0.4/nest/a-path.c ./nest/a-path.c
--- ../tmp-orig/bird-1.0.4/nest/a-path.c 2000-05-19 13:01:06.000000000
+0200
+++ ./nest/a-path.c 2004-08-19 16:21:02.744861985 +0200
@@ -167,13 +167,12 @@
if (!asterisk && (get_u16(p) == mask->val)) {
p = next;
MASK_PLUS;
- goto okay;
+ break;
}
p+=2;
}
if (!asterisk)
return 0;
- okay:
}
break;
diff -urN ../tmp-orig/bird-1.0.4/proto/bgp/attrs.c ./proto/bgp/attrs.c
--- ../tmp-orig/bird-1.0.4/proto/bgp/attrs.c 2000-06-04 19:06:18.000000000
+0200
+++ ./proto/bgp/attrs.c 2004-08-19 16:21:18.761427097 +0200
@@ -471,7 +471,6 @@
d->u.ptr = z;
break;
}
- default:
}
d++;
new->count++;
---------------------------------------
Received: (at 266881-done) by bugs.debian.org; 5 Feb 2005 10:08:51 +0000
>From [EMAIL PROTECTED] Sat Feb 05 02:08:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d152192.adsl.hansenet.de (localhost.localdomain)
[80.171.152.192] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CxMry-0005CP-00; Sat, 05 Feb 2005 02:08:51 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1CxMs3-0007BU-NX; Sat, 05 Feb 2005 11:08:55 +0100
Date: Sat, 5 Feb 2005 11:08:55 +0100
To: [EMAIL PROTECTED]
Subject: Done
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
From: Andreas Jochens <[EMAIL PROTECTED]>
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:
This bug has been fixed already, thanks!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]