Your message dated Mon, 24 Feb 2025 04:49:10 +0000
with message-id <e1tmqp0-000o9g...@fasolo.debian.org>
and subject line Bug#1037882: fixed in vart 2.5-5
has caused the Debian Bug report #1037882,
regarding vart: 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.)
--
1037882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vart
Version: 2.5-4
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/vart_2.5-4_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
[...]
277 | dt_2_unsigned4bit(src, reinterpret_cast<uint8_t*>(dst), num, shape,
stride);
| ^~~~~~~
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:277:43: note: ‘uint8_t’ is
defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:277:50: error: expected ‘>’
before ‘*’ token
277 | dt_2_unsigned4bit(src, reinterpret_cast<uint8_t*>(dst), num, shape,
stride);
| ^
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:277:50: error: expected ‘(’
before ‘*’ token
277 | dt_2_unsigned4bit(src, reinterpret_cast<uint8_t*>(dst), num, shape,
stride);
| ^
| (
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:277:51: error: expected
primary-expression before ‘>’ token
277 | dt_2_unsigned4bit(src, reinterpret_cast<uint8_t*>(dst), num, shape,
stride);
| ^
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp: At global scope:
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:296:6: error: variable or
field ‘unsigned4bit_2_dt’ declared void
296 | void unsigned4bit_2_dt(uint8_t* src, T* dst, int num,
| ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:296:24: error: ‘uint8_t’ was
not declared in this scope
296 | void unsigned4bit_2_dt(uint8_t* src, T* dst, int num,
| ^~~~~~~
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:296:24: note: ‘uint8_t’ is
defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:296:33: error: ‘src’ was not
declared in this scope
296 | void unsigned4bit_2_dt(uint8_t* src, T* dst, int num,
| ^~~
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:296:39: error: expected
primary-expression before ‘*’ token
296 | void unsigned4bit_2_dt(uint8_t* src, T* dst, int num,
| ^
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:296:41: error: ‘dst’ was not
declared in this scope
296 | void unsigned4bit_2_dt(uint8_t* src, T* dst, int num,
| ^~~
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:296:46: error: expected
primary-expression before ‘int’
296 | void unsigned4bit_2_dt(uint8_t* src, T* dst, int num,
| ^~~
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:297:45: error: expected
primary-expression before ‘shape’
297 | std::vector<int32_t> shape,
| ^~~~~
/<<PKGBUILDDIR>>/util/include/vart/util_4bit.hpp:298:45: error: expected
primary-expression before ‘stride’
298 | std::vector<int32_t> stride) {
| ^~~~~~
/<<PKGBUILDDIR>>/util/src/util_4bit.cpp:33:60: error: ‘uint32_t’ was not
declared in this scope
33 | void bump_idx(std::vector<int32_t>& idx, const std::vector<uint32_t>&
shape) {
| ^~~~~~~~
/<<PKGBUILDDIR>>/util/src/util_4bit.cpp:18:1: note: ‘uint32_t’ is defined in
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
17 | #include "vart/util_4bit.hpp"
+++ |+#include <cstdint>
18 |
/<<PKGBUILDDIR>>/util/src/util_4bit.cpp:33:68: error: template argument 1 is
invalid
33 | void bump_idx(std::vector<int32_t>& idx, const std::vector<uint32_t>&
shape) {
| ^
/<<PKGBUILDDIR>>/util/src/util_4bit.cpp:33:68: error: template argument 2 is
invalid
/<<PKGBUILDDIR>>/util/src/util_4bit.cpp: In function ‘void
vart::bump_idx(std::vector<int>&, const int&)’:
/<<PKGBUILDDIR>>/util/src/util_4bit.cpp:36:51: error: invalid types ‘const
int[int]’ for array subscript
36 | if ((++idx[dim]) == static_cast<int32_t>(shape[dim])) {
| ^
[ 10%] Building CXX object util/CMakeFiles/util.dir/src/variable_bit.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/util && /usr/bin/c++
-DGFLAGS_IS_A_DLL=0 -DGLOG_CUSTOM_PREFIX_SUPPORT -DUNI_LOG_NDEBUG
-DVART_UTIL_EXPORT -Dutil_EXPORTS -I/<<PKGBUILDDIR>>/util/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -Wall
-Werror -g -Wall -Werror -ggdb -O0 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
-fno-inline -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -std=gnu++17 -MD -MT
util/CMakeFiles/util.dir/src/variable_bit.cpp.o -MF
CMakeFiles/util.dir/src/variable_bit.cpp.o.d -o
CMakeFiles/util.dir/src/variable_bit.cpp.o -c
/<<PKGBUILDDIR>>/util/src/variable_bit.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 10%] Built target test_batch_tensor_buffer
[ 11%] Building CXX object util/CMakeFiles/util.dir/src/plugin.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/util && /usr/bin/c++
-DGFLAGS_IS_A_DLL=0 -DGLOG_CUSTOM_PREFIX_SUPPORT -DUNI_LOG_NDEBUG
-DVART_UTIL_EXPORT -Dutil_EXPORTS -I/<<PKGBUILDDIR>>/util/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -Wall
-Werror -g -Wall -Werror -ggdb -O0 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
-fno-inline -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -std=gnu++17 -MD -MT
util/CMakeFiles/util.dir/src/plugin.cpp.o -MF
CMakeFiles/util.dir/src/plugin.cpp.o.d -o CMakeFiles/util.dir/src/plugin.cpp.o
-c /<<PKGBUILDDIR>>/util/src/plugin.cpp
make[3]: *** [util/CMakeFiles/util.dir/build.make:121:
util/CMakeFiles/util.dir/src/util_4bit.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:326: util/CMakeFiles/util.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:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: vart
Source-Version: 2.5-5
Done: Nobuhiro Iwamatsu <iwama...@debian.org>
We believe that the bug you reported is fixed in the latest version of
vart, 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.
Nobuhiro Iwamatsu <iwama...@debian.org> (supplier of updated vart 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: SHA256
Format: 1.8
Date: Mon, 24 Feb 2025 13:32:55 +0900
Source: vart
Architecture: source
Version: 2.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Xilinx Package Maintainers
<team+pkg-xil...@tracker.debian.org>
Changed-By: Nobuhiro Iwamatsu <iwama...@debian.org>
Closes: 1037882
Changes:
vart (2.5-5) unstable; urgency=medium
.
* d/patches:
- Add 0007-Fix-FTBFS-issues-relating-to-gcc-13-Closes-1037882.patch.
Fix FTBFS issues relating to gcc-13 (Closes: #1037882)
Thanks to Jonathan Bergh <bergh.jonat...@gmail.com>.
* d/copyright:
- Update copyright year
* d/gbp.conf:
- Add file.
* d/control:
- Bump Standards-Version to 4.7.0.
Checksums-Sha1:
cc18eff85008032f6ddc4da8c422cf29ee5c284e 2229 vart_2.5-5.dsc
0763ee9fed2b254994fb9a8547ff57d61f296734 8208 vart_2.5-5.debian.tar.xz
cc9e81f3b8b10d3a27e43398d44e40c41973a726 8839 vart_2.5-5_amd64.buildinfo
Checksums-Sha256:
fccfbe8db6a87def516ace605837b265e814cd5fa5334c3bba1b885e741404a1 2229
vart_2.5-5.dsc
ff663a214dd18e2422d2c887ac6f22dbd95ff03c6d8f25fc4bda5d61926f737c 8208
vart_2.5-5.debian.tar.xz
cf7690e9359f9cbe5f8a6a7ddf7b65aa642fc696a5f63026975043fe4ae16f80 8839
vart_2.5-5_amd64.buildinfo
Files:
49a43731150523171932d25478625182 2229 libs optional vart_2.5-5.dsc
3a5d0524cbfccc951da1c5b3044fd4fa 8208 libs optional vart_2.5-5.debian.tar.xz
296fa2954ecf35f1de622ce7f3aff792 8839 libs optional vart_2.5-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAme792AACgkQMiR/u0Ct
H6aOLA/+PwoZj6c9Dzdv/ZnUyyy2sGE73F5sTsXVVQ93xGx2SfGSfSzi4uKs69y8
zDtWiuMwzB1Z1w5v210lD7er0mqQXxwJ80lMqC3Krb3Y7GDcB3etc3rVxLMCA10Q
rijrzETuL2wO3aiqi44L2/SL9mGDOSWmJsQGXnJ+vPD4eS1WiF7YwaYaNAo8UO1g
C+BJFTw26e4MCjM4sWs4ST+C8Rg75VxOuKTLdaecpviHeMaNYST//6V3cDEYSkhZ
qoBabv2kJdzWDzbBQ23M9x9VeeaITue4CN7f6kG3zx14dhFHChl8oeN1nmo9VIef
Gynf4ChQ2aEJav3XYDAIXHdSK1o/ymm/nM8TDSczu081Lk+F2dLlDUy0Hz3isc5j
Y11FT4fa15Yy9WckYT85a1TKAC8RviTykeeHgW6CwC3SGqtPpwqVajOFKE52idy2
fpeSHhCMHFGi+7BHfzx4SQcUpEfORYb9FF0t7euiz0sngWPyv1zASH9znbdLVJTM
7JoPnUGVglMfo1P5KvW/BQC6HlvX4P0BYuo4lXjsLY5fgrYPUbnoFOmdx4V563pU
uPRCybmNYsY+Hs4I4aABYZFA8JaFQOPExUkeoZRJt4txLp6o4Kapu/1JCOzY1lwl
jL2tolQlVadstUJdQ98326yOcnAqMAZcBreZmiR+uE+LoCUjFfU=
=13CE
-----END PGP SIGNATURE-----
pgpbwuy9rLqoS.pgp
Description: PGP signature
--- End Message ---