Your message dated Sun, 23 Jul 2023 10:07:33 +0000
with message-id <e1qnvzx-007zta...@fasolo.debian.org>
and subject line Bug#1037746: fixed in libvbz-hdf-plugin 1.0.2-3
has caused the Debian Bug report #1037746,
regarding libvbz-hdf-plugin: ftbfs with GCC-13
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.)


-- 
1037746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libvbz-hdf-plugin
Version: 1.0.2-2
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/libvbz-hdf-plugin_1.0.2-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:99:62: error: template argument 1 
is invalid
   99 |                 return StreamVByteWorkerV0<std::int32_t, 
true>::decompress(input_span, output_span);
      |                                                              ^
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:102:49: error: ‘int32_t’ is not a 
member of ‘std’; did you mean ‘int32_t’?
  102 |                 return StreamVByteWorkerV0<std::int32_t, 
false>::decompress(input_span, output_span);
      |                                                 ^~~~~~~
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:26:19: note: ‘int32_t’ 
declared here
   26 | typedef __int32_t int32_t;
      |                   ^~~~~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:102:49: error: ‘int32_t’ is not a 
member of ‘std’; did you mean ‘int32_t’?
  102 |                 return StreamVByteWorkerV0<std::int32_t, 
false>::decompress(input_span, output_span);
      |                                                 ^~~~~~~
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:26:19: note: ‘int32_t’ 
declared here
   26 | typedef __int32_t int32_t;
      |                   ^~~~~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:102:63: error: template argument 1 
is invalid
  102 |                 return StreamVByteWorkerV0<std::int32_t, 
false>::decompress(input_span, output_span);
      |                                                               ^
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp: In function ‘vbz_size_t 
vbz_delta_zig_zag_streamvbyte_compress_v0(const void*, vbz_size_t, void*, 
vbz_size_t, int, bool)’:
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:37:13: error: this statement may 
fall through [-Werror=implicit-fallthrough=]
   37 |             if (use_delta_zig_zag_encoding) {
      |             ^~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:44:9: note: here
   44 |         case 2: {
      |         ^~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:45:13: error: this statement may 
fall through [-Werror=implicit-fallthrough=]
   45 |             if (use_delta_zig_zag_encoding) {
      |             ^~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:52:9: note: here
   52 |         case 4: {
      |         ^~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:53:13: error: this statement may 
fall through [-Werror=implicit-fallthrough=]
   53 |             if (use_delta_zig_zag_encoding) {
      |             ^~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:60:9: note: here
   60 |         default:
      |         ^~~~~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp: In function ‘vbz_size_t 
vbz_delta_zig_zag_streamvbyte_decompress_v0(const void*, vbz_size_t, void*, 
vbz_size_t, int, bool)’:
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:82:13: error: this statement may 
fall through [-Werror=implicit-fallthrough=]
   82 |             if (use_delta_zig_zag_encoding) {
      |             ^~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:89:9: note: here
   89 |         case 2: {
      |         ^~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:90:13: error: this statement may 
fall through [-Werror=implicit-fallthrough=]
   90 |             if (use_delta_zig_zag_encoding) {
      |             ^~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:97:9: note: here
   97 |         case 4: {
      |         ^~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:98:13: error: this statement may 
fall through [-Werror=implicit-fallthrough=]
   98 |             if (use_delta_zig_zag_encoding) {
      |             ^~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte.cpp:105:9: note: here
  105 |         default:
      |         ^~~~~~~
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte_impl_sse3.h: At global scope:
/<<PKGBUILDDIR>>/vbz/v0/vbz_streamvbyte_impl_sse3.h:101:15: error: 
‘decode_shuffleTable’ defined but not used [-Werror=unused-variable]
  101 | static int8_t decode_shuffleTable[256][16] = {
      |               ^~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[3]: *** [vbz/CMakeFiles/vbz.dir/build.make:79: 
vbz/CMakeFiles/vbz.dir/v0/vbz_streamvbyte.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:945: vbz/CMakeFiles/vbz.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "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: libvbz-hdf-plugin
Source-Version: 1.0.2-3
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libvbz-hdf-plugin, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated libvbz-hdf-plugin 
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, 23 Jul 2023 10:52:45 +0200
Source: libvbz-hdf-plugin
Architecture: source
Version: 1.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1037746
Changes:
 libvbz-hdf-plugin (1.0.2-3) unstable; urgency=medium
 .
   * gcc-13.patch: new: fix build failures with gcc 13. (Closes: #1037746)
   * d/rules: build with -Wno-error=dangling-reference.
     This works around a, possibly, false positive warning while building
     the file vbz/vbz.cpp with gcc 13 onwards.
Checksums-Sha1:
 3e127b8a3b01bb4b132a1de17c7c639a465e1084 2357 libvbz-hdf-plugin_1.0.2-3.dsc
 e774325c7afba905eb5bb7635b431ca6c4a651b5 7832 
libvbz-hdf-plugin_1.0.2-3.debian.tar.xz
Checksums-Sha256:
 453b6e1cca6cc6bde304c8067d8760e96eb6ba63881cb2b8ffdeb59e60e8f963 2357 
libvbz-hdf-plugin_1.0.2-3.dsc
 82b62fc3cc2d006d63433002da518ad763b1b9344ce79c8b2c0ccf9e91e1abbd 7832 
libvbz-hdf-plugin_1.0.2-3.debian.tar.xz
Files:
 be09cc48a3ee59b0a5592e7e33b4d4d4 2357 science optional 
libvbz-hdf-plugin_1.0.2-3.dsc
 b2bf58c4ab3f09f582299c06eb31ff6b 7832 science optional 
libvbz-hdf-plugin_1.0.2-3.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmS88KcUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpFcw//bUuLzfTAuFE8PYXAs4cggVA2cs97
q2dptuqgUr489dQjruRtZkS/xzjQxlY1oRRJYnAECfwrz4rn95q9f/TtgJEAlIo+
CvuBkbOI92DI7mKFtuInotmHmZ8njKYP/YJo6mLtZCDbyZ4wPkdOt8cDYC+SxCyf
Fk1ZE7T42SqmtcB6NKYFkX2j/1qER/FHQKAL6ntJIK6QL/popfLwozSrNQPlXrmo
l0v1XaARAR2lU+JJzZZgbPHWYhP8KoJ4+GwPZwzvrAdswdJxPdEHKY3U3rYCRhBL
p4lv9xthycQb5Fywpy94q0cBfjkZBN5xqKcVHwop1Dm13xIXR1PyUKX/L5RUNDAb
143cnOkdn8BW5r5YS8ZHFNX1sFIfzPxXqXMd8v1S7WN8ma7kgopbKlqtL0QltCmS
P8s0/KsogCvXDtImbaGbw7SPPOX/7uSxs5AAs2/A2uiviaQUrehNjKdmgJdz6TLO
YhTiMAYAtNGzR4qu4hgu2wEngF9SKf46Fic8GLxSBIajG5SaZ4SRXNTOuPSO233z
E7G+o8ch+azmsIphx/qiNfBUjqqS3DQbAd7CF+TVVU1Yxu2HGDDtZmKNS2VbvR+R
5Yeqgue10Bw/2Gd/eK51x2bYaJlRs7p48bn2M/04kinRPxYaHLJcvnNlqMCHPp5/
f532mXQiMksTLOY=
=rxN4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to