Your message dated Wed, 12 Mar 2025 14:24:28 +0000
with message-id <3a927ae77871014bf7fb0776cb9457d20b178119.ca...@sermisy.org>
and subject line Re: matchbox-desktop: ftbfs with GCC-14
has caused the Debian Bug report #1075257,
regarding matchbox-desktop: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1075257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:matchbox-desktop
Version: 2.2+git20200512-1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/matchbox-desktop_2.2+git20200512-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
from taku-category-bar.c:11:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
taku-category-bar.c: In function ‘taku_category_bar_class_init’:
taku-category-bar.c:200:3: warning: ‘g_type_class_add_private’ is deprecated
[-Wdeprecated-declarations]
200 | g_type_class_add_private (klass, sizeof (TakuCategoryBarPrivate));
| ^~~~~~~~~~~~~~~~~~~~~~~~
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-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30:
/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
1497 | void g_type_class_add_private (gpointer
g_class,
| ^~~~~~~~~~~~~~~~~~~~~~~~
taku-category-bar.c: In function ‘taku_category_bar_init’:
taku-category-bar.c:209:13: warning: Deprecated pre-processor symbol: replace
with "G_ADD_PRIVATE"
209 | priv = GET_PRIVATE (bar);
| ^~~~~~~~~~~~~~~
taku-category-bar.c: In function ‘taku_category_bar_set_table’:
taku-category-bar.c:267:13: warning: Deprecated pre-processor symbol: replace
with "G_ADD_PRIVATE"
267 | priv = GET_PRIVATE (bar);
| ^~~~~~~~~~~~~~~
taku-category-bar.c: In function ‘taku_category_bar_set_categories’:
taku-category-bar.c:281:13: warning: Deprecated pre-processor symbol: replace
with "G_ADD_PRIVATE"
281 | priv = GET_PRIVATE (bar);
| ^~~~~~~~~~~~~~~
taku-category-bar.c: In function ‘taku_category_bar_get_current’:
taku-category-bar.c:302:13: warning: Deprecated pre-processor symbol: replace
with "G_ADD_PRIVATE"
302 | priv = GET_PRIVATE (bar);
| ^~~~~~~~~~~~~~~
desktop.c: In function ‘create_desktop’:
desktop.c:204:5: warning: ‘gdk_screen_get_width’ is deprecated
[-Wdeprecated-declarations]
204 | width = gdk_screen_get_width (screen);
| ^~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from desktop.c:14:
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
58 | gint gdk_screen_get_width (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~
desktop.c:205:5: warning: ‘gdk_screen_get_height’ is deprecated
[-Wdeprecated-declarations]
205 | height = gdk_screen_get_height (screen);
| ^~~~~~
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
60 | gint gdk_screen_get_height (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘main’:
main.c:84:13: error: assignment to ‘Display *’ from incompatible pointer type
‘GdkDisplay *’ {aka ‘struct _GdkDisplay *’} [-Wincompatible-pointer-types]
84 | display = gdk_display_get_default ();
| ^
main.c:83:14: warning: variable ‘display’ set but not used
[-Wunused-but-set-variable]
83 | Display *display;
| ^~~~~~~
make[3]: *** [Makefile:378: main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:368: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:309: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 2.2+git20200512-3
Fixed this FTBFS in 2.2+git20200512-3.
--- End Message ---