Your message dated Tue, 23 Apr 2024 12:19:16 +0000
with message-id <e1rzf7e-00946l...@fasolo.debian.org>
and subject line Bug#1066584: fixed in gnome-breakout 0.5.3-8
has caused the Debian Bug report #1066584,
regarding gnome-breakout: FTBFS: anim.c:58:17: error: implicit declaration of 
function ‘gb_error’; did you mean ‘g_error’? 
[-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.)


-- 
1066584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-breakout
Version: 0.5.3-7
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 -DPACKAGE_NAME=\"gnome-breakout\" -DPACKAGE_TARNAME=\"gnome-breakout\" 
> -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"gnome-breakout\ 0.5.3\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-breakout\" 
> -DVERSION=\"0.5.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LOCALE_H=1 
> -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGETTEXT_PACKAGE=\"gnome-breakout\" -I. 
> -I.. -I/usr/include -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 
> -I/usr/include/gnome-games-support-1 -I/usr/include/gee-0.8 -pthread  
> -DGNOMELOCALEDIR=\""/usr/share/games/locale"\" 
> -DG_LOG_DOMAIN=\"gnome-breakout\" 
> -DPIXMAPDIR=\"/usr/share/games/gnome-breakout/pixmaps\" 
> -DLEVELDIR=\"/usr/share/games/gnome-breakout/levels\"  -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 
> -o gnome-breakout.o gnome-breakout.c
> bat.c: In function ‘destroy_children_laser’:
> bat.c:267:17: warning: ignoring return value of ‘g_list_remove’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   267 |                 g_list_remove(bat->children, laser);
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> anim.c: In function ‘create_new_animation’:
> anim.c:58:17: error: implicit declaration of function ‘gb_error’; did you 
> mean ‘g_error’? [-Werror=implicit-function-declaration]
>    58 |                 gb_error("Cannot find animation pixmap %s", 
> fullfilename);
>       |                 ^~~~~~~~
>       |                 g_error
> gcc -DPACKAGE_NAME=\"gnome-breakout\" -DPACKAGE_TARNAME=\"gnome-breakout\" 
> -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"gnome-breakout\ 0.5.3\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-breakout\" 
> -DVERSION=\"0.5.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LOCALE_H=1 
> -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGETTEXT_PACKAGE=\"gnome-breakout\" -I. 
> -I.. -I/usr/include -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 
> -I/usr/include/gnome-games-support-1 -I/usr/include/gee-0.8 -pthread  
> -DGNOMELOCALEDIR=\""/usr/share/games/locale"\" 
> -DG_LOG_DOMAIN=\"gnome-breakout\" 
> -DPIXMAPDIR=\"/usr/share/games/gnome-breakout/pixmaps\" 
> -DLEVELDIR=\"/usr/share/games/gnome-breakout/levels\"  -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 
> -o gui.o gui.c
> gcc -DPACKAGE_NAME=\"gnome-breakout\" -DPACKAGE_TARNAME=\"gnome-breakout\" 
> -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"gnome-breakout\ 0.5.3\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-breakout\" 
> -DVERSION=\"0.5.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LOCALE_H=1 
> -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGETTEXT_PACKAGE=\"gnome-breakout\" -I. 
> -I.. -I/usr/include -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 
> -I/usr/include/gnome-games-support-1 -I/usr/include/gee-0.8 -pthread  
> -DGNOMELOCALEDIR=\""/usr/share/games/locale"\" 
> -DG_LOG_DOMAIN=\"gnome-breakout\" 
> -DPIXMAPDIR=\"/usr/share/games/gnome-breakout/pixmaps\" 
> -DLEVELDIR=\"/usr/share/games/gnome-breakout/levels\"  -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 
> -o gui-callbacks.o gui-callbacks.c
> gcc -DPACKAGE_NAME=\"gnome-breakout\" -DPACKAGE_TARNAME=\"gnome-breakout\" 
> -DPACKAGE_VERSION=\"0.5.3\" -DPACKAGE_STRING=\"gnome-breakout\ 0.5.3\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gnome-breakout\" 
> -DVERSION=\"0.5.3\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LOCALE_H=1 
> -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 
> -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGETTEXT_PACKAGE=\"gnome-breakout\" -I. 
> -I.. -I/usr/include -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 
> -I/usr/include/gnome-games-support-1 -I/usr/include/gee-0.8 -pthread  
> -DGNOMELOCALEDIR=\""/usr/share/games/locale"\" 
> -DG_LOG_DOMAIN=\"gnome-breakout\" 
> -DPIXMAPDIR=\"/usr/share/games/gnome-breakout/pixmaps\" 
> -DLEVELDIR=\"/usr/share/games/gnome-breakout/levels\"  -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 
> -o gui-preferences.o gui-preferences.c
> cc1: some warnings being treated as errors
> make[2]: *** [Makefile:425: anim.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/gnome-breakout_0.5.3-7_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: gnome-breakout
Source-Version: 0.5.3-8
Done: Andreas Rönnquist <gus...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gnome-breakout, 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 gnome-breakout 
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: Tue, 23 Apr 2024 13:55:13 +0200
Source: gnome-breakout
Architecture: source
Version: 0.5.3-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Andreas Rönnquist <gus...@debian.org>
Closes: 1066584
Changes:
 gnome-breakout (0.5.3-8) unstable; urgency=medium
 .
   [ Andreas Rönnquist ]
   * Team upload.
   * Upgrade to Standards Version 4.7.0 (No changes required)
 .
   [ Steve Langasek ]
   * Add patch to fix missing gb_error() prototype (Closes: #1066584)
Checksums-Sha1:
 47aeeb800d9d9d567730fa92ccaea3334cde0d14 2059 gnome-breakout_0.5.3-8.dsc
 94a6d2d9ba0dccfa2fd306c8de445fbd66b745f5 22200 
gnome-breakout_0.5.3-8.debian.tar.xz
 5bda0b1279d39780639eac8da8905fe9ea0ffbfc 15719 
gnome-breakout_0.5.3-8_source.buildinfo
Checksums-Sha256:
 1c7d5f71319c7bafd996760cc3a216ebf37ee1824eca2305a979e094912485a4 2059 
gnome-breakout_0.5.3-8.dsc
 632c227bd4760c089f01d8209e4cfc7fcd3ea45c5e020bb81456cae746a0d7a0 22200 
gnome-breakout_0.5.3-8.debian.tar.xz
 913473b21eceec8c5feba005dc478949e0484aeda1b2751f3a279c0fbea51e39 15719 
gnome-breakout_0.5.3-8_source.buildinfo
Files:
 429f1a50f130399e545adf30320d3eea 2059 games optional gnome-breakout_0.5.3-8.dsc
 d655e990ec8e38cb37ff187708ea1d90 22200 games optional 
gnome-breakout_0.5.3-8.debian.tar.xz
 37d044c95253415dad04cf2cf7d6a6b8 15719 games optional 
gnome-breakout_0.5.3-8_source.buildinfo

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

iQIzBAEBCAAdFiEETq74h7WfgJdjc9ALCHsqoZ75O8IFAmYnozwACgkQCHsqoZ75
O8IDsRAAieKopq4LgRYJbVMkZEcXd6GM9aR8xbjSLAtgy/Q2PIyyUYZSQIQ4E/QZ
Jh295smQNRCfDOm98xIlC8JqARdgIaUYWUiiZVY9i309LLOyy5GlqGoFw3Zen465
iFclOKfdS5OoheTTMM/ia9LHB5Fs766i8gcDV8lytBYuTBjPiCsQeiVs17qZzmHg
1LyFBY8eg6+GN4BHSva540yEa8WICv4p4boDSSd81cnIDz1eBHA9TQUFFdZPqjFL
SihykplBnDzm0m1Gy2mEk/VwZSAvnjRD57jV1W6VtucB5SMT21wZQPGYifiDQ6Cu
meU/DI7wykpUo+6l4sb89SQ4Qx59WOsxN4fDupSa+Ng5/QTMcENiO9VfNpRnak2r
xwtNF/rMg1xvJrHee/0EN3uqFqTB31ixdOo8ktxisDqMai7LWwfEabvlQVRNvCza
tWSDsHFcO280aJH9QCzYi6egI1/QkqJeKsa2dKt84sPSQuQgRZNl6W2lBsUM8o6j
SdhgVT7vSWSupb0kP9MKkV1WuQ/q0I3D9xY0YwaKaTolrwPH849AbwONzK9g0jmy
nKrNJbJbrZpil568GEoN86AA7NVILPEDUS3ZOfZsg/RYzKhr4FzEP742Zy0G5pQD
1lwgAOZdGfATCNohAMCQTvFRSieKIYyOHvZk/YWUXTyxQEXOzpw=
=Xb7e
-----END PGP SIGNATURE-----

Attachment: pgpKOI00zSq_i.pgp
Description: PGP signature


--- End Message ---

Reply via email to