[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1013514: marked as done (gfxreconstruct: FTBFS: generated_vulkan_enum_to_string.h:198:34: error: ‘VkPrivateDataSlotCreateFlagBits’ was not declared in this scope; did you mean ‘VkPrivateDataSlotCreateFlags’?)



Your message dated Tue, 30 Aug 2022 14:43:27 +0000
with message-id <E1oT2Sd-00Aeku-50@fasolo.debian.org>
and subject line Bug#1013514: fixed in gfxreconstruct 0.9.15+dfsg-1
has caused the Debian Bug report #1013514,
regarding gfxreconstruct: FTBFS: generated_vulkan_enum_to_string.h:198:34: error: ‘VkPrivateDataSlotCreateFlagBits’ was not declared in this scope; did you mean ‘VkPrivateDataSlotCreateFlags’?
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 owner@bugs.debian.org
immediately.)


-- 
1013514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013514
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gfxreconstruct
Version: 0.9.11+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

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/framework/encode && /usr/bin/c++ -DENABLE_LZ4_COMPRESSION -DENABLE_ZLIB_COMPRESSION -DENABLE_ZSTD_COMPRESSION -DPAGE_GUARD_ENABLE_UCONTEXT_WRITE_DETECTION -DVK_ENABLE_BETA_EXTENSIONS -DVK_NO_PROTOTYPES -DVK_USE_PLATFORM_DISPLAY_KHR -DVK_USE_PLATFORM_HEADLESS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DWAYLAND_LIBRARY=\"/usr/lib/x86_64-linux-gnu/libwayland-client.so\" -DX11_XCB_LIBRARY=\"/usr/lib/x86_64-linux-gnu/libX11-xcb.so\" -DXCB_KEYSYMS_LIBRARY=\"/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so\" -DXCB_LIBRARY=\"/usr/lib/x86_64-linux-gnu/libxcb.so\" -D_FILE_OFFSET_BITS=64 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security "-Wno-error=stringop-overflow=" -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -Werror -std=gnu++14 -MD -MT framework/encode/CMakeFiles/gfxrecon_encode.dir/custom_vulkan_struct_handle_wrappers.cpp.o -MF CMakeFiles/gfxrecon_encode.dir/custom_vulkan_struct_handle_wrappers.cpp.o.d -o CMakeFiles/gfxrecon_encode.dir/custom_vulkan_struct_handle_wrappers.cpp.o -c /<<PKGBUILDDIR>>/framework/encode/custom_vulkan_struct_handle_wrappers.cpp
> In file included from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.h:35,
>                  from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.cpp:23:
> /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_enum_to_string.h:198:34: error: ‘VkPrivateDataSlotCreateFlagBits’ was not declared in this scope; did you mean ‘VkPrivateDataSlotCreateFlags’?
>   198 | template <> std::string ToString<VkPrivateDataSlotCreateFlagBits>(const VkPrivateDataSlotCreateFlagBits& value, ToStringFlags toStringFlags, uint32_t tabCount, uint32_t tabSize);
>       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                  VkPrivateDataSlotCreateFlags
> /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_enum_to_string.h:198:73: error: ‘VkPrivateDataSlotCreateFlagBits’ does not name a type; did you mean ‘VkPrivateDataSlotCreateFlags’?
>   198 | template <> std::string ToString<VkPrivateDataSlotCreateFlagBits>(const VkPrivateDataSlotCreateFlagBits& value, ToStringFlags toStringFlags, uint32_t tabCount, uint32_t tabSize);
>       |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                                                         VkPrivateDataSlotCreateFlags
> /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_enum_to_string.h:198:25: error: template-id ‘ToString<<expression error> >’ for ‘std::string gfxrecon::util::ToString(const int&, gfxrecon::util::ToStringFlags, uint32_t, uint32_t)’ does not match any template declaration
>   198 | template <> std::string ToString<VkPrivateDataSlotCreateFlagBits>(const VkPrivateDataSlotCreateFlagBits& value, ToStringFlags toStringFlags, uint32_t tabCount, uint32_t tabSize);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_struct_to_string.h:33,
>                  from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.h:34,
>                  from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.cpp:23:
> /<<PKGBUILDDIR>>/framework/util/to_string.h:55:20: note: candidates are: ‘template<class T> std::string gfxrecon::util::ToString(uint32_t, gfxrecon::util::ToStringFlags, uint32_t, uint32_t)’
>    55 | inline std::string ToString(uint32_t      apiFlags,
>       |                    ^~~~~~~~
> /<<PKGBUILDDIR>>/framework/util/to_string.h:46:1: note:                 ‘template<class T> std::string gfxrecon::util::ToString(const T&, gfxrecon::util::ToStringFlags, uint32_t, uint32_t)’
>    46 | ToString(const T& obj, ToStringFlags toStringFlags = kToString_Default, uint32_t tabCount = 0, uint32_t tabSize = 4)
>       | ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.h:35,
>                  from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.cpp:23:
> /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_enum_to_string.h:199:34: error: ‘VkPrivateDataSlotCreateFlagBits’ was not declared in this scope; did you mean ‘VkPrivateDataSlotCreateFlags’?
>   199 | template <> std::string ToString<VkPrivateDataSlotCreateFlagBits>(VkFlags vkFlags, ToStringFlags toStringFlags, uint32_t tabCount, uint32_t tabSize);
>       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                  VkPrivateDataSlotCreateFlags
> /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_enum_to_string.h:199:25: error: template-id ‘ToString<<expression error> >’ for ‘std::string gfxrecon::util::ToString(VkFlags, gfxrecon::util::ToStringFlags, uint32_t, uint32_t)’ does not match any template declaration
>   199 | template <> std::string ToString<VkPrivateDataSlotCreateFlagBits>(VkFlags vkFlags, ToStringFlags toStringFlags, uint32_t tabCount, uint32_t tabSize);
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_struct_to_string.h:33,
>                  from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.h:34,
>                  from /<<PKGBUILDDIR>>/framework/decode/custom_vulkan_ascii_consumer.cpp:23:
> /<<PKGBUILDDIR>>/framework/util/to_string.h:55:20: note: candidates are: ‘template<class T> std::string gfxrecon::util::ToString(uint32_t, gfxrecon::util::ToStringFlags, uint32_t, uint32_t)’
>    55 | inline std::string ToString(uint32_t      apiFlags,
>       |                    ^~~~~~~~
> /<<PKGBUILDDIR>>/framework/util/to_string.h:46:1: note:                 ‘template<class T> std::string gfxrecon::util::ToString(const T&, gfxrecon::util::ToStringFlags, uint32_t, uint32_t)’
>    46 | ToString(const T& obj, ToStringFlags toStringFlags = kToString_Default, uint32_t tabCount = 0, uint32_t tabSize = 4)
>       | ^~~~~~~~
> make[3]: *** [framework/decode/CMakeFiles/gfxrecon_decode.dir/build.make:79: framework/decode/CMakeFiles/gfxrecon_decode.dir/custom_vulkan_ascii_consumer.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/gfxreconstruct_0.9.11+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&fusertaguser=lucas@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 marking 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: gfxreconstruct
Source-Version: 0.9.15+dfsg-1
Done: Dylan Aïssi <daissi@debian.org>

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

Debian distribution maintenance software
pp.
Dylan Aïssi <daissi@debian.org> (supplier of updated gfxreconstruct 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 30 Aug 2022 15:35:40 +0200
Source: gfxreconstruct
Architecture: source
Version: 0.9.15+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Dylan Aïssi <daissi@debian.org>
Closes: 1013514
Changes:
 gfxreconstruct (0.9.15+dfsg-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1013514)
   * Bump version of libvulkan-dev to >= 1.3.224.
   * Standards-Version: 4.6.1 (no changes required)
Checksums-Sha1:
 439615255103ed12f2c1d34056703d4cbedc2eb8 2161 gfxreconstruct_0.9.15+dfsg-1.dsc
 7286bdb12aea74a0860bca4bc390bb742fdca627 966656 gfxreconstruct_0.9.15+dfsg.orig.tar.xz
 f8c416fbd13f54233cda511b3196052a62ed4000 7080 gfxreconstruct_0.9.15+dfsg-1.debian.tar.xz
 abd857e995beae3205925a07c485ae7c0024df90 8920 gfxreconstruct_0.9.15+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 caf74a637cb053b81e2019eccd6fd3c7f6cb20d2811904ae5f973a0b413c8a22 2161 gfxreconstruct_0.9.15+dfsg-1.dsc
 223b1aa98686acd42b8cea1f594e4cc7e6c6027ba581f23011fee23b6bb3b2d4 966656 gfxreconstruct_0.9.15+dfsg.orig.tar.xz
 bb5a8a1c66b4527f737a2bb35dcd3fd068baf64e963607e6bb1d2dbfb9d4e36f 7080 gfxreconstruct_0.9.15+dfsg-1.debian.tar.xz
 d243b107388ad917ca7f343394b0922f25e8ce87c216826a03f681c5682f980a 8920 gfxreconstruct_0.9.15+dfsg-1_amd64.buildinfo
Files:
 d1d053841c1a8c0b706a04f9eb785b96 2161 graphics optional gfxreconstruct_0.9.15+dfsg-1.dsc
 11cf265935fff2512015a7d9b32e975d 966656 graphics optional gfxreconstruct_0.9.15+dfsg.orig.tar.xz
 1faabd098ee6d26282b0bb9de8ee85ee 7080 graphics optional gfxreconstruct_0.9.15+dfsg-1.debian.tar.xz
 d085970536dcb86f2febe77855e32e21 8920 graphics optional gfxreconstruct_0.9.15+dfsg-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmMOE78ACgkQYS7xYT4F
D1RubQ//Y0dlAGc6rQ0gG+QO5bpFGqCYwHr5OqNLBpWI9yeNmGMJUUUMyAv46wtI
xE7Bal55IwB+fLK+jva44AXIpT8i0Y79Pmgpph9Uo/BKZK8SytNH8gWZRKiE1sJG
c8uZuuvQLG6vJtircWwjGZgJ1WzxHoaa6JflfCCDmFVicjulzTd0TU+AkH/2GlJm
tzrHANfQGPse0VMmBKmJL/4rQzmCw3dNBbYYcid/A33NiGoKaQAWZn3dPMxDllnd
bTJFyrgFJLidNXGE+FGce9EK/aZtFJZdfy/qQdrUJv9mWclcrkfvF5BW4ZEfIib7
hWKAPU4oWAB7sPAoNQSnDrA7AXk8/khf7f7vd/OELsOhQbY2Nrwa5JXmWkBqFvLp
v0YpdXduRqlmt3YfaNAZI7tN6VPs5xT+dT4o8iT+W7zNhg/L/zvy3kZUGbcLYG/p
HLGxFeAB3dSEYbsqCSlTFElSqOjcdewpTXJXx8NY8UGZxeWbbqcJpZEwSLZmawZz
tV5s5z9wxk7vIfOzJGoIym1NpQvsZJn1jGT8ULSLvgI+1FIOzdJyILnTqKwNrpWu
5xIMiVvW2bBE4G0MOpU2/Re1PReYi7YrW40POX5ml95R0+wv/MEX4wqGYxk3oswW
/n8U5KS6eXtIBdq5TzjRH2eqzONK6X8SZcHcWLsZaUicQsTDzBc=
=pRJ5
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: