Your message dated Fri, 12 Feb 2016 16:38:54 +0000
with message-id <[email protected]>
and subject line Bug#751443: fixed in filtergen 0.12.5-1
has caused the Debian Bug report #751443,
regarding filtergen: FTBFS with clang instead of gcc
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.)
--
751443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751443
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: filtergen
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs
Hello,
Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).
See build logs here:
http://clang.debian.net/logs/2014-01-14/filtergen_0.12.4-5.1_unstable_clang.log
Thanks,
Alexander
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.13-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- filtergen-0.12.4/scanner.l 2014-06-12 17:43:14.000000000 -0400
+++ filtergen-0.12.4-my/scanner.l 2014-06-12 17:42:10.856132975 -0400
@@ -36,7 +36,7 @@
char * filename;
long int lineno;
};
-struct inc_stack_s inc_stack[MAXINCLUDES] = { { state: 0, filename: NULL, lineno: 1 } };
+struct inc_stack_s inc_stack[MAXINCLUDES] = { { .state = 0, .filename = NULL, .lineno = 1 } };
int inc_stackptr = 0;
--- filtergen-0.12.4/fg-cisco.c 2004-06-09 09:11:07.000000000 -0400
+++ filtergen-0.12.4-my/fg-cisco.c 2014-06-12 17:40:54.494739531 -0400
@@ -120,7 +120,7 @@
{
struct fg_misc misc = { flags, NULL };
fg_callback cb_cisco = {
- rule: cb_cisco_rule, NULL
+ .rule = cb_cisco_rule, NULL
};
oputs("# Warning: This backend is not complete and "
"can generate broken rulesets.");
--- filtergen-0.12.4/fg-ipfilter.c 2004-06-09 09:10:45.000000000 -0400
+++ filtergen-0.12.4-my/fg-ipfilter.c 2014-06-12 17:40:11.818246948 -0400
@@ -119,7 +119,7 @@
{
struct fg_misc misc = { flags, NULL };
fg_callback cb_ipfilter = {
- rule: cb_ipfilter_rule, NULL
+ .rule = cb_ipfilter_rule, NULL
};
filter_nogroup(filter);
--- filtergen-0.12.4/fg-ipchains.c 2004-05-14 23:26:49.000000000 -0400
+++ filtergen-0.12.4-my/fg-ipchains.c 2014-06-12 17:39:46.639317422 -0400
@@ -248,8 +248,8 @@
int r;
struct fg_misc misc = { flags, NULL };
fg_callback cb_ipchains = {
- rule: cb_ipchains_rule,
- group: cb_ipchains_group,
+ .rule = cb_ipchains_rule,
+ .group = cb_ipchains_group,
};
filter_unroll(&filter);
--- filtergen-0.12.4/fg-iptables.c 2014-06-12 17:43:14.000000000 -0400
+++ filtergen-0.12.4-my/fg-iptables.c 2014-06-12 17:39:01.594349039 -0400
@@ -335,8 +335,8 @@
int r = 0;
struct fg_misc misc = { flags, &feat };
fg_callback cb_iptables = {
- rule: cb_iptables_rule,
- group: cb_iptables_group,
+ .rule = cb_iptables_rule,
+ .group = cb_iptables_group,
};
const int nchains = 3;
--- End Message ---
--- Begin Message ---
Source: filtergen
Source-Version: 0.12.5-1
We believe that the bug you reported is fixed in the latest version of
filtergen, which is due to be installed in the Debian FTP archive.
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.
Jamie Wilkinson <[email protected]> (supplier of updated filtergen 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: SHA512
Format: 1.8
Date: Sat, 13 Feb 2016 03:04:52 +1100
Source: filtergen
Binary: filtergen
Architecture: source i386
Version: 0.12.5-1
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson <[email protected]>
Changed-By: Jamie Wilkinson <[email protected]>
Description:
filtergen - packet filter generator for various firewall systems
Closes: 549891 549892 751443
Changes:
filtergen (0.12.5-1) unstable; urgency=low
.
* New upstream release.
* New Maintainer, per private mail to mpalmer@.
* Updated standards version to 3.8.3.
* Updated to use debhelper 7.
- Specify misc:Depends.
- Update debian/compat.
- Update build dependency.
* Updated watch file for googlecode.com upstream location change.
* Bug fix: "Allow '*' as an interface name", thanks to Matthew
Palmer (Closes: #549891).
* Fix build failues when using clang instead of GCC (Closes: #751443).
* Support globbing in include directives (Closes: #549892).
* Update parser.y use of the parse-param directive to support modern bison.
* Update debhelper and debian/compat.
* Update watch file to new location.
* Add VCS headers to control file.
* Use debian/source options to build from git, add gbp.conf to debian dir.
* Convert debian/rules to dh style.
* Fix compiler warnings as errors to build with modern compiler.
* Update address of FSF.
* Add more example filters to examples.
Checksums-Sha1:
e33430555caed08f04237aacd1f2320f12c92887 1853 filtergen_0.12.5-1.dsc
36e4a8e6862ca92b5a914ef7a8a092fbece6e167 199914 filtergen_0.12.5.orig.tar.gz
2b39bb1a7c43b06d82f1e19f0028bdf0df939ffe 35248 filtergen_0.12.5-1.debian.tar.xz
95c6617576aabac163b20168f224ebc8daa6a2cc 55428 filtergen_0.12.5-1_i386.deb
Checksums-Sha256:
2c74f9cb76de2ab1d3ab13110ac4819dbfd5102130c71eb202d0815ce3a5c519 1853
filtergen_0.12.5-1.dsc
83b4634f217e41cddb3992e574333f4667eb54bf53cc106d346681978b987a2b 199914
filtergen_0.12.5.orig.tar.gz
fa093a2b8e3ff5ab2dd02a893a493453a8aa7dab2ccbc9bde5558ce945f665a6 35248
filtergen_0.12.5-1.debian.tar.xz
51e3f7b21a6b3834f9bacf570147564e4fbf31dc4f9ae592ac6525f2cb5ae3cf 55428
filtergen_0.12.5-1_i386.deb
Files:
cf35a0606706452ad381ac45ddf4ed82 1853 net optional filtergen_0.12.5-1.dsc
0df8e99e0b416d6b89b6fc7ce7172404 199914 net optional
filtergen_0.12.5.orig.tar.gz
9336d47b2f6e6de3cef6207d5f4f1425 35248 net optional
filtergen_0.12.5-1.debian.tar.xz
30611ce88708fa6d3bbb8991fdf0b9db 55428 net optional filtergen_0.12.5-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWvgdNAAoJEFdQ91TtmyE4m3sQAIwyP8TT9WynMlOkM6J00dtR
BgrNIq6UK7Lhw6sWemuz3JGDxd+nQxPmwth3FWX9J2phUtweuT9b5ZZqfPHfIzhU
J9MHYNpuKF9ffAvkJNMP3fflm90wlSPocaewAopytRwCe1cxgrAVb6sqHQgNdmZ2
f+mDMWgeAGey3oC2FTGtfA9r6XEMh+ZU5MYczsvzsVmPe4BgVGMyLifsfcAfoQRc
dz4qy5i2quJQV88Z9x3+22tMDp308iR9GpAK9k5uaQVvF9+IoON7OW8EK01ExG2Y
YAiz68whFObkfqah83d/vq3MAoG1bMH+bicntR0iKUSt+tAy/WXzozEoctmLWVKZ
cy+Dxk3tZuAFlAwpogaO99IVVqs4BP1taN/ktdYspTrGv2h8jOaFeOoE6LSt1sWh
WTt3ZDHXzq95sNAzuoieZjrv3rJuN/fnUfjzBWQK9qUtJ1JsUmEuVF6/MWESkTz1
p4x9tBAqgpWHxgnW1SyOhurNk1pkncppxeex5qky5ECZmoRxOnXpco187nneZA+k
bl00xt7x8hfrmWRHV2XoLrPhCw7wm2mN5AHI4vTdn75NRNKnnk04GuHWWKL8Yhx7
PSh06X6jxllYc8sNZjuze1peGLdRKV2foM56kV+10acaOTTjdiePr4Z4ZWActoc2
d40kJjU6LJPXxflRJSsE
=5mUu
-----END PGP SIGNATURE-----
--- End Message ---