Your message dated Fri, 09 Aug 2024 09:36:32 +0000
with message-id <[email protected]>
and subject line Bug#1075000: fixed in gimp-plugin-registry 9.20240808
has caused the Debian Bug report #1075000,
regarding gimp-plugin-registry: 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 [email protected]
immediately.)


-- 
1075000: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075000
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gimp-plugin-registry
Version: 9.20240404
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/gimp-plugin-registry_9.20240404_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

[...]
gcc -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -DUSE_LCMS2 `pkg-config gimp-2.0 
--cflags` `pkg-config gimpui-2.0 --cflags` `pkg-config gtk+-2.0 --cflags` 
`pkg-config lcms2 --cflags` -DENABLE_COLOR_MANAGEMENT -DENABLE_NLS 
-DGETTEXT_PACKAGE="\"gimp20-separate\"" -DUSE_ICC_BUTTON -c jpeg.c
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from separate.h:25,
                 from jpeg.c:37:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/gegl-0.4/gegl.h:22,
                 from /usr/include/gimp-2.0/libgimp/gimp.h:25,
                 from jpeg.c:29:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
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/glib/gprintf.h:23,
                 from /usr/include/glib-2.0/glib/gstdio.h:24,
                 from jpeg.c:27:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
jpeg.c: In function ‘jpeg_write_image_data’:
jpeg.c:199:11: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use 
'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations]
  199 |           gimp_pixel_rgn_init (&region[i], drw[i],
      |           ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57:
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here
   48 | void      gimp_pixel_rgn_init       (GimpPixelRgn  *pr,
      |           ^~~~~~~~~~~~~~~~~~~
jpeg.c:219:13: warning: ‘gimp_pixel_rgn_get_rect’ is deprecated: Use 
'gegl_buffer_get' instead [-Wdeprecated-declarations]
  219 |             gimp_pixel_rgn_get_rect (&region[i], src_buf[i], 0, y, 
cinfo->image_width, n_lines);
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here
   80 | void      gimp_pixel_rgn_get_rect   (GimpPixelRgn  *pr,
      |           ^~~~~~~~~~~~~~~~~~~~~~~
jpeg.c:239:36: error: passing argument 2 of ‘jpeg_write_scanlines’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  239 |       jpeg_write_scanlines (cinfo, dst_buf, n_lines);
      |                                    ^~~~~~~
      |                                    |
      |                                    gchar ** {aka char **}
In file included from jpeg.c:31:
/usr/include/jpeglib.h:954:52: note: expected ‘JSAMPARRAY’ {aka ‘unsigned char 
**’} but argument is of type ‘gchar **’ {aka ‘char **’}
  954 |                                         JSAMPARRAY scanlines,
      |                                         ~~~~~~~~~~~^~~~~~~~~
make[3]: *** [Makefile:115: jpeg.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/separate+/separate+'
make[2]: *** [Makefile:4: build-stamp] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/separate+'
dh_auto_build: error: cd separate\+ && make -j8 returned exit code 2
make[1]: *** [debian/rules:76: dh_auto_build-separate+] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gimp-plugin-registry
Source-Version: 9.20240808
Done: Ying-Chun Liu (PaulLiu) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gimp-plugin-registry, 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.
Ying-Chun Liu (PaulLiu) <[email protected]> (supplier of updated 
gimp-plugin-registry 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: Fri, 09 Aug 2024 16:49:40 +0800
Source: gimp-plugin-registry
Architecture: source
Version: 9.20240808
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <[email protected]>
Changed-By: Ying-Chun Liu (PaulLiu) <[email protected]>
Closes: 1075000
Changes:
 gimp-plugin-registry (9.20240808) unstable; urgency=low
 .
   * Refresh debian/patches/separate+/missing_linker_flags
   * Add debian/patches/separate+/gcc-14.patch (Closes: #1075000)
   * Add debian/patches/gimp-mask/gcc-14.patch (Closes: #1075000)
Checksums-Sha1:
 97b01a86f8454661937b36e50b969ef8078d3315 2037 
gimp-plugin-registry_9.20240808.dsc
 d0610d7c628691635ed507a60c6fa97cfab18224 7236520 
gimp-plugin-registry_9.20240808.tar.xz
 3659a5fc3827de2b908ebec036d2f037c4d6cd98 15634 
gimp-plugin-registry_9.20240808_source.buildinfo
Checksums-Sha256:
 06d7fbfdc30b01139ef0795848a0d813a7c2439e1298ec0073595145f13ffc3a 2037 
gimp-plugin-registry_9.20240808.dsc
 db00e50608205db9b1637f48b1e54e93c7f7153452231ba270d59d6a440c2887 7236520 
gimp-plugin-registry_9.20240808.tar.xz
 b383cd2fb3ca25d89a826addaa821fb586ae48a0f0ad009626fb261b81f3ee57 15634 
gimp-plugin-registry_9.20240808_source.buildinfo
Files:
 a3b928e794108a0bf97e8d710b821669 2037 graphics optional 
gimp-plugin-registry_9.20240808.dsc
 13ca7bd896faf56c25d91c33c6a7c601 7236520 graphics optional 
gimp-plugin-registry_9.20240808.tar.xz
 f9773f2e68816ffc80463772c77cc089 15634 graphics optional 
gimp-plugin-registry_9.20240808_source.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAma126MTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiJ/xD/9a0W6PjfEqRwZ6tLDNOUZG6CRebCFf
Ig8mErahS63+RwrGluMx3BekvqxZV3wfh7tcyWee7jN1EJKbL5pWJ04I4qobENar
R9QWxLLBV9qPkFkhfSlAEdU/mzfx/33uFBjfJiQFu3HGfEFvnVSqR8BgqNQ8PMRV
BnN+9gr2/6jdhkJjceBCzUrWiOh9q/WGPPPWNrTDGQjaKI+cI++c2Cg4U0d9Z+O4
9w8xstxxJF/Bk21wvtXdB1GsLC+ea8V0d6iRfeUfRZpu1BksPSNQRQxAni48Xris
xPDHiL672dvSLB+wRNEDeeHsexArgsgnQXK/5zSu5/bAlnl7P2scXRQ6uAivUWSz
YuqKV9NS2BamZDreK9+A+zTPdHQszlvyu6QFpT2sUr8qu6zuOhCn/1z/iZI85AoK
USYHufbRyg0Osao/g6NyCq+C8Gq3nZQ3RIMeKf2xHBuLlr3uk9dS9rs9lAePV2rq
VzVJzoMy0hSXp+0StjYP06z6P1u+C7+QBhXed8SKdUoVkEp9ABChfQQRZushWEbn
RKEFMztohwYO4e0LNY9UojDcl8QIXXRhGUIHM5BrHGCbxFRbKYtUd6RZqPORT1m6
OBDOrpKxytq6L7tapwUaJTbhdo75/QSNbCNHjbnL3pr6rXbtJFaxk7dH4HFSMcp1
b+d4kbSAyhTuhg==
=YSgC
-----END PGP SIGNATURE-----

Attachment: pgptzmRbPo0Fx.pgp
Description: PGP signature


--- End Message ---

Reply via email to