Your message dated Wed, 22 Jul 2020 11:04:44 +0000
with message-id <[email protected]>
and subject line Bug#957497: fixed in lmemory 0.6c-10
has caused the Debian Bug report #957497,
regarding lmemory: 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 [email protected]
immediately.)


-- 
957497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957497
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lmemory
Version: 0.6c-9
Severity: normal
Tags: sid bullseye
User: [email protected]
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/lmemory_0.6c-9_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

[...]
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
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,
                 from support.c:14:
/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:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 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,
                 from support.c:14:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,--as-needed -o lmemory list.o mmain.o 
lmem_window.o lmem_menu.o lmem_level.o xpm_widget.o help.o support.o 
-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 
-lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig 
-lfreetype 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro 
-Wl,--as-needed -o lmemory list.o mmain.o lmem_window.o lmem_menu.o 
lmem_level.o xpm_widget.o help.o support.o  -lgtk-x11-2.0 -lgdk-x11-2.0 
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
/usr/bin/ld: mmain.o:./lmemory.h:40: multiple definition of `lmem_image_dir'; 
list.o:./lmemory.h:40: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:39: multiple definition of `lmem_state'; 
list.o:./lmemory.h:39: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:38: multiple definition of `frame'; 
list.o:./lmemory.h:38: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:37: multiple definition of `button'; 
list.o:./lmemory.h:37: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:36: multiple definition of `second_pixmap'; 
list.o:./lmemory.h:36: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:35: multiple definition of `default_pixmap'; 
list.o:./lmemory.h:35: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:17: multiple definition of `click_count'; 
list.o:./lmemory.h:17: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:16: multiple definition of `same_card'; 
list.o:./lmemory.h:16: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:15: multiple definition of `match_card'; 
list.o:./lmemory.h:15: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:14: multiple definition of `lmem_level'; 
list.o:./lmemory.h:14: first defined here
/usr/bin/ld: mmain.o:./lmemory.h:13: multiple definition of `indicator'; 
list.o:./lmemory.h:13: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:39: multiple definition of `lmem_state'; 
list.o:./lmemory.h:39: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:14: multiple definition of `lmem_level'; 
list.o:./lmemory.h:14: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:17: multiple definition of 
`click_count'; list.o:./lmemory.h:17: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:13: multiple definition of `indicator'; 
list.o:./lmemory.h:13: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:38: multiple definition of `frame'; 
list.o:./lmemory.h:38: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:15: multiple definition of `match_card'; 
list.o:./lmemory.h:15: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:35: multiple definition of 
`default_pixmap'; list.o:./lmemory.h:35: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:36: multiple definition of 
`second_pixmap'; list.o:./lmemory.h:36: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:37: multiple definition of `button'; 
list.o:./lmemory.h:37: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:16: multiple definition of `same_card'; 
list.o:./lmemory.h:16: first defined here
/usr/bin/ld: lmem_window.o:./lmemory.h:40: multiple definition of 
`lmem_image_dir'; list.o:./lmemory.h:40: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:39: multiple definition of `lmem_state'; 
list.o:./lmemory.h:39: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:15: multiple definition of `match_card'; 
list.o:./lmemory.h:15: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:35: multiple definition of 
`default_pixmap'; list.o:./lmemory.h:35: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:36: multiple definition of 
`second_pixmap'; list.o:./lmemory.h:36: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:14: multiple definition of `lmem_level'; 
list.o:./lmemory.h:14: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:16: multiple definition of `same_card'; 
list.o:./lmemory.h:16: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:40: multiple definition of 
`lmem_image_dir'; list.o:./lmemory.h:40: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:38: multiple definition of `frame'; 
list.o:./lmemory.h:38: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:37: multiple definition of `button'; 
list.o:./lmemory.h:37: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:17: multiple definition of `click_count'; 
list.o:./lmemory.h:17: first defined here
/usr/bin/ld: lmem_level.o:./lmemory.h:13: multiple definition of `indicator'; 
list.o:./lmemory.h:13: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:491: lmemory] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:551: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:387: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lmemory
Source-Version: 0.6c-10
Done: Markus Koschany <[email protected]>

We believe that the bug you reported is fixed in the latest version of
lmemory, 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.
Markus Koschany <[email protected]> (supplier of updated lmemory 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: Wed, 22 Jul 2020 12:45:03 +0200
Source: lmemory
Architecture: source
Version: 0.6c-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Closes: 957497
Changes:
 lmemory (0.6c-10) unstable; urgency=medium
 .
   * Switch to debhelper-compat = 13.
   * Declare compliance with Debian Policy 4.5.0.
   * Work around FTBFS with GCC 10 by compiling with -fcommon. (Closes: #957497)
Checksums-Sha1:
 6107fe67596d61fab2803bc0d1cc3b2d847bf3ae 2099 lmemory_0.6c-10.dsc
 64e865a8a69cd2cc21933f7f1655009ea5586475 107288 lmemory_0.6c-10.debian.tar.xz
 befd7ba3043de337c9868927f71b94a2b16181c1 10827 lmemory_0.6c-10_amd64.buildinfo
Checksums-Sha256:
 07c445ad69e9477ac3c6eec612b5a92ef9fa963d2c0268f3a3e91156cb597454 2099 
lmemory_0.6c-10.dsc
 19d50df46ec695f6fa66460e0d909cf6a0c761c479e7484eb716574b4e377785 107288 
lmemory_0.6c-10.debian.tar.xz
 abf85e54ff320839a9cbc30c9d08c95904e7c106f66260edd255b2774ad2f6ff 10827 
lmemory_0.6c-10_amd64.buildinfo
Files:
 0c7365f6718de833d1b8565471b25026 2099 games optional lmemory_0.6c-10.dsc
 d459807e58d4a6869254edb55b1bdcc1 107288 games optional 
lmemory_0.6c-10.debian.tar.xz
 0afc923a33350174aa63e16740d5c53e 10827 games optional 
lmemory_0.6c-10_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8YGVtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk+20QALWyYmWjhJI4asiYSqLDCYoT43sYlf9IRVWX
SAkG842vKZCW/YXKlH6PyKfA2xWwPbh16dDHCvwiyInSguIbL7gy/zX3Zcp18ksF
bJmXcVOFa7bOLBvmaXc24Hi6/DfQUHjR09ZyFxTI4Ft8HSLvvehsWty0eGws0mS0
ELdqWgz7X4S6Ankax2s4w1dLSKG6YBcDkdAPM0wKsNp4YET/F8NKx4EZfbl0JW7x
O0uBoACedoNKQXYucj4aaU1/F3WU+6O/REt5vOpR8LAskVs7F3iPAqHxhkyLpP8f
2juRfiCritSBlKJvLH6PmQLDc8hL7Hi6hV4wb5uKp5JK7hZPl3iIl2FFC4MiGCxL
CvB0OsY7hzJypCg3f9Xud8SUFulHb4BAUk1nN0TVTXLts8Alr50W9Ul+L1tAytLT
LDOSKzr+l5aQjJa9oPaSENqJbgzOwaCmmlcrrO3qBAiu86K74Vy1STdye1/wFpmw
z66afClEZnM42G6jAlZgVp+J8lRvEOXpsbMdRJynB0vXkKSnyCTzxazxI0LM+Mvy
c9hQ6CymvzgnmtWT5MpejbQdhZh0S4ErDKAGS3VKAbZ+lNSnZCKzxz/W7yMQWIq1
SomrC7HE1VnLvRSv2kU1k/IJLV6v1lfaLdOqkrNKtAzTkzP3zfRINxx2VKFgd8rQ
FDx2ms5+
=x6Fa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to