Your message dated Sun, 09 Aug 2020 19:33:28 +0000
with message-id <e1k4r4s-0008dk...@fasolo.debian.org>
and subject line Bug#957286: fixed in gnomekiss 2.0-6.1
has caused the Debian Bug report #957286,
regarding gnomekiss: ftbfs with GCC-10
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.)


-- 
957286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957286
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnomekiss
Version: 2.0-6
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/gnomekiss_2.0-6_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
      |   ^~
In file included from /usr/include/glib-2.0/glib.h:82,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:13,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from util.c:23:
/usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here
  201 | gint                  g_strcasecmp     (const gchar *s1,
      |                       ^~~~~~~~~~~~
util.c: In function ‘event_find_or_insert’:
util.c:387:5: warning: ‘g_mem_chunk_alloc0’ is deprecated 
[-Wdeprecated-declarations]
  387 |     event= g_chunk_new0(KissActionList, event_chunk);
      |     ^~~~~
In file included from /usr/include/glib-2.0/glib.h:105,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:13,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from util.c:23:
/usr/include/glib-2.0/glib/deprecated/gallocator.h:52:17: note: declared here
   52 | gpointer        g_mem_chunk_alloc0      (GMemChunk    *mem_chunk);
      |                 ^~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" 
-DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -D_REENTRANT 
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O2 -c -o interface.o interface.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" 
-DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -D_REENTRANT 
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount 
-I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -O2 -c -o callbacks.o callbacks.c
variable.c: In function ‘var_find’:
variable.c:40:5: warning: ‘g_strcasecmp’ is deprecated 
[-Wdeprecated-declarations]
   40 |     if (!g_strcasecmp(current->name, name))
      |     ^~
In file included from /usr/include/glib-2.0/glib.h:82,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:13,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from variable.c:25:
/usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here
  201 | gint                  g_strcasecmp     (const gchar *s1,
      |                       ^~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -O2  -Wl,-z,relro -Wl,--as-needed -o gnomekiss 
main.o cell.o cnf.o collision.o errors.o event.o french.o lzh.o timer.o util.o 
variable.o support.o interface.o callbacks.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 
-lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 
-lgobject-2.0 -lglib-2.0 -lcanberra  
/usr/bin/ld: cell.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: cell.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: cnf.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: cnf.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: collision.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: collision.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: errors.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: errors.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: event.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: event.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: french.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: french.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: lzh.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: lzh.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: timer.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: timer.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: util.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: util.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: variable.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: variable.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: callbacks.o:./src/kiss.h:29: multiple definition of `settings'; 
main.o:./src/kiss.h:29: first defined here
/usr/bin/ld: callbacks.o:./src/kiss.h:30: multiple definition of `error_store'; 
main.o:./src/kiss.h:30: first defined here
/usr/bin/ld: lzh.o: in function `lha_open':
./src/lzh.c:49: warning: the use of `mktemp' is dangerous, better use `mkstemp' 
or `mkdtemp'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:382: gnomekiss] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:391: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:330: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:15: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gnomekiss
Source-Version: 2.0-6.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
gnomekiss, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated gnomekiss 
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: Fri, 07 Aug 2020 19:52:28 +0100
Source: gnomekiss
Architecture: source
Version: 2.0-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957286
Changes:
 gnomekiss (2.0-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957286)
Checksums-Sha1:
 a98ee45641f78086a6cb117f716474f837a11fb9 1986 gnomekiss_2.0-6.1.dsc
 f0d493e9d0b64262f7c6e4fa6334a82f5ecd5864 26088 gnomekiss_2.0-6.1.debian.tar.xz
 10f8bb4e6bd2aab62a53ab5eff8252545c2c1700 13944 
gnomekiss_2.0-6.1_amd64.buildinfo
Checksums-Sha256:
 22a2d0864bcb811e4293ee35d4d2554af191e2d20e548cf22034d89b5a241236 1986 
gnomekiss_2.0-6.1.dsc
 5a825234ee65cbded1a28ce7fc26c03a799b6d4139d022ddd501c10c7921612e 26088 
gnomekiss_2.0-6.1.debian.tar.xz
 6d417cf30b883a0d1457a62be94a5c57c545c50d7037e8578e300c812587db4b 13944 
gnomekiss_2.0-6.1_amd64.buildinfo
Files:
 a53244e7384eab72d6f8ef15e049e7c4 1986 gnome optional gnomekiss_2.0-6.1.dsc
 4503f5846a18d3949294af69a02031c7 26088 gnome optional 
gnomekiss_2.0-6.1.debian.tar.xz
 a5489b5b34c713fd4d109a71d7c08220 13944 gnome optional 
gnomekiss_2.0-6.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8tpD0ACgkQR5mjUUbR
KzXOdxAAgJJ0Hs0BijLE07RX572ghPB0QKZSykhU6mFaJZ9L2dTfE9/X9H+JBsbH
TEQTVi4v/hpIyCziBa0WGBbbcI0gg9Q6o38kN7/Ue68158Vqwspawi4FG8FP67Oc
yVj0/nczipN+KX5fKHdMj/yFK6RztNQLaeTwse3atsd3JqSk/zc1LAwP9H489EOi
Rcq7ZM2M4nRAC3tjhv+XYC0gOsqfzFteIxaYz52QCmvqzI0vd3E1JCk5eOGhuyPV
KXrOyiBTl35zilu3dKiA45SdE6LgXURTdaWJmcJjy7GknIPQy0I+zzUzxSzkiD5O
HEUbygnZE44jPTjAlhTdFfGFOlRDjt5Ze60yWZmlzRwR4uWxoIWLny8RwJVdSF31
KQKXIVYzDzSseloq5ur3bnVV+qJURF7w+Lx1bsJT5nWV0pBTp/CSK9RVU5sNjq6M
yccqnT6BS0mS2S9z/MvWcFfau8idlxRW6pXKT+phdbXPK3/ny7M2jAJnpjCCsPnG
LxzZvn3nquGgk2tjscJFqZrV63n2+tYYgA89WLuzjwMDD0hNWPM3Ev4cvqnsRLHK
q9QOJ5fFm7s5wulKnnoVXd4h3hz9jaMqe9dNEwxnxClN7oWGi3Pue0L37LosITxl
zkFOdKmH3FIKoG3VYNh21j9fNF7x2cPpkLdtyvH5+0v4QKWeXVA=
=3dYi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to