Your message dated Thu, 14 May 2020 17:33:58 +0000
with message-id <[email protected]>
and subject line Bug#957253: fixed in gargoyle-free 2019.1.1-1
has caused the Debian Bug report #957253,
regarding gargoyle-free: 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.)
--
957253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957253
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gargoyle-free
Version: 2011.1b-1
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/gargoyle-free_2011.1b-1_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
[...]
Cc build/linux.release/scare/scvars.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scexpr.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scprintf.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scinterf.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scparser.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/sclibrar.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scrunner.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scevents.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scnpcs.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scobjcts.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/sctasks.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/screstrs.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scgamest.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scserial.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scresour.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scutils.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scdebug.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/sclocale.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/scmemos.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Cc build/linux.release/scare/os_glk.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
In function ‘gsc_status_safe_strcat’,
inlined from ‘gsc_status_print’ at terps/scare/os_glk.c:978:7:
terps/scare/os_glk.c:950:5: warning: ‘strncat’ specified bound depends on the
length of the source argument [-Wstringop-overflow=]
950 | strncat (dest, src, src_length < available ? src_length :
available);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terps/scare/os_glk.c: In function ‘gsc_status_print’:
terps/scare/os_glk.c:947:16: note: length computed here
947 | src_length = strlen (src);
| ^~~~~~~~~~~~
MkDir1 build/linux.release/scott
Cc build/linux.release/scott/scott.o
cc1: warning: command-line option ‘-std=gnu++98’ is valid for C++/ObjC++ but
not for C
Link build/linux.release/scare/scare
/usr/bin/ld: build/linux.release/garglk/libgarglk.a(cgfref.o): in function
`glk_fileref_create_temp':
./garglk/cgfref.c:140: warning: the use of `tempnam' is dangerous, better use
`mkstemp'
Link build/linux.release/scott/scott
/usr/bin/ld: build/linux.release/garglk/libgarglk.a(cgfref.o): in function
`glk_fileref_create_temp':
./garglk/cgfref.c:140: warning: the use of `tempnam' is dangerous, better use
`mkstemp'
Chmod1 build/linux.release/scare/scare
Chmod1 build/linux.release/scott/scott
Link build/linux.release/geas/geas
/usr/bin/ld: build/linux.release/garglk/libgarglk.a(sndsdl.o): in function
`play_mod':
./garglk/sndsdl.c:520: warning: the use of `tempnam' is dangerous, better use
`mkstemp'
Chmod1 build/linux.release/geas/geas
...failed updating 4 target(s)...
...updated 449 target(s)...
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:29: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: gargoyle-free
Source-Version: 2019.1.1-1
Done: Sylvain Beucler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gargoyle-free, 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.
Sylvain Beucler <[email protected]> (supplier of updated gargoyle-free 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: Thu, 14 May 2020 14:43:40 +0200
Source: gargoyle-free
Architecture: source
Version: 2019.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Sylvain Beucler <[email protected]>
Closes: 850096 882768 957253
Changes:
gargoyle-free (2019.1.1-1) unstable; urgency=medium
.
[ Stephen Kitt ]
.
* debian/control: move URLs to Salsa
.
[ Sylvain Beucler]
.
* New upstream release (Closes: #850096, #957253)
* DFSG repackage
* Update copyright information, documentation, patches
* Allow specifying a game to run in .desktop entry (Closes: #882768)
* Actually install alan2
* Don't install garglk.ini as example since it's already installed in /etc
* debian/watch: update naming convention
* Bump standards to 4.5.0 (no changes)
* Bump debhelper to 12; drop explicit --parallel
Checksums-Sha1:
43e789adba0d146f8e325f5a175ff9279a371a86 1784 gargoyle-free_2019.1.1-1.dsc
d194596538152d7f59f076e1794f46b54cc88bfb 5448188
gargoyle-free_2019.1.1.orig.tar.xz
34b76c9d7db12b03c6692535455765645f2d3311 10856
gargoyle-free_2019.1.1-1.debian.tar.xz
48dc6a327a747b43b0e0094e03fce8736d71a6d5 13178
gargoyle-free_2019.1.1-1_amd64.buildinfo
Checksums-Sha256:
37eb3f3425686954523eeb2f305d17c1185eb811de7f80262775299d61049f13 1784
gargoyle-free_2019.1.1-1.dsc
99049777ed073c3aecfe686cad3186d2d2d146902a6afe6f6b2af092a3b9694c 5448188
gargoyle-free_2019.1.1.orig.tar.xz
8904f572bae538f707fb562fa1a31733a6eb10378da3adefa61faedefa4e4690 10856
gargoyle-free_2019.1.1-1.debian.tar.xz
cf8e2236f516d740ea8a3069530900664ec46528285cdf3d7f8be7dc04ccde3c 13178
gargoyle-free_2019.1.1-1_amd64.buildinfo
Files:
8c5ad3c35cb16ec9bf3619bfb8f79901 1784 games optional
gargoyle-free_2019.1.1-1.dsc
c3f7efd668a26c000e2b8d35ce37bcc1 5448188 games optional
gargoyle-free_2019.1.1.orig.tar.xz
7cf95ac541bb23c67c9f4e922fc31925 10856 games optional
gargoyle-free_2019.1.1-1.debian.tar.xz
55f67840a3e03e13dea78223549855f4 13178 games optional
gargoyle-free_2019.1.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEQic8GuN/xDR88HkSj/HLbo2JBZ8FAl69fFoACgkQj/HLbo2J
BZ/JnggAmjb4TO/NJywARMn4i0HRmC3lBHhDATZnol2DxildGghYdSv7Gmmo+e9k
4SGXIjBZ7vlSdwUy2zKGlO+z8lKLcc+NlI2o86U4BFLMDAQWd5ioMHsIkRqRcE/4
ncJgIui3BdN3httf935QcL7bY/JhRPLHXLaY9fswxcNVJFmvG1vFAN1YvM9xWmN9
AeKKsRk9r3IobzLHQeWn82JBrDbBnXnS1tXk9a+t56r1qzywwQ9+Xx32GjgA6Ntu
nm4e6R9KkjwXKBcjrZTskKMGV/2BIc40TZaOY34e/b1CnDN6CYHWmvc7anlEFc8t
JeLMWGAzYkhKcdo0qveFeTf8hT6/lA==
=owZO
-----END PGP SIGNATURE-----
--- End Message ---