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
--------------------------------------------------------------------------------

Reply via email to