Your message dated Sun, 21 Apr 2024 15:49:05 +0000
with message-id <e1ryzrb-0002cu...@fasolo.debian.org>
and subject line Bug#1066564: fixed in gamazons 0.83-12
has caused the Debian Bug report #1066564,
regarding gamazons: FTBFS: moves.c:100:10: error: implicit declaration of 
function ‘countobst’; did you mean ‘count_bits’? 
[-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.)


-- 
1066564: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066564
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gamazons
Version: 0.83-11
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):
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" 
> -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/goocanvas-2.0 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> moves.c
> moves.c: In function ‘obst_heval’:
> moves.c:100:10: error: implicit declaration of function ‘countobst’; did you 
> mean ‘count_bits’? [-Werror=implicit-function-declaration]
>   100 |    t1 =  countobst(s);
>       |          ^~~~~~~~~
>       |          count_bits
> moves.c: In function ‘init_engine’:
> moves.c:1734:17: error: implicit declaration of function ‘create_hash’ 
> [-Werror=implicit-function-declaration]
>  1734 |    state_hash = create_hash(s);
>       |                 ^~~~~~~~~~~
> moves.c: In function ‘load_values_from_file’:
> moves.c:1810:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1810 |          fscanf(rc_fd, "%d", &value);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1815:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1815 |          fscanf(rc_fd, "%d", &value);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1820:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1820 |          fscanf(rc_fd, "%d", &value);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1828:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1828 |          fscanf(rc_fd, "%d", &value);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1836:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1836 |          fscanf(rc_fd, "%d", &value);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1844:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1844 |          fscanf(rc_fd, "%d", &value);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1852:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1852 |          fscanf(rc_fd, "%d", &value);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1860:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1860 |          fscanf(rc_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1865:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1865 |          fscanf(rc_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1870:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1870 |          fscanf(rc_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1875:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1875 |          fscanf(rc_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1880:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1880 |          fscanf(rc_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1885:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1885 |          fscanf(rc_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:1890:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1890 |          fscanf(rc_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c: In function ‘load_images_from_theme’:
> moves.c:2019:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  2019 |          fscanf(theme_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:2025:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  2025 |          fscanf(theme_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:2031:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  2031 |          fscanf(theme_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:2037:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  2037 |          fscanf(theme_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:2043:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  2043 |          fscanf(theme_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> moves.c:2049:10: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  2049 |          fscanf(theme_fd, "%s", buffer);
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> bstate.c: In function ‘bstate_set_just_finished’:
> bstate.c:359:4: error: implicit declaration of function ‘update_status_bar’ 
> [-Werror=implicit-function-declaration]
>   359 |    update_status_bar();
>       |    ^~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" 
> -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/goocanvas-2.0 
> -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount 
> -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo 
> -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
> -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders 
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread   -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> unit-test.c
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:290: bstate.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gamazons_0.83-11_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: gamazons
Source-Version: 0.83-12
Done: Andreas Rönnquist <gus...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gamazons, 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.
Andreas Rönnquist <gus...@debian.org> (supplier of updated gamazons 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: Sun, 21 Apr 2024 16:27:56 +0200
Source: gamazons
Architecture: source
Version: 0.83-12
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Andreas Rönnquist <gus...@debian.org>
Closes: 956080 1066564
Changes:
 gamazons (0.83-12) unstable; urgency=medium
 .
   [ Andreas Rönnquist ]
   * Team upload.
   * Fix errors with Werror=implicit-function-declaration
     (Closes: #1066564)
   * Add building with all hardening flags
 .
   [ Helmut Grohne ]
   * Improve cross building: Don't configure during make distclean.
     (Closes: #956080)
Checksums-Sha1:
 0c6c5f480f42738c9dc3f423e4fec2d8dcea70bb 1923 gamazons_0.83-12.dsc
 9283bb4e83eb78582a262f39344ca84024879320 82340 gamazons_0.83-12.debian.tar.xz
 f3a458eaaee0df4472134a5d26bba04124f5e56d 15464 
gamazons_0.83-12_source.buildinfo
Checksums-Sha256:
 c85d0d6fa654f109d4ecde37755ced0bd892fcdf988040cb45a7bdd137bcd014 1923 
gamazons_0.83-12.dsc
 cdb4f86421316d47f430f22bfe597e0f132ee282521e35cd15a433cdbbd46a56 82340 
gamazons_0.83-12.debian.tar.xz
 e203729425b257026c7e53ba536962ae9d9cb6c801c655e08642ef46ae7c4dea 15464 
gamazons_0.83-12_source.buildinfo
Files:
 59198192003838b795c2c230930a277a 1923 games optional gamazons_0.83-12.dsc
 e560e1ca300978ffcb36653785ef6cdd 82340 games optional 
gamazons_0.83-12.debian.tar.xz
 a6567ede4d81c023d50d67af628714cb 15464 games optional 
gamazons_0.83-12_source.buildinfo

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

iQIzBAEBCAAdFiEETq74h7WfgJdjc9ALCHsqoZ75O8IFAmYlLpEACgkQCHsqoZ75
O8LTHg/8DxwVcTRysA1ixZ7H8S7ZcOhJnsUbM6DVM7YJEojBJpvijTEAh76P47/S
L8fZT5yzYbuUvvb7WVvzyneWoYUgg5cZ5CgwB7nJk//AY22nVZyZNkQlOrmfbp9C
A4wbVhGQQAV8R3kC7rqKjfC8DZRx95DRya4AO6uk7Qt0JFiAQPL3dFEbPVlUnJFv
DgWDOGemqMgHnrY0NuXcfNLQHNncHbKxp+0Jkaat3IMYu4GJAk7WUYXeP8FWfxkv
DsxJstmdy3VIT4bbUqMEPU0ZouHJd4M4q7w/1Ahpw4xZUZIdQnVXi5XdwMlH5brA
z2yWExTFOoXPGP4mcpDzxcTXjLYQXsEKGiTSBlPOel9lNs96O4C37yfxtbx4ZHy5
nRvH8/kJfxBZYsWLlsb/N/JnIztpIynJULW60MSLiNwNT05BO7D/NNJCEIXO6D+n
h/Y/hwVotIHjuTGnFn18PXqKfiMtg5XA7sEXnBx50k+DhvKqoRlB8wtXAGyFi+Yj
Poz2WSrNKfgFW8LCJsv3VnxajATM/ju1ZTvdvh2qxDeHfO8UDoMVLFHYjNANBwh+
sGIH0zo0Cj0DgHXRxg6iTxsjBdVrApqKRQIJ5eNHGCpwDMijHNyUyXZh+JS2c36U
9aZgt3PK18GCYkdYaXAEOXvQ2DpqYzLphgZ6Oew1cPH4kDzqLhc=
=jV7G
-----END PGP SIGNATURE-----

Attachment: pgpFq1HdstQ3J.pgp
Description: PGP signature


--- End Message ---

Reply via email to