Your message dated Wed, 09 Aug 2023 15:07:26 +0000
with message-id <e1qtkmu-00b81h...@fasolo.debian.org>
and subject line Bug#1037862: fixed in sopt 3.0.1+dfsg-2
has caused the Debian Bug report #1037862,
regarding sopt: 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.)


-- 
1037862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037862
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sopt
Version: 3.0.1+dfsg-1
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/sopt_3.0.1+dfsg-1_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

[...]
   51 |   uint32 *raster = (uint32 *)_TIFFmalloc(width * height * 
sizeof(uint32));
      |           ^~~~~~
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:51:28: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   51 |   uint32 *raster = (uint32 *)_TIFFmalloc(width * height * 
sizeof(uint32));
      |                            ^
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:51:66: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   51 |   uint32 *raster = (uint32 *)_TIFFmalloc(width * height * 
sizeof(uint32));
      |                                                                  ^~~~~~
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:57:16: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   57 |   for (uint32 i(0); i < height; ++i)
      |                ^
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:58:18: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   58 |     for (uint32 j(0); j < width; ++j, ++pixel) result(i, j) = 
convert_to_greyscale(*pixel);
      |                  ^
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc: In function ‘void 
sopt::utilities::write_tiff(sopt::Image<>&, const std::string&)’:
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:72:16: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   72 |   uint32 const width = image.cols();
      |                ^~~~~
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:73:16: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   73 |   uint32 const height = image.rows();
      |                ^~~~~~
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:90:16: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   90 |   for (uint32 i(0); i < height; ++i)
      |                ^
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
/<<PKGBUILDDIR>>/cpp/sopt/utilities.cc:91:18: warning: ‘uint32’ is deprecated 
[-Wdeprecated-declarations]
   91 |     for (uint32 j(0); j < width; ++j, ++pixel) *pixel = 
convert_from_greyscale(image(i, j));
      |                  ^
/usr/include/x86_64-linux-gnu/tiff.h:86:38: note: declared here
   86 | typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
      |                                      ^~~~~~
make[3]: *** [cpp/sopt/CMakeFiles/sopt.dir/build.make:107: 
cpp/sopt/CMakeFiles/sopt.dir/utilities.cc.o] Error 1
make[3]: *** [cpp/sopt/CMakeFiles/sopt.dir/build.make:79: 
cpp/sopt/CMakeFiles/sopt.dir/wavelets/wavelets.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:198: cpp/sopt/CMakeFiles/sopt.dir/all] Error 
2
make[3]: *** [cpp/tests/CMakeFiles/common_catch_main_object.dir/build.make:79: 
cpp/tests/CMakeFiles/common_catch_main_object.dir/common_catch_main.cc.o] Error 
1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:277: 
cpp/tests/CMakeFiles/common_catch_main_object.dir/all] Error 2
make[3]: *** 
[cpp/tests/CMakeFiles/common_mpi_catch_main_object.dir/build.make:79: 
cpp/tests/CMakeFiles/common_mpi_catch_main_object.dir/common_mpi_catch_main.cc.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:763: 
cpp/tests/CMakeFiles/common_mpi_catch_main_object.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: 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:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sopt
Source-Version: 3.0.1+dfsg-2
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sopt, 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.
Bastian Germann <b...@debian.org> (supplier of updated sopt 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: Wed, 09 Aug 2023 16:57:48 +0200
Source: sopt
Architecture: source
Version: 3.0.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1037862
Changes:
 sopt (3.0.1+dfsg-2) unstable; urgency=medium
 .
   * Team upload
   * Patch: Add the missing #include <cstdint> (Closes: #1037862)
Checksums-Sha1:
 c2e76404253e9cbbbcba75490e64524ef438c03b 1982 sopt_3.0.1+dfsg-2.dsc
 ecf22316830804f6bf7fbd69b49ad7326bb5f4da 8608 sopt_3.0.1+dfsg-2.debian.tar.xz
 0a20c3b07f0ee601e430b5be586029b2deca6bca 5413 
sopt_3.0.1+dfsg-2_source.buildinfo
Checksums-Sha256:
 11bd1afaae187de9614e0eaa95b4267fe095bc92441d1deb4e3310a395bf4fa4 1982 
sopt_3.0.1+dfsg-2.dsc
 29d3274219f57d9c6bfbf385a1b201b387019eb8ed7c290904546875c145b5ff 8608 
sopt_3.0.1+dfsg-2.debian.tar.xz
 2641fa87d2809fdb46832e9f99ceb4268cd41f6a71024de9a4f32256f825c42e 5413 
sopt_3.0.1+dfsg-2_source.buildinfo
Files:
 5fe814d05ebacdb6d4ec282c3ef80f27 1982 science optional sopt_3.0.1+dfsg-2.dsc
 dad290fc436b2ee3698cd7aaad81fd45 8608 science optional 
sopt_3.0.1+dfsg-2.debian.tar.xz
 a2e1b2e31d10fbfb46df6a1ecc077cfe 5413 science optional 
sopt_3.0.1+dfsg-2_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmTTqbUQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCNDDADW7LW7p3fJwe7MtfROxK6f1iKgAhwW7GpR
8KCz54xyDihTAjKhaOKa1+HfE9/84qR039I+xRcOope+DXwimaP1XC1XdQvt0sUh
lvclrvVjkOHsTqsg9LVjTwMt2YVBsAIFeQnsQ3Jc1VHHsfY1dvufqHzVfICQn2bX
w6YpmiDi++ealdetOUNLGEkur9awk4KdGi61AEQsmH8QfXt2DAffrO4rbO8DSXrb
sQ9BmixoEKon5xkUy5a0NjLlZpIaItwXV4Rc/xMwUEbo88Naj2EmAd/gmOTMk0F8
o6LuVvtwtdq2QtzikDRUfWdDexUBoWVBBhcaX3ET+qJ7Xly6VnGP7ymlph9XeMxJ
ss7G1g08Lyrl5yV6JQaSIOKjh8EQlabDjNAJLJClSThGcp9kzV5J7pwRrFkGmcun
KWc07CAzmzlOGsNWKP49S2J8dHFEfyfTNoJGEqydCVlAoJH/4cdxIe0k8KhhaLDG
fLTdovg6bvct0cIFUTETPkwms/M2On4=
=HlAT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to