Your message dated Fri, 23 Aug 2024 15:04:04 +0000
with message-id <e1shvpc-008cvl...@fasolo.debian.org>
and subject line Bug#1074846: fixed in biometric-authentication 0.9.72-1
has caused the Debian Bug report #1074846,
regarding biometric-authentication: ftbfs with GCC-14
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.)


-- 
1074846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074846
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:biometric-authentication
Version: 0.9.71-1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[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-14/g++-14, but succeeds to build with gcc-13/g++-13. 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/2024/07/01/biometric-authentication_0.9.71-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html

[...]
   66 |         dev->ops_attach = community_ops_attach;
      |                         ^
vcom5s.c: In function ‘ops_configure’:
fdu2000.c:67:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   67 |         dev->ops_detach = community_ops_detach;
      |                         ^
vcom5s.c:66:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   66 |         dev->ops_attach = community_ops_attach;
      |                         ^
vcom5s.c:67:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   67 |         dev->ops_detach = community_ops_detach;
      |                         ^
make[6]: *** [Makefile:1353: aes2501_la-aes2501.lo] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: *** [Makefile:1598: fdu2000_la-fdu2000.lo] Error 1
make[6]: *** [Makefile:1808: vcom5s_la-vcom5s.lo] Error 1
upektc.c: In function ‘ops_configure’:
upektc.c:67:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   67 |         dev->ops_attach = community_ops_attach;
      |                         ^
upektc.c:68:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   68 |         dev->ops_detach = community_ops_detach;
      |                         ^
make[6]: *** [Makefile:1668: upektc_la-upektc.lo] Error 1
uru4000.c: In function ‘ops_configure’:
uru4000.c:72:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   72 |         dev->ops_attach = community_ops_attach;
      |                         ^
uru4000.c:73:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   73 |         dev->ops_detach = community_ops_detach;
      |                         ^
make[6]: *** [Makefile:1773: uru4000_la-uru4000.lo] Error 1
upekts.c: In function ‘ops_configure’:
upekts.c:66:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   66 |         dev->ops_attach = community_ops_attach;
      |                         ^
upekts.c:67:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   67 |         dev->ops_detach = community_ops_detach;
      |                         ^
aes1610.c: In function ‘ops_configure’:
aes1610.c:66:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   66 |         dev->ops_attach = community_ops_attach;
      |                         ^
aes1610.c:67:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   67 |         dev->ops_detach = community_ops_detach;
      |                         ^
aes4000.c: In function ‘ops_configure’:
aes4000.c:66:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   66 |         dev->ops_attach = community_ops_attach;
      |                         ^
aes4000.c:67:25: error: assignment to ‘void (*)(bio_dev *)’ {aka ‘void 
(*)(struct bio_dev_t *)’} from incompatible pointer type ‘void * (*)(bio_dev 
*)’ {aka ‘void * (*)(struct bio_dev_t *)’} [-Wincompatible-pointer-types]
   67 |         dev->ops_detach = community_ops_detach;
      |                         ^
make[6]: *** [Makefile:1738: upekts_la-upekts.lo] Error 1
make[6]: *** [Makefile:1283: aes1610_la-aes1610.lo] Error 1
make[6]: *** [Makefile:1493: aes4000_la-aes4000.lo] Error 1
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/src/drivers/community-multidevice/drivers'
make[5]: *** [Makefile:411: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/drivers/community-multidevice'
make[4]: *** [Makefile:412: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/drivers'
make[3]: *** [Makefile:623: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:460: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:392: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:32: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: biometric-authentication
Source-Version: 0.9.72-1
Done: handsome_feng <jianfen...@ubuntukylin.com>

We believe that the bug you reported is fixed in the latest version of
biometric-authentication, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
handsome_feng <jianfen...@ubuntukylin.com> (supplier of updated 
biometric-authentication 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: Fri, 23 Aug 2024 22:11:51 +0800
Source: biometric-authentication
Architecture: source
Version: 0.9.72-1
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <team+ky...@tracker.debian.org>
Changed-By: handsome_feng <jianfen...@ubuntukylin.com>
Closes: 1074846
Changes:
 biometric-authentication (0.9.72-1) unstable; urgency=medium
 .
   * Fix ftbfs wit gcc-14. (Closes: #1074846)
Checksums-Sha1:
 36d1782ca06c94b5ce2edae6a75cb7184c50a075 2608 
biometric-authentication_0.9.72-1.dsc
 a8c014220415dda2eee725d02dc1bc81a1450bdf 143229 
biometric-authentication_0.9.72.orig.tar.gz
 608c3e79bec9bd264180468861da3d8ecff9c3a9 6512 
biometric-authentication_0.9.72-1.debian.tar.xz
 7541c3f967fff9ba1c6aa02ec92e7e5bce71f916 16855 
biometric-authentication_0.9.72-1_source.buildinfo
Checksums-Sha256:
 c28a6210954ecdd79a9f153c20c4c528871066a26e2da4baaa8bd6c58faf48dd 2608 
biometric-authentication_0.9.72-1.dsc
 a2e7af134be188abc4506f926eeed8815201d60579c5ce40d078e0ec18537f3e 143229 
biometric-authentication_0.9.72.orig.tar.gz
 a88b78055947e493dc4b3dd749756a9dab552357cd107c8eaefa5bdcd310ad2b 6512 
biometric-authentication_0.9.72-1.debian.tar.xz
 57161bfee93a7ff6a947abe9c5877dc881eec3af3a3abc32595020fcfc4cb790 16855 
biometric-authentication_0.9.72-1_source.buildinfo
Files:
 dfb71d5f9c820aeccafbd5185dae4fad 2608 admin optional 
biometric-authentication_0.9.72-1.dsc
 309a171e9de26c5401d14434b76fe834 143229 admin optional 
biometric-authentication_0.9.72.orig.tar.gz
 0be5d75d733bb5ffcea8c1dc6e2b6216 6512 admin optional 
biometric-authentication_0.9.72-1.debian.tar.xz
 53670da252b7c299c6138ac6ddf43b40 16855 admin optional 
biometric-authentication_0.9.72-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJPBAEBCAA5FiEEhsgAHpUwnacZWWSCm7hQwBMRHwwFAmbInHwbHGppYW5mZW5n
bGlAdWJ1bnR1a3lsaW4uY29tAAoJEJu4UMATER8MnXIP/RXLx7G09nf27tWB5zrm
tc96llW9L47KNwhdYUmiss7EIHH+i5vNR21FrSC+qkSp1g1OxfTkmsX73BFMZIu5
mouuk2rfZKSmgjnLA0LLtWK5z8l4sMm2QNbRGduLHsct1EZAgOlUYAprYjtfqk4l
zXqz6BiY4aBn58nokmLVE4A5oSMqwuIATUxyqBb2BT+BmATkRYlQM6wSbrY8GKiE
5y7WX1u22D/OXoLWPkKQGCKyDb7YJGMroJiKG0UFXHlys0mviOEdSXliU0UQtXBp
QsdkZ5HiHe3Lw7ZuYTTYR2JqQBcr+hnDE/soc2oYFWdqU6u2n64wPzktm64CG27s
f4hEFgcTXmBlCGXgYznCHB84YljsN7/qHwn+h5YVmSgoK2A/qC6ieFyWRypQKf8Z
SxsEQtJrYcF+fdJiG7lT3z+Eu1Uay9TqTB6YgkPfPgLEnJF5vS4dI6RV4Le0WmGt
zTYJaSfpU9kMS0/SVcp/hM3JDPCt4Dwn7kiGkUMZLOh8As1ia0etarIrSVCJOBcu
LEQILiNZdWeiAZDeC4Po8GYus3uMqhVG36ePcM9XOptWivbHRsJxZjrO2aSxPljM
AfbV1uMGaBk3YUpFhlFUw8zQKBd35Qiwr6xDxTplb/KBL8/faRsKGJ3aSjSiEiXM
0dvGObU5McwoE0OKTYrWdc63
=HsHi
-----END PGP SIGNATURE-----

Attachment: pgpcqjHZw5laS.pgp
Description: PGP signature


--- End Message ---

Reply via email to