Your message dated Mon, 15 Sep 2025 17:35:11 +0000
with message-id <[email protected]>
and subject line Bug#1114447: fixed in xfireworks 1.3-16
has caused the Debian Bug report #1114447,
regarding xfireworks: FTBFS: ColorGC.c:160:30: error: passing argument 3 of 
'ObjList_InsertObjToStart' 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.)


-- 
1114447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114447
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: xfireworks
Source-Version: 1.3-16
Done: Yukiharu YABUKI <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xfireworks, 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.
Yukiharu YABUKI <[email protected]> (supplier of updated xfireworks 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: Tue, 16 Sep 2025 00:16:36 +0900
Source: xfireworks
Architecture: source
Version: 1.3-16
Distribution: unstable
Urgency: medium
Maintainer: Yukiharu YABUKI <[email protected]>
Changed-By: Yukiharu YABUKI <[email protected]>
Closes: 1114447 1115257
Changes:
 xfireworks (1.3-16) unstable; urgency=medium
 .
   [Yukiharu YABUKI]
   * Adopt otto's patch for FBTFS.
   (Closes: #1114447)
   * Update upstream source code location.
   (Closes: #1115257)
   * Update upstream mail address.
   * Update upstream Web Page information in README.Debian
   * Update Standards-Version from 4.6.2 to 4.7.2
   [otto Kekäläinen]
   * Gave me advice for FBTFS
   * Game me Merge Request for fixing gbp pq
     - He gave me great help. Thank you so much!
Checksums-Sha1:
 61f16e886b31b0b06426534249df9aa7c280c87b 1833 xfireworks_1.3-16.dsc
 309a195653c006bacc54e65d097fe6906e2f5b8f 51824 xfireworks_1.3-16.debian.tar.xz
 ed43b96033661769f594e54bd2c4de32130df36f 6374 xfireworks_1.3-16_amd64.buildinfo
Checksums-Sha256:
 d2d2e92136e0d28701619a7ad8b34eaa0e3aa435cd65d9d05d63dd9bc52d16f7 1833 
xfireworks_1.3-16.dsc
 d97f08fbe19b4ee1d6de24d1c5d34cf3f3b63466fef748d3c8a661f52ae9141c 51824 
xfireworks_1.3-16.debian.tar.xz
 b0f2018dc50caabe034beaacf7429ada0eff5082fdc82e817468c468b2a79002 6374 
xfireworks_1.3-16_amd64.buildinfo
Files:
 fe17b10b03b44dff57d9d982851b76c8 1833 games optional xfireworks_1.3-16.dsc
 036825d054076014140bad051fc5a08a 51824 games optional 
xfireworks_1.3-16.debian.tar.xz
 1ee8631ac2f645e340801c428be53bae 6374 games optional 
xfireworks_1.3-16_amd64.buildinfo

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

iQJHBAEBCgAxFiEEZ4rGejxaFgWBItYhcagC0LzRvJIFAmjIPogTHHl5YWJ1a2lA
ZGViaWFuLm9yZwAKCRBxqALQvNG8klxwEACRbXukfV9ELu5niN5EXXRV/xAzSp5W
ieQXpRXNJmJF9E0Tl3b5ARr9/6X7qJdf/pd8LqhOpcgt1yx3+168Rr1AO6iMhH5f
kyLwri7ySvNSk8WWobDsClNW3cCgz2sdcexk3QMKuUqEX8+8aAhhSFzEeRUx3HrZ
+vW+u6OWhypex/uOdU/qsVDYRGr4AbxRk1wLQbujdccvyvu0BSN1IGCrz/3E+RtJ
wdtvv6n+8d85eiVh6u84d2NVdXHk+B5HL4yebJrloJpD25UTnm48jcs4J27smnj6
K+2W0pKjR4bnzoscoex73KhDWkLQs/IQ+1sjd0qABvb8YXoUoVzg2bYhKhKRAg+q
/UrLjHITQWlg+PLDigGa/Css9oIDwYBrXN9vYdMhGiYpMAg6Xio30Iwc+L+pT/w5
2yWOyeKjEBUpyGHYcGO08X8b818gSWt1xu+O0fcY0fI0jSUkU6u3R+GlQAqllt/T
cvwIu/X/Op+5Z8rA43Jtvl8xD9Cq+d5K3WRi97se6NEVa9hOsmkzsgDfL+eGWvsc
fyOSmPJX540f/5wavURnmNvS1AA0giFRSEiq4C+HhCL/BexNcjeQklHvaZpjHuu5
mZafri74CJZY6nFDTC0rHo1YWvoo+JiVVRiakOVKn8XWFgvJCl/d/fmOwrhfmqk1
TytfgifG2vnx4A==
=NxSP
-----END PGP SIGNATURE-----

Attachment: pgpe1OZ8BPwUw.pgp
Description: PGP signature


--- End Message ---

Reply via email to