Your message dated Thu, 05 Jul 2018 09:20:27 +0000
with message-id <[email protected]>
and subject line Bug#853702: fixed in voxbo 1.8.5~svn1246-3
has caused the Debian Bug report #853702,
regarding voxbo: ftbfs with GCC-7
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.)
--
853702: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853702
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:voxbo
Version: 1.8.5~svn1246-2
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/voxbo_1.8.5~svn1246-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are 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-7/porting_to.html
[...]
throw (GenericExcep);
^~~~~
../lib/vb_vector.h:718:5: warning: dynamic exception specifications are
deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
throw (GenericExcep);
^~~~~
../lib/vb_vector.h:721:5: warning: dynamic exception specifications are
deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
throw (GenericExcep);
^~~~~
../lib/vb_vector.h:723:75: warning: dynamic exception specifications are
deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
const VB_Vector& imag, VB_Vector& realIFFT)
throw (GenericExcep);
^~~~~
In file included from fitOneOverF.cpp:28:0:
fitOneOverF.h:58:87: error: invalid conversion from 'char' to 'const char*'
[-fpermissive]
double var2, double var3, const char * outputFile = '\0', bool
printFlag = true);
^
fitOneOverF.h:79:57: error: invalid conversion from 'char' to 'const char*'
[-fpermissive]
const char * outputFile = '\0', bool printFlag = true);
^
fitOneOverF.h:83:57: error: invalid conversion from 'char' to 'const char*'
[-fpermissive]
const char * outputFile = '\0', bool printFlag = true);
^
fitOneOverF.h:86:57: error: invalid conversion from 'char' to 'const char*'
[-fpermissive]
const char * outputFile = '\0', bool printFlag = true);
^
fitOneOverF.h:89:57: error: invalid conversion from 'char' to 'const char*'
[-fpermissive]
const char * outputFile = '\0', bool printFlag = true);
^
fitOneOverF.h:92:57: error: invalid conversion from 'char' to 'const char*'
[-fpermissive]
const char * outputFile = '\0', bool printFlag = true);
^
fitOneOverF.cpp: In function 'VB_Vector* curvefit(VB_Vector*, VB_Vector*,
VB_Vector*, double, double, double, double, const char*, bool)':
fitOneOverF.cpp:223:21: error: ISO C++ forbids comparison between pointer and
integer [-fpermissive]
if (outputFile != '\0') {
^~~~
fitOneOverF.cpp: In function 'VB_Vector* curvefit12(VB_Vector*, VB_Vector*,
VB_Vector*, double, double, double, const char*, bool)':
fitOneOverF.cpp:418:21: error: ISO C++ forbids comparison between pointer and
integer [-fpermissive]
if (outputFile != '\0') {
^~~~
Makefile:56: recipe for target 'fitOneOverF.o' failed
make[3]: *** [fitOneOverF.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/utils'
Makefile:43: recipe for target 'utils' failed
make[2]: *** [utils] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:18: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:12: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: voxbo
Source-Version: 1.8.5~svn1246-3
We believe that the bug you reported is fixed in the latest version of
voxbo, 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.
Andreas Tille <[email protected]> (supplier of updated voxbo 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: Thu, 05 Jul 2018 10:42:34 +0200
Source: voxbo
Binary: voxbo
Architecture: source
Version: 1.8.5~svn1246-3
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
voxbo - processing, statistical analysis, and display of brain imaging da
Closes: 820578 853702
Changes:
voxbo (1.8.5~svn1246-3) unstable; urgency=medium
.
* Team upload.
.
[ Andreas Tille ]
* Add watch file
* cme fix dpkg-control
- Point VCS fields to Salsa
- Standards-Version: 4.1.4
- Priority: optional
- Drop Build-Depends: libpng12-dev
Closes: #820578
* debhelper 10
* DEP5
.
[ Matthias Klose ]
* Build with -fpermissive to work around GCC 7 build failure.
Closes: #853702
Checksums-Sha1:
c01ce2e1ad1bc57dc38d700d70f2681300b47235 2153 voxbo_1.8.5~svn1246-3.dsc
4bbef5831951f2bdb641d14c2a1fa55234a700ac 7068
voxbo_1.8.5~svn1246-3.debian.tar.xz
Checksums-Sha256:
efadef7326d5913d729e6c93961cde6a3164a909d5279498b409a420a028c4fd 2153
voxbo_1.8.5~svn1246-3.dsc
1c647af8c943c75d03af6099f3cb2d4e0a5b373c4aad31aa17f83c63b8e10798 7068
voxbo_1.8.5~svn1246-3.debian.tar.xz
Files:
6c10ffd06b6054e3419f4544bea2cf11 2153 science optional
voxbo_1.8.5~svn1246-3.dsc
038faa5045e1daeb114f108f9d1cf458 7068 science optional
voxbo_1.8.5~svn1246-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAls93bgRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGxzA//XeBe/oYdWHRghHZlOc0k2TIwuim+BB8G
j7i1SUL76JtCTCsYVtsaH7M0wgGUXOSrDEMCG4L8nBzoPdrH9k7dV6s7KWx5DQ5r
4XqpfL9N+Uy3gRwIAdIgog8N9GO1GjdE5hb+na/V/4vGaXpsZV0Ya3dIWovBhfzK
DLgBfj23er4cKgtxYqJeXUB4mjFF2RkALJj+qlHkuiH8WQVcAH64u5WcC6fG0uCz
0bfqYZrOwD/KQTqUg1qNQKa8KYGTwYk8xA7oK5PRvqBYrjkL/ZUvq8H8pYH+1LP0
Y9khQYHEBrk43mBCeJa4So+O1WJojiNp9kQpRDD1AkjwFARK4oFAYCrwI1oDMeTr
ncMaM4LCYU5A5gqJMxLDAxWyYvvKEGStpv/iCPm/bdpt4OfUmYglJ1FLdsMl4bF/
rWCxho4ntxPXYCU1Sj7M2NMzRBq3o0oXmBRpDJ/8/3a0rzkG3fd+lETs8SSSl2Zm
IIs+YFo7mJfD0CiLngKYrhjx1dFtlrLLEpp1Qs1qbsNqFjHXbvjxbk5jcZjXXrk4
mVoxbajbN0o0HaOeLSg3cbYEDyPtDR76F/OSurTUcIyopUdQhm02SL9K2x+kpuwQ
8h0VVs5ON/keM90onoB07YPmLXiZQYqHaycK0JlwqyWUijZp6bARFOvCpTo3f0f/
dxTIjzkB2PY=
=J1d4
-----END PGP SIGNATURE-----
--- End Message ---