Your message dated Wed, 24 Apr 2024 16:05:34 +0000
with message-id <[email protected]>
and subject line Bug#1066355: fixed in spotlighter 0.3-1.2
has caused the Debian Bug report #1066355,
regarding spotlighter: FTBFS: spotlighter.c:105:3: error: implicit declaration
of function ‘on_window_screen_changed’ [-Werror=implicit-function-declaration]
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.)
--
1066355: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066355
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: spotlighter
Version: 0.3-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration
Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
> -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\"
> -I/usr/include/gtk-3.0 -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/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/gio-unix-2.0 -I/usr/include/cloudproviders
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wdate-time
> -D_FORTIFY_SOURCE=2 -I/usr/include/gtk-3.0 -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/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/gio-unix-2.0 -I/usr/include/cloudproviders
> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -g -O2
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c -o spotlighter-spotlighter.o `test
> -f 'spotlighter.c' || echo './'`spotlighter.c
> spotlighter.c: In function ‘create_window’:
> spotlighter.c:102:3: warning: ‘gtk_widget_set_double_buffered’ is deprecated
> [-Wdeprecated-declarations]
> 102 | gtk_widget_set_double_buffered (window, FALSE);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
> from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
> from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
> from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:31,
> from spotlighter.h:27,
> from spotlighter.c:23:
> /usr/include/gtk-3.0/gtk/gtkwidget.h:883:23: note: declared here
> 883 | void gtk_widget_set_double_buffered (GtkWidget
> *widget,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> spotlighter.c:105:3: error: implicit declaration of function
> ‘on_window_screen_changed’ [-Werror=implicit-function-declaration]
> 105 | on_window_screen_changed (window, NULL, NULL);
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> spotlighter.c:108:3: warning: ‘gtk_window_set_opacity’ is deprecated: Use
> 'gtk_widget_set_opacity' instead [-Wdeprecated-declarations]
> 108 | gtk_window_set_opacity (GTK_WINDOW (window), 0);
> | ^~~~~~~~~~~~~~~~~~~~~~
> /usr/include/gtk-3.0/gtk/gtkwindow.h:200:12: note: declared here
> 200 | void gtk_window_set_opacity (GtkWindow
> *window,
> | ^~~~~~~~~~~~~~~~~~~~~~
> spotlighter.c:110:3: warning: ‘gdk_screen_width’ is deprecated
> [-Wdeprecated-declarations]
> 110 | int width = gdk_screen_width ();
> | ^~~
> In file included from /usr/include/gtk-3.0/gdk/gdk.h:50,
> from /usr/include/gtk-3.0/gtk/gtk.h:30:
> /usr/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here
> 108 | gint gdk_screen_width (void) G_GNUC_CONST;
> | ^~~~~~~~~~~~~~~~
> spotlighter.c:111:3: warning: ‘gdk_screen_height’ is deprecated
> [-Wdeprecated-declarations]
> 111 | int height = gdk_screen_height ();
> | ^~~
> /usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
> 110 | gint gdk_screen_height (void) G_GNUC_CONST;
> | ^~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:514: spotlighter-spotlighter.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/13/spotlighter_0.3-1.1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: spotlighter
Source-Version: 0.3-1.2
Done: Andreas Rönnquist <[email protected]>
We believe that the bug you reported is fixed in the latest version of
spotlighter, 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.
Andreas Rönnquist <[email protected]> (supplier of updated spotlighter 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: SHA256
Format: 1.8
Date: Wed, 24 Apr 2024 12:47:30 +0200
Source: spotlighter
Architecture: source
Version: 0.3-1.2
Distribution: unstable
Urgency: medium
Maintainer: Andrea Colangelo <[email protected]>
Changed-By: Andreas Rönnquist <[email protected]>
Closes: 1066355
Changes:
spotlighter (0.3-1.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Add patch to add callback declaration to resolve
-Werror=implicit-function-declaration. (Closes: #1066355)
Thanks to Vladimir Petko for the patch!
Checksums-Sha1:
f24c0eed826d6856eb35c13c297cd43402df3e66 1933 spotlighter_0.3-1.2.dsc
5cd53027f35aa3ccc1632b296e18c61b33f057e7 4612 spotlighter_0.3-1.2.debian.tar.xz
c49f85ff390da4b4e3540df3f877eee94d2292f7 16185
spotlighter_0.3-1.2_source.buildinfo
Checksums-Sha256:
49461975387647f413ab0e2b97d4c97d3cc45c3d7bdc8a138abba57c1504ec2e 1933
spotlighter_0.3-1.2.dsc
1fd955693e991954f7227689c88e13b2eed46ec5b87085aeff9713ab18c49ce2 4612
spotlighter_0.3-1.2.debian.tar.xz
fdd9cadbf1bd35acbb327c814e2eaf7685cf2e7e441767ce9d136c81192fa08c 16185
spotlighter_0.3-1.2_source.buildinfo
Files:
dc0a43dce7e77c5b7a223f4f96b4883c 1933 misc extra spotlighter_0.3-1.2.dsc
0e460f2763efb6c8f86286c62163131d 4612 misc extra
spotlighter_0.3-1.2.debian.tar.xz
be74ba9e453003ac5c42a866bea77880 16185 misc extra
spotlighter_0.3-1.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEETq74h7WfgJdjc9ALCHsqoZ75O8IFAmYpKXoACgkQCHsqoZ75
O8JiBRAAoy1KC/jAjquFdvnW5OoGeXh+xNzJEqG/XNgU5hgKvnnUUkLSEVZuqJxH
WyBB2snQxecdIq5CR5GTOnLWcVJEX97n4wIZLdcAxhskICR8hGN0yAe+6lAyk03l
JV14ZKLwAyUha3gvCBBFX7K97bAHTu/9ATwUzaWI299RDJaiC5ORH7g1XloM7vNV
h+1gX86i14OGGgAMXpj9LyoxrKAsEoZvaME7yV6x+dj9v67r68mJ8eNx2Ne75EhT
uzbcwE4gZlxjSKRKkSleeOH1ZLfPP3Vs24dlBCDDJsSv+EYWGZ0dFWLJYU/09wmk
M6K1hud7zwu8zTzmWctEorhxItQchoLIFFNJ7iPvt8mtjVcR5x1IrP+ZHdOSAHUQ
owsvrnhpU4sQ54o3bJi/QQ6mw9wPH7aze6Bb4CG9Mvp79O/bD6Xm6HhDxbYe85mo
yuuWR3V8xc7PYQcH2Y+F76AKyJLd9uWU1hSaSvgywMCElzvr8rp+etghWOBS/uZF
n6EiLE7x3e6B1sN5Nu3xmZUz6HLD/gHuDS10/i5ZK4bzBZueCnr2jfrw/iVCwbvL
fUzgJ7tn8capOa6zWCFaPSY7WS2Sb2TIjV8syEi14TwYAx/P7FMmmE1Ux5T0RURI
tgx9ybv7jTETQdp8pf9qBMrV7MNFl62tD0GwX7SSusXGDIo5pQc=
=YVrd
-----END PGP SIGNATURE-----
pgp6k2v_jKMfO.pgp
Description: PGP signature
--- End Message ---