Your message dated Fri, 26 Apr 2024 15:52:05 +0000
with message-id <e1s0nrp-007bl1...@fasolo.debian.org>
and subject line Bug#1057463: fixed in supertuxkart 1.4+dfsg-4
has caused the Debian Bug report #1057463,
regarding supertuxkart: FTBFS: SpirvIntrinsics.h:120:10: error: ‘variant’ in 
namespace ‘std’ does not name a template type
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.)


-- 
1057463: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057463
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: supertuxkart
Version: 1.4+dfsg-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

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/lib/tinygettext && /usr/bin/c++ 
> -DDISABLE_ICONV -DENABLE_IPV6 -DSUPERTUXKART_VERSION=\"1.4\" -DVERSION=0.1.0 
> -I/<<PKGBUILDDIR>>/lib/graphics_utils 
> -I/<<PKGBUILDDIR>>/lib/graphics_engine/include 
> -I/<<PKGBUILDDIR>>/lib/shaderc/libshaderc/include 
> -I/<<PKGBUILDDIR>>/lib/enet/include -I/<<PKGBUILDDIR>>/lib/bullet/src 
> -I/<<PKGBUILDDIR>>/lib/tinygettext/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++0x -O2 -DNDEBUG -MD -MT 
> lib/tinygettext/CMakeFiles/tinygettext.dir/src/dictionary.o -MF 
> CMakeFiles/tinygettext.dir/src/dictionary.o.d -o 
> CMakeFiles/tinygettext.dir/src/dictionary.o -c 
> /<<PKGBUILDDIR>>/lib/tinygettext/src/dictionary.cpp
> In file included from /usr/include/glslang/Include/Types.h:47,
>                  from /usr/include/glslang/Include/intermediate.h:57,
>                  from 
> /usr/include/glslang/MachineIndependent/localintermediate.h:42,
>                  from /usr/include/glslang/SPIRV/SpvTools.h:50,
>                  from /usr/include/glslang/SPIRV/GlslangToSpv.h:42,
>                  from 
> /<<PKGBUILDDIR>>/lib/shaderc/libshaderc_util/src/compiler.cc:23:
> /usr/include/glslang/Include/SpirvIntrinsics.h:120:10: error: ‘variant’ in 
> namespace ‘std’ does not name a template type
>   120 |     std::variant<const TIntermConstantUnion*, const TType*> value;
>       |          ^~~~~~~
> /usr/include/glslang/Include/SpirvIntrinsics.h:120:5: note: ‘std::variant’ is 
> only available from C++17 onwards
>   120 |     std::variant<const TIntermConstantUnion*, const TType*> value;
>       |     ^~~
> /usr/include/glslang/Include/SpirvIntrinsics.h: In constructor 
> ‘glslang::TSpirvTypeParameter::TSpirvTypeParameter(const 
> glslang::TIntermConstantUnion*)’:
> /usr/include/glslang/Include/SpirvIntrinsics.h:100:60: error: ‘value’ was not 
> declared in this scope
>   100 |     TSpirvTypeParameter(const TIntermConstantUnion* arg) { value = 
> arg; }
>       |                                                            ^~~~~
> /usr/include/glslang/Include/SpirvIntrinsics.h: In constructor 
> ‘glslang::TSpirvTypeParameter::TSpirvTypeParameter(const glslang::TType*)’:
> /usr/include/glslang/Include/SpirvIntrinsics.h:101:45: error: ‘value’ was not 
> declared in this scope
>   101 |     TSpirvTypeParameter(const TType* arg) { value = arg; }
>       |                                             ^~~~~
> /usr/include/glslang/Include/SpirvIntrinsics.h: In member function ‘const 
> glslang::TIntermConstantUnion* glslang::TSpirvTypeParameter::getAsConstant() 
> const’:
> /usr/include/glslang/Include/SpirvIntrinsics.h:105:13: error: ‘value’ was not 
> declared in this scope
>   105 |         if (value.index() == 0)
>       |             ^~~~~
> /usr/include/glslang/Include/SpirvIntrinsics.h: In member function ‘const 
> glslang::TType* glslang::TSpirvTypeParameter::getAsType() const’:
> /usr/include/glslang/Include/SpirvIntrinsics.h:111:13: error: ‘value’ was not 
> declared in this scope
>   111 |         if (value.index() == 1)
>       |             ^~~~~
> [  2%] Building CXX object 
> lib/bullet/CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/bullet && /usr/bin/c++ 
> -DSUPERTUXKART_VERSION=\"1.4\" -I/<<PKGBUILDDIR>>/lib/bullet/src -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -DNDEBUG -MD -MT 
> lib/bullet/CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp.o
>  -MF 
> CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp.o.d
>  -o 
> CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp.o
>  -c 
> /<<PKGBUILDDIR>>/lib/bullet/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp
> [  2%] Building CXX object 
> lib/bullet/CMakeFiles/bulletmath.dir/src/LinearMath/btQuickprof.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/bullet && /usr/bin/c++ 
> -DSUPERTUXKART_VERSION=\"1.4\" -I/<<PKGBUILDDIR>>/lib/bullet/src -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -DNDEBUG -MD -MT 
> lib/bullet/CMakeFiles/bulletmath.dir/src/LinearMath/btQuickprof.cpp.o -MF 
> CMakeFiles/bulletmath.dir/src/LinearMath/btQuickprof.cpp.o.d -o 
> CMakeFiles/bulletmath.dir/src/LinearMath/btQuickprof.cpp.o -c 
> /<<PKGBUILDDIR>>/lib/bullet/src/LinearMath/btQuickprof.cpp
> [  3%] Building CXX object 
> lib/bullet/CMakeFiles/bulletmath.dir/src/LinearMath/btConvexHullComputer.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/bullet && /usr/bin/c++ 
> -DSUPERTUXKART_VERSION=\"1.4\" -I/<<PKGBUILDDIR>>/lib/bullet/src -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -DNDEBUG -MD -MT 
> lib/bullet/CMakeFiles/bulletmath.dir/src/LinearMath/btConvexHullComputer.cpp.o
>  -MF CMakeFiles/bulletmath.dir/src/LinearMath/btConvexHullComputer.cpp.o.d -o 
> CMakeFiles/bulletmath.dir/src/LinearMath/btConvexHullComputer.cpp.o -c 
> /<<PKGBUILDDIR>>/lib/bullet/src/LinearMath/btConvexHullComputer.cpp
> [  3%] Building CXX object 
> lib/bullet/CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/bullet && /usr/bin/c++ 
> -DSUPERTUXKART_VERSION=\"1.4\" -I/<<PKGBUILDDIR>>/lib/bullet/src -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -DNDEBUG -MD -MT 
> lib/bullet/CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp.o
>  -MF 
> CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp.o.d
>  -o 
> CMakeFiles/bulletcollision.dir/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp.o
>  -c 
> /<<PKGBUILDDIR>>/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp
> [  3%] Building C object lib/enet/CMakeFiles/enet.dir/unix.c.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/enet && /usr/bin/cc 
> -DENABLE_IPV6 -DHAS_FCNTL=1 -DHAS_GETADDRINFO=1 -DHAS_GETHOSTBYADDR_R=1 
> -DHAS_GETHOSTBYNAME_R=1 -DHAS_GETNAMEINFO=1 -DHAS_INET_NTOP=1 
> -DHAS_INET_PTON=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_POLL=1 -DHAS_SOCKLEN_T=1 
> -DSUPERTUXKART_VERSION=\"1.4\" -I/<<PKGBUILDDIR>>/lib/bullet/src 
> -I/<<PKGBUILDDIR>>/lib/enet/include -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -DNDEBUG   -Wno-error -MD -MT 
> lib/enet/CMakeFiles/enet.dir/unix.c.o -MF CMakeFiles/enet.dir/unix.c.o.d -o 
> CMakeFiles/enet.dir/unix.c.o -c /<<PKGBUILDDIR>>/lib/enet/unix.c
> make[3]: *** 
> [lib/shaderc/libshaderc_util/CMakeFiles/shaderc_util.dir/build.make:93: 
> lib/shaderc/libshaderc_util/CMakeFiles/shaderc_util.dir/src/compiler.cc.o] 
> Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/supertuxkart_1.4+dfsg-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: supertuxkart
Source-Version: 1.4+dfsg-4
Done: Vincent Cheng <vch...@debian.org>

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

Debian distribution maintenance software
pp.
Vincent Cheng <vch...@debian.org> (supplier of updated supertuxkart 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, 26 Apr 2024 07:04:48 -0700
Source: supertuxkart
Built-For-Profiles: noudeb
Architecture: source
Version: 1.4+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Vincent Cheng <vch...@debian.org>
Closes: 995771 1031386 1031387 1057463
Changes:
 supertuxkart (1.4+dfsg-4) unstable; urgency=medium
 .
   [ Reiner Herrmann ]
   * Use system shaderc instead of embedded copy. (Closes: #1057463, #1031387)
   * Use system angelscript instead of embedded copy. (Closes: #995771)
 .
   [ Vincent Cheng ]
   * Declare versioned build-dep on glslang-dev. (Closes: #1031386)
   * Bump Standards version to 4.7.0, no changes required.
Checksums-Sha1:
 9b9647df6ac4e308bbf7b8fb675ec75dc6b0aaef 2512 supertuxkart_1.4+dfsg-4.dsc
 e43c7cbbfadfbc4f60df957fec09ec49ce9e8c2f 2287220 
supertuxkart_1.4+dfsg-4.debian.tar.xz
Checksums-Sha256:
 00185ac4844a3d1d07afce7d471baba6ee9a598d26f537dfca1bbeba0baf3a3f 2512 
supertuxkart_1.4+dfsg-4.dsc
 1902e786bf6d0d3c1d97bd1f1ff2e5fc35ddd4fcae5ef43be8ebbceee3e6642c 2287220 
supertuxkart_1.4+dfsg-4.debian.tar.xz
Files:
 25e3fab2533034c245750e6c3c6b479c 2512 games optional 
supertuxkart_1.4+dfsg-4.dsc
 7b97db9de2168a513ac94356a6262aa1 2287220 games optional 
supertuxkart_1.4+dfsg-4.debian.tar.xz

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

iQIzBAEBCgAdFiEE1TqBWjy3ZZr4guOVju3MG6ofMv8FAmYrvJMACgkQju3MG6of
Mv+fiBAA30lbYcDCIosN4jIkt6EBV+hFGJdm97q60QIfQjnlr/lX5urdOjjw7OfC
dbcHC00+IrIXVdi4cJ0nYylgkWDFIWn66LJkP3vOaxEE55rKTK1/j9j7Yn0hxeOe
doFsGtkg9/vevyfxqQ+8QWHMD0oUc9oQos12fFy14yDcYC2AWaTWLCLv9FKoaoaB
AaZr9JfCRQdWdu+4vZaanBVuOVYdxWPSjvHUC20zTA1A84rvojriFG04vEhr4wii
tuiC/PU1Kis9b/0cv2JKwpFmBpjIVUFACl5tqKXl/4XBu6k5sHzTHczPIP5kMiXa
DV3Fvo2EkyxbzrhazYdTko9XpIkv17vpFPl5gWFCmI5RkUOFF7NkWLil+vxCQ2HP
cTe+ietHjoCwGcc62/GqAxHvGcW9ExNlO5LjI4RsuhsGgg1kw5c3cCeOy7W7sbPI
hZ/Uml3pdlgm86rh4/UCK1nRzxx+CYFT4+XTF7/VM55AW+DDT+kNofgDBuOzObff
XxJrvQ5G75mevHpMjmS7n5jUdlXd9VlgSYd+tmxhLPr8EjFMCwnP7k7y8USaFbZ+
aM4687bfhpJtAPS88XORPooi8xyilWirWDhgvbEmzdPyVgDkBmFUXGwDmzVegcH9
sOrr9yOzzSAinManttLZnU5zsecqz/0gUlEoeWAhJ4CV1wfvMQ0=
=4Ewm
-----END PGP SIGNATURE-----

Attachment: pgpibXVFdtECS.pgp
Description: PGP signature


--- End Message ---

Reply via email to