Your message dated Wed, 24 Jul 2024 23:49:01 +0000
with message-id <e1swljb-00bqao...@fasolo.debian.org>
and subject line Bug#1075017: fixed in gmpc 11.8.16-22
has caused the Debian Bug report #1075017,
regarding gmpc: 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.)


-- 
1075017: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075017
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gmpc
Version: 11.8.16-21
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/gmpc_11.8.16-21_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

[...]
   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
      |        ^~~~~~~~~
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 browsers/playlist3-current-playlist-browser.c:20:
/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/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/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/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[4]: *** [Makefile:857: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:506: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:434: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:29: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gmpc
Source-Version: 11.8.16-22
Done: Simon McVittie <s...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gmpc, 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.
Simon McVittie <s...@debian.org> (supplier of updated gmpc 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: SHA256

Format: 1.8
Date: Wed, 24 Jul 2024 23:57:13 +0100
Source: gmpc
Architecture: source
Version: 11.8.16-22
Distribution: unstable
Urgency: medium
Maintainer: mpd maintainers <pkg-mpd-maintain...@lists.alioth.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Closes: 1075017
Changes:
 gmpc (11.8.16-22) unstable; urgency=medium
 .
   * d/p/Squash-some-compiler-warnings.patch:
     Add patch to fix FTBFS with gcc 14 (Closes: #1075017)
   * d/rules: Silence some ignorable compiler warnings
Checksums-Sha1:
 fe1a413f27431a94dfb1874c803b3cbcd83805ae 2271 gmpc_11.8.16-22.dsc
 6b10ab6539dcbeafbf22a702dcad0ee1a2de73be 45596 gmpc_11.8.16-22.debian.tar.xz
 4a8e6a9a00dc2849e87d880457c5298eb82c5dac 13865 gmpc_11.8.16-22_source.buildinfo
Checksums-Sha256:
 0b810cdd342ee25037b02e1648f70d88a4120dad255bb0b06f7d7d879df06bb3 2271 
gmpc_11.8.16-22.dsc
 fbaa1ace99289fe01e5e4ce02e275dea001d58fb59d4fdad0ebd51570cd67336 45596 
gmpc_11.8.16-22.debian.tar.xz
 f6147276bcb39289f46958b33180f201ebd57e628469594b505dccc45b211b84 13865 
gmpc_11.8.16-22_source.buildinfo
Files:
 9e51be03afa6f7df204abf73bfb4339d 2271 sound optional gmpc_11.8.16-22.dsc
 ad22b07ddd134c94dd7fcd72d6a603e2 45596 sound optional 
gmpc_11.8.16-22.debian.tar.xz
 7d6535ecd8c539f274876b709a6dd051 13865 sound optional 
gmpc_11.8.16-22_source.buildinfo

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

iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAmahkjAACgkQ4FrhR4+B
TE/r3w/9FI6H5KTnHcYylr6ZSTs1dFjTojiPPXYfoSsqd/ATgRjkpfgAv9Y/l0a3
0EUJe+7nfAVfIoWR57x9wRPkE5ehoJyAgIF8AXnpUBF40YgJHMPL2LO8JN+WVGeO
dOFV77eDNeJZwS8izAnxmMgUBxkvFUO1ntL5ffPSWObky2Jf7iuxMiHJ6KVrdHd0
v1R0rCeqLjdYpq69MILmWwXjBJNdcPBFJFX/rENxT8zgR6YWEpLyzMCmu7e9TOcT
pd5ds9Krnp+bNjCE2f4asO6kmS/sberkfYGcwQetAeO9vQq9+PccCNIeKuQ3zUML
8t+llFY9r8cbPS0EwMF3gVjEwXNu5PCFoYanAPJEkC8hRQBB0NggA8kSE+/mw+TO
GhHSYGcE94sjRnL8CHDdAjidixAijv/MIZTdE4yIevEgSuyTEOVuiKq0sLhYic6Q
DcqtYZjvEfhk7X0VfwtfViNDuSATdkkfUvdTXrvw3p+t1p2lXOb6pwppT13M88VI
o6T+jsY/mYkCErCV0A7oH5K0Hgrs6qD9D8AQMDHxDnH+LdRw8SuqbkPW53d5+qn5
8V7OE4Hj33jrVhUnHFRhVho7czE61cZS/Hm8IRL1B3yCVq0rhsUcym4jc+04Tz2d
/CYE7UnCR/+Bp+Tecvy92cdriiJ64OrHlsbI3qFAg622XGy8O+o=
=949i
-----END PGP SIGNATURE-----

Attachment: pgp0J6P4qinjh.pgp
Description: PGP signature


--- End Message ---

Reply via email to