Your message dated Wed, 05 Aug 2020 13:03:50 +0000
with message-id <e1k3j5c-000a12...@fasolo.debian.org>
and subject line Bug#966885: fixed in spring 104.0+dfsg-7
has caused the Debian Bug report #966885,
regarding spring: FTBFS: SHA512.cpp:25:3: error: ‘snprintf’ was not declared in 
this scope
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.)


-- 
966885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966885
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spring
Version: 104.0+dfsg-6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rts/builds/legacy && /usr/bin/c++  
> -DASIO_STANDALONE -DBOOST_ALL_NO_LIB -DBOOST_NO_FENV_H -DBOOST_REGEX_DYN_LINK 
> -DBOOST_SYSTEM_DYN_LINK 
> -DSPRING_DATADIR=\"/usr/share/games/spring:/usr/lib/spring\" -DSTREFLOP_SSE 
> -DSYNCCHECK -DTHREADPOOL -DUSE_LIBSQUISH -D_GLIBCXX_USE_NANOSLEEP 
> -D_RANDOM_TCC -I/<<PKGBUILDDIR>>/rts/lib/lua/include 
> -I/<<PKGBUILDDIR>>/include/AL -I/<<PKGBUILDDIR>>/rts 
> -I/<<PKGBUILDDIR>>/rts/lib/assimp/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src-generated/engine 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/rts/lib/gflags/include 
> -I/usr/include/SDL2 -I/usr/include/freetype2 -I/usr/include/AL 
> -I/<<PKGBUILDDIR>>/rts/lib/asio/include 
> -I/<<PKGBUILDDIR>>/rts/lib/slimsig/include  -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -std=gnu++11 
> -fdiagnostics-color=auto -mtune=generic -msse -mfpmath=sse -mno-sse2 
> -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-avx 
> -mno-fma -mno-fma4 -mno-xop -mno-lwp -mno-avx2 -fsingle-precision-constant 
> -frounding-math -mieee-fp -pipe -fno-strict-aliasing  -fvisibility=hidden  
> -fvisibility-inlines-hidden -pthread  -O2      -Wformat -Wformat-security 
> -DNDEBUG -g   -o 
> CMakeFiles/engine-legacy.dir/__/__/System/Platform/SharedLib.cpp.o -c 
> /<<PKGBUILDDIR>>/rts/System/Platform/SharedLib.cpp
> /<<PKGBUILDDIR>>/rts/System/Sync/SHA512.cpp: In function ‘void 
> sha512::dump_digest(const std::array<unsigned char, 64>&, std::array<char, 
> 129>&)’:
> /<<PKGBUILDDIR>>/rts/System/Sync/SHA512.cpp:25:3: error: ‘snprintf’ was not 
> declared in this scope
>    25 |   snprintf(hex_chars.data() + (i * 2), hex_chars.size() - (i * 2), 
> "%02x", sha_bytes[i]);
>       |   ^~~~~~~~
> /<<PKGBUILDDIR>>/rts/System/Sync/SHA512.cpp:7:1: note: ‘snprintf’ is defined 
> in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
>     6 | #include "SHA512.hpp"
>   +++ |+#include <cstdio>
>     7 | 
> make[4]: *** 
> [rts/builds/headless/CMakeFiles/engine-headless.dir/build.make:4174: 
> rts/builds/headless/CMakeFiles/engine-headless.dir/__/__/System/Sync/SHA512.cpp.o]
>  Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/spring_104.0+dfsg-6_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: spring
Source-Version: 104.0+dfsg-7
Done: Markus Koschany <a...@debian.org>

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated spring 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: Wed, 05 Aug 2020 14:05:12 +0200
Source: spring
Architecture: source
Version: 104.0+dfsg-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 966885
Changes:
 spring (104.0+dfsg-7) unstable; urgency=medium
 .
   * Switch to debhelper-compat = 13.
   * Fix build failure with gcc 10 due to missing include.
     Thanks to Steve Langasek for the patch. (Closes: #966885)
Checksums-Sha1:
 6e54d99c7e8dd1d1de0a486c4ba1c87e89c89835 2519 spring_104.0+dfsg-7.dsc
 c6c481d5e46755a38e6140a6878050923878e5ef 20036 
spring_104.0+dfsg-7.debian.tar.xz
 bc4d281dda912a03b5aeedd16d8d8937f4eb1482 19684 
spring_104.0+dfsg-7_amd64.buildinfo
Checksums-Sha256:
 36133ddde00d5f48878a7a551dc7a884d8b3a20a23e95add70ca1e3c6a056fe7 2519 
spring_104.0+dfsg-7.dsc
 7da60e962c9eb76cc2dc9a71eaf241d4d48c2c4e83b01926a76294f27aeda646 20036 
spring_104.0+dfsg-7.debian.tar.xz
 b0ba0563502962f21c7fae7c885dc37b6cfa8e76a1b4d438d601f79b3f98571f 19684 
spring_104.0+dfsg-7_amd64.buildinfo
Files:
 4508712166261b00ac45ad0216b7218f 2519 games optional spring_104.0+dfsg-7.dsc
 e4a7bc3f5fd10dce3bfe848a2dd6eccc 20036 games optional 
spring_104.0+dfsg-7.debian.tar.xz
 b6863deb74f43b0091849407eefa7c19 19684 games optional 
spring_104.0+dfsg-7_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl8qqapfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkrNUP/1Ux/vRt3Mylu53JXw2spX5HgAIcdUjmfay+
ESLDUeAoQCL1ZGwxQJopK+WiOmFQn+AxS9ZTmj+F7wQdtVacQjDj9P5HoiYu6bqh
bzszkVF8XdPA/ls4gv7/rRwgtP+MsoTNtDomGR7Rn/5y5EL8PNoxM4vxCki48OA9
yTLUhZe7GsIyffGaJ0tXXtpNZLv8cSYq0Be/Fe77sIQBdQoX0R4j+xmH1Qw6AX7p
fiPrqxdVIf/8I7w4xRaLh30QlA7Rz2XP9F5ccoeuNwI2IYrI5D022KK2LrSJx0tx
bhugOm+1CkJ0381Rbl+58AWzjBUAE6Kaj0ic1ING+qhQhp1WZNMeKZof71h3uW0Y
QwxOMq7dwU1VX6FOtx4CJ+7K4y8K3TQvOEV05Npz2weNY2Lowwd7wXvWwB8l7bVq
911TlqXaDc8aE4Sdgc3Cu0ALNUhANjymiwOdqRBZj0Acr0nn+mdklsKJEBReV4df
wZUkhhUhfO2ufRjPomvlbs4khpEdBcZRuQaUUQI0XQo8szewfA2Haxlu46DM3vFp
hDP2aDneUt2hFVxkEx52egft8ldLWEh2d7AvjLVkX084BIuy5wizK8YOufatO1mV
bvkf9Puk1FdFe2n+I9Hr3Fe2d3SpTs9z5lCRvJjxYIAu/RPLPW/0gZGiIIxe+5LT
DcjPkIRF
=eI/I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to