Your message dated Wed, 03 Jul 2024 14:35:20 +0000
with message-id <[email protected]>
and subject line Bug#1075107: fixed in kali 3.1+dfsg-3
has caused the Debian Bug report #1075107,
regarding kali: 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 [email protected]
immediately.)
--
1075107: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075107
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kali
Version: 3.1+dfsg-2
Severity: important
Tags: sid trixie
User: [email protected]
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/kali_3.1+dfsg-2_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
[...]
| | LINE * {aka struct s_line *}
| unsigned int
kali.c:679:15: warning: format ‘%x’ expects argument of type ‘unsigned int’,
but argument 3 has type ‘LINE *’ {aka ‘struct s_line *’} [-Wformat=]
679 | printf("%d %x \n",l->id,l->next);
| ~^ ~~~~~~~
| | |
| unsigned int LINE * {aka struct s_line *}
kali.c: In function ‘DefineSymWindow’:
kali.c:752:11: warning: unused variable ‘y’ [-Wunused-variable]
752 | float x,y;
| ^
kali.c:752:9: warning: unused variable ‘x’ [-Wunused-variable]
752 | float x,y;
| ^
callbacks.c: In function ‘symlist’:
callbacks.c:438:1: warning: control reaches end of non-void function
[-Wreturn-type]
438 | }
| ^
kali.c: In function ‘user_event_cb’:
make[2]: *** [<builtin>: callbacks.o] Error 1
make[2]: *** Waiting for unfinished jobs....
kali.c:399:1: warning: control reaches end of non-void function [-Wreturn-type]
399 | }
| ^
kali.c: In function ‘LoadProc’:
kali.c:727:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
727 | fscanf(pat,"%d\n",&sym_index);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kali.c:728:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
728 | fscanf(pat,"%f %f\n",&dummy,&dummy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kali.c:730:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
730 | fscanf(pat,"%f %f\n",
| ^~~~~~~~~~~~~~~~~~~~~
731 | &(sym->v1.x),&(sym->v1.y));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
kali.c:732:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
732 | fscanf(pat,"%f %f\n",
| ^~~~~~~~~~~~~~~~~~~~~
733 | &(sym->v2.x),&(sym->v2.y));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
kali.c:734:3: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
734 | fscanf(pat,"%f \n",
| ^~~~~~~~~~~~~~~~~~~
735 | &zoom);
| ~~~~~~
kali.c: At top level:
kali.c:172:13: warning: ‘modechars’ defined but not used [-Wunused-variable]
172 | static char modechars[] = "?dcptmza/rD"; /* draw, cut, pick, transform,
| ^~~~~~~~~
kali.c: In function ‘handleLeftmouse’:
kali.c:231:28: warning: ‘min_i’ may be used uninitialized
[-Wmaybe-uninitialized]
231 | refpoint = sym_pts[closest(&tmppoint,sym_pts,count)];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kali.c:664:9: note: ‘min_i’ was declared here
664 | int i,min_i;
| ^~~~~
kali.c: In function ‘closest’:
kali.c:672:9: warning: ‘min_i’ may be used uninitialized [-Wmaybe-uninitialized]
672 | return(min_i);
| ^
kali.c:664:9: note: ‘min_i’ was declared here
664 | int i,min_i;
| ^~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true"
FORMSINCL= FORMSLIB=-lforms "COPTS=-Wdate-time -D_FORTIFY_SOURCE=2
-D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wall" "LDFLAGS=-Wl,-z,relro -Wl,-z,now" returned exit code 2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: kali
Source-Version: 3.1+dfsg-3
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
kali, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated kali 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 03 Jul 2024 15:10:48 +0100
Source: kali
Architecture: source
Version: 3.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1075107
Changes:
kali (3.1+dfsg-3) unstable; urgency=medium
.
* Fix argument type in fl_show_question call (closes: #1075107).
Checksums-Sha1:
cd3b8214735baa55d35aa8d77341a98ef61406eb 1975 kali_3.1+dfsg-3.dsc
39d024537752d62389cbee70a95339d3c7240365 10728 kali_3.1+dfsg-3.debian.tar.xz
Checksums-Sha256:
e1460488e01ca3c1dd860afc35eace554ca172ac2082c772726b633e460dd9d7 1975
kali_3.1+dfsg-3.dsc
ea3619fd919975881b5bc25fcc15639a1da208f5d32131495006d3540ff91f38 10728
kali_3.1+dfsg-3.debian.tar.xz
Files:
7503f27f0394d2dd969492a14adc29b8 1975 math optional kali_3.1+dfsg-3.dsc
c1180f75dd711f8570740dd389282ed2 10728 math optional
kali_3.1+dfsg-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmaFW/0ACgkQOTWH2X2G
UAtZ9hAAivHa1qsV9N06cDcjbpub6J1PuzLKHLmFZjDxXeR6bexEws5KEI9GIa1Y
5O2s8NZM2cMdPAcZQtVnyGkyikddQqTO/Ce4sAfnq95L+i92F0jyatZ0Ukx+Eiip
IAgRwuM8sszsKlXQ/pDnfNC6O1u89Tu7CUzzOzSrOyAcmtJjLd1U91uEpbbCdnLu
7NnT7geeE6AzXxgPiRUNCNI/K8Kad9VmrupWzYUtT+qFeyj9MMYX8n0MfjmLBUGT
GLQvNEDsMt/aX+1XJCW3cS1j/4FQAE7JnGJO5GH7GQeMl0Cb+yh+WGBTEeK4AY9t
fnOcOFFVm4E0Mbqmoya2Tw4o5e3ZCxcjoI0+sqT/9LhFQlVpVoUAu2QeItyZC3K1
v8kEClxHDu/ntBPJ+0bwqbWHsVTXV8ZnSxvr0jO8RB2b4l9K6NnSpW3NZPtddVxg
YSK6Xxad1Eh8Zk588D77onEoUSQVbZnQNna4sV2O83p+egb012hbwO8jU/wRUBLw
4pQqH2eEdxeZIjlliPWJ0QWpinwJ6l9MdZdA4EF04ftDnYO5jqZwxRUljwsTZN6I
vSKII3T7p/7jQcZ5er6HiVJBKjwI0g+9DqnzVByjoBAl2pZ6On878/+I7JRhEePR
KFLnSCagMawBsSOjAZtXhB4DMUd8gtGVhU4IrbQCFV/5sV51SMU=
=fUth
-----END PGP SIGNATURE-----
pgpbcrn5KwGP_.pgp
Description: PGP signature
--- End Message ---