Your message dated Thu, 21 May 2015 15:34:35 +0000
with message-id <[email protected]>
and subject line Bug#777769: fixed in aghermann 1.0.4-1
has caused the Debian Bug report #777769,
regarding aghermann: ftbfs with GCC-5
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.)
--
777769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:aghermann
Version: 1.0.2-1
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/aghermann_1.0.2-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files. For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html
[...]
dh_auto_build -a
make[1]: Entering directory '/«PKGBUILDDIR»'
make all-recursive
make[2]: Entering directory '/«PKGBUILDDIR»'
Making all in src
make[3]: Entering directory '/«PKGBUILDDIR»/src'
make all-recursive
make[4]: Entering directory '/«PKGBUILDDIR»/src'
Making all in common
make[5]: Entering directory '/«PKGBUILDDIR»/src/common'
g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Wall -std=c++0x
-fno-rtti -I../../src -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c -o libcommon.o libcommon.cc
g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Wall -std=c++0x
-fno-rtti -I../../src -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c -o log-facility.o log-facility.cc
g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Wall -std=c++0x
-fno-rtti -I../../src -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c -o subject_id.o subject_id.cc
rm -f liba.a
ar cru liba.a libcommon.o log-facility.o subject_id.o
ranlib liba.a
make[5]: Leaving directory '/«PKGBUILDDIR»/src/common'
Making all in libsigproc
make[5]: Entering directory '/«PKGBUILDDIR»/src/libsigproc'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -D_FORTIFY_SOURCE=2 -Wall -std=c++0x -fno-rtti -shared -fPIC
-I../../src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c
-o exstrom.lo exstrom.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Wall
-std=c++0x -fno-rtti -fPIC -I../../src -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c exstrom.cc -fPIC -DPIC -o .libs/exstrom.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -D_FORTIFY_SOURCE=2 -Wall -std=c++0x -fno-rtti -shared -fPIC
-I../../src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c
-o ext-filters.lo ext-filters.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Wall
-std=c++0x -fno-rtti -fPIC -I../../src -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c ext-filters.cc -fPIC -DPIC -o .libs/ext-filters.o
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -D_FORTIFY_SOURCE=2 -Wall -std=c++0x -fno-rtti -shared -fPIC
-I../../src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c
-o sigproc.lo sigproc.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Wall
-std=c++0x -fno-rtti -fPIC -I../../src -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c sigproc.cc -fPIC -DPIC -o .libs/sigproc.o
In file included from sigproc.hh:354:0,
from sigproc.cc:15:
sigproc.ii:116:43: error: redeclaration of 'template<class T> size_t
sigproc::envelope(const sigproc::SSignalRef<T>&, double, double,
std::valarray<_Tp>*, std::valarray<_Tp>*, std::vector<long unsigned int>*,
std::vector<long unsigned int>*)' may not have default arguments [-fpermissive]
vector<size_t> *maxi_p = nullptr)
^
make[5]: *** [sigproc.lo] Error 1
Makefile:507: recipe for target 'sigproc.lo' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/src/libsigproc'
make[4]: *** [all-recursive] Error 1
Makefile:464: recipe for target 'all-recursive' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
make[3]: *** [all] Error 2
Makefile:417: recipe for target 'all' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:532: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:410: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:16: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: aghermann
Source-Version: 1.0.4-1
We believe that the bug you reported is fixed in the latest version of
aghermann, 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.
Andrei Zavada <[email protected]> (supplier of updated aghermann 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: SHA256
Format: 1.8
Date: Fri, 10 Apr 2015 01:51:00 +0200
Source: aghermann
Binary: aghermann
Architecture: source amd64
Version: 1.0.4-1
Distribution: experimental
Urgency: low
Maintainer: Andrei Zavada <[email protected]>
Changed-By: Andrei Zavada <[email protected]>
Description:
aghermann - Sleep-research experiment manager
Closes: 777769
Changes:
aghermann (1.0.4-1) experimental; urgency=low
.
* New upstream version (Closes: #777769).
Checksums-Sha1:
acb6af1f2927d2f524061e129b10c7d6f8d09641 2082 aghermann_1.0.4-1.dsc
604adaac87d955e7d377ab4a7f9f1e4261bff7b2 291632 aghermann_1.0.4.orig.tar.xz
1de1ef5c72583bc8929e045066f6a73012e9b8ed 4304 aghermann_1.0.4-1.debian.tar.xz
829cff3a53af450f473de4f7cea0142ded38f259 551360 aghermann_1.0.4-1_amd64.deb
Checksums-Sha256:
f41e28c275d0b11210ae5e93a7c32e02c05b70eb8aef739a20cbfca985bbcca2 2082
aghermann_1.0.4-1.dsc
9d56073fe187d96016b2530d9aaa04bc959c0864f37b81b52ce5b482d8823aa9 291632
aghermann_1.0.4.orig.tar.xz
3ea1a6f61394ffc635ca93cd5a6de482bac09db9cd5a5dee358d4897b627c04f 4304
aghermann_1.0.4-1.debian.tar.xz
7a19c2a30bce3a0ea0a57e7e9ba98e1352f6811626f5895c101e8388176ceb8c 551360
aghermann_1.0.4-1_amd64.deb
Files:
fc8548471de3c63ba7e25e016a28bcdc 2082 science optional aghermann_1.0.4-1.dsc
fc7b27b669dbc38b989c1fc28e934629 291632 science optional
aghermann_1.0.4.orig.tar.xz
ae50a154e676504779594714770eada4 4304 science optional
aghermann_1.0.4-1.debian.tar.xz
9ccfdba7133185f53224b545ea9c1d60 551360 science optional
aghermann_1.0.4-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVXfVlAAoJEKLeI1Bi2jP66p8P/ia7Pofdt0J1+LR5kbjk5FFw
L5VM97Cl/ACUdz76n2EzPuKIlEehfBZh/6kSpw/F/nVLc4MOYeH8wHHW9iq7RKzg
Z4kAP6nzOTId8sxLF03x2Az+4eOHAaL20eUI7a+x4a0SPuqoLAtedKsriADNda7e
orajR/9gNkbxnXx4u2o3po9wNKFsTZoMOIsALBoJO7r6nk+dbVUYQEMTOsClZvXQ
fVtbPls/a3/imyCig7whuO4nRiOljP+MODfWUxOmxx4gJxC+eD+igjgBo8ptCkC6
7al9xHYIaphfo7z9QW6OHNKxBlL8L9+Py8sGyJetLo7kjoOUXxK411J2vyD4SmO0
1e6Ijv6OXAFWjMkeWjGLu+NFE4mankptqQ567zKJLcabGWHi+F3edOFoNnS753jV
qZlvvxoSa1on6+PPfZUyMZAjVcz5r3gCEScsf/z5BNbdaXOcoAoBDwGzja+Dr5e6
Cg2EUK+P1u/kZBqI8M/qBBouzZwMdGL72SnX2uA/U5DQQ6nKOTvexFMXOd7N8SID
m0Z3stIFx+MJ2OOixEadHAaFT87XcvGuu7CgEsfMKOYHCrQ0tCVCCkuDpB9xRZ08
kJxV6ZGqjl+7b3z3GW62tfgif50g5ULUICbZkH3GIiHIV/4RswyEzHkw/GrN3Ocw
zmGvVpEJgTrLFYM4kn2R
=y9zg
-----END PGP SIGNATURE-----
--- End Message ---