Your message dated Wed, 08 May 2024 23:34:00 +0000
with message-id <e1s4qnq-005xrr...@fasolo.debian.org>
and subject line Bug#1066390: fixed in gravitywars 1.102-36
has caused the Debian Bug report #1066390,
regarding gravitywars: FTBFS: misc.c:6:9: error: implicit declaration of 
function ‘keyboard_update’ [-Werror=implicit-function-declaration]
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.)


-- 
1066390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gravitywars
Version: 1.102-35
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -DUSE_SDL -DUSE_JOYSTICK `pkg-config sdl --cflags` -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o blocks.o blocks.c
> misc.c: In function ‘waitanykey’:
> misc.c:6:9: error: implicit declaration of function ‘keyboard_update’ 
> [-Werror=implicit-function-declaration]
>     6 |   while(keyboard_update())
>       |         ^~~~~~~~~~~~~~~
> misc.c:7:5: error: implicit declaration of function ‘vga_waitretrace’ 
> [-Werror=implicit-function-declaration]
>     7 |     vga_waitretrace();
>       |     ^~~~~~~~~~~~~~~
> misc.c: In function ‘doPanic’:
> misc.c:18:3: error: implicit declaration of function ‘printf’ 
> [-Werror=implicit-function-declaration]
>    18 |   printf("------------------------------\n"
>       |   ^~~~~~
> misc.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
>   +++ |+#include <stdio.h>
>     1 | /* GravityWars 1.1,  (C) Sami Niemi -95 */
> misc.c:18:3: warning: incompatible implicit declaration of built-in function 
> ‘printf’ [-Wbuiltin-declaration-mismatch]
>    18 |   printf("------------------------------\n"
>       |   ^~~~~~
> misc.c:18:3: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
> misc.c:21:3: error: implicit declaration of function ‘keyboard_close’ 
> [-Werror=implicit-function-declaration]
>    21 |   keyboard_close();
>       |   ^~~~~~~~~~~~~~
> misc.c:22:3: error: implicit declaration of function ‘mouse_close’ 
> [-Werror=implicit-function-declaration]
>    22 |   mouse_close();
>       |   ^~~~~~~~~~~
> misc.c:23:3: error: implicit declaration of function ‘exit’ 
> [-Werror=implicit-function-declaration]
>    23 |   exit(1);
>       |   ^~~~
> misc.c:1:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
>   +++ |+#include <stdlib.h>
>     1 | /* GravityWars 1.1,  (C) Sami Niemi -95 */
> misc.c:23:3: warning: incompatible implicit declaration of built-in function 
> ‘exit’ [-Wbuiltin-declaration-mismatch]
>    23 |   exit(1);
>       |   ^~~~
> misc.c:23:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
> hole.c: In function ‘OLDmakehole’:
> hole.c:30:3: error: implicit declaration of function ‘vga_setpage’ 
> [-Werror=implicit-function-declaration]
>    30 |   vga_setpage(page);
>       |   ^~~~~~~~~~~
> hole.c: In function ‘makehole’:
> hole.c:68:3: error: implicit declaration of function ‘getbox’ 
> [-Werror=implicit-function-declaration]
>    68 |   getbox(x,y,tmpmix);
>       |   ^~~~~~
> hole.c:80:3: error: implicit declaration of function ‘changeblocks’ 
> [-Werror=implicit-function-declaration]
>    80 |   changeblocks(x,y,tmpmix);
>       |   ^~~~~~~~~~~~
> pixel.c: In function ‘setpixel’:
> pixel.c:11:3: error: implicit declaration of function ‘vga_setpage’ 
> [-Werror=implicit-function-declaration]
>    11 |   vga_setpage(adr >> 16);
>       |   ^~~~~~~~~~~
> bullet.c: In function ‘setbullet’:
> bullet.c:17:3: error: implicit declaration of function ‘vga_setpage’ 
> [-Werror=implicit-function-declaration]
>    17 |   vga_setpage(page);
>       |   ^~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[2]: *** [<builtin>: misc.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gravitywars_1.102-35_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: gravitywars
Source-Version: 1.102-36
Done: Alexandre Detiste <tc...@debian.org>

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

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated gravitywars 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: Thu, 09 May 2024 01:00:46 +0200
Source: gravitywars
Architecture: source
Version: 1.102-36
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1066390
Changes:
 gravitywars (1.102-36) unstable; urgency=medium
 .
   * Team Upload
   * rewrite copyright in new format
   * switch from pkg-config to pkgconf
 .
   [ Guillem Jover ]
   * patch to add missing function-declaration (Closes: #1066390)
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Update standards version to 4.6.1, no changes needed.
Checksums-Sha1:
 23f0db3f648d64fd1767161c42e4f0ac7accb76e 2012 gravitywars_1.102-36.dsc
 667129c8f666d4fcf346d6024feed27679d51da5 19612 
gravitywars_1.102-36.debian.tar.xz
 254cac176e75b1c8b5ec9af089ff122646cb390e 10940 
gravitywars_1.102-36_source.buildinfo
Checksums-Sha256:
 19963bafffb6e4ec31ab577f92a09991d7f8aa86b4bb501238b9827d842eec19 2012 
gravitywars_1.102-36.dsc
 87671cbfb0e431d2d9e37153b381ad5b644519c72b23310106063667fbbaba3f 19612 
gravitywars_1.102-36.debian.tar.xz
 30a42ead435de8a22da0644023b5a2442a5509397a7f854dfa026827f068a2b6 10940 
gravitywars_1.102-36_source.buildinfo
Files:
 ec973fcdd7288eda677a7a0d84c14d5b 2012 games optional gravitywars_1.102-36.dsc
 3782cb55c2f0ea8b5b88cf8224f2789a 19612 games optional 
gravitywars_1.102-36.debian.tar.xz
 91db3db35f5dfb5171f0b999d90f158e 10940 games optional 
gravitywars_1.102-36_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmY8BYQRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqMuA//bkWH3rFVgcQ1wFetrq5nQ4VwU3gd3Aii
rr2zsrH3T8Jkh15SjzhPBIke1DToAfjY7YBd+/JITqtbVgrteH0YocJfEnch5Awy
42Q4rKzTN50HZIsMg9v0AuVINmebhtmORR1JU8FTBLkfznn4jHEqs/Ee/dJ4WxWd
ozUw2JRZF2xwbuTbHellwuSKpP5iKe6Er3NkUOi+5rCWcF05kgmF7lVHZ3F2GDOh
qvrkMJRW2T5g86vrUIw3fs56316Po8ZW0z2jvMYkh+iNOB+F2ldlm7P6M7NWwyRB
XxgyY3OZvE+8vFLR2/hCDuXxG2Y3LK1755U439Kp8+JhkFcz3BFFs+/2q+uvRWja
lq8xwaqKsSQz3cJGaJmcCUVRE133zhKVd2HJiDBV/8tJaj9VpqyzUtRBitJYW5xt
uJ1BXP8OhyoAmX8gKpuuy0UFNJOSIFDB3Ww4iyNZzr22x5wWRPgcMGi51i+NJZMa
hctun6niRmuXWdM/NgVRcfybmjqNuvijeRrsN4E75VEvwGWTk+V0pTTpI2SDsBCp
NHjUkJprA7QCDuNEN6DZ24I/Ni7zPMjrO8lwPqszAVw09CPoNaKtacpctra/sNXW
PZbDLW92LyNIEvpbA993tSvMIiJ/PYVHBWu215TWCQZJ62KgXXfwZB0jveIWC868
yFOaaFSMcqs=
=XWcv
-----END PGP SIGNATURE-----

Attachment: pgpjv0ywtx35p.pgp
Description: PGP signature


--- End Message ---

Reply via email to