[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1096440: marked as done (clipit: ftbfs with GCC-15)



Your message dated Sat, 20 Sep 2025 22:04:32 +0000
with message-id <E1v05h2-005bHH-2E@fasolo.debian.org>
and subject line Bug#1096440: fixed in clipit 1.4.5+git20241103-2
has caused the Debian Bug report #1096440,
regarding clipit: ftbfs with GCC-15
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 owner@bugs.debian.org
immediately.)


-- 
1096440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096440
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:clipit
Version: 1.4.5+git20210313-3
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/clipit_1.4.5+git20210313-3_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:930:17: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  930 |                 menu_image = gtk_image_new_from_stock(GTK_STOCK_FIND, GTK_ICON_SIZE_MENU);
      |                 ^~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:930:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  930 |                 menu_image = gtk_image_new_from_stock(GTK_STOCK_FIND, GTK_ICON_SIZE_MENU);
      |                 ^~~~~~~~~~
main.c:931:17: warning: ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
  931 |                 gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, menu_image);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:935:17: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
  935 |                 menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, NULL);
      |                 ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here
   84 | GtkWidget* gtk_image_menu_item_new_from_stock    (const gchar      *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:935:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  935 |                 menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, NULL);
      |                 ^~~~~~~~~
main.c:939:17: warning: ‘gtk_image_menu_item_new_from_stock’ is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
  939 |                 menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL);
      |                 ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here
   84 | GtkWidget* gtk_image_menu_item_new_from_stock    (const gchar      *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:939:17: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  939 |                 menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL);
      |                 ^~~~~~~~~
main.c: In function ‘create_app_indicator’:
main.c:957:17: warning: ‘app_indicator_set_attention_icon’ is deprecated: Use app_indicator_set_attention_icon_full instead [-Wdeprecated-declarations]
  957 |                 app_indicator_set_attention_icon (indicator, ICON);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libayatana-appindicator3-0.1/libayatana-appindicator/app-indicator.h:262:33: note: declared here
  262 | void                            app_indicator_set_attention_icon (AppIndicator       *self,
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘search_hotkey’:
main.c:1030:36: error: passing argument 2 of ‘g_timeout_add’ from incompatible pointer type [-Wincompatible-pointer-types]
 1030 |         g_timeout_add(POPUP_DELAY, show_search, NULL);
      |                                    ^~~~~~~~~~~
      |                                    |
      |                                    gboolean (*)(void) {aka int (*)(void)}
In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
                 from /usr/include/glib-2.0/glib.h:56,
                 from main.c:29:
/usr/include/glib-2.0/glib/gmain.h:932:54: note: expected ‘GSourceFunc’ {aka ‘int (*)(void *)’} but argument is of type ‘gboolean (*)(void)’ {aka ‘int (*)(void)’}
  932 |                                      GSourceFunc     function,
      |                                      ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from main.c:43:
manage.h:27:10: note: ‘show_search’ declared here
   27 | gboolean show_search();
      |          ^~~~~~~~~~~
/usr/include/glib-2.0/glib/gmain.h:199:20: note: ‘GSourceFunc’ declared here
  199 | typedef gboolean (*GSourceFunc)       (gpointer user_data);
      |                    ^~~~~~~~~~~
make[3]: *** [Makefile:429: main.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/clipit-1.4.5+git20210313/src'
make[2]: *** [Makefile:419: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/clipit-1.4.5+git20210313'
make[1]: *** [Makefile:360: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/clipit-1.4.5+git20210313'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: clipit
Source-Version: 1.4.5+git20241103-2
Done: Adrian Bunk <bunk@debian.org>

We believe that the bug you reported is fixed in the latest version of
clipit, 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 1096440@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated clipit 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 20 Sep 2025 21:35:48 +0300
Source: clipit
Architecture: source
Version: 1.4.5+git20241103-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1096440
Changes:
 clipit (1.4.5+git20241103-2) unstable; urgency=medium
 .
   * QA upload.
   * Add fix submitted upstream for FTBFS with GCC 15. (Closes: #1096440)
Checksums-Sha1:
 46c6683673338e32ffbb279e6e003f65eed94ffc 2503 clipit_1.4.5+git20241103-2.dsc
 6b1e4d81391639935b670fbe002746ea2784ba6f 8312 clipit_1.4.5+git20241103-2.debian.tar.xz
Checksums-Sha256:
 ff80ade3ea3df198c094c50e34dc05ff2fcde2215e0b2b50b85f26c24d56db3e 2503 clipit_1.4.5+git20241103-2.dsc
 237c044f4837c482acdccaebf8fad008014e9b1b4c3d6cccbedf358ffff29190 8312 clipit_1.4.5+git20241103-2.debian.tar.xz
Files:
 2bf344200591e17af2c9020446e4dfa2 2503 oldlibs optional clipit_1.4.5+git20241103-2.dsc
 27f9d7c3d262ce23effee8e011da09b5 8312 oldlibs optional clipit_1.4.5+git20241103-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjPIXUACgkQiNJCh6LY
mLG50Q//fGmZojjB5cJ1bWXIKeAN7EfYn8tQMeqzP3k0m0WH7efLNc7fi8jHdGPt
MaZqT4oBs43nbltljvTRnzqDo88tVVob6o/5BCRoF9RSKwoVrJW/76k66aXd0dko
G470tcokaNWg3Uche//XUhwC2fF1fiuefDUVYDakev3G51lo9pDkB4QE2SxUP6k+
4H4JaMiWueuoc8CaDJyHcEUpFdaVWuzj5dBhB83cVhGfp6Yh+2N5qbOXK7jeai1u
vQHtM85hfdYTdqmT3J+cC3235Fn8a9kVNjHqoA8FAoUon9mjciMaw6AAYQPvYb8t
99CvKrGRnstntB9Mw108EgDHg9Z3QlK0MhGE5ivUxiHgIBkyUoSB2fEIuDYeav/Q
ECtU0N7pkxsClZ5xD0yx+TEE6AZiiA4+GFOZUTd6z4Cc4Azb0SLTm4Pn8ZtWSD9j
zEvsLOhEmg0cpNCw+osET0kXOgjZKoYDV7JI7taG1u7XyvnouHaDczlErHZsvcbw
UFQWm+MW5Q6WlE7e0gxAZKZ85mvuHy366vag8iY71ZPfY/XTVn2TKekRn9ngJMF4
uvMnoiPTszRLga3GsKdWf1oXqVV2AmO4VDc7O928+szxemQWghCm82XBYg6D+Z+Z
4rCOKqVKrtKU5Fa52BHbqhbrJPT+bcBMfd+YiD23q/eOcxYUXhs=
=4GpY
-----END PGP SIGNATURE-----

Attachment: pgprJDy7grmCh.pgp
Description: PGP signature


--- End Message ---

Reply to: