Your message dated Sun, 17 Mar 2024 20:09:06 +0000
with message-id <e1rlwoc-00b98p...@fasolo.debian.org>
and subject line Bug#1064671: fixed in yuzu 0-1335+ds-1.4
has caused the Debian Bug report #1064671,
regarding yuzu: FTBFS: vulkan_wrapper.cpp:285:12: error: enumeration value
‘VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR’ not handled in switch
[-Werror=switch]
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.)
--
1064671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: yuzu
Version: 0-1335+ds-1.3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240224 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/src/video_core && /usr/bin/c++
> -DARCHITECTURE_x86_64=1 -DBOOST_ASIO_DISABLE_CONCEPTS
> -DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_DATE_TIME_NO_LIB
> -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB
> -DFMT_SHARED -DNDEBUG -DYUZU_UNIX=1 -D_FILE_OFFSET_BITS=64
> -I/<<PKGBUILDDIR>>/src/.
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core/host_shaders/include
> -I/<<PKGBUILDDIR>>/externals/./microprofile
> -I/<<PKGBUILDDIR>>/externals/glad/include
> -I/<<PKGBUILDDIR>>/externals/sirit/src/../include -g -Werror=clobbered
> -Werror=volatile-register-var
> -D__DEB_CANARY_CXXFLAGS_05a70454516ecd9194c293b0e415777f__
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -march=x86-64-v2 -D__DEB_CANARY_CPPFLAGS_05a70454516ecd9194c293b0e415777f__
> -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -std=gnu++20 -flto=auto
> -fno-fat-lto-objects -Werror=all -Werror=extra -Werror=missing-declarations
> -Werror=shadow -Werror=unused -Wno-attributes -Wno-invalid-offsetof
> -Wno-unused-parameter -mcx16 -fwrapv -Wno-array-bounds -Wno-stringop-overread
> -Wno-stringop-overflow -Werror=conversion -Wno-sign-conversion -Winvalid-pch
> -include
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core/CMakeFiles/video_core.dir/cmake_pch.hxx
> -MD -MT
> src/video_core/CMakeFiles/video_core.dir/vulkan_common/vulkan_wrapper.cpp.o
> -MF CMakeFiles/video_core.dir/vulkan_common/vulkan_wrapper.cpp.o.d -o
> CMakeFiles/video_core.dir/vulkan_common/vulkan_wrapper.cpp.o -c
> /<<PKGBUILDDIR>>/src/video_core/vulkan_common/vulkan_wrapper.cpp
> /<<PKGBUILDDIR>>/src/video_core/vulkan_common/vulkan_wrapper.cpp: In function
> ‘const char* Vulkan::vk::ToString(VkResult)’:
> /<<PKGBUILDDIR>>/src/video_core/vulkan_common/vulkan_wrapper.cpp:285:12:
> error: enumeration value ‘VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR’ not
> handled in switch [-Werror=switch]
> 285 | switch (result) {
> | ^
> [ 41%] Building CXX object
> src/video_core/CMakeFiles/video_core.dir/vulkan_common/nsight_aftermath_tracker.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core && /usr/bin/c++
> -DARCHITECTURE_x86_64=1 -DBOOST_ASIO_DISABLE_CONCEPTS
> -DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_DATE_TIME_NO_LIB
> -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB
> -DFMT_SHARED -DNDEBUG -DYUZU_UNIX=1 -D_FILE_OFFSET_BITS=64
> -I/<<PKGBUILDDIR>>/src/.
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core/host_shaders/include
> -I/<<PKGBUILDDIR>>/externals/./microprofile
> -I/<<PKGBUILDDIR>>/externals/glad/include
> -I/<<PKGBUILDDIR>>/externals/sirit/src/../include -g -Werror=clobbered
> -Werror=volatile-register-var
> -D__DEB_CANARY_CXXFLAGS_05a70454516ecd9194c293b0e415777f__
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -march=x86-64-v2 -D__DEB_CANARY_CPPFLAGS_05a70454516ecd9194c293b0e415777f__
> -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -std=gnu++20 -flto=auto
> -fno-fat-lto-objects -Werror=all -Werror=extra -Werror=missing-declarations
> -Werror=shadow -Werror=unused -Wno-attributes -Wno-invalid-offsetof
> -Wno-unused-parameter -mcx16 -fwrapv -Wno-array-bounds -Wno-stringop-overread
> -Wno-stringop-overflow -Werror=conversion -Wno-sign-conversion -Winvalid-pch
> -include
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core/CMakeFiles/video_core.dir/cmake_pch.hxx
> -MD -MT
> src/video_core/CMakeFiles/video_core.dir/vulkan_common/nsight_aftermath_tracker.cpp.o
> -MF CMakeFiles/video_core.dir/vulkan_common/nsight_aftermath_tracker.cpp.o.d
> -o CMakeFiles/video_core.dir/vulkan_common/nsight_aftermath_tracker.cpp.o -c
> /<<PKGBUILDDIR>>/src/video_core/vulkan_common/nsight_aftermath_tracker.cpp
> [ 41%] Building CXX object
> src/video_core/CMakeFiles/video_core.dir/macro/macro_jit_x64.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core && /usr/bin/c++
> -DARCHITECTURE_x86_64=1 -DBOOST_ASIO_DISABLE_CONCEPTS
> -DBOOST_CONTEXT_DYN_LINK -DBOOST_CONTEXT_NO_LIB -DBOOST_DATE_TIME_NO_LIB
> -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB
> -DFMT_SHARED -DNDEBUG -DYUZU_UNIX=1 -D_FILE_OFFSET_BITS=64
> -I/<<PKGBUILDDIR>>/src/.
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core/host_shaders/include
> -I/<<PKGBUILDDIR>>/externals/./microprofile
> -I/<<PKGBUILDDIR>>/externals/glad/include
> -I/<<PKGBUILDDIR>>/externals/sirit/src/../include -g -Werror=clobbered
> -Werror=volatile-register-var
> -D__DEB_CANARY_CXXFLAGS_05a70454516ecd9194c293b0e415777f__
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -march=x86-64-v2 -D__DEB_CANARY_CPPFLAGS_05a70454516ecd9194c293b0e415777f__
> -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -std=gnu++20 -flto=auto
> -fno-fat-lto-objects -Werror=all -Werror=extra -Werror=missing-declarations
> -Werror=shadow -Werror=unused -Wno-attributes -Wno-invalid-offsetof
> -Wno-unused-parameter -mcx16 -fwrapv -Wno-array-bounds -Wno-stringop-overread
> -Wno-stringop-overflow -Werror=conversion -Wno-sign-conversion
> -Wno-conversion -Wno-shadow -Winvalid-pch -include
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/video_core/CMakeFiles/video_core.dir/cmake_pch.hxx
> -MD -MT src/video_core/CMakeFiles/video_core.dir/macro/macro_jit_x64.cpp.o
> -MF CMakeFiles/video_core.dir/macro/macro_jit_x64.cpp.o.d -o
> CMakeFiles/video_core.dir/macro/macro_jit_x64.cpp.o -c
> /<<PKGBUILDDIR>>/src/video_core/macro/macro_jit_x64.cpp
> cc1plus: some warnings being treated as errors
> make[3]: *** [src/video_core/CMakeFiles/video_core.dir/build.make:1904:
> src/video_core/CMakeFiles/video_core.dir/vulkan_common/vulkan_wrapper.cpp.o]
> Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/02/24/yuzu_0-1335+ds-1.3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240224;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&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: yuzu
Source-Version: 0-1335+ds-1.4
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
yuzu, 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 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated yuzu 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: Sun, 17 Mar 2024 18:37:24 +0000
Source: yuzu
Architecture: source
Version: 0-1335+ds-1.4
Distribution: unstable
Urgency: medium
Maintainer: Andrea Pappacoda <and...@pappacoda.it>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1064671
Changes:
yuzu (0-1335+ds-1.4) unstable; urgency=medium
.
* Non-maintainer upload
* Fix build with current vulkan-headers (Closes: #1064671)
Checksums-Sha1:
6bd104f903b29b8898cbb59770ca28289731de71 2369 yuzu_0-1335+ds-1.4.dsc
19fc893d1aeaac1f507339c0eb51f6d838b60bdd 24512 yuzu_0-1335+ds-1.4.debian.tar.xz
65c17ea72d54c5f15451db650be1c3b1f1f03ab4 6080
yuzu_0-1335+ds-1.4_source.buildinfo
Checksums-Sha256:
de3d1db0d189f79ff318078f5b342a986533bb13a2ea36b44aa48f1a8d4cd994 2369
yuzu_0-1335+ds-1.4.dsc
485ac54b7ec381245b0e3195dd39175a615fb4e93d1a7ddbc4aa2d776d43510b 24512
yuzu_0-1335+ds-1.4.debian.tar.xz
67d43b4ab99521ff1cf94edfe85562f6c1a04c7c7aa85f3507fa753dcc7497f1 6080
yuzu_0-1335+ds-1.4_source.buildinfo
Files:
072e8f366fe04822875ff4d7e212bd94 2369 games optional yuzu_0-1335+ds-1.4.dsc
004fc97f4fe0a13db8334ad9f72da2cd 24512 games optional
yuzu_0-1335+ds-1.4.debian.tar.xz
5f1c572eb02433d81df580eb0cd848eb 6080 games optional
yuzu_0-1335+ds-1.4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmX3QxsQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFAH0C/4sVxh3dSV+g5XtrY2frzkpPdd4VjZ47gSR
GR8eoYZcYzU8sR/EqdmMyGtVTYDmxr1CoW6RNFiDFpNG14PlpjBFatkqKMQ/Uj12
xxsYvPNy4XxIgXmNZOJVAaUkNkoyt2qnejVrPaIs5xodcd67PXdjaEQlf8pdotjy
ljkRpjsJ+HdpL2MSGMU/2BHuJzijgu+A6sXly6RNCNPL0sicsO+qh7ojIOVVMuTu
5/impfu9Juyzaa8R9QsvpyMMgiPMuKM6k643FKXn+LIzFAX6rudp1vmS9G4saRHY
R+JT/LC9ENioKYokAlPLv1YKxHzj3ILyDrwpR4Xizs76TGqJ6RiNHnIDQke7+ee4
xfoW/h+YlpVTrjPsYhEOne1IKOE6G2mqxtfR0dD7TzQZaBrGZVaGSLmAf9hdTdIb
TSWrou3X7ZFyB8sI7RIWmcSvLl7DVMMi5ZlbsrDF0muKAhlOeZmAMrAaoiMy/4ak
8n0VcYUMYulBwPiYanPZb2obii5RL04=
=rr72
-----END PGP SIGNATURE-----
pgpkhVyvdXXmC.pgp
Description: PGP signature
--- End Message ---