Your message dated Thu, 12 Sep 2024 12:04:05 +0000 with message-id <E1soiYP-00BzHF-Ny@fasolo.debian.org> and subject line Bug#1074999: fixed in gimp-gap 2.6.0+dfsg-9 has caused the Debian Bug report #1074999, regarding gimp-gap: 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 owner@bugs.debian.org immediately.) -- 1074999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074999 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: gimp-gap: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:27:51 +0000
- Message-id: <E1sOz5T-0041Em-EI@paradis.debian.org>
Package: src:gimp-gap Version: 2.6.0+dfsg-8 Severity: important Tags: sid trixie User: debian-gcc@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/gimp-gap_2.6.0+dfsg-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 [...] | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ gap_mov_dialog.c: In function ‘mov_grab_bezier_path’: gap_mov_dialog.c:1194:10: warning: variable ‘image_id’ set but not used [-Wunused-but-set-variable] 1194 | gint32 image_id; | ^~~~~~~~ gap_mov_dialog.c: In function ‘mov_pgrab_callback’: gap_mov_dialog.c:1396:5: warning: ‘gimp_vectors_get_name’ is deprecated: Use 'gimp_item_get_name' instead [-Wdeprecated-declarations] 1396 | vectorname = gimp_vectors_get_name(vectors_id); | ^~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:64, from gap_mov_dialog.c:112: /usr/include/gimp-2.0/libgimp/gimpvectors.h:38:16: note: declared here 38 | gchar * gimp_vectors_get_name (gint32 vectors_ID); | ^~~~~~~~~~~~~~~~~~~~~ gap_mov_dialog.c: In function ‘mov_imglayer_menu_callback’: gap_mov_dialog.c:2088:3: warning: ‘gimp_drawable_get_image’ is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] 2088 | l_image_id = gimp_drawable_get_image(id); | ^~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:99:16: note: declared here 99 | gint32 gimp_drawable_get_image (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~~~~~~~ gap_mov_dialog.c: In function ‘p_points_from_tab’: gap_mov_dialog.c:2507:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2507 | (int)scale, (int)spinbutton); | ^ gap_mov_dialog.c:2507:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2507 | (int)scale, (int)spinbutton); | ^ gap_mov_dialog.c: In function ‘mov_path_prevw_preview_init’: gap_mov_dialog.c:4416:5: warning: ‘gimp_drawable_get_image’ is deprecated: Use 'gimp_item_get_image' instead [-Wdeprecated-declarations] 4416 | image_id = gimp_drawable_get_image(mgp->drawable->drawable_id); | ^~~~~~~~ /usr/include/gimp-2.0/libgimp/gimpdrawable.h:99:16: note: declared here 99 | gint32 gimp_drawable_get_image (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~~~~~~~ gap_mov_dialog.c: In function ‘p_get_flattened_drawable’: gap_mov_dialog.c:5050:3: warning: ‘gimp_drawable_get’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 5050 | l_drawable_ptr = gimp_drawable_get (gap_image_merge_visible_layers(image_id, GIMP_CLIP_TO_IMAGE)); | ^~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimp/gimpdrawable.h:52:16: note: declared here 52 | GimpDrawable * gimp_drawable_get (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~ gap_mov_dialog.c: In function ‘p_mov_spinbutton_new’: gap_mov_dialog.c:5240:3: warning: ‘gimp_spin_button_new’ is deprecated: Use 'gtk_spin_button_new' instead [-Wdeprecated-declarations] 5240 | spinbutton = gimp_spin_button_new (&adj /* return value */ | ^~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimpwidgets/gimpwidgets.h:78, from /usr/include/gimp-2.0/libgimp/gimpui.h:24, from gap_mov_dialog.c:113: /usr/include/gimp-2.0/libgimpwidgets/gimpspinbutton.h:85:3: note: declared here 85 | gimp_spin_button_new (_1, _2, _3, _4, _5, _6, _7, _8, _9) | ^~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimpwidgets/gimpspinbutton.h:81:3: note: in expansion of macro ‘gimp_spin_button_new_I_9’ 81 | gimp_spin_button_new_I_##n (_1, _2, _3, _4, _5, _6, _7, _8, _9) | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimpwidgets/gimpspinbutton.h:78:35: note: in expansion of macro ‘gimp_spin_button_new_I’ 78 | #define gimp_spin_button_new(...) gimp_spin_button_new_I (__VA_ARGS__, \ | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimpwidgets/gimpwidgets.h:151:13: note: in expansion of macro ‘gimp_spin_button_new’ 151 | GtkWidget * gimp_spin_button_new (/* return value: */ | ^~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:1356: gap_mov_dialog.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/gap' make[2]: *** [Makefile:474: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:415: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1074999-close@bugs.debian.org
- Subject: Bug#1074999: fixed in gimp-gap 2.6.0+dfsg-9
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 12 Sep 2024 12:04:05 +0000
- Message-id: <E1soiYP-00BzHF-Ny@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: gimp-gap Source-Version: 2.6.0+dfsg-9 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of gimp-gap, 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 1074999@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <anbe@debian.org> (supplier of updated gimp-gap 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: SHA256 Format: 1.8 Date: Thu, 12 Sep 2024 13:37:35 +0200 Source: gimp-gap Architecture: source Version: 2.6.0+dfsg-9 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1074999 Changes: gimp-gap (2.6.0+dfsg-9) unstable; urgency=medium . * QA upload. * Import package history into Git. * Fix building with -Werror=incompatible-pointer-types. (Closes: #1074999) * Fix building with 64-bit time_t on armel/armhf. * Enable all hardening flags. * Update watch file. Checksums-Sha1: 77e265ceee57c74689697481c27708f532c65b14 2067 gimp-gap_2.6.0+dfsg-9.dsc 572ebbf0899d987de97fdacb5081e1a54e7da075 8364 gimp-gap_2.6.0+dfsg-9.debian.tar.xz 4cdbb9778c8b1e9e32d870a6ad1fc803c87ea557 13967 gimp-gap_2.6.0+dfsg-9_source.buildinfo Checksums-Sha256: eac706f0d937f5827de3cbacb994d957d7bac2c1a265b959b8534bf3eb8df54b 2067 gimp-gap_2.6.0+dfsg-9.dsc a75d769f25728c3aa541a8ad795c47d918037d30166da1632cfb94adca8dcbc7 8364 gimp-gap_2.6.0+dfsg-9.debian.tar.xz 18378753c5ef232d18cbdfaa74e027f4dbd34e52623ace277bbe16549787738c 13967 gimp-gap_2.6.0+dfsg-9_source.buildinfo Files: e0bab4923a9716e555334d5548f11b21 2067 graphics optional gimp-gap_2.6.0+dfsg-9.dsc 63d8ed6232ccb446ae773e95d5ddfd7f 8364 graphics optional gimp-gap_2.6.0+dfsg-9.debian.tar.xz a488dc8a83d2be941aefded551e19022 13967 graphics optional gimp-gap_2.6.0+dfsg-9_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmbi02cQHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCCPVD/4gOlCICsP4Zq+izbLB56Tj3CxZV8jqwFI9 M6x30DOuRPp/vCaMho8L3SUIQ4Z1bH0BGbFopZe+UKCOs4aVaguAcXvI/a4Ds65X wgWNJmwfastIq0w9q/9Tq9jtojJLxMOsYOvLCSau/CoRMwnk2LwCMi4CqZR3ONrA skXhlxs0+8yOH1I5Mbez+cJGCaQCgPqFUoT6a3BAyF+70RCWRNoofsXMBWflkkZV g2eL2Nf4dhiG2gydDGp0FX4emaTEz7d1c760ygefijzRn6sZbselPDwgejAKZ7NW 57BGySi6yjOqTnBidV2vFnq0qYKBoGTjd+k74UwmhGFHxav42qPOm/Wp5ocv7Fsp S+we+SdeQEbG9t1VRrSOW051UxVeK0mBtiLFgGxDxcTheJQSA1SLLUBmxoYVqtov v1vbwPEFPFaKvrKM7t3AEIryfhgTu75IOtda7zJuIsSpCtK+2m7CPTGKQ6Llew8p Zslv+I8MTG0jw3um3Equ4kcCDAJKtK9hlDb7X+GrxHLCMK6lhWLrN+rp0QPjH5wq dilRfSOCwTKIxVIB/eeJVEc1zwC+9HzAly8NksWrO3jgCB1Xb4xFYEdc1p3jYANd 1piVpzrLm2PdDua07cNnPR4lrkbvaSe2RbLFVKxL+LFIL2jPQm/xqxKCvxHa1Eb7 HH0TmPF8qg== =SieB -----END PGP SIGNATURE-----Attachment: pgpSRXFJsMQq5.pgp
Description: PGP signature
--- End Message ---