Your message dated Sat, 03 Aug 2024 23:50:03 +0000 with message-id <E1saOVf-00BSHR-GA@fasolo.debian.org> and subject line Bug#1075056: fixed in gutenprint 5.3.4.20220624T01008808d602-3 has caused the Debian Bug report #1075056, regarding gutenprint: 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.) -- 1075056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075056 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: gutenprint: ftbfs with GCC-14
- From: Matthias Klose <doko@debian.org>
- Date: Wed, 03 Jul 2024 12:29:46 +0000
- Message-id: <E1sOz7K-0041ay-BP@paradis.debian.org>
Package: src:gutenprint Version: 5.3.4.20220624T01008808d602-2 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/gutenprint_5.3.4.20220624T01008808d602-2_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/gimp-2.0/libgimp/gimp.h:41: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:52:16: note: declared here 52 | GimpDrawable * gimp_drawable_get (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~ print.c:254:3: warning: ‘gimp_gamma’ is deprecated [-Wdeprecated-declarations] 254 | stp_set_float_parameter(gimp_vars.v, "AppGamma", gimp_gamma()); | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimp/gimp.h:348:16: note: declared here 348 | gdouble gimp_gamma (void) G_GNUC_CONST; | ^~~~~~~~~~ print.c:514:7: warning: ‘gimp_tile_cache_ntiles’ is deprecated [-Wdeprecated-declarations] 514 | gimp_tile_cache_ntiles ((drawable->height + gimp_tile_width () - 1) / | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:63: /usr/include/gimp-2.0/libgimp/gimptile.h:60:9: note: declared here 60 | void gimp_tile_cache_ntiles (gulong ntiles); | ^~~~~~~~~~~~~~~~~~~~~~ print.c:517:7: warning: ‘gimp_tile_cache_ntiles’ is deprecated [-Wdeprecated-declarations] 517 | gimp_tile_cache_ntiles ((drawable->width + gimp_tile_width () - 1) / | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimp/gimptile.h:60:9: note: declared here 60 | void gimp_tile_cache_ntiles (gulong ntiles); | ^~~~~~~~~~~~~~~~~~~~~~ print.c:539:3: warning: ‘gimp_drawable_detach’ is deprecated [-Wdeprecated-declarations] 539 | gimp_drawable_detach (drawable); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimp/gimpdrawable.h:54:16: note: declared here 54 | void gimp_drawable_detach (GimpDrawable *drawable); | ^~~~~~~~~~~~~~~~~~~~ make[4]: *** [Makefile:558: print.o] Error 1 make[4]: *** Waiting for unfinished jobs.... print-image-gimp.c: In function ‘Image_GimpDrawable_new’: print-image-gimp.c:155:3: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 155 | gimp_pixel_rgn_init(&(im->rgn), drawable, 0, 0, | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from print_gimp.h:41: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~ print-image-gimp.c:165:7: warning: ‘gimp_image_get_cmap’ is deprecated: Use 'gimp_image_get_colormap' instead [-Wdeprecated-declarations] 165 | im->cmap = gimp_image_get_cmap(image_ID, &(im->ncolors)); | ^~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:47: /usr/include/gimp-2.0/libgimp/gimpimage.h:49:16: note: declared here 49 | guchar * gimp_image_get_cmap (gint32 image_ID, | ^~~~~~~~~~~~~~~~~~~ print-image-gimp.c: In function ‘Image_get_row’: print-image-gimp.c:244:5: warning: ‘gimp_pixel_rgn_get_col’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] 244 | gimp_pixel_rgn_get_col(&(im->rgn), inter, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:74:11: note: declared here 74 | void gimp_pixel_rgn_get_col (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~ print-image-gimp.c:247:5: warning: ‘gimp_pixel_rgn_get_row’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] 247 | gimp_pixel_rgn_get_row(&(im->rgn), inter, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:68:11: note: declared here 68 | void gimp_pixel_rgn_get_row (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~ make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/gimp2' make[3]: *** [Makefile:486: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:603: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:534: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:6: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1075056-close@bugs.debian.org
- Subject: Bug#1075056: fixed in gutenprint 5.3.4.20220624T01008808d602-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 03 Aug 2024 23:50:03 +0000
- Message-id: <E1saOVf-00BSHR-GA@fasolo.debian.org>
- Reply-to: Thorsten Alteholz <debian@alteholz.de>
Source: gutenprint Source-Version: 5.3.4.20220624T01008808d602-3 Done: Thorsten Alteholz <debian@alteholz.de> We believe that the bug you reported is fixed in the latest version of gutenprint, 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 1075056@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thorsten Alteholz <debian@alteholz.de> (supplier of updated gutenprint 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, 03 Aug 2024 19:10:00 +0200 Source: gutenprint Architecture: source Version: 5.3.4.20220624T01008808d602-3 Distribution: unstable Urgency: medium Maintainer: Debian Printing Group <debian-printing@lists.debian.org> Changed-By: Thorsten Alteholz <debian@alteholz.de> Closes: 1075056 Changes: gutenprint (5.3.4.20220624T01008808d602-3) unstable; urgency=medium . * cherry pick "gimpui: Fix two implicit-pointer-cast-to-int instances" (Closes: #1075056) Checksums-Sha1: 5d60193dfbdea87e18beb90e1c5074423e572612 3210 gutenprint_5.3.4.20220624T01008808d602-3.dsc 05fbbc3eeaaf5be323f129de1c87a29017ebcc46 95372 gutenprint_5.3.4.20220624T01008808d602-3.debian.tar.xz fd2d11f035ab0b18c892af55cd53ed60a90abeea 21224 gutenprint_5.3.4.20220624T01008808d602-3_amd64.buildinfo Checksums-Sha256: 948e9c02d62e360e563adef9d72e330a47ad4d3459cbe2f0ce081737b8d67798 3210 gutenprint_5.3.4.20220624T01008808d602-3.dsc aae2b086516a9d93042793a6b3f1090fb1ae003a154f8c74e81aa88db453d8d2 95372 gutenprint_5.3.4.20220624T01008808d602-3.debian.tar.xz 1de32a0c8a35e52bbbd5253d0e6e9af43f2e01905819d2eda5acc4a4ded9df1c 21224 gutenprint_5.3.4.20220624T01008808d602-3_amd64.buildinfo Files: 706702581e605ee54c781890c09741e5 3210 graphics optional gutenprint_5.3.4.20220624T01008808d602-3.dsc 9955fe790b9325d7f313bf0bd83aa9a2 95372 graphics optional gutenprint_5.3.4.20220624T01008808d602-3.debian.tar.xz cffc0dd40f4e5d0ac3ee556ad5bbd2a9 21224 graphics optional gutenprint_5.3.4.20220624T01008808d602-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmauvKNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh bHRlaG9sei5kZQAKCRCW/KwNOHtYR4YvEACrQObHZKmz7pUcepUqsAVD8yQbHQlk DLNoopRvR564K391NFQF8fzo0yFTLQhh/WZrj5hc7UhnoD0gCDKJtnn4vctBo+m1 F/7fbZttVk0Kk/wYPP6cPdHE7XZoRo0r75NtThqarfYrrtL0/ZUpX6YohOEeZW6Y uQNjU2IBWx7/jS+Ed7SRnzggVDU18COaQEMyvqcd7XtvprE4cS4B817WzpoRAPaB rpbz/FicMs6ycMqqk8ZV1/oqcg1M3LcBjK3r+h2Ur+TVNJamCG5MYpUcMeLk7tlJ TEu6fRe844LSCKloytrqYr35wY68gpOV3LZ0Z2NyPItlXiifvp8ZsnRFj2iL5MBT 4cMPu9HzTgBkcf17GfljF7il4z5hqlrYUPshLRP2b/1HJ8RPaXjhLxx5m5bGoj+y Kp2OsKJQoXI3OCJeYpS0h/zG4NekCifHqiFDODqNhxxklxIJJ0yIGu07X207Tk1C b0u7H8uyg56753SADAzJWIC5vPhhwjKxwIKFksoBuLNcIT6adJHjgtGfL9XvhcZg +ZS/TZjBSeM5RbzhHlGYnyIfue3+tXB7zluUgV1AbYltTa6GWhdSgtJHIhn4hvIi +lMSou552YetS5tv76SAw6SloVJWb1g1LubQTyvXiGsDHFq8AdutR1LMsEBvRDtM O/Mu6giKnldjDQ== =FDV8 -----END PGP SIGNATURE-----Attachment: pgp9It2cYz431.pgp
Description: PGP signature
--- End Message ---