Your message dated Sun, 03 Apr 2022 06:34:56 +0000
with message-id <e1natpa-0009st...@fasolo.debian.org>
and subject line Bug#984049: fixed in libvigraimpex 1.11.1+dfsg-9
has caused the Debian Bug report #984049,
regarding enblend-enfuse: ftbfs with GCC-11
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 ow...@bugs.debian.org
immediately.)
--
984049: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984049
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:enblend-enfuse
Version: 4.2-8
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye release]
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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/enblend-enfuse_4.2-8_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
In file included from /usr/include/vigra/stdconvolution.hxx:43,
from /usr/include/vigra/convolution.hxx:41,
from ../../src/openmp_vigra.h:32,
from ../../src/enblend.h:40,
from ../../src/enblend.cc:191:
/usr/include/vigra/separableconvolution.hxx:1413:13: error: ISO C++17 does not
allow dynamic exception specifications
1413 | throw(PreconditionViolation)
| ^~~~~
In file included from /usr/include/vigra/convolution.hxx:41,
from ../../src/openmp_vigra.h:32,
from ../../src/enblend.h:40,
from ../../src/enblend.cc:191:
/usr/include/vigra/stdconvolution.hxx:796:13: error: ISO C++17 does not allow
dynamic exception specifications
796 | throw(PreconditionViolation)
| ^~~~~
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enblend-self_test.o `test -f 'self_test.cc' || echo
'../../src/'`self_test.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enblend-tiff_message.o `test -f 'tiff_message.cc' ||
echo '../../src/'`tiff_message.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enblend-timer.o `test -f 'timer.cc' || echo
'../../src/'`timer.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENBLEND_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enblend-minimizer.o `test -f 'minimizer.cc' || echo
'../../src/'`minimizer.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enfuse-exposure_weight.o `test -f 'exposure_weight.cc'
|| echo '../../src/'`exposure_weight.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enfuse-enfuse.o `test -f 'enfuse.cc' || echo
'../../src/'`enfuse.cc
In file included from ../../src/alternativepercentage.h:25,
from ../../src/enfuse.cc:80:
../config.h:8: warning: "BOOST_FALLTHROUGH" redefined
8 | #define BOOST_FALLTHROUGH ((void) 0)
|
In file included from /usr/include/boost/config.hpp:39,
from /usr/include/boost/static_assert.hpp:17,
from /usr/include/boost/iterator/iterator_adaptor.hpp:10,
from /usr/include/boost/token_iterator.hpp:22,
from /usr/include/boost/tokenizer.hpp:20,
from ../../src/enfuse.cc:71:
/usr/include/boost/config/compiler/gcc.hpp:323: note: this is the location of
the previous definition
323 | # define BOOST_FALLTHROUGH __attribute__((fallthrough))
|
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enfuse-opencl.o `test -f 'opencl.cc' || echo
'../../src/'`opencl.cc
In file included from /usr/include/vigra/stdconvolution.hxx:43,
from /usr/include/vigra/convolution.hxx:41,
from ../../src/openmp_vigra.h:32,
from ../../src/enfuse.h:46,
from ../../src/enfuse.cc:182:
/usr/include/vigra/separableconvolution.hxx:1413:13: error: ISO C++17 does not
allow dynamic exception specifications
1413 | throw(PreconditionViolation)
| ^~~~~
In file included from /usr/include/vigra/convolution.hxx:41,
from ../../src/openmp_vigra.h:32,
from ../../src/enfuse.h:46,
from ../../src/enfuse.cc:182:
/usr/include/vigra/stdconvolution.hxx:796:13: error: ISO C++17 does not allow
dynamic exception specifications
796 | throw(PreconditionViolation)
| ^~~~~
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enfuse-opencl_exposure_weight.o `test -f
'opencl_exposure_weight.cc' || echo '../../src/'`opencl_exposure_weight.cc
g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -Wdate-time -D_FORTIFY_SOURCE=2
-DENFUSE_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-I../../src/dynamic_loader -I../../src/layer_selection -pthread
-I/usr/include/OpenEXR -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pipe -O2
-DNDEBUG -fopenmp -c -o enfuse-alternativepercentage.o `test -f
'alternativepercentage.cc' || echo '../../src/'`alternativepercentage.cc
make[6]: *** [Makefile:700: enblend-enblend.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: *** [Makefile:896: enfuse-enfuse.o] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src'
make[5]: *** [Makefile:1137: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src'
make[4]: *** [Makefile:556: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-def/src'
make[3]: *** [Makefile:444: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-def'
make[2]: *** [Makefile:385: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-def'
dh_auto_build: error: cd build-def && make -j4 returned exit code 2
make[1]: *** [debian/rules:37: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:66: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libvigraimpex
Source-Version: 1.11.1+dfsg-9
Done: Andreas Metzler <ametz...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libvigraimpex, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Metzler <ametz...@debian.org> (supplier of updated libvigraimpex
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 03 Apr 2022 08:01:37 +0200
Source: libvigraimpex
Architecture: source
Version: 1.11.1+dfsg-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Closes: 984049
Changes:
libvigraimpex (1.11.1+dfsg-9) unstable; urgency=medium
.
[ Andreas Metzler ]
* 48_sphinx4_error.diff by Omari Stephens: Fix build error with sphinx 4.
.
[ Heinz Repp ]
* c++17conf.patch: Fix Build issue with gcc-11. Partial fix for #984049
.
[ Florian Ernst ]
* python_3.10_support.patch: Fix test error in C++ template syntax.
Closes: #984049
Checksums-Sha1:
020f4de0a19de7c17b53d391d9d6253e1ce71ea5 2624 libvigraimpex_1.11.1+dfsg-9.dsc
75ef14f5650698b5911d10ca3f9f8f56b0026ccb 22168
libvigraimpex_1.11.1+dfsg-9.debian.tar.xz
Checksums-Sha256:
5a49ce11530b6ac0d328f3a7cb5138f0a1065200183e7b41792161b31fc13c6a 2624
libvigraimpex_1.11.1+dfsg-9.dsc
ae419e7363063fb179c5bf385753d6c7706927e5240b1034d835b394dbc50853 22168
libvigraimpex_1.11.1+dfsg-9.debian.tar.xz
Files:
02c81be7982828e78ff8d95ffb909ebe 2624 libs optional
libvigraimpex_1.11.1+dfsg-9.dsc
db813314cf32f241b4b819658089074f 22168 libs optional
libvigraimpex_1.11.1+dfsg-9.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmJJOlQACgkQpU8BhUOC
FIQTTQ/9FJWzownSHpLxZWoo1ukQhsne89GyeNCOAPrc8xVJk3Bv6mHl/7wvOD5e
EIWuWWPKYCESLeAXatmYtA12BZxSAsVd2ybylUCXFvLEvkarcTEBnSD6iReHwUPs
VcJDlsk30sOCOGw/gPSu4ocjIP3iJOmK9bUP1rEOzf09qrTYmur6xSHcNAEvdzXH
pg85iVbcgxvVHHbItHQL5+l+VuS/+91n+cjgTyOekEdlqoXdzYYQFJjqmAj7mXuf
FoRqd6HhXL8BPiulZjxL2HLA4LhgXn7RAMMZ6dMRxKbN153NdEYU5dsvB3gPi1rM
4J2sg/fDNs9ZJIMSxzvKmHXwAKL5XuUoQWo7ah1SGnmvbARSqZ9TmgQnv3FLCaFf
b24MQ57FxOz1bgzruaQ1133gTWs5PmZtOlgaNE7n0VygZbAFgroFN30VYp4H0hfC
dBQf1L4SuAF+looy94f0/HCNpwA01DrlaWKCTyNK5Cbryjd88R+f1rYtLdp9kTfY
YmakuhgFh29HOPLrp03UDjen5VFlSjfMNvdkfHLRFPPe1mr5DDmpuxvB+TgIHO3X
fpOvUF2yTpupw1FBeJU5BzWGswrdnUoE71SoJPNJDNtdgyvGqCCL77N7/s5DBFsI
XxJpIwj/G7ASdR66SGDOXYy6Uq6nv0diGhTAKXFvo1/b/0NrQAI=
=DSu6
-----END PGP SIGNATURE-----
--- End Message ---