Your message dated Sun, 21 Jul 2024 19:20:29 +0000
with message-id <e1svc6f-00cwu0...@fasolo.debian.org>
and subject line Bug#1075173: fixed in libimage-librsvg-perl 0.07-10
has caused the Debian Bug report #1075173,
regarding libimage-librsvg-perl: 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.)


-- 
1075173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075173
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libimage-librsvg-perl
Version: 0.07-9
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/libimage-librsvg-perl_0.07-9_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

[...]
      |      ^~~~~~~~~~~~~~~~~~~~
LibRSVG.xs: In function ‘XS_Image__LibRSVG_loadFromFileAtSize’:
LibRSVG.xs:802:9: warning: ‘g_type_init’ is deprecated 
[-Wdeprecated-declarations]
  802 |         g_type_init ();
      |         ^~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
LibRSVG.xs:805:13: warning: ‘rsvg_set_default_dpi’ is deprecated 
[-Wdeprecated-declarations]
  805 |             rsvg_set_default_dpi (dpi);
      |             ^~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:468:6: note: declared here
  468 | void rsvg_set_default_dpi (double dpi);
      |      ^~~~~~~~~~~~~~~~~~~~
LibRSVG.xs:812:9: warning: ‘rsvg_pixbuf_from_file_at_size’ is deprecated 
[-Wdeprecated-declarations]
  812 |         THIS->pixbuf = rsvg_pixbuf_from_file_at_size( svgfile, width, 
height, NULL );
      |         ^~~~
LibRSVG.xs:260:1: note: declared here
  260 | rsvg_pixbuf_from_file_at_size (const gchar *file_name, gint width, gint 
height, GError **error)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LibRSVG.xs: In function ‘XS_Image__LibRSVG_loadFromStringAtSize’:
LibRSVG.xs:830:9: warning: ‘g_type_init’ is deprecated 
[-Wdeprecated-declarations]
  830 |         g_type_init ();
      |         ^~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
LibRSVG.xs:833:13: warning: ‘rsvg_set_default_dpi’ is deprecated 
[-Wdeprecated-declarations]
  833 |             rsvg_set_default_dpi (dpi);
      |             ^~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:468:6: note: declared here
  468 | void rsvg_set_default_dpi (double dpi);
      |      ^~~~~~~~~~~~~~~~~~~~
LibRSVG.xs: In function ‘XS_Image__LibRSVG_loadFromFileAtZoomWithMax’:
LibRSVG.xs:867:9: warning: ‘g_type_init’ is deprecated 
[-Wdeprecated-declarations]
  867 |         g_type_init ();
      |         ^~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
LibRSVG.xs:870:13: warning: ‘rsvg_set_default_dpi’ is deprecated 
[-Wdeprecated-declarations]
  870 |             rsvg_set_default_dpi (dpi);
      |             ^~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:468:6: note: declared here
  468 | void rsvg_set_default_dpi (double dpi);
      |      ^~~~~~~~~~~~~~~~~~~~
LibRSVG.xs:877:9: warning: ‘rsvg_pixbuf_from_file_at_zoom_with_max’ is 
deprecated [-Wdeprecated-declarations]
  877 |         THIS->pixbuf = rsvg_pixbuf_from_file_at_zoom_with_max( svgfile, 
x_zoom, y_zoom, width, height, NULL );
      |         ^~~~
LibRSVG.xs:223:1: note: declared here
  223 | rsvg_pixbuf_from_file_at_zoom_with_max (const gchar  *file_name, double 
x_zoom, double y_zoom, gint max_width, gint max_height, GError **error)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LibRSVG.xs: In function ‘XS_Image__LibRSVG_loadFromStringAtZoomWithMax’:
LibRSVG.xs:898:9: warning: ‘g_type_init’ is deprecated 
[-Wdeprecated-declarations]
  898 |         g_type_init ();
      |         ^~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
LibRSVG.xs:901:13: warning: ‘rsvg_set_default_dpi’ is deprecated 
[-Wdeprecated-declarations]
  901 |             rsvg_set_default_dpi (dpi);
      |             ^~~~~~~~~~~~~~~~~~~~
/usr/include/librsvg-2.0/librsvg/rsvg.h:468:6: note: declared here
  468 | void rsvg_set_default_dpi (double dpi);
      |      ^~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:339: LibRSVG.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:19: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libimage-librsvg-perl
Source-Version: 0.07-10
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libimage-librsvg-perl, 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.
Étienne Mollier <emoll...@debian.org> (supplier of updated 
libimage-librsvg-perl 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: Sun, 21 Jul 2024 20:51:42 +0200
Source: libimage-librsvg-perl
Architecture: source
Version: 0.07-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1075173
Changes:
 libimage-librsvg-perl (0.07-10) unstable; urgency=medium
 .
   * Team upload.
   * gcc-14.patch: new: fix generic functions declaration. (Closes: #1075173)
   * Declare compliance with Debian Policy 4.7.0.
   * d/*lintian-overrides: refresh mismatched override.
Checksums-Sha1:
 6a0f7c6721915a0cbbff8f0c1ae77e994f8d3ebd 2212 libimage-librsvg-perl_0.07-10.dsc
 1c5005b3b476acf74db5489910a89fa0a534cc90 5504 
libimage-librsvg-perl_0.07-10.debian.tar.xz
 35cfde74dc9087389cc4771c9ce74ba0b956bfcd 10330 
libimage-librsvg-perl_0.07-10_amd64.buildinfo
Checksums-Sha256:
 b855e933c511a0a7a8e3280e277f39d924061b4256a89c8c8008c0dcc1528367 2212 
libimage-librsvg-perl_0.07-10.dsc
 a6cdc6327edd18baf56f9f354956e07392fdbe906f83ffc7db626decc57c03a4 5504 
libimage-librsvg-perl_0.07-10.debian.tar.xz
 0b7f71b5be7b1bda0f4165ab3f5c93a7a91b666162845b19fd4bf29d6dfbb482 10330 
libimage-librsvg-perl_0.07-10_amd64.buildinfo
Files:
 88237b52f4598e50dd6bf3dc3b42a9fd 2212 perl optional 
libimage-librsvg-perl_0.07-10.dsc
 ac00d4d85968997638a68b765b17ece2 5504 perl optional 
libimage-librsvg-perl_0.07-10.debian.tar.xz
 fadefd965a72941054ffb6295a3f8abe 10330 perl optional 
libimage-librsvg-perl_0.07-10_amd64.buildinfo

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmadWXMUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdodNw//ZkJCXYt3S25giohhZOKbQKh9qbM6
jPYfO0z9NtSV6SisY30cuSS3UXBeHleMpm0exzpc90rzZQPwox4iZwugc8RFjOy3
Zq8TO8vHpwemwcDEluxRmh5DTEm32dnPKIYfg7bjsLi/iT8DDUFG6CMKX2fkP0gQ
yrtfAI6DSwvvYBjQ1NkLn8sUJ1WtAeJ4Y6vgc1+M05H70YkZQNce3h9OXPNa5MNW
zi1kIU3XddKUWedfIZsr33vUVOPtIKV8esCuKbmoZyLkPJtGRuyU1G2p/FMp6pU1
QMZIbczqEt2Fn1zTnf6CaQX49JKtlqFkY4HJ+cnEm0sXSwJ0ejW1JNi7eA4kXqIh
Nr6LQcUsseBY4gVnhbn1c5BC/05n5bsjfFjgL4j16JhyNL+GEqrI86UQnYPAWEmh
GfFQq6H2KfCrpITkGauGsA6i1VmwZDJZ7FCyqesrycdpiW/8xtfguioBDEcecY9/
jUGBUqEPLI9OpslRdEfX92V1Qo/MSnWoEfEOEmU2STjgcgVuR7IgHd4tbbKUT2+s
bRImx8gKiiUQaUEpNf++LKvU5rTAdi0srp8UrSJf7dHusUo1gOPI7Er9vsntmtDO
V5gCxl7F6gzg3sGlDlZks9QLZ/XJk8CUuSgS3Zz9ieYH44h4p2qKeXMgMtQNhp/8
VTvILynuWmFIxKE=
=uUm4
-----END PGP SIGNATURE-----

Attachment: pgppq34fS3GrW.pgp
Description: PGP signature


--- End Message ---

Reply via email to