Package: src:parcellite
Version: 1.2.1-8
Severity: important
Tags: sid trixie
User: [email protected]
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/parcellite_1.2.1-8_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
[...]
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
92 | GtkStatusIcon *gtk_status_icon_new_from_icon_name (const gchar *icon_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2174:25: warning: ‘gtk_status_icon_set_has_tooltip’ is deprecated [-Wdeprecated-declarations]
2174 | gtk_status_icon_set_has_tooltip((GtkStatusIcon*)status_icon, _("Clipboard Manager"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:134:23: note: declared here
134 | void gtk_status_icon_set_has_tooltip (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:2174:86: error: passing argument 2 of ‘gtk_status_icon_set_has_tooltip’ makes integer from pointer without a cast [-Wint-conversion]
2174 | gtk_status_icon_set_has_tooltip((GtkStatusIcon*)status_icon, _("Clipboard Manager"));
| ^
| |
| char *
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:135:79: note: expected ‘gboolean’ {aka ‘int’} but argument is of type ‘char *’
135 | gboolean has_tooltip);
| ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
main.c:2178:25: warning: ‘gtk_status_icon_set_from_icon_name’ is deprecated [-Wdeprecated-declarations]
2178 | gtk_status_icon_set_from_icon_name(status_icon,get_pref_string("icon_name"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘menu_hotkey’:
main.c:2240:30: error: passing argument 2 of ‘g_timeout_add’ from incompatible pointer type [-Wincompatible-pointer-types]
2240 | g_timeout_add(POPUP_DELAY, show_parcellite_menu, NULL);
| ^~~~~~~~~~~~~~~~~~~~
| |
| gboolean (*)(GtkStatusIcon *, guint, guint, void *) {aka int (*)(struct _GtkStatusIcon *, unsigned int, unsigned 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 parcellite.h:20:
/usr/include/glib-2.0/glib/gmain.h:787:54: note: expected ‘GSourceFunc’ {aka ‘int (*)(void *)’} but argument is of type ‘gboolean (*)(GtkStatusIcon *, guint, guint, void *)’ {aka ‘int (*)(struct _GtkStatusIcon *, unsigned int, unsigned int, void *)’}
787 | GSourceFunc function,
| ~~~~~~~~~~~~~~~~^~~~~~~~
main.c: In function ‘parcellite_init’:
main.c:2254:20: warning: Deprecated pre-processor symbol
2254 | if(FALSE ==g_thread_supported()){
| ^~~~~~~~~~~~~~~~~~~~~~
main.c:2257:9: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations]
2257 | hist_lock= g_mutex_new();
| ^~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:115:
/usr/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
283 | GMutex * g_mutex_new (void);
| ^~~~~~~~~~~
daemon.c: In function ‘daemon_check’:
daemon.c:53:5: warning: ‘gdk_window_get_pointer’ is deprecated: Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
53 | gdk_window_get_pointer(NULL, NULL, NULL, &button_state);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
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 parcellite.h:22,
from daemon.c:18:
/usr/include/gtk-3.0/gdk/gdkwindow.h:860:15: note: declared here
860 | GdkWindow * gdk_window_get_pointer (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:441: main.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:431: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:372: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Source: parcellite
Source-Version: 1.2.1-9
Done: Josue Ortega <[email protected]>
We believe that the bug you reported is fixed in the latest version of
parcellite, 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.
Josue Ortega <[email protected]> (supplier of updated parcellite 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: Thu, 01 May 2025 18:01:34 -0300
Source: parcellite
Architecture: source
Version: 1.2.1-9
Distribution: unstable
Urgency: medium
Maintainer: Dominik Szmek <[email protected]>
Changed-By: Josue Ortega <[email protected]>
Closes: 1075362
Changes:
parcellite (1.2.1-9) unstable; urgency=medium
.
* Add 000-fix-ftbfs-gcc14.patch: Fix FTBFS when using
GCC14. (Closes: #1075362)
* Refresh debian/patches.
* debian/copyright:
+ Update GPL like licence texts to use a modern version.
+ Update copyright holder years and add Josue Ortega <[email protected]>.
* Add Josue Ortega <[email protected]> as Uploader.
Checksums-Sha1:
cf5e985c3aecd7d0ef3f71f19b21a75cd93efb47 1981 parcellite_1.2.1-9.dsc
78ed1331d85d5b4e210edffd89a68ef8c979c04c 10532 parcellite_1.2.1-9.debian.tar.xz
ea72f6354761326bced96ba1d0585a17f9176ab3 14969 parcellite_1.2.1-9_amd64.buildinfo
Checksums-Sha256:
cb5dde0451783890ef2eea2de026a3244854e74710c6a6d523c4d9f94d41b685 1981 parcellite_1.2.1-9.dsc
20406ff4bb8147db336219767705b5db6fb505041cb8e9dcd99429a00593ab10 10532 parcellite_1.2.1-9.debian.tar.xz
1ee3eaf033e81ab5cd33921af9d63176e2b047903d8d00caed75470bb706b9bc 14969 parcellite_1.2.1-9_amd64.buildinfo
Files:
5b70e047d44a77311a1bdb05590048b0 1981 misc optional parcellite_1.2.1-9.dsc
04bc3a0b952dc299b5201e4f1a65d6d9 10532 misc optional parcellite_1.2.1-9.debian.tar.xz
21a82b76451d0c297fe4fecb69a9b02f 14969 misc optional parcellite_1.2.1-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEdzOzKNJ5X1viMlrdAVCdXKtK/T8FAmgT4asRHGpvc3VlQGRl
Ymlhbi5vcmcACgkQAVCdXKtK/T9DQRAAms8pV1g8A5Zfaz3T8H+83KtvjXVKp6Re
rx+Qr/FN4ac/aluoYJPyvOQBPzij1Pwyw1BdULqYVNBtPRjdEeKr6bo0kZRW/yhc
mmxxUIvXkJkBrsR/QvUS12pFBAaM0qL5ALIQDXAqd7TUB/Z9zJdNE+gKmq1BdAeB
NQtPAP14BLw6/juVVXmq4XaJBhQvVgy7lGbgQcL5pcoj5Rd0TGmCqHIQsUkoZCqB
1G4qukKM44KRZc8GuZ5ApgwAmGIGZH7BG7qoE/iyIHNYOMLK2GSyWwjX2tZiaYEP
OH1ljVI0Si38vuBGYrjxg5HlizZwQim9LQ1YyS6xmYXYXL6rXaJ+EbHUCw39N8t/
SB+Q2OIDHwpRBwSIY/j3sjuzZP3z6EJ+ltCMFtZL0wuqFFd+GePIpC4W99PlR2ju
kEyHuyUI+5bVOpcYetMEUYapRzGHAJdm6YkTnp1Z9uY29kNtDt6kPiXmZ80N/b+M
HRyGERK3wpuAiIhB+ZFmxqywecZTLGHMufpilyQH/owReGITzh+piI17FyAEXADc
EDRoZvpGOHCKIIqrKP74Kdcr+VYdBTvlCfZnziZccutziV3qE3vzCSpDjX3WzUSS
XjPCBL1OD1QKvpEBBFliaY+6sa+LsoOnihlHiu6byfHrR+64bW6xUCjnB7aRF6xw
y5ywD6K3Tk0=
=/5HR
-----END PGP SIGNATURE-----
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.