Your message dated Thu, 10 Apr 2025 21:06:42 +0000
with message-id <e1u2z6g-0003fk...@fasolo.debian.org>
and subject line Bug#1075026: fixed in gnome-paint 0.4.0-10.1
has caused the Debian Bug report #1075026,
regarding gnome-paint: 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.)
--
1075026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075026
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnome-paint
Version: 0.4.0-10
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/gnome-paint_0.4.0-10_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
[...]
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
| ^~~~~~~~~
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
| ^~~~~~~~~
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
| ^~~~~~~~~
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
| ^~~~~~~~~
toolbar.c: In function ‘get_gtk_image’:
toolbar.c:505:48: error: passing argument 1 of ‘gdk_pixbuf_new_from_xpm_data’
from incompatible pointer type [-Wincompatible-pointer-types]
505 | pixbuf = gdk_pixbuf_new_from_xpm_data (xpm);
| ^~~
| |
| gchar ** {aka char **}
In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34,
from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
from /usr/include/gtk-2.0/gdk/gdk.h:33:
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:294:55: note: expected
‘const char **’ but argument is of type ‘gchar **’ {aka ‘char **’}
294 | GdkPixbuf *gdk_pixbuf_new_from_xpm_data (const char **data);
| ~~~~~~~~~~~~~^~~~
make[4]: *** [Makefile:691: gnome_paint-toolbar.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:1063: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:505: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:416: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
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: gnome-paint
Source-Version: 0.4.0-10.1
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gnome-paint, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated gnome-paint 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 10 Apr 2025 23:32:13 +0300
Source: gnome-paint
Architecture: source
Version: 0.4.0-10.1
Distribution: unstable
Urgency: medium
Maintainer: Aron Xu <a...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1075026
Changes:
gnome-paint (0.4.0-10.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with gcc 14. (Closes: #1075026)
Checksums-Sha1:
7199e438d162589aa065700796c9c24461abf14a 1911 gnome-paint_0.4.0-10.1.dsc
e9b0083045885031b9a0206290d580f566f1b177 32572
gnome-paint_0.4.0-10.1.debian.tar.xz
Checksums-Sha256:
8cc61df848cc8f7ae95cf679d08e80eb66e94a509a8cadd51587652029f35035 1911
gnome-paint_0.4.0-10.1.dsc
a7dc4d4cb100ad9c183ee0c90a3f20226ebbbba0dc1cc9e777538fe96cf67ed5 32572
gnome-paint_0.4.0-10.1.debian.tar.xz
Files:
b8decdf07d1dc0ad8c04432f3b98a53e 1911 graphics optional
gnome-paint_0.4.0-10.1.dsc
10aa2166d70794f7e4c2a9633de61f3c 32572 graphics optional
gnome-paint_0.4.0-10.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmf4K14ACgkQiNJCh6LY
mLERcQ//Y73xat+pwbA6GGieYvSOFwa2WL6bILFbDaDoirWcC5Xe69GDlXGpILVa
S5q2kLrjp1JqVGnkg/32yAoxjKYDvT67Jf27JhFUQQfU67/JTX/L3CAlWecK2GiE
4NBRS+CiSZisaAq3xizKyBlwvoqTqr5bBWFf8rsNb92khgYNWs+kTzU8RuKm1jy5
e3PLEp4fONiAngofiywAOlepRqMMCQfDXuhB2tSKGJl76/UGc5nQzRmqCv5leKp3
9l1eTTo8tE+jW7+EKnku8lFF6xjGzTA6qd+QL94n4wM0xroQipwcC/jjo7NiyhzX
HjIuZo+dnYcIQ0NZbPQzA926gAgbstvwgTf0hc149knBvaXzjZDSy3bQ1KCKjDid
lU00uKcc65zFhDAgDRkMxyOPxfaqWj3hChpNIhA3mkDWVpPGHPTrRlG1So69I0pF
mkqx/ap+vehgYJDyoXvS9LwHehAHXa/IkNlPEpsxe+0FcC7egGW/f8v9jpQpOGyY
ulwMw+653AUfKhvYsZQqhvyg+r3PJKv+x5HyF2/bac3rjmNCdCN3RCW5YL/PqLQn
dLAiGZr9mAXC+GGVMYRtxMsZ2fq67TtsZOXYiBwu70NrVyYG1H8/W9zEf0N8b//W
veqFhYLHu9jn2LL/746dwiEKzczk4lHMMBgRN+F1BvLF6lTAAAA=
=eKmG
-----END PGP SIGNATURE-----
pgpn3HlsTRvrW.pgp
Description: PGP signature
--- End Message ---