Your message dated Sat, 18 Oct 2025 09:19:09 +0000
with message-id <[email protected]>
and subject line Bug#1114062: fixed in bfm 0.6.4-7.1
has caused the Debian Bug report #1114062,
regarding bfm: FTBFS: gkrellm-bfm.c:529:33: error: passing argument 10 of
'gkrellm_gtk_spin_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.)
--
1114062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114062
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bfm
Version: 0.6.4-7
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:bfm, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_auto_clean
make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f bubblefishymon *.o *.bb* *.gcov gmon.* *.da *~ *.so
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- PREFIX=/usr STRIP=true bubblefishymon
make -j2 "INSTALL=install --strip-program=true" PREFIX=/usr STRIP=true
bubblefishymon
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf *.o
gcc -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-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/sysprof-6
-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/atk-1.0
-pthread -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DENABLE_FISH
-DENABLE_TIME -DUPSIDE_DOWN_DUCK -DKDE_DOCKAPP -DNET_DEVICE=\"eth0\" -o
bubblefishymon \
fishmon.c bubblemon.c sys_linux.c -lm -lX11 -lgtk-x11-2.0 -lgdk-x11-2.0
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from bubblemon.c:93:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: âGTypeDebugFlagsâ
is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from bubblemon.c:90:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
725 | {
| ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: âGTimeValâ is
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
true bubblefishymon
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -- PREFIX=/usr STRIP=true gkrellm
make -j2 "INSTALL=install --strip-program=true" PREFIX=/usr STRIP=true
gkrellm
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf *.o
gcc -DGKRELLM2 -DGKRELLM_BFM -fPIC -I/usr/include/gtk-2.0
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -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/sysprof-6 -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/atk-1.0 -pthread -DENABLE_DUCK -DENABLE_CPU
-DENABLE_MEMSCREEN -DENABLE_FISH -DENABLE_TIME -DUPSIDE_DOWN_DUCK -DKDE_DOCKAPP
-DNET_DEVICE=\"eth0\" -c fishmon.c bubblemon.c sys_linux.c \
gkrellm-bfm.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from /usr/include/gtk-2.0/gtk/gtk.h:33,
from bubblemon.c:93:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: âGTypeDebugFlagsâ
is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from /usr/include/gtk-2.0/gdk/gdk.h:32,
from bubblemon.c:90:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
725 | {
| ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: âGTimeValâ is
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
gkrellm-bfm.c: In function âcreate_plugin_tabâ:
gkrellm-bfm.c:529:33: error: passing argument 10 of
âgkrellm_gtk_spin_buttonâ from incompatible pointer type
[-Wincompatible-pointer-types]
529 | cb_interval_modified, NULL, FALSE,
| ^~~~~~~~~~~~~~~~~~~~
| |
| void (*)(GtkWidget *, GtkSpinButton *)
In file included from /usr/include/gkrellm2/gkrellm.h:1083,
from gkrellm-bfm.c:26:
/usr/include/gkrellm2/gkrellm-public-proto.h:514:92: note: expected âvoid
(*)(void)â but argument is of type âvoid (*)(GtkWidget *, GtkSpinButton
*)â
514 | gfloat, gfloat, gfloat,
gint, gint, void (*func)(),
|
~~~~~~~^~~~~~~
gkrellm-bfm.c:258:1: note: âcb_interval_modifiedâ declared here
258 | cb_interval_modified(GtkWidget *widget, GtkSpinButton *spin)
| ^~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:121: gkrellm] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true"
PREFIX=/usr STRIP=true gkrellm returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: bfm
Source-Version: 0.6.4-7.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bfm, 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 bfm 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:14:55 +0300
Source: bfm
Architecture: source
Version: 0.6.4-7.1
Distribution: unstable
Urgency: medium
Maintainer: Mika Matsuzaki <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1114062
Changes:
bfm (0.6.4-7.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build with -std=gnu17 to workaround FTBFS with GCC 15
in GKrellM headers. (Closes: #1114062)
Checksums-Sha1:
bd81704ffccfe0df6d7c4a40d26a27ddb992a599 1907 bfm_0.6.4-7.1.dsc
519ef97914688252825f9a0b8c68cfebe73342ba 5856 bfm_0.6.4-7.1.debian.tar.xz
Checksums-Sha256:
3823c520411d5726bc88da5f6eec37dfa18d8e862bb253bb6c0d5bbcee5615a2 1907
bfm_0.6.4-7.1.dsc
bd7ded42a0f60d04748a4626f0124865fccff6da68cfcb234fb65cacc9a1f0c6 5856
bfm_0.6.4-7.1.debian.tar.xz
Files:
243eaff3c9bd631d991772b2d9449e59 1907 x11 optional bfm_0.6.4-7.1.dsc
b2022e9fb6bfb3419ec78a139aabdcb5 5856 x11 optional bfm_0.6.4-7.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjhugMACgkQiNJCh6LY
mLF5Cg/9ExYSKX+z0rC6v3iOF6VBjAGd7hPdWmVA1ND+JSF7gVybYHuuNkBaOIvj
p4X70iEugdorx09kmop8qo0wxsGLWPny0+xF+3CTcqFtDbFLQfKCpgBhOm+ww65k
WewB38IdoqdA7cEqsHyXn7AI0r0flPFv/I7XMoMD6n5DjFoQ0wra1l3lmzHVHFL7
DNTQ5tPhUjQc+cSemu2PnALqdxklJ1NNvobpE7lNnN59yXeNEDBpdzP8xhJrNTOt
ixicfn4qWm6v9Dpw7yAwf4ckUjsBV754A8KiZxTlgbKhYvied0pRLRXFSiCxGUXt
b4oNgGT26KoJ5duBmeV0+LsOTn+3RWWyLF3mDrHp/JfdkD8/jWNvFpib71kmhQeu
fHhG5ae5SnWEIEiXAxyb8ffgGU6JYl83qFV9wRBld8YNjDwRtfRFcVLkhqop5gV7
wVP99yxevYAmXEjfDwpDve41KQtZdM0eKFouAYCVjNeLCZcSgpMH9RZ422NVZ0a8
9o2pzCCR+oqhuw4EPgEVVZGO7Zc3QF/QaJVaBJdwmNkG/iomEwzANoe55lE6dEl3
ddqMw3Yfwi8xZf7OY+OZvsLT0qomDyFctFxUwKY7ajYDbzvBNbDO4oGSm3f7rwd/
6iyRg/xD9FwYgDPCc2wCC630C4xaHEjKTbR8HzMbS9Tvk7votnY=
=H0F+
-----END PGP SIGNATURE-----
pgpuXJ1KxBJEB.pgp
Description: PGP signature
--- End Message ---