Your message dated Tue, 26 Oct 2021 12:04:57 +0000
with message-id <[email protected]>
and subject line Bug#984111: fixed in libgrokj2k 9.5.0-1
has caused the Debian Bug report #984111,
regarding libgrokj2k: 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 [email protected]
immediately.)


-- 
984111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984111
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libgrokj2k
Version: 7.6.6-1
Severity: normal
Tags: sid bookworm
User: [email protected]
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/libgrokj2k_7.6.6-1_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.

[...]
                 from /<<PKGBUILDDIR>>/src/bin/jp2/grk_compress.cpp:69:
/<<PKGBUILDDIR>>/src/include/tclap/ValueArg.h:231:17: error: expected 
unqualified-id before ‘const’
  231 |     ValueArg<T>(const ValueArg<T> &rhs);
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/include/tclap/ValueArg.h:231:17: error: expected ‘)’ 
before ‘const’
  231 |     ValueArg<T>(const ValueArg<T> &rhs);
      |                ~^~~~~
      |                 )
In file included from /<<PKGBUILDDIR>>/src/include/tclap/UnlabeledMultiArg.h:27,
                 from /<<PKGBUILDDIR>>/src/include/tclap/CmdLine.h:30,
                 from /<<PKGBUILDDIR>>/src/bin/jp2/grk_decompress.cpp:69:
/<<PKGBUILDDIR>>/src/include/tclap/MultiArg.h:208:17: error: expected 
unqualified-id before ‘const’
  208 |     MultiArg<T>(const MultiArg<T> &rhs);
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/include/tclap/MultiArg.h:208:17: error: expected ‘)’ 
before ‘const’
  208 |     MultiArg<T>(const MultiArg<T> &rhs);
      |                ~^~~~~
      |                 )
In file included from /<<PKGBUILDDIR>>/src/include/tclap/UnlabeledValueArg.h:29,
                 from /<<PKGBUILDDIR>>/src/include/tclap/CmdLine.h:31,
                 from /<<PKGBUILDDIR>>/src/bin/jp2/grk_decompress.cpp:69:
/<<PKGBUILDDIR>>/src/include/tclap/ValueArg.h:231:17: error: expected 
unqualified-id before ‘const’
  231 |     ValueArg<T>(const ValueArg<T> &rhs);
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/include/tclap/ValueArg.h:231:17: error: expected ‘)’ 
before ‘const’
  231 |     ValueArg<T>(const ValueArg<T> &rhs);
      |                ~^~~~~
      |                 )
In file included from /<<PKGBUILDDIR>>/src/include/tclap/UnlabeledMultiArg.h:27,
                 from /<<PKGBUILDDIR>>/src/include/tclap/CmdLine.h:30,
                 from /<<PKGBUILDDIR>>/src/bin/jp2/grk_dump.cpp:44:
/<<PKGBUILDDIR>>/src/include/tclap/MultiArg.h:208:17: error: expected 
unqualified-id before ‘const’
  208 |     MultiArg<T>(const MultiArg<T> &rhs);
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/include/tclap/MultiArg.h:208:17: error: expected ‘)’ 
before ‘const’
  208 |     MultiArg<T>(const MultiArg<T> &rhs);
      |                ~^~~~~
      |                 )
In file included from /<<PKGBUILDDIR>>/src/include/tclap/UnlabeledValueArg.h:29,
                 from /<<PKGBUILDDIR>>/src/include/tclap/CmdLine.h:31,
                 from /<<PKGBUILDDIR>>/src/bin/jp2/grk_dump.cpp:44:
/<<PKGBUILDDIR>>/src/include/tclap/ValueArg.h:231:17: error: expected 
unqualified-id before ‘const’
  231 |     ValueArg<T>(const ValueArg<T> &rhs);
      |                 ^~~~~
/<<PKGBUILDDIR>>/src/include/tclap/ValueArg.h:231:17: error: expected ‘)’ 
before ‘const’
  231 |     ValueArg<T>(const ValueArg<T> &rhs);
      |                ~^~~~~
      |                 )
make[3]: *** [src/bin/jp2/CMakeFiles/grk_dump.dir/build.make:85: 
src/bin/jp2/CMakeFiles/grk_dump.dir/grk_dump.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:315: 
src/bin/jp2/CMakeFiles/grk_dump.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 51%] Building CXX object 
src/bin/jp2/CMakeFiles/grk_decompress.dir/__/common/convert.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/bin/jp2 && /usr/bin/c++ 
-DSPDLOG_COMPILED_LIB -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/lib/jp2 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/bin/common 
-I/<<PKGBUILDDIR>>/src/lib/jp2 -I/<<PKGBUILDDIR>>/src/bin/common 
-I/<<PKGBUILDDIR>>/src/bin/image_format -I/<<PKGBUILDDIR>>/src/bin/jp2 
-I/<<PKGBUILDDIR>>/src/include -I/<<PKGBUILDDIR>>/src/include/taskflow 
-I/usr/lib/x86_64-linux-gnu/perl/5.32/CORE -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wconversion -Wsign-conversion -Wunused-parameter -std=gnu++2a -o 
CMakeFiles/grk_decompress.dir/__/common/convert.cpp.o -c 
/<<PKGBUILDDIR>>/src/bin/common/convert.cpp
make[3]: *** [src/bin/jp2/CMakeFiles/grk_decompress.dir/build.make:85: 
src/bin/jp2/CMakeFiles/grk_decompress.dir/grk_decompress.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 52%] Building CXX object 
src/bin/jp2/CMakeFiles/grk_compress.dir/__/image_format/ImageFormat.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/bin/jp2 && /usr/bin/c++ 
-DSPDLOG_COMPILED_LIB -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/lib/jp2 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/bin/common 
-I/<<PKGBUILDDIR>>/src/lib/jp2 -I/<<PKGBUILDDIR>>/src/bin/common 
-I/<<PKGBUILDDIR>>/src/bin/image_format -I/<<PKGBUILDDIR>>/src/bin/jp2 
-I/<<PKGBUILDDIR>>/src/include -I/<<PKGBUILDDIR>>/src/include/taskflow 
-I/usr/lib/x86_64-linux-gnu/perl/5.32/CORE -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 
-Wall -Wextra -Wconversion -Wsign-conversion -Wunused-parameter -std=gnu++2a -o 
CMakeFiles/grk_compress.dir/__/image_format/ImageFormat.cpp.o -c 
/<<PKGBUILDDIR>>/src/bin/image_format/ImageFormat.cpp
make[3]: *** [src/bin/jp2/CMakeFiles/grk_compress.dir/build.make:85: 
src/bin/jp2/CMakeFiles/grk_compress.dir/grk_compress.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:342: 
src/bin/jp2/CMakeFiles/grk_compress.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:369: 
src/bin/jp2/CMakeFiles/grk_decompress.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:174: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libgrokj2k
Source-Version: 9.5.0-1
Done: Aaron Boxer <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libgrokj2k, 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.
Aaron Boxer <[email protected]> (supplier of updated libgrokj2k 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, 20 Oct 2021 11:10:00 +0200
Source: libgrokj2k
Architecture: source
Version: 9.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Aaron Boxer <[email protected]>
Changed-By: Aaron Boxer <[email protected]>
Closes: 984111
Changes:
 libgrokj2k (9.5.0-1) unstable; urgency=medium
 .
     * Maintenance bug fix release
     * Fixes GCC 11 build failure (Closes: #984111)
Checksums-Sha1:
 1696080f75af3b42088462a60b681fd06815dfa7 2234 libgrokj2k_9.5.0-1.dsc
 19abccdd8c487ef74e13f0395b8dbe0ac714abd0 2408908 libgrokj2k_9.5.0.orig.tar.gz
 00e5a009aa7fcbe1e63f4e86efaeddd269412053 15784 libgrokj2k_9.5.0-1.debian.tar.xz
 a43c8587f002501e7192ef3730602f10c615b139 6885 
libgrokj2k_9.5.0-1_source.buildinfo
Checksums-Sha256:
 1bba790bec30d40cbf09b43ec29d174813c91b45900381d93c7dcc39fc2bb9cc 2234 
libgrokj2k_9.5.0-1.dsc
 b6577cb61cb9ba022bc16ea981d2c29d6ac768b2afb19c0f9853f5e0e03fcb38 2408908 
libgrokj2k_9.5.0.orig.tar.gz
 d8ba46cb25b6d7381f5fe060671c262983c95a9e70efd40d52fae7a9651009bf 15784 
libgrokj2k_9.5.0-1.debian.tar.xz
 b1c3c56635f5494f0363e9ef666dd12c926664e54e47ea2a473eb5223f2dcd45 6885 
libgrokj2k_9.5.0-1_source.buildinfo
Files:
 42a56d7e8a81b1fa5443ae3736e8d333 2234 libs optional libgrokj2k_9.5.0-1.dsc
 af0def640e7ca3b081967cf74f03c76e 2408908 libs optional 
libgrokj2k_9.5.0.orig.tar.gz
 e3b795a9f83760ae2774c2bfe308cb23 15784 libs optional 
libgrokj2k_9.5.0-1.debian.tar.xz
 d10340c4c20eec8358f0eb1cbec6bfdf 6885 libs optional 
libgrokj2k_9.5.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmF36MEACgkQweDZLphv
fH5RbhAAhiry8KF0rYq+fwKB0W52haw2m/vx9RgAZHNBOrcND/eeutYxL/TLjyMX
LVQSmhsxxjDOVsqQkZX7S4GN5SOOaeL0ep0WXPMUXFQZlKvrBRb5Z5c2n4/kdkA9
UsqzVIPD0XdbPS87fuxrZKmqE7++ST6OGU30OgNPNU4excnx9i86xdj2myfoVVnH
OiArZeFsLw69UWs0QNznjOcMkbpjFYNSPBJcz4zs0oK4c+tNwaXUGTeYEW6NH/3o
dnOilkUKf2kzTQGLw/hXMU9xmzrY4jSJAYaj1MCFauslJR6O3FlQsvTm10atUKjh
yVD0vIUvRC2WMFBMh2TSaHt+a8hnRU4V+KFLa9u04bEAbV8gki0uadbvFqP93EXj
c7n1EPc2RERbKrGdrHISXAL8gj71uUK4uWB7mJ2ZKdu+rgZVtCeOWIpg4Z0Y6yKh
J8aBmHO8WUZVGFeFWYNsQ8r1MVi6rsNmyN1talMuTlv+ftwXtUUPTgk3H8T16H3M
acjDj4d3KifXnjaA90VW8+n/Wch8h48Yvd51Mw0yhHdctKMvgoHJVn8EIS2TG/K7
rnwlXIYkaxRDR0Wv5LfSt0AZten/2MFgyz4IWvl29EgyH7CPfPKe+hhGT+948M08
qptbVAHPVKpitqDohDFTPa7reMu39gD0vivQxETCSj7xbYX/orE=
=d5Iz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to