Your message dated Fri, 04 Oct 2024 10:34:38 +0000
with message-id <[email protected]>
and subject line Bug#1075226: fixed in linux86 0.16.17-3.7
has caused the Debian Bug report #1075226,
regarding linux86: 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.)
--
1075226: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075226
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:linux86
Version: 0.16.17-3.6
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/linux86_0.16.17-3.6_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
[...]
scan.c: In function ‘getident’:
debug.h:33:17: warning: statement with no effect [-Wunused-value]
33 | # define debug 1?0:debug_never
| ^
scan.c:318:5: note: in expansion of macro ‘debug’
318 | debug(7, "Got ident %s", gsname);
| ^~~~~
scan.c: In function ‘nextsym’:
debug.h:33:17: warning: statement with no effect [-Wunused-value]
33 | # define debug 1?0:debug_never
| ^
scan.c:475:9: note: in expansion of macro ‘debug’
475 | debug(7, "In nextsym, got %d \"%C\"", sym, lastch);
| ^~~~~
cc -Wall -Wstrict-prototypes -O2 -g -c softop.c
cc -Wall -Wstrict-prototypes -O2 -g -c state.c
cc -Wall -Wstrict-prototypes -O2 -g -c table.c
cc -Wall -Wstrict-prototypes -O2 -g -c type.c
cc -Wall -Wstrict-prototypes -O2 -g -c assign.c
assign.c: In function ‘assign’:
assign.c:58:49: warning: suggest parentheses around operand of ‘!’ or change
‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
58 | if (source->storage == CONSTANT && (!reguse & doubleregs))
| ^~~~~~~
cc -Wall -Wstrict-prototypes -O2 -g -c hashcmd.c
cc -Wall -Wstrict-prototypes -O2 -g -c debug.c
debug.c:93:13: warning: ‘ident’ defined but not used [-Wunused-variable]
93 | static char ident[] =
| ^~~~~
cc -Wall -Wstrict-prototypes -O2 -g -c dbprintf.c
dbprintf.c: In function ‘dbprintf’:
dbprintf.c:24:9: error: implicit declaration of function ‘vdbprintf’; did you
mean ‘dbprintf’? [-Wimplicit-function-declaration]
24 | rv = vdbprintf(fmt,ptr);
| ^~~~~~~~~
| dbprintf
dbprintf.c: In function ‘putch’:
dbprintf.c:30:60: error: implicit declaration of function ‘write’
[-Wimplicit-function-declaration]
30 | static void putch(int ch) { static char buf[2]; *buf = ch;
write(2,buf,1); }
| ^~~~~
dbprintf.c: At top level:
dbprintf.c:33:1: warning: function declaration isn’t a prototype
[-Wstrict-prototypes]
33 | vdbprintf(fmt, ap)
| ^~~~~~~~~
dbprintf.c: In function ‘vdbprintf’:
dbprintf.c:45:10: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
45 | while(c=*fmt++)
| ^
dbprintf.c:104:19: warning: pointer targets in assignment from ‘unsigned char
*’ to ‘char *’ differ in signedness [-Wpointer-sign]
104 | cp = __numout(val,base);
| ^
dbprintf.c:110:20: error: implicit declaration of function ‘strlen’
[-Wimplicit-function-declaration]
110 | c = strlen(cp);
| ^~~~~~
dbprintf.c:7:1: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
6 | #include <stdarg.h>
+++ |+#include <string.h>
7 | #define va_strt va_start
dbprintf.c:110:20: warning: incompatible implicit declaration of built-in
function ‘strlen’ [-Wbuiltin-declaration-mismatch]
110 | c = strlen(cp);
| ^~~~~~
dbprintf.c:110:20: note: include ‘<string.h>’ or provide a declaration of
‘strlen’
make[4]: *** [Makefile:48: dbprintf.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/bcc'
make[3]: *** [make.fil:155: bcc86] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:25: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [GNUmakefile:6: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: linux86
Source-Version: 0.16.17-3.7
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
linux86, 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.
Bastian Germann <[email protected]> (supplier of updated linux86 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: SHA512
Format: 1.8
Date: Fri, 04 Oct 2024 08:02:45 +0200
Source: linux86
Architecture: source
Version: 0.16.17-3.7
Distribution: unstable
Urgency: medium
Maintainer: Juan Cespedes <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1075226
Changes:
linux86 (0.16.17-3.7) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix function declarations. Closes: #1075226
Checksums-Sha1:
9cb9999d1f9f6acb0569d2cc261a02c5afc58d3f 1624 linux86_0.16.17-3.7.dsc
d4ac8883f71ae58539a6a15809da26760459d7aa 12480
linux86_0.16.17-3.7.debian.tar.xz
a752a1dc3b472d915607d541db038fa9abb36bf9 5245
linux86_0.16.17-3.7_source.buildinfo
Checksums-Sha256:
0e170a2c2e7046edf4d80a57084c19e53fddc607fd4d3da4db26b0d005040955 1624
linux86_0.16.17-3.7.dsc
1743dc7acd959db7b2d92c3c90d9c8866d9bb753a6c2058a731d9b42cd2f189e 12480
linux86_0.16.17-3.7.debian.tar.xz
9e25e4b98e9b6a89796ba3ad0aa4c112f3abb3cf8fb7c092b3045557505d6e7f 5245
linux86_0.16.17-3.7_source.buildinfo
Files:
5a641ee62c0c623b75176d910e3f2082 1624 devel optional linux86_0.16.17-3.7.dsc
4ce0c903e7c5802c5e1e67900f09f130 12480 devel optional
linux86_0.16.17-3.7.debian.tar.xz
b78812742675af2a50e12d21910d3b03 5245 devel optional
linux86_0.16.17-3.7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmb/wDAQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFNqSDAC6Wsm/yBsXb5aet+umrm2zHEyz3opqLfTe
UgITAcvH3juS7HI0it5hW023Y7pb6awYNmjBG94jzddlsiNH96kUJiRNrLHDbv5g
MCt6ilM68Exm3MubJQE7fkkZzwurZpmjQt65HXqtNWKcW8ednhscwhNVBuR4rGo4
e76HX+VS2xcK3ktJ8SXR0Hdd2S7VF9YY5D/hO1B2hnS3gnDO7sFCEarH0IwIu56c
u+U7LXkFMpJaFasMuQ8LZKh6ATNDiT1x5wiKkZwDZwq8K8O/bSh95tXRhITipARB
HoRjDbXmz86woRLriI3frsFeyTU9GsTBxCq0mQ8+4FxJubBgefHuLfcqN/JJk9Ae
oES464YXrO0B+kUANW7zsZJTZ3YxB0S8WA6iXlVm8pnyiq+M4l9y3nSY+/8eyqGa
3epOvdymy+CB09Hml+LpVjkdtL880zA1oL50cNh982VkrvVzbVE69PupmZarBgnN
hIHf30aHTFy9y+Pp0eHBAMrb8GbqiwY=
=6wag
-----END PGP SIGNATURE-----
pgpM3WboTswa8.pgp
Description: PGP signature
--- End Message ---