Your message dated Thu, 15 Aug 2013 11:19:04 +0000
with message-id <[email protected]>
and subject line Bug#701317: fixed in mailavenger 0.8.4-1
has caused the Debian Bug report #701317,
regarding mailavenger: ftbfs with GCC-4.8
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.)


-- 
701317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701317
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mailavenger
Version: 0.8.3rc1-1
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  ihash.C:55:31: error: ISO C++ does not support variable-length array types 
[-Werror=vla]

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/mailavenger_0.8.3rc1-1_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
./dftables chartables.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-fstack-protector --param ssp-buffer-size=4  -D_FORTIFY_SOURCE=2  -Wformat 
-Wformat-security -Werror=format-security  -Wall -Werror -Wno-unused  -MT 
pcre.o -MD -MP -MF .deps/pcre.Tpo -c -o pcre.o pcre.c
mv -f .deps/pcre.Tpo .deps/pcre.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-fstack-protector --param ssp-buffer-size=4  -D_FORTIFY_SOURCE=2  -Wformat 
-Wformat-security -Werror=format-security  -Wall -Werror -Wno-unused  -MT 
rwfd.o -MD -MP -MF .deps/rwfd.Tpo -c -o rwfd.o rwfd.c
mv -f .deps/rwfd.Tpo .deps/rwfd.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-fstack-protector --param ssp-buffer-size=4  -D_FORTIFY_SOURCE=2  -Wformat 
-Wformat-security -Werror=format-security  -Wall -Werror -Wno-unused  -w -c 
./stktrace.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-fstack-protector --param ssp-buffer-size=4  -D_FORTIFY_SOURCE=2  -Wformat 
-Wformat-security -Werror=format-security  -Wall -Werror -Wno-unused  -MT 
study.o -MD -MP -MF .deps/study.Tpo -c -o study.o study.c
mv -f .deps/study.Tpo .deps/study.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-fstack-protector --param ssp-buffer-size=4  -D_FORTIFY_SOURCE=2  -Wformat 
-Wformat-security -Werror=format-security  -Wall -Werror -Wno-unused  -MT 
suidprotect.o -MD -MP -MF .deps/suidprotect.Tpo -c -o suidprotect.o 
suidprotect.c
mv -f .deps/suidprotect.Tpo .deps/suidprotect.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT aerr.o -MD -MP -MF .deps/aerr.Tpo -c -o aerr.o aerr.C
mv -f .deps/aerr.Tpo .deps/aerr.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT aios.o -MD -MP -MF .deps/aios.Tpo -c -o aios.o aios.C
mv -f .deps/aios.Tpo .deps/aios.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT arena.o -MD -MP -MF .deps/arena.Tpo -c -o arena.o 
arena.C
mv -f .deps/arena.Tpo .deps/arena.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT armor.o -MD -MP -MF .deps/armor.Tpo -c -o armor.o 
armor.C
mv -f .deps/armor.Tpo .deps/armor.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT cbuf.o -MD -MP -MF .deps/cbuf.Tpo -c -o cbuf.o cbuf.C
mv -f .deps/cbuf.Tpo .deps/cbuf.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT convertint.o -MD -MP -MF .deps/convertint.Tpo -c -o 
convertint.o convertint.C
mv -f .deps/convertint.Tpo .deps/convertint.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT core.o -MD -MP -MF .deps/core.Tpo -c -o core.o core.C
mv -f .deps/core.Tpo .deps/core.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT daemonize.o -MD -MP -MF .deps/daemonize.Tpo -c -o 
daemonize.o daemonize.C
mv -f .deps/daemonize.Tpo .deps/daemonize.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT dns.o -MD -MP -MF .deps/dns.Tpo -c -o dns.o dns.C
mv -f .deps/dns.Tpo .deps/dns.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT dnsparse.o -MD -MP -MF .deps/dnsparse.Tpo -c -o 
dnsparse.o dnsparse.C
mv -f .deps/dnsparse.Tpo .deps/dnsparse.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT err.o -MD -MP -MF .deps/err.Tpo -c -o err.o err.C
mv -f .deps/err.Tpo .deps/err.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT ident.o -MD -MP -MF .deps/ident.Tpo -c -o ident.o 
ident.C
mv -f .deps/ident.Tpo .deps/ident.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT ifchg.o -MD -MP -MF .deps/ifchg.Tpo -c -o ifchg.o 
ifchg.C
mv -f .deps/ifchg.Tpo .deps/ifchg.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..   -I.. -I/usr/include/pcap  
-I/usr/include -DETCDIR=\"/etc/avenger\" -DLIBEXEC=\"/usr/lib/mailavenger\" 
-DBINDIR=\"/usr/bin\" -DEXECDIR=LIBEXEC 
-DDATADIR=\"/usr/share/doc/mailavenger\" -DPIDDIR=\"/var/run\" -I../libasync  
-g -O2 -Wall -Werror  -MT ihash.o -MD -MP -MF .deps/ihash.Tpo -c -o ihash.o 
ihash.C
ihash.C: In function 'void _ihash_grow(_ihash_table*, size_t)':
ihash.C:55:31: error: ISO C++ does not support variable-length array types 
[-Werror=vla]
   ntab = New (void *[nbuckets]);
                               ^
cc1plus: all warnings being treated as errors
make[3]: *** [ihash.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/libasync'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: mailavenger
Source-Version: 0.8.4-1

We believe that the bug you reported is fixed in the latest version of
mailavenger, 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.
[email protected] (supplier of updated mailavenger 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: Wed, 14 Aug 2013 23:08:43 +0200
Source: mailavenger
Binary: mailavenger
Architecture: source amd64
Version: 0.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Ulises Vitulli <[email protected]>
Changed-By: [email protected]
Description: 
 mailavenger - Highly configurable, MTA-independent SMTP filter server
Closes: 701317
Changes: 
 mailavenger (0.8.4-1) unstable; urgency=low
 .
   * New upstream release:
     - Fix FTBFS on gcc 4.8 (Closes: #701317).
     - Added systemd mailavenger.service file.
     - Use new resolver library interface, instead of reloading resolv.conf.
   * Bump up Standard-version to 3.9.4 (no changes needed).
Checksums-Sha1: 
 58e623d822e6fab2e4ebb71e3d9920dcdcda397b 1815 mailavenger_0.8.4-1.dsc
 bf588c93130842fa36e225827b6d04796605c733 572064 mailavenger_0.8.4.orig.tar.xz
 66cc961e25b42509d6c3b30e12bea0c61709e28c 9596 mailavenger_0.8.4-1.debian.tar.gz
 dfed15d447860fd8ea51530da0361580f1555b97 496056 mailavenger_0.8.4-1_amd64.deb
Checksums-Sha256: 
 2aa296ecd4adb711832d0cb1d89630490d310639448cd8a3b6c2297a78b95e85 1815 
mailavenger_0.8.4-1.dsc
 6556487c3fed597268fb0be63677039bd820de7c554f2772cb05f8d0f7aad58d 572064 
mailavenger_0.8.4.orig.tar.xz
 fbffa3cb778fd10c7f4c5159126d2e21f424ac8a472b6c1db2e37aeeca938797 9596 
mailavenger_0.8.4-1.debian.tar.gz
 69a512ba572e0375d130b392d00f483264d1a012dffedac706b27735d49e5d7a 496056 
mailavenger_0.8.4-1_amd64.deb
Files: 
 52bf56ffdb0374ff6ad2a30a26f2f292 1815 mail extra mailavenger_0.8.4-1.dsc
 1ee7731bcb5bf965c978b9ef5f248369 572064 mail extra 
mailavenger_0.8.4.orig.tar.xz
 8f09f38b1a45e3c93d911edbd7faf118 9596 mail extra 
mailavenger_0.8.4-1.debian.tar.gz
 6d394ed5e2ae9f4a034b0e7bb3c241b6 496056 mail extra 
mailavenger_0.8.4-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSDK5EAAoJEGin9OG0lUUKns8QAJBXvNG5nWODMEtSyFL7+1AG
0evucKkhCiaIh+vG3byMvuZcdJPoKS+PoqN0x0lcKT3viXTQPMV1WuBDYCYDU0ZK
wWcowwufx+j0EyACZ/uFFlXFvGtOwJ8ngX+aiVL26oQ2F5zRA73KDdL30fpBQy1T
aC36sscEapYANm53jhHbNy+XcMIZxeYglY4Kd4IOJUAFBdI2Y3WgdHsjzkvq3tHl
kk2CiOrgcxJWYkNodE7UhojmWVB/jBvmLr43jTAyEjBl3KeNgAhKY+woGIfVvcn8
rYO9EisRtLAQ/3OLG/4c64Hw6s/PKjjQAIQwJOHxncQF5n6/2ogsc4mewl4tq4PW
W7GBO0rPlHy/dsoggWCSMN03wKUerLPSQod9vvEvVyDxoJbj+TYlWc5lqDrDkE7B
I3EdbEV6Tx9v+CtxAFOzCciMtAkXNQdIye8xkxJfj1y829QInAeKjOej1PTxjBrm
r3kxvQGQYsCP0fVYrhiCk13LKpTBUT0c0NvnR26WfDlassjiMQ7cXjSsxu8hAnQ6
g5Dx8CI4VzP7B2dnE/Ycuz657VU6xz3HEZB79iljRVBUtPNiTifXRPxX3OKf7l6+
l42+pQfhAsHeKJWhsVDrkRLK8+/LOzXKHSEJx/Ol9dqFgyZR+O97TgFy7oqHux+Q
oqK2ga0nWuM/olG84EaF
=jV42
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to