Your message dated Thu, 17 Aug 2023 13:07:40 +0000
with message-id <e1qwciy-003ea7...@fasolo.debian.org>
and subject line Bug#1037750: fixed in libxdf 0.99.8+dfsg-3
has caused the Debian Bug report #1037750,
regarding libxdf: 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.)
--
1037750: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libxdf
Version: 0.99.8+dfsg-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/libxdf_0.99.8+dfsg-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
[...]
/usr/include/c++/13/bits/stl_iterator.h:1047:11: note: conversion of argument
1 would be ill-formed:
/<<PKGBUILDDIR>>/xdf.cpp:470:41: error: ‘ChLen’ was not declared in this scope
470 | char* buffer = new char[ChLen - 6];
| ^~~~~
/<<PKGBUILDDIR>>/xdf.cpp:470:41: error: ‘ChLen’ was not declared in this scope
470 | char* buffer = new char[ChLen - 6];
| ^~~~~
/<<PKGBUILDDIR>>/xdf.cpp:486:28: error: ‘ChLen’ was not declared in this scope
486 | file.seekg(ChLen - 2, file.cur);
| ^~~~~
/<<PKGBUILDDIR>>/xdf.cpp:486:28: error: ‘ChLen’ was not declared in this scope
486 | file.seekg(ChLen - 2, file.cur);
| ^~~~~
/<<PKGBUILDDIR>>/xdf.cpp: At global scope:
/<<PKGBUILDDIR>>/xdf.cpp:713:1: error: ‘uint64_t’ does not name a type
713 | uint64_t Xdf::readLength(std::ifstream &file)
| ^~~~~~~~
/<<PKGBUILDDIR>>/xdf.cpp:713:1: note: ‘uint64_t’ is defined in header
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/xdf.cpp: At global scope:
/<<PKGBUILDDIR>>/xdf.cpp:713:1: error: ‘uint64_t’ does not name a type
713 | uint64_t Xdf::readLength(std::ifstream &file)
| ^~~~~~~~
/<<PKGBUILDDIR>>/xdf.cpp:713:1: note: ‘uint64_t’ is defined in header
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/xdf.cpp: In member function ‘void Xdf::calcTotalLength(int)’:
/<<PKGBUILDDIR>>/xdf.cpp:823:5: error: ‘totalLen’ was not declared in this
scope; did you mean ‘totalorder’?
823 | totalLen = (maxTS - minTS) * sampleRate;
| ^~~~~~~~
| totalorder
/<<PKGBUILDDIR>>/xdf.cpp: In member function ‘void Xdf::calcTotalLength(int)’:
/<<PKGBUILDDIR>>/xdf.cpp:823:5: error: ‘totalLen’ was not declared in this
scope; did you mean ‘totalorder’?
823 | totalLen = (maxTS - minTS) * sampleRate;
| ^~~~~~~~
| totalorder
/<<PKGBUILDDIR>>/xdf.cpp: In member function ‘void Xdf::adjustTotalLength()’:
/<<PKGBUILDDIR>>/xdf.cpp:849:17: error: ‘totalLen’ was not declared in this
scope; did you mean ‘totalorder’?
849 | if (totalLen < stream.time_series.front().size())
| ^~~~~~~~
| totalorder
/<<PKGBUILDDIR>>/xdf.cpp: In member function ‘void Xdf::adjustTotalLength()’:
/<<PKGBUILDDIR>>/xdf.cpp:849:17: error: ‘totalLen’ was not declared in this
scope; did you mean ‘totalorder’?
849 | if (totalLen < stream.time_series.front().size())
| ^~~~~~~~
| totalorder
/<<PKGBUILDDIR>>/xdf.cpp: In member function ‘void Xdf::loadDictionary()’:
/<<PKGBUILDDIR>>/xdf.cpp:1081:23: error: request for member ‘emplace_back’ in
‘((Xdf*)this)->Xdf::eventType’, which is of non-class type ‘int’
1081 | eventType.emplace_back(dictionary.size());
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/xdf.cpp:1086:23: error: request for member ‘emplace_back’ in
‘((Xdf*)this)->Xdf::eventType’, which is of non-class type ‘int’
1086 | eventType.emplace_back(std::distance(dictionary.begin(),
it));
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/xdf.cpp: In member function ‘void Xdf::loadDictionary()’:
/<<PKGBUILDDIR>>/xdf.cpp:1081:23: error: request for member ‘emplace_back’ in
‘((Xdf*)this)->Xdf::eventType’, which is of non-class type ‘int’
1081 | eventType.emplace_back(dictionary.size());
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/xdf.cpp:1086:23: error: request for member ‘emplace_back’ in
‘((Xdf*)this)->Xdf::eventType’, which is of non-class type ‘int’
1086 | eventType.emplace_back(std::distance(dictionary.begin(),
it));
| ^~~~~~~~~~~~
make[3]: *** [CMakeFiles/xdf.dir/build.make:79: CMakeFiles/xdf.dir/xdf.cpp.o]
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/xdf_shared.dir/build.make:79:
CMakeFiles/xdf_shared.dir/xdf.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:88: CMakeFiles/xdf.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/Makefile2:114: CMakeFiles/xdf_shared.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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libxdf
Source-Version: 0.99.8+dfsg-3
Done: Michael R. Crusoe <cru...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libxdf, 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.
Michael R. Crusoe <cru...@debian.org> (supplier of updated libxdf 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: Thu, 17 Aug 2023 14:30:21 +0200
Source: libxdf
Architecture: source
Version: 0.99.8+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Michael R. Crusoe <cru...@debian.org>
Closes: 1037750
Changes:
libxdf (0.99.8+dfsg-3) unstable; urgency=medium
.
* Team upload.
* Add patch for gcc-13 support. Closes: #1037750
* d/control: use ${devlibs:Depends} for the -dev package.
* Standards-Version: 4.6.2 (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* add patch to fix typo
Checksums-Sha1:
c3b1273a106038e6e2fd913baac7e403d1fc8b21 2018 libxdf_0.99.8+dfsg-3.dsc
241f97bc934d5f7d04d858418156a8f56ebe2baf 3856
libxdf_0.99.8+dfsg-3.debian.tar.xz
d75b51fc8ea0491e52ff79d2fdabbc8e892462ac 8475
libxdf_0.99.8+dfsg-3_source.buildinfo
Checksums-Sha256:
5167d5c819d6eec94b29905d6838cf3fecb80975e8a85d5b79dbc426e43f95cd 2018
libxdf_0.99.8+dfsg-3.dsc
95f0227bb14b75092857ce7495e81371ea150d12d65953df205a87e124ef9d83 3856
libxdf_0.99.8+dfsg-3.debian.tar.xz
b000802a475fe5aa29f82c5c1f8a3196be6cef55d2389c34d4bb47d9f9b5a88c 8475
libxdf_0.99.8+dfsg-3_source.buildinfo
Files:
b499750723e8ac480b6131c7ef81627a 2018 science optional libxdf_0.99.8+dfsg-3.dsc
20f17ab7cbe9db1d3fa476771cfb5e8c 3856 science optional
libxdf_0.99.8+dfsg-3.debian.tar.xz
8734bcfa100fb9a1447c437eae881135 8475 science optional
libxdf_0.99.8+dfsg-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmTeFbYACgkQPCZ2P2xn
5uIFaA/+KWcgwaQjqBQCxSxhSChfAmzqX7begRxGPz2LZo0L/OE+PWq0P5lBkEcd
3KAmj+1rNrfamiRsVvds0wCu2s3fpaHVl5CCJIUDyVee/vv1IGVf+3CDgioaIFX2
XdsjKHoG+GJKI5gjGU+z6aoxaJZipInZTz4QJs20dRznteWYSY55atkM+CBACPAu
lYoUE9zNv/rO7/pwrL50poMipeW1EYAvhmikk+XZtRiV96PL/ts6jI9UAqYwj4+b
wvoLOwXe5YeJgWUEdFWFMkSpW5oBezHwbeL6CTlpQm4IBEJR8lxNco/CKJHLMjlr
PHpZo10DZEsrM1342FJLRH8Xo8k9Da4S1K/p5owItLZmZ2hUvKErB/tlra/uI7d8
1uXkYgIR5V1FZgfe4pmypkqlCoXAtwuL+HGRlqD2TLvS1BWiBVQEanJ22YtTsFO3
ehhuuWJfmv6sjYGJ3X9NaxC3dT2Q/tCAbNVqdj9lpFnPcGLPISjphdtxJ5WLuzYG
UfhetqhCE6fs2lZOr7U7Ryat5oxWQagZO4swEKeWkzU2ooxxlOZ3sw+k1umb+PjB
ASyiz7X13QaefvBiF/9rfo6MgEPG44s9Yjj60w7C4/3ZfWezkoaDN2lXNyDyGo/E
zz/x9RLfk/tztU7Za3P+wrOxhhIJ+gyJZalqwqge0tOP+6fZXWE=
=gkbB
-----END PGP SIGNATURE-----
--- End Message ---