Your message dated Sat, 10 Aug 2024 18:19:47 +0000
with message-id <e1scqgt-00bfqt...@fasolo.debian.org>
and subject line Bug#1075004: fixed in gkrellm-radio 2.0.4-4
has caused the Debian Bug report #1075004,
regarding gkrellm-radio: 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.)


-- 
1075004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gkrellm-radio
Version: 2.0.4-3
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/gkrellm-radio_2.0.4-3_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

[...]
gkrellm_radio.c:368:20: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  368 |   gint new_entry = (gint)userdata;
      |                    ^
In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40,
                 from /usr/include/gtk-2.0/gtk/gtk.h:53,
                 from /usr/include/gkrellm2/gkrellm.h:47,
                 from gkrellm_radio.h:5,
                 from gkrellm_radio.c:6:
gkrellm_radio.c: In function ‘create_station_editor’:
gkrellm_radio.c:427:29: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  427 |                             (gpointer)new_entry);
      |                             ^
gkrellm_radio_lirc.c: In function ‘gkrellm_radio_lirc_cb’:
gkrellm_radio_lirc.c:77:16: warning: ‘g_strcasecmp’ is deprecated 
[-Wdeprecated-declarations]
   77 |                if (g_strcasecmp (command, c) == 0) {
      |                ^~
In file included from /usr/include/glib-2.0/glib/gstring.h:37,
                 from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56,
                 from /usr/include/gkrellm2/log.h:37,
                 from /usr/include/gkrellm2/gkrellm.h:41,
                 from gkrellm_radio.h:5,
                 from gkrellm_radio_lirc.c:3:
/usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
  268 | gint                  g_strcasecmp     (const gchar *s1,
      |                       ^~~~~~~~~~~~
gkrellm_radio_lirc.c: In function ‘gkrellm_radio_lirc_init’:
gkrellm_radio_lirc.c:99:52: error: passing argument 3 of ‘gdk_input_add_full’ 
from incompatible pointer type [-Wincompatible-pointer-types]
   99 |                                                    
GTK_SIGNAL_FUNC(gkrellm_radio_lirc_cb),
      |                                                    ^~~~~~~~~~~~~~~
      |                                                    |
      |                                                    void (*)(void)
In file included from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /usr/include/gkrellm2/gkrellm.h:47:
/usr/include/gtk-2.0/gdk/gdk.h:102:46: note: expected ‘GdkInputFunction’ {aka 
‘void (*)(void *, int,  GdkInputCondition)’} but argument is of type ‘void 
(*)(void)’
  102 |                            GdkInputFunction  function,
      |                            ~~~~~~~~~~~~~~~~~~^~~~~~~~
gkrellm_radio.c: In function ‘create_config’:
gkrellm_radio.c:499:64: warning: variable ‘frame’ set but not used 
[-Wunused-but-set-variable]
  499 |   GtkWidget *text, *label, *panel, *button, *hbox, *scrolled, *frame, 
*vbox;
      |                                                                ^~~~~
gkrellm_radio.c: In function ‘gkrellm_init_plugin’:
gkrellm_radio.c:766:3: warning: ‘g_atexit’ is deprecated 
[-Wdeprecated-declarations]
  766 |   g_atexit(gkrellm_radio_lirc_exit);
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:36,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gkrellm2/log.h:37,
                 from /usr/include/gkrellm2/gkrellm.h:41:
/usr/include/glib-2.0/glib/gutils.h:329:9: note: declared here
  329 | void    g_atexit                (GVoidFunc    func);
      |         ^~~~~~~~
gkrellm_radio.c:768:3: warning: ‘g_atexit’ is deprecated 
[-Wdeprecated-declarations]
  768 |   g_atexit(exit_func);
      |   ^~~~~~~~
/usr/include/glib-2.0/glib/gutils.h:329:9: note: declared here
  329 | void    g_atexit                (GVoidFunc    func);
      |         ^~~~~~~~
In file included from gkrellm_radio.c:9:
gkrellm_radio_lirc.h: At top level:
gkrellm_radio_lirc.h:17:13: warning: inline function 
‘gkrellm_radio_lirc_next_station’ declared but never defined
   17 | void inline gkrellm_radio_lirc_next_station (void);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:43: gkrellm_radio_lirc.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gkrellm-radio
Source-Version: 2.0.4-4
Done: Christoph Biedl <debian.a...@manchmal.in-ulm.de>

We believe that the bug you reported is fixed in the latest version of
gkrellm-radio, 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.
Christoph Biedl <debian.a...@manchmal.in-ulm.de> (supplier of updated 
gkrellm-radio 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: Sat, 10 Aug 2024 19:22:54 +0200
Source: gkrellm-radio
Architecture: source
Version: 2.0.4-4
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Changed-By: Christoph Biedl <debian.a...@manchmal.in-ulm.de>
Closes: 1075004
Changes:
 gkrellm-radio (2.0.4-4) unstable; urgency=medium
 .
   * Fix build error with GCC-14. Closes: #1075004
Checksums-Sha1:
 a23d0b968055a805d3ba2c4f618a928ccb62dc56 1774 gkrellm-radio_2.0.4-4.dsc
 69e7e3dfdcc2779eb5402b04566f725e3c23c88d 4180 
gkrellm-radio_2.0.4-4.debian.tar.xz
 b2ad32404b7bfee7fac926d7911259b4672f4be5 11901 
gkrellm-radio_2.0.4-4_armel.buildinfo
Checksums-Sha256:
 b5bf51f586af35ef52063d4fd552ab49a19af2fc9e935bf187b7dd893f5880d3 1774 
gkrellm-radio_2.0.4-4.dsc
 734506e27b2203d830f66cb2f31eb616a4458d7fbe14d4a80aac38ad875ccfb7 4180 
gkrellm-radio_2.0.4-4.debian.tar.xz
 2612a17bde26d0bc810ecf03e2277255be9b5cccc14169f654b3a2b880416f61 11901 
gkrellm-radio_2.0.4-4_armel.buildinfo
Files:
 da1804f537395b4bc7cfc58994bd9ea8 1774 sound optional gkrellm-radio_2.0.4-4.dsc
 db412b00b222c43404de713179865d94 4180 sound optional 
gkrellm-radio_2.0.4-4.debian.tar.xz
 f37918dc2d8efdd652f3db69016a8c92 11901 sound optional 
gkrellm-radio_2.0.4-4_armel.buildinfo

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

iQIzBAEBCgAdFiEEWXMI+726A12MfJXdxCxY61kUkv0FAma3pN0ACgkQxCxY61kU
kv24eQ//VPK6k1Cje4/PUkkypaP+CmdMqosEHOx1DpSiu01J8RGs3raEr9e6OtHF
CmEkF41oc87pZBvSr6rq+ZcvRXjOHjqTPybDtJaCpXfaAjTlY64Cy0f7OS18NS2t
HUi0WPsxZkKhOy0SViF1fyMkctqtJEnVEY9/H+E8JgrBkjtzgDkrAA5lnQ+Szy2S
7DCejlgKRqie/zVk+Lr3rETMSFfvHgeq3zIMrn9cXVxcYRJNy209Wrkka9cV39w0
cCHIfksQlC4oJyRlOU/0ANSoGbzK/OcSeg5i0agbzPxP9NI8SYLRxTyWRG6nQJI6
xYtHG3OwSrfJlLpnZk82J6RlITTk+orQdDej4f9NlWdBxu3+O7CztT/ybgFNjKLW
aUAArSGllp7TbQumqAJZzACJfBAAzp5xZCTHUb5x6N1KpzQiF2VsaIJwr4queCEB
h2HPl7TpQQIOHP9I1i0YXHjSPJiRPggoYMf6iuVdWdmN1zwSPa7XYLhC53EZIQ7U
pTmWCG1mSDokBLh+AlBb3yOnsDqigaieYKqXmmCkiFnUDQodWLTMw623mKvhFqbL
b7vbvLlghi08oDASeSDjCi1r1R9HxfiGIKfvG+M0PHcmHKBZ0cEN9vgM8q2f/Rxz
iL54NK9fMXbYtWllfQTt+0G/N1SAmtvyvxHpnDKAfhE+kDvJ6RE=
=mJDw
-----END PGP SIGNATURE-----

Attachment: pgpWmmonOnfVP.pgp
Description: PGP signature


--- End Message ---

Reply via email to