Your message dated Tue, 20 Jun 2023 12:20:18 +0000
with message-id <[email protected]>
and subject line Bug#1037733: fixed in libpwizlite 3.0.5-1
has caused the Debian Bug report #1037733,
regarding libpwizlite: 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 [email protected]
immediately.)
--
1037733: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037733
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpwizlite
Version: 3.0.4-1
Severity: normal
Tags: sid trixie
User: [email protected]
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/libpwizlite_3.0.4-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
[...]
| ~~~~~~^~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp: In instantiation of
‘pwiz::util::BinaryData<T>::Impl::Impl(void*) [with T = float]’:
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:471:30: required from
here
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:57:16: warning: unused
parameter ‘cliNumericArray’ [-Wunused-parameter]
57 | Impl(void* cliNumericArray)
| ~~~~~~^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp: In instantiation of
‘pwiz::util::BinaryData<T>::Impl&
pwiz::util::BinaryData<T>::Impl::operator=(void*) [with T = float]’:
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:471:30: required from
here
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:71:27: warning: unused
parameter ‘cliNumericArray’ [-Wunused-parameter]
71 | Impl& operator=(void* cliNumericArray)
| ~~~~~~^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp: In instantiation of
‘void
pwiz::util::BinaryData<T>::Impl::cacheIterators(pwiz::util::BinaryData<T>&)
[with T = float]’:
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:471:30: required from
here
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:285:16: warning:
implicitly-declared ‘constexpr pwiz::util::BinaryData<float>::iterator&
pwiz::util::BinaryData<float>::iterator::operator=(const
pwiz::util::BinaryData<float>::iterator&)’ is deprecated [-Wdeprecated-copy]
285 | begin_ = iterator(binaryData, true);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.hpp:113:9: note: because
‘pwiz::util::BinaryData<float>::iterator’ has user-provided
‘pwiz::util::BinaryData<T>::iterator::iterator(const
pwiz::util::BinaryData<T>::iterator&) [with T = float]’
113 | iterator(const iterator& rhs) : current_(rhs.current_) {}
| ^~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:286:14: warning:
implicitly-declared ‘constexpr pwiz::util::BinaryData<float>::iterator&
pwiz::util::BinaryData<float>::iterator::operator=(const
pwiz::util::BinaryData<float>::iterator&)’ is deprecated [-Wdeprecated-copy]
286 | end_ = iterator(binaryData, false);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.hpp:113:9: note: because
‘pwiz::util::BinaryData<float>::iterator’ has user-provided
‘pwiz::util::BinaryData<T>::iterator::iterator(const
pwiz::util::BinaryData<T>::iterator&) [with T = float]’
113 | iterator(const iterator& rhs) : current_(rhs.current_) {}
| ^~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:287:17: warning:
implicitly-declared ‘constexpr pwiz::util::BinaryData<float>::const_iterator&
pwiz::util::BinaryData<float>::const_iterator::operator=(const
pwiz::util::BinaryData<float>::const_iterator&)’ is deprecated
[-Wdeprecated-copy]
287 | cbegin_ = const_iterator(binaryData, true);
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.hpp:79:9: note: because
‘pwiz::util::BinaryData<float>::const_iterator’ has user-provided
‘pwiz::util::BinaryData<T>::const_iterator::const_iterator(const
pwiz::util::BinaryData<T>::const_iterator&) [with T = float]’
79 | const_iterator(const const_iterator& rhs) :
current_(rhs.current_) {}
| ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.cpp:288:15: warning:
implicitly-declared ‘constexpr pwiz::util::BinaryData<float>::const_iterator&
pwiz::util::BinaryData<float>::const_iterator::operator=(const
pwiz::util::BinaryData<float>::const_iterator&)’ is deprecated
[-Wdeprecated-copy]
288 | cend_ = const_iterator(binaryData, false);
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/misc/BinaryData.hpp:79:9: note: because
‘pwiz::util::BinaryData<float>::const_iterator’ has user-provided
‘pwiz::util::BinaryData<T>::const_iterator::const_iterator(const
pwiz::util::BinaryData<T>::const_iterator&) [with T = float]’
79 | const_iterator(const const_iterator& rhs) :
current_(rhs.current_) {}
| ^~~~~~~~~~~~~~
make[3]: *** [src/CMakeFiles/pwizlite-shared.dir/build.make:121:
src/CMakeFiles/pwizlite-shared.dir/pwiz/utility/misc/BinaryData.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp: In function ‘void
pwiz::minimxml::SAXParser::parse(std::istream&, Handler&)’:
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp:543:61: warning:
offset ‘1’ outside bounds of constant string [-Warray-bounds=]
543 | Handler::Status status =
wrangler.endElement(buffer.c_str()+1, position);
|
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp:549:17: warning:
‘inCDATA’ may be used uninitialized [-Wmaybe-uninitialized]
549 | if (inCDATA)
| ^~
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp:501:14: note:
‘inCDATA’ was declared here
501 | bool inCDATA;
| ^~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp: In function ‘void
pwiz::minimxml::SAXParser::parse(std::istream&, Handler&)’:
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp:543:61: warning:
offset ‘1’ outside bounds of constant string [-Warray-bounds=]
543 | Handler::Status status =
wrangler.endElement(buffer.c_str()+1, position);
|
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp:549:17: warning:
‘inCDATA’ may be used uninitialized [-Wmaybe-uninitialized]
549 | if (inCDATA)
| ^~
/<<PKGBUILDDIR>>/src/pwiz/utility/minimxml/SAXParser.cpp:501:14: note:
‘inCDATA’ was declared here
501 | bool inCDATA;
| ^~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:183: src/CMakeFiles/pwizlite-shared.dir/all]
Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:157: src/CMakeFiles/pwizlite-static.dir/all]
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: 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:26: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libpwizlite
Source-Version: 3.0.5-1
Done: Filippo Rusconi <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libpwizlite, 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.
Filippo Rusconi <[email protected]> (supplier of updated libpwizlite 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, 15 Jun 2023 10:59:52 +0200
Source: libpwizlite
Architecture: source
Version: 3.0.5-1
Distribution: unstable
Urgency: low
Maintainer: The Debichem Group <[email protected]>
Changed-By: Filippo Rusconi <[email protected]>
Closes: 1037733
Changes:
libpwizlite (3.0.5-1) unstable; urgency=low
.
* New upstream with fixed portability problems to WIN10 (nov 2022).
* Fixed compilation failures due to missing #include <cstdint> for type
int64_t (Closes: #1037733) with g++-13.
* Standards-Version: 4.6.2.
Checksums-Sha1:
5184722bfc7c4f8b93b30c1834ab011742d0b579 2199 libpwizlite_3.0.5-1.dsc
171233b0dd686702bc8192d32dbab63e9f896dc4 752173 libpwizlite_3.0.5.orig.tar.gz
6f5ecfc50b7d9ee9f12fa14a392e3cfc0bc76fa2 8092 libpwizlite_3.0.5-1.debian.tar.xz
7b793889bd0513384985c1d067fd0ac18c14af90 8783
libpwizlite_3.0.5-1_amd64.buildinfo
Checksums-Sha256:
5a0502afa70ab7631f3c27b72d678332d160bdb40764d0558e42ea72689ff0b8 2199
libpwizlite_3.0.5-1.dsc
5aa50baf25990a66bf41ee9e69b288df6ca0bb17751e8b75a17d6feb8a890606 752173
libpwizlite_3.0.5.orig.tar.gz
d9c48b90bbe298b99ea72115b4f94783197064f7dd2c597528e4b3cd7d7847c4 8092
libpwizlite_3.0.5-1.debian.tar.xz
d64490c42af19557b3db847304deb6c152fec453c4e1f2aea0b5a1d877410cb4 8783
libpwizlite_3.0.5-1_amd64.buildinfo
Files:
b397f7a6d02fc3e8246cb5dfdedbd8c0 2199 libs optional libpwizlite_3.0.5-1.dsc
250fb60fde3fe89efb7743110c95cb1f 752173 libs optional
libpwizlite_3.0.5.orig.tar.gz
e0fbb7b06cb5598e122a87ed2e86e689 8092 libs optional
libpwizlite_3.0.5-1.debian.tar.xz
1d715828f5321dd90f468fe0f4810fcd 8783 libs optional
libpwizlite_3.0.5-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEsFMwThfW1Bndm0ZRQatITXaUz0IFAmSRlMgACgkQQatITXaU
z0LmXw//Q9gb1788c4XoiTXzf15d/Hu4J4hQRjaZuwZWKy5WBPzz262PDbLqH7Xe
gkCkGho4gIje0AI6pnzEwSBPXm37IIyueWDin8XD9rCHOY+rjHPqbO3oATk7mQby
oSdhbTyZk0Ms2SF7QMI9ghKw18PcE1Xy7b0REC2xF/2uwGmnBfS42cHzX9AynIBS
dlp7jB0MI5STqr51XT3+UFZl53F+5htriuwtIIR71pUen6Y9YfDvrRolVnX5AKVk
PdjLw5k11p0OQFXkzn5836RfUPHibpWzm5QLPz3s7LnHFKE5Ft0z7G/FWf6XUozM
gbY8Y7LIRZvdjwkUA4lraHzYCWpxtw5UxiSpNaDbQ9btWQOQX73uo/8BYXJUHl1a
xswmYWh+0MwrlK0RfUPsfe0JY3X3ACl6uJoEcar+oFqn0zdyqryjrpyjvMLuP51E
07XMWDALMDHs37YUHG6O2FFNTKrLeGYO6F+4gR7jnZuc3LtDC1ZyKYAxL9nvuw1R
2/y7cF6aBv4VSzdKhiV14OQYdLQerLuKd/OippqRo9SismwYGC8UfoyhMYVKDUst
7b51LYQ9djMOvdD5vmrM1857/yJEPuZMtuG2oFtO+MS792B6xAQGySAh0dYZBGlk
7P+2lZNFY0koIbNj7ChHI6cibHHCebcVpH3dZWru9aFNLcKcsDw=
=06x1
-----END PGP SIGNATURE-----
--- End Message ---