Your message dated Wed, 09 Apr 2008 04:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474768: fixed in conntrack 1:0.9.6-3
has caused the Debian Bug report #474768,
regarding Conntrack FTBFS due to warning handled as error
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
474768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474768
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: conntrack
Version: 0.9.6-2
Severity: serious
Tags: patch
Conntrack FTBFS on armel, mips and powerpc due to:
[...]
cc1: warnings being treated as errors
read_config_lex.c:4451: error: 'input' defined but not used
make[2]: *** [read_config_lex.o] Error 1
make[2]: Leaving directory `/build/buildd/conntrack-0.9.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/buildd/conntrack-0.9.6'
make: *** [build-stamp] Error 2
I believe other architectures will also start to fail once they
(re-)build conntrack with gcc-4.3. The appended patch fixes the
problem. Tested with a build on mips.
Thiemo
--- conntrack-0.9.6.original/src/read_config_lex.l 2008-03-08
11:25:30.000000000 +0000
+++ conntrack-0.9.6/src/read_config_lex.l 2008-04-07 17:47:53.000000000
+0100
@@ -23,6 +23,7 @@
%}
%option yylineno
+%option noinput
%option nounput
ws [ \t]+
--- End Message ---
--- Begin Message ---
Source: conntrack
Source-Version: 1:0.9.6-3
We believe that the bug you reported is fixed in the latest version of
conntrack, which is due to be installed in the Debian FTP archive:
conntrack_0.9.6-3.diff.gz
to pool/main/c/conntrack/conntrack_0.9.6-3.diff.gz
conntrack_0.9.6-3.dsc
to pool/main/c/conntrack/conntrack_0.9.6-3.dsc
conntrack_0.9.6-3_amd64.deb
to pool/main/c/conntrack/conntrack_0.9.6-3_amd64.deb
conntrackd_0.9.6-3_amd64.deb
to pool/main/c/conntrack/conntrackd_0.9.6-3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexander Wirt <[EMAIL PROTECTED]> (supplier of updated conntrack package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 08 Apr 2008 22:08:10 +0200
Source: conntrack
Binary: conntrack conntrackd
Architecture: source amd64
Version: 1:0.9.6-3
Distribution: unstable
Urgency: low
Maintainer: netfilter maintainers <[EMAIL PROTECTED]>
Changed-By: Alexander Wirt <[EMAIL PROTECTED]>
Description:
conntrack - Program to modify the conntrack tables
conntrackd - Connection tracking daemon
Closes: 472812 474768
Changes:
conntrack (1:0.9.6-3) unstable; urgency=low
.
[ Max Kellermann ]
* fix gcc 4.3 compilation errors:
- "large integer implicitly truncated to unsigned type" (Closes: #472812)
- "'input' defined but not used" (Closes: #474768)
Files:
ef6df691789e150e01f8fea8b8acd2f2 844 net optional conntrack_0.9.6-3.dsc
be03296d8bfada26459b29fda678e170 4356 net optional conntrack_0.9.6-3.diff.gz
8771b3599fcc3f8729793a06360b91b3 26492 net optional conntrack_0.9.6-3_amd64.deb
853922ed7a5c645d02c88e979f2f0494 81930 net optional
conntrackd_0.9.6-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH/ESB01u8mbx9AgoRAkG8AJ4nkzqE9Atrr5XBfybQGovgIcN8ggCfa48c
j4JxNKhdUR4xWR1gLYqwedA=
=j9O4
-----END PGP SIGNATURE-----
--- End Message ---