Your message dated Sun, 05 Oct 2025 00:48:53 +0000
with message-id <[email protected]>
and subject line Bug#1114126: fixed in gkrellshoot 0.4.4-5
has caused the Debian Bug report #1114126,
regarding gkrellshoot: FTBFS: gkrellshoot.c:1583:68: error: passing argument 3 
of 'gkrellm_put_decal_in_meter_button' from incompatible pointer type 
[-Wincompatible-pointer-types]
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.)


-- 
1114126: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114126
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gkrellshoot
Version: 0.4.4-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:gkrellshoot, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o core *.so* *.bak *~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
use)
 debian/rules binary
dh binary
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 9 in use)
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -O2 -Wall `pkg-config gtk+-2.0 --cflags`  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fPIC -Wdate-time -D_FORTIFY_SOURCE=2  
-c -o gkrellshoot.o gkrellshoot.c
gkrellshoot.c: In function ‘run_xlock_cmd’:
gkrellshoot.c:1327:8: warning: the address of ‘xlock_cmd’ will always 
evaluate as ‘true’ [-Waddress]
 1327 |   if ( xlock_cmd )
      |        ^~~~~~~~~
gkrellshoot.c: In function ‘run_shoot_cmd’:
gkrellshoot.c:1457:8: warning: the address of ‘shoot_cmd’ will always 
evaluate as ‘true’ [-Waddress]
 1457 |   if ( shoot_cmd )
      |        ^~~~~~~~~
gkrellshoot.c: In function ‘create_plugin’:
gkrellshoot.c:1583:68: error: passing argument 3 of 
‘gkrellm_put_decal_in_meter_button’ from incompatible pointer type 
[-Wincompatible-pointer-types]
 1583 |         gkrellm_put_decal_in_meter_button(panel[0], decal_lock[0], 
cb_button,
      |                                                                    
^~~~~~~~~
      |                                                                    |
      |                                                                    void 
(*)(GkrellmDecalbutton *)
In file included from /usr/include/gkrellm2/gkrellm.h:1083,
                 from gkrellshoot.c:9:
/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected ‘void 
(*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *)’
  262 |                                                 GkrellmDecal *, void 
(*func)(), void *,
      |                                                                 
~~~~~~~^~~~~~~
gkrellshoot.c:1465:1: note: ‘cb_button’ declared here
 1465 | cb_button(GkrellmDecalbutton *button)
      | ^~~~~~~~~
gkrellshoot.c:1587:69: error: passing argument 3 of 
‘gkrellm_put_decal_in_meter_button’ from incompatible pointer type 
[-Wincompatible-pointer-types]
 1587 |         gkrellm_put_decal_in_meter_button(panel[0], decal_shoot[0], 
cb_button,
      |                                                                     
^~~~~~~~~
      |                                                                     |
      |                                                                     
void (*)(GkrellmDecalbutton *)
/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected ‘void 
(*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *)’
  262 |                                                 GkrellmDecal *, void 
(*func)(), void *,
      |                                                                 
~~~~~~~^~~~~~~
gkrellshoot.c:1465:1: note: ‘cb_button’ declared here
 1465 | cb_button(GkrellmDecalbutton *button)
      | ^~~~~~~~~
gkrellshoot.c:1591:68: error: passing argument 3 of 
‘gkrellm_put_decal_in_meter_button’ from incompatible pointer type 
[-Wincompatible-pointer-types]
 1591 |         gkrellm_put_decal_in_meter_button(panel[1], decal_lock[1], 
cb_button,
      |                                                                    
^~~~~~~~~
      |                                                                    |
      |                                                                    void 
(*)(GkrellmDecalbutton *)
/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected ‘void 
(*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *)’
  262 |                                                 GkrellmDecal *, void 
(*func)(), void *,
      |                                                                 
~~~~~~~^~~~~~~
gkrellshoot.c:1465:1: note: ‘cb_button’ declared here
 1465 | cb_button(GkrellmDecalbutton *button)
      | ^~~~~~~~~
gkrellshoot.c:1595:69: error: passing argument 3 of 
‘gkrellm_put_decal_in_meter_button’ from incompatible pointer type 
[-Wincompatible-pointer-types]
 1595 |         gkrellm_put_decal_in_meter_button(panel[2], decal_shoot[1], 
cb_button,
      |                                                                     
^~~~~~~~~
      |                                                                     |
      |                                                                     
void (*)(GkrellmDecalbutton *)
/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected ‘void 
(*)(void)’ but argument is of type ‘void (*)(GkrellmDecalbutton *)’
  262 |                                                 GkrellmDecal *, void 
(*func)(), void *,
      |                                                                 
~~~~~~~^~~~~~~
gkrellshoot.c:1465:1: note: ‘cb_button’ declared here
 1465 | cb_button(GkrellmDecalbutton *button)
      | ^~~~~~~~~
gkrellshoot.c:1508:35: warning: variable ‘y’ set but not used 
[-Wunused-but-set-variable]
 1508 |         gint                    x,y, i;
      |                                   ^
gkrellshoot.c: In function ‘run_shoot_cmd’:
gkrellshoot.c:1459:6: warning: ignoring return value of ‘system’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
 1459 |      system ( shoot_cmd );
      |      ^~~~~~~~~~~~~~~~~~~~
make[1]: *** [<builtin>: gkrellshoot.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:9: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: gkrellshoot
Source-Version: 0.4.4-5
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gkrellshoot, 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.
Adrian Bunk <[email protected]> (supplier of updated gkrellshoot 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: Sat, 04 Oct 2025 21:24:38 +0300
Source: gkrellshoot
Architecture: source
Version: 0.4.4-5
Distribution: unstable
Urgency: medium
Maintainer: Adrian Bunk <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 958219 1114126
Changes:
 gkrellshoot (0.4.4-5) unstable; urgency=medium
 .
   * Build with -std=gnu17 to workaround FTBFS with GCC 15
     in GKrellM headers. (Closes: #1114126)
   * Add cross building changes from Helmut Grohne. (Closes: #958219)
Checksums-Sha1:
 2b0168cc9b2d571e25db843d418ef51ac6de0dc3 1779 gkrellshoot_0.4.4-5.dsc
 14e38537f930f03ce51c91932fdd4fef719ffc86 3180 gkrellshoot_0.4.4-5.debian.tar.xz
Checksums-Sha256:
 fc2fc370880c3df0799bf7e93dff688860ff35b7481142a1b2361e7d640c8c22 1779 
gkrellshoot_0.4.4-5.dsc
 d0a275dc8aad3ae45e1ee91a22dded5269542674428cf8d08973f00e9981cbe7 3180 
gkrellshoot_0.4.4-5.debian.tar.xz
Files:
 8589b8632f7b8157ffb300509748c78d 1779 x11 optional gkrellshoot_0.4.4-5.dsc
 04a38c6f64ac4b4f3d73db4df282202a 3180 x11 optional 
gkrellshoot_0.4.4-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjhu7UACgkQiNJCh6LY
mLGsKg//Snr2BTmEVljCLPmS87TzbMIJJLXLshN5trUSMxuQNeKFtbjPK1sxzeFW
I0TNiBJsr6NxLcjteharG94DwSlYb77sItMhC02lYSH90cs0zqLMEDNs7DWRg0ji
ACR5lOAjTsXplRzvbYHXGAgeUlpwzEPHb3AGFVHDO5rDzNlgC+VHNlCGdilLZXO5
huZ5Zpw9GJiX+C81HzU3fIkaK9YrmoGrh4cSHhFN75RCGRCPO1H8MzbAI62HWA0S
IlGXb/wSy2uRid2YT1zicn33EVb9My6QxHtub+WBUOfQ5auNIc3zwGVQsAmBTHle
26SfN3K60TN9AwiRK76nIJHkGIfaG/OBmZTYgC6Y4D0qSXJIdrBhRO1Bj6JUxL2Q
hI3yEFodr9FjakZE1scGemATXnd1JR4mdrgevxeUUdMKfMREiK97OfMHTN9uBNQk
/s2k2D4UhynKAjFcdb9B4QeSHz9pml5/QZvXq85Jk0ZJSk33Vl3d+9p3iURT7Se9
zqc1WsIn+TodF5L7ndYBNW25Y/6tZom+PNN2JtVdc6sk8o3MBQhcimWy/x9svOaK
ci2JhugnyIg2Eujr54iuQ9ticprQYAFgPK2z66n1r2fYrGjgb0Wa02N/Xb75ufWl
a0SGgmFvCkxKOYUsLMDXuQvon3nKTejtyFFkNj7N+u9E7oUROC4=
=KcbD
-----END PGP SIGNATURE-----

Attachment: pgp_EXikXY9qg.pgp
Description: PGP signature


--- End Message ---

Reply via email to