Your message dated Thu, 14 May 2020 21:03:51 +0000
with message-id <[email protected]>
and subject line Bug#957253: fixed in gargoyle-free 2019.1.1-2
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-2
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 22:11:04 +0200
Source: gargoyle-free
Architecture: source
Version: 2019.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Sylvain Beucler <[email protected]>
Closes: 957253
Changes:
 gargoyle-free (2019.1.1-2) unstable; urgency=medium
 .
   * Fix FTBFS with gcc-10 (Closes: #957253)
   * Drop unneeded quilt dependency
   * Font unbundling: replace jam patch with jam variable
   * Verbose build
   * Only build in parallel if requested through DEB_BUILD_OPTIONS
   * desktop_menu_entry.patch: forwarded upstream
Checksums-Sha1:
 583c179ef8768ce42f43caa5e5d85e527276acef 1777 gargoyle-free_2019.1.1-2.dsc
 3137cea4f4c03c94f673e72216ccb4b09e1438de 12772 
gargoyle-free_2019.1.1-2.debian.tar.xz
 cba97b9a534c84b3a7755a548ca0809f36ea8f73 13121 
gargoyle-free_2019.1.1-2_amd64.buildinfo
Checksums-Sha256:
 e0d887cd7e72c9fa281a217b21fb4a6f3a1135644c7c94138fb2188ee1debc3b 1777 
gargoyle-free_2019.1.1-2.dsc
 88385364e4f2c8674814bfa78c84be0b1b54e388f9c57b0805e038df50155ece 12772 
gargoyle-free_2019.1.1-2.debian.tar.xz
 eda52d8475463e5b857f9f2fd1c0afa4667039c48b49fc81506ba63e8daf874e 13121 
gargoyle-free_2019.1.1-2_amd64.buildinfo
Files:
 36c353b10e0d35c8fb546338108d9350 1777 games optional 
gargoyle-free_2019.1.1-2.dsc
 069ac47291b090938985ffb65da7d772 12772 games optional 
gargoyle-free_2019.1.1-2.debian.tar.xz
 b49d411eae2d4d5d35bdbacec09138d5 13121 games optional 
gargoyle-free_2019.1.1-2_amd64.buildinfo

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

iQEzBAEBCgAdFiEEQic8GuN/xDR88HkSj/HLbo2JBZ8FAl69q4wACgkQj/HLbo2J
BZ+gdwf+NvAdpdmTl9U7uiL8Hf2tsJJREiPBWOLpSo2RU+Xf0WWaCfvqXD9BWjbz
SW6hrg9U4hFqIVhSqRRe6hz9Cr9D1cYCb3iV5Wdu7W2kQuASnBpYIJIfid1W0slu
acq+RQxoPWrwzus/GpnxpcJ3gWP4ObtzborsvJM9IMIDEQHjbSDbwuGDjV7F+yzm
q7bs0gyUAsA6xnE7MlBpE2fwUwPElyZZeZR/ghj2AbMB0rw9sRbUh9EoDAyUy8O6
ubvLKfL0Y+J1BxlG/Q8tDTNR6RkSevpx3Vaif7O8bEzIi1+FvFeMQcxkzjjmVAFt
Z5PQnxyfxb2IDWRttcSv0BpwtABhvA==
=U2FP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to