Your message dated Mon, 18 Sep 2023 08:38:47 +0000
with message-id <e1qi9mj-006paq...@fasolo.debian.org>
and subject line Bug#1037909: fixed in yubioath-desktop 5.1.0-1.1
has caused the Debian Bug report #1037909,
regarding yubioath-desktop: 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.)
--
1037909: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037909
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:yubioath-desktop
Version: 5.1.0-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/yubioath-desktop_5.1.0-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
[...]
| ^
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:34:24: error: invalid types
‘int[int]’ for array subscript
34 | row[i] = 0xFF - row[i];
| ^
QZXing/zxing/zxing/InvertedLuminanceSource.cpp: At global scope:
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:39:17: error: ‘byte’ is not a
member of ‘zxing’
39 | ArrayRef<zxing::byte> InvertedLuminanceSource::getMatrix() const {
| ^~~~
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:39:17: error: ‘byte’ is not a
member of ‘zxing’
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:39:21: error: template argument
1 is invalid
39 | ArrayRef<zxing::byte> InvertedLuminanceSource::getMatrix() const {
| ^
QZXing/zxing/zxing/InvertedLuminanceSource.cpp: In member function ‘virtual int
zxing::InvertedLuminanceSource::getMatrix() const’:
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:40:19: error: ‘byte’ is not a
member of ‘zxing’
40 | ArrayRef<zxing::byte> matrix = delegate->getMatrix();
| ^~~~
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:40:19: error: ‘byte’ is not a
member of ‘zxing’
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:40:23: error: template argument
1 is invalid
40 | ArrayRef<zxing::byte> matrix = delegate->getMatrix();
| ^
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:42:19: error: ‘byte’ is not a
member of ‘zxing’
42 | ArrayRef<zxing::byte> invertedMatrix(length);
| ^~~~
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:42:19: error: ‘byte’ is not a
member of ‘zxing’
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:42:23: error: template argument
1 is invalid
42 | ArrayRef<zxing::byte> invertedMatrix(length);
| ^
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:44:19: error: invalid types
‘int[int]’ for array subscript
44 | invertedMatrix[i] = 0xFF - matrix[i];
| ^
QZXing/zxing/zxing/InvertedLuminanceSource.cpp:44:38: error: invalid types
‘int[int]’ for array subscript
44 | invertedMatrix[i] = 0xFF - matrix[i];
| ^
QZXing/zxing/zxing/Result.h:37:19: error: ‘byte’ is not a member of ‘zxing’
37 | ArrayRef<zxing::byte> rawBytes_;
| ^~~~
QZXing/zxing/zxing/Result.h:37:19: error: ‘byte’ is not a member of ‘zxing’
QZXing/zxing/zxing/Result.h:37:23: error: template argument 1 is invalid
37 | ArrayRef<zxing::byte> rawBytes_;
| ^
QZXing/zxing/zxing/Result.h:45:26: error: ‘byte’ is not a member of ‘zxing’
45 | ArrayRef<zxing::byte> rawBytes,
| ^~~~
QZXing/zxing/zxing/Result.h:45:26: error: ‘byte’ is not a member of ‘zxing’
QZXing/zxing/zxing/Result.h:45:30: error: template argument 1 is invalid
45 | ArrayRef<zxing::byte> rawBytes,
| ^
QZXing/zxing/zxing/Result.h:51:19: error: ‘byte’ is not a member of ‘zxing’
51 | ArrayRef<zxing::byte> getRawBytes();
| ^~~~
QZXing/zxing/zxing/Result.h:51:19: error: ‘byte’ is not a member of ‘zxing’
QZXing/zxing/zxing/Result.h:51:23: error: template argument 1 is invalid
51 | ArrayRef<zxing::byte> getRawBytes();
| ^
QZXing/zxing/zxing/ResultIO.cpp:27:10: warning: ‘std::ostream&
zxing::operator<<(std::ostream&, Result&)’ has not been declared within ‘zxing’
27 | ostream& zxing::operator<<(ostream &out, Result& result) {
| ^~~~~
QZXing/zxing/zxing/Result.h:58:24: note: only here as a ‘friend’
58 | friend std::ostream& operator<<(std::ostream &out, Result& result);
| ^~~~~~~~
QZXing/zxing/zxing/ResultIO.cpp: In function ‘std::ostream&
zxing::operator<<(std::ostream&, Result&)’:
QZXing/zxing/zxing/ResultIO.cpp:31:35: error: base operand of ‘->’ is not a
pointer
31 | out << "[" << result.rawBytes_->size() << " bytes]";
| ^~
make[1]: *** [Makefile:1297: InvertedLuminanceSource.o] Error 1
make[1]: *** [Makefile:1289: ResultIO.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 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: yubioath-desktop
Source-Version: 5.1.0-1.1
Done: Bo YU <tsu.y...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
yubioath-desktop, 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.
Bo YU <tsu.y...@gmail.com> (supplier of updated yubioath-desktop 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: Sun, 17 Sep 2023 22:29:46 +0800
Source: yubioath-desktop
Architecture: source
Version: 5.1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Authentication Maintainers
<pkg-auth-maintain...@lists.alioth.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1037909
Changes:
yubioath-desktop (5.1.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add 02-fix-gcc-13 patch to fix gcc-13 build issue, thanks
Jonathan Bergh <bergh.jonat...@gmail.com> also. (Closes: #1037909)
Checksums-Sha1:
3cd58a83545b3eeb1465d6bf9c3faff79e789938 2476 yubioath-desktop_5.1.0-1.1.dsc
83a6fe26b0c3f613230deaa24b776f0a903f436c 10156
yubioath-desktop_5.1.0-1.1.debian.tar.xz
5f76c86db927774a33ca8ddfe96e905ae5565631 9798
yubioath-desktop_5.1.0-1.1_source.buildinfo
Checksums-Sha256:
8a6cd712bffc779901cb7b4fd05f394e6bf2ca28ff475d8a7d1f3276503feb7c 2476
yubioath-desktop_5.1.0-1.1.dsc
9792035242191518d25e7ddc206d6c357fb2c67b3469198190c7d6f55d007dc6 10156
yubioath-desktop_5.1.0-1.1.debian.tar.xz
ac358054135d5744a1801cee29544830d379fa49594af5f37a87910c3b6b14f0 9798
yubioath-desktop_5.1.0-1.1_source.buildinfo
Files:
4986082b1413c38f5e4de65fe8401f76 2476 utils optional
yubioath-desktop_5.1.0-1.1.dsc
c5d315cc2030aea90624c4798ea3987d 10156 utils optional
yubioath-desktop_5.1.0-1.1.debian.tar.xz
45a3133410a302128e75e0c3a5a9ef38 9798 utils optional
yubioath-desktop_5.1.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmUIBdYQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFJAYDACN81Z8v/dbXQcpIAyZBlTJ4CznYgUgTy+a
/jEMmWgf+htOc/iAfyzrkq2uwKoDxPu3dUGFJwoqfYSQIEDNxtZ/+icvQDFuA01z
SQmJmrrtn8m7zizkrdFWgPHbXkxNvaXxPEQvxeJSMS2cVxs/OeFxp34xM6qbPmZS
waJeY4gIue9CtbwUhOdHvBlYeOXgfmnRjaP4BYRtiMuh0WIQuDCdlpTK28/7+aYO
qnsDCujeufw75XtUjYaA2xXAAvscWj5Xkcyw/pfgtLTHwppDttON0lkMq1jkNw3y
NG6GrNSh4GGmBXGZZuOcFWG8yJ2vG/LLYETsVlb+Hk+hlVZUjmci7lqvgJle5l/y
k8rppljlkuojI6j0MnmegxBr0PfMRD/IuKj+pRxEVKAMwMXDzwOG791nROpawB4u
HQjBdNJmGBFHS8tE9z+gFj8WyYMxEMfXvzyXpIFseSNsoK6tq4ds1FGC/5jQwJQW
Eip+WOFQygZa5lsSe+1+5KaG1zGXAdQ=
=lDkE
-----END PGP SIGNATURE-----
--- End Message ---