Package: src:xfireworks
Version: 1.3-15
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:xfireworks, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f *.o xfireworks xfireworks_conf.h mkconf xfireworks.6.gz
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
 debian/rules binary
dh_testdir
# Add here commands to compile the package.
dh_auto_build -- BINDIR=/usr/games LIBDIR=/etc/X11/xfireworks 
MANDIR=/usr/share/man/man6 GZIP=-9n
        make -j2 "INSTALL=install --strip-program=true" BINDIR=/usr/games 
LIBDIR=/etc/X11/xfireworks MANDIR=/usr/share/man/man6 GZIP=-9n
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -c main.c -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 \
        -DVERSION=\"XFireworks-1.3\" \
        -DXFIREWORKS_CONF_DIRECTRY=\"/etc/X11/xfireworks\"
cc -c AfterImage.c -I/usr/X11R6/include -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
cc -c Disp.c -I/usr/X11R6/include -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
cc -c ColorGC.c -I/usr/X11R6/include -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
ColorGC.c: In function ‘ColorGCList_GetColorGCInstance’:
ColorGC.c:160:30: error: passing argument 3 of ‘ObjList_InsertObjToStart’ 
from incompatible pointer type [-Wincompatible-pointer-types]
  160 |                              (ObjDestructor)ColorGCInstance_Destroy);
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              void * (*)(void *)
In file included from ColorGC.h:14,
                 from ColorGCP.h:8,
                 from ColorGC.c:5:
Obj.h:41:44: note: expected ‘void * (*)(void)’ but argument is of type 
‘void * (*)(void *)’
   41 |                                      Obj (*destructor)());
      |                                      ~~~~~~^~~~~~~~~~~~~
ColorGC.c:163:29: error: passing argument 4 of ‘ObjList_InsertObjToPrev’ 
from incompatible pointer type [-Wincompatible-pointer-types]
  163 |                             (ObjDestructor)ColorGCInstance_Destroy);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                             |
      |                             void * (*)(void *)
Obj.h:37:52: note: expected ‘void * (*)(void)’ but argument is of type 
‘void * (*)(void *)’
   37 |                                     Obj obj, Obj (*destructor)());
      |                                              ~~~~~~^~~~~~~~~~~~~
ColorGC.c: In function ‘ColorGCCache_GetColorGCInstance’:
ColorGC.c:264:30: error: passing argument 3 of ‘ObjList_InsertObjToStart’ 
from incompatible pointer type [-Wincompatible-pointer-types]
  264 |                              (ObjDestructor)ColorGCCacheBuffer_Destroy);
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              void * (*)(void *)
Obj.h:41:44: note: expected ‘void * (*)(void)’ but argument is of type 
‘void * (*)(void *)’
   41 |                                      Obj (*destructor)());
      |                                      ~~~~~~^~~~~~~~~~~~~
ColorGC.c: In function ‘ColorNameList_GetColor’:
ColorGC.c:487:28: error: passing argument 3 of ‘ObjList_InsertObjToStart’ 
from incompatible pointer type [-Wincompatible-pointer-types]
  487 |                            (ObjDestructor)ColorName_Destroy);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                            |
      |                            void * (*)(void *)
Obj.h:41:44: note: expected ‘void * (*)(void)’ but argument is of type 
‘void * (*)(void *)’
   41 |                                      Obj (*destructor)());
      |                                      ~~~~~~^~~~~~~~~~~~~
ColorGC.c: In function ‘CreateGCList’:
ColorGC.c:751:47: error: passing argument 3 of ‘ObjList_InsertObjToEnd’ 
from incompatible pointer type [-Wincompatible-pointer-types]
  751 |     ObjList_InsertObjToEnd(gc_list, color_gc, 
(ObjDestructor)ColorGC_Destroy);
      |                                               
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                               |
      |                                               void * (*)(void *)
Obj.h:43:42: note: expected ‘void * (*)(void)’ but argument is of type 
‘void * (*)(void *)’
   43 |                                    Obj (*destructor)());
      |                                    ~~~~~~^~~~~~~~~~~~~
ColorGC.c: In function ‘CreateColorGCListFromCharacters’:
ColorGC.c:833:45: error: passing argument 3 of ‘ObjList_InsertObjToEnd’ 
from incompatible pointer type [-Wincompatible-pointer-types]
  833 |       ObjList_InsertObjToEnd(list, gc_list, 
(ObjDestructor)ObjList_Destroy);
      |                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             void * (*)(void *)
Obj.h:43:42: note: expected ‘void * (*)(void)’ but argument is of type 
‘void * (*)(void *)’
   43 |                                    Obj (*destructor)());
      |                                    ~~~~~~^~~~~~~~~~~~~
make[1]: *** [Makefile:49: ColorGC.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" 
BINDIR=/usr/games LIBDIR=/etc/X11/xfireworks MANDIR=/usr/share/man/man6 
GZIP=-9n returned exit code 2
make: *** [debian/rules:20: build-stamp] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to