--- Begin Message ---
Package: src:hdrmerge
Version: 0.5+git20200117-2
Severity: normal
Tags: sid trixie
User: debian-gcc@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/hdrmerge_0.5+git20200117-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
[...]
57 | void IFD::write(uint8_t * buffer, size_t & pos, bool hasNext) {
| ^
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp:57:44: error: ‘pos’ was not declared in this scope
57 | void IFD::write(uint8_t * buffer, size_t & pos, bool hasNext) {
| ^~~
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp:57:49: error: expected primary-expression before ‘bool’
57 | void IFD::write(uint8_t * buffer, size_t & pos, bool hasNext) {
| ^~~~
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp: In member function ‘size_t hdrmerge::IFD::length() const’:
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp:77:46: error: request for member ‘size’ in ‘((const hdrmerge::IFD*)this)->hdrmerge::IFD::entryData’, which is of non-class type ‘const int’
77 | return 6 + 12*entries.size() + entryData.size();
| ^~~~
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp: At global scope:
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp:81:17: error: ‘hdrmerge::IFD::DirEntry* hdrmerge::IFD::getEntry’ is not a static data member of ‘class hdrmerge::IFD’
81 | IFD::DirEntry * IFD::getEntry(uint16_t tag) {
| ^~~
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp:81:31: error: ‘uint16_t’ was not declared in this scope
81 | IFD::DirEntry * IFD::getEntry(uint16_t tag) {
| ^~~~~~~~
/<<PKGBUILDDIR>>/src/TiffDirectory.cpp:81:31: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
make[3]: *** [CMakeFiles/hdrmerge.dir/build.make:216: CMakeFiles/hdrmerge.dir/src/TiffDirectory.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/UVLADIE3JM/moc_AboutDialog.cpp:10,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/mocs_compilation.cpp:2:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/UVLADIE3JM/../../../src/AboutDialog.hpp:32:68: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
32 | explicit AboutDialog(QWidget * parent = 0, Qt::WindowFlags f = 0);
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1305,
from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h:43,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDialog:1,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/UVLADIE3JM/../../../src/AboutDialog.hpp:26:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
In file included from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/UVLADIE3JM/moc_DngPropertiesDialog.cpp:10,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/mocs_compilation.cpp:3:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/UVLADIE3JM/../../../src/DngPropertiesDialog.hpp:35:67: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
35 | DngPropertiesDialog(QWidget * parent = 0, Qt::WindowFlags f = 0);
| ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
In file included from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/UVLADIE3JM/moc_LoadOptionsDialog.cpp:10,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/mocs_compilation.cpp:5:
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/hdrmerge_autogen/UVLADIE3JM/../../../src/LoadOptionsDialog.hpp:36:65: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
36 | LoadOptionsDialog(QWidget * parent = 0, Qt::WindowFlags f = 0);
| ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
In file included from /<<PKGBUILDDIR>>/src/BoxBlur.hpp:27,
from /<<PKGBUILDDIR>>/src/ImageStack.cpp:25:
/<<PKGBUILDDIR>>/src/Array2D.hpp: In instantiation of ‘void hdrmerge::Array2D<T>::fillBorders(T) [with T = float]’:
/<<PKGBUILDDIR>>/src/ImageStack.cpp:406:20: required from here
/<<PKGBUILDDIR>>/src/Array2D.hpp:118:33: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
118 | for(size_t i = 0; i < dy; ++i)
| ~~^~~~
/<<PKGBUILDDIR>>/src/Array2D.hpp:124:37: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
124 | for(size_t j = 0; j < dx; ++j)
| ~~^~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/hdrmerge.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: 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:14: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: hdrmerge
Source-Version: 0.5+git20200117-3.1
Done: Gianfranco Costamagna <locutusofborg@debian.org>
We believe that the bug you reported is fixed in the latest version of
hdrmerge, 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 1037686@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofborg@debian.org> (supplier of updated hdrmerge 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 16 Jul 2023 21:12:40 +0200
Source: hdrmerge
Built-For-Profiles: noudeb
Architecture: source
Version: 0.5+git20200117-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg@debian.org>
Closes: 1037686
Changes:
hdrmerge (0.5+git20200117-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* debian/patches/221.patch:
- cherry-pick upstream proposed patch to fix gcc-13 build failure (Closes:
#1037686)
Checksums-Sha1:
b95d87061e5c3f820a7122ce643d83581f964f56 2082 hdrmerge_0.5+git20200117-3.1.dsc
886f5bb27dac74bd750a850adb049edb7da9435a 4312 hdrmerge_0.5+git20200117-3.1.debian.tar.xz
aba03002ed74edca78f4f000d7f0aa7e65d78585 13491 hdrmerge_0.5+git20200117-3.1_source.buildinfo
Checksums-Sha256:
e19e5c4a0ab1b25690d481522575d29e12f4899ae92dbb8477e57276bdfd18fa 2082 hdrmerge_0.5+git20200117-3.1.dsc
793c69504d6e77963bcdc23f638944c96f60d77c173a81c5616108814a51feb8 4312 hdrmerge_0.5+git20200117-3.1.debian.tar.xz
6cd03437c71b1bf7578a4678af04e124cd53269344ae4b43b6221815d6776129 13491 hdrmerge_0.5+git20200117-3.1_source.buildinfo
Files:
36be90a808f21213579e50ea944e3c35 2082 graphics optional hdrmerge_0.5+git20200117-3.1.dsc
a6c94bd5c41aede3567306c83d226e27 4312 graphics optional hdrmerge_0.5+git20200117-3.1.debian.tar.xz
a5cc00a43c6fdba7a652942ec3dc537a 13491 graphics optional hdrmerge_0.5+git20200117-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmS4vggACgkQ808JdE6f
XdmOaw/+OsYTQWLtyoU0+BbfmFcHFqT/1SOuJpulVBi1bkHiTN+6FULBdduL4KpO
C7GBTpqerN0rBfYi/FoOAi5T5fEScFab4BKY8h1cfWkKbfiqU2UMUugLq+6GSw6W
JkgsZjm4jpNucltueiWOuqpphmrOQmNrmCnhf8niga/bOj9OMKjZrUDWbkkPPHwH
GYTuukNfifDOT2jbmWegGnydtiZH++0tphpNIg0cZ6JY/3G+FixfZrbcgE1OQGnX
OcTB+p0UtyavNLMTp42mpqIxQWWPbggu5wBK4GHOs0QvayYh8aJtPtcECc3GYDvC
dtp3wWHKA6iAy76af4JYD+SRA8IXSQQ2EjGTjoLiP2f59Z+0x6QamO1rEATBmAEs
zrNf+kk43F7nJ09L3rM4UNAJs6He66PKY4c0UozVrzffW0KoYt5g1IXpocsbTpDI
5pAD0pVOqYIvxaEvjvE6UFYoVvwily7vt7nFlxQyNb7DDPLFe/03xJ+Xtv/J0TSz
fSRDI7r2ykVMA0FO8bHlI08JeJfp/Txk8uYCUECvWu5n/ILW8g20jGSN3i30+lqa
aNUYziv6jfps6AYqGtQcEUwex9e236936wvyL9BueqjgU15D5GHdIKvkcR7BwkLi
QOBA/h5d4t280d9iT5RuU7rxqV8KIFpo7KgU8l0hVia4K6BeuOE=
=DW1A
-----END PGP SIGNATURE-----
--- End Message ---