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

Bug#1037677: gfxreconstruct: ftbfs with GCC-13



Package: src:gfxreconstruct
Version: 0.9.18+dfsg-1
Severity: normal
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/gfxreconstruct_0.9.18+dfsg-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
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 -fPI
 C -Werror -std=gnu++14 -MD -MT framework/encode/CMakeFiles/gfxrecon_encode.dir/__/generated/generated_vulkan_struct_handle_wrappers.cpp.o -MF CMakeFiles/gfxrecon_encode.dir/__/generated/generated_vulkan_struct_handle_wrappers.cpp.o.d -o CMakeFiles/gfxrecon_encode.dir/__/generated/generated_vulkan_struct_handle_wrappers.cpp.o -c /<<PKGBUILDDIR>>/framework/generated/generated_vulkan_struct_handle_wrappers.cpp
[ 47%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/referenced_object_table.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/referenced_object_table.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/referenced_object_table.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/referenced_object_table.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/referenced_object_table.cpp
[ 48%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/resource_util.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/resource_util.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/resource_util.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/resource_util.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/resource_util.cpp
[ 49%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/screenshot_handler.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/screenshot_handler.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/screenshot_handler.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/screenshot_handler.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/screenshot_handler.cpp
[ 49%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/screenshot_handler_base.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/screenshot_handler_base.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/screenshot_handler_base.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/screenshot_handler_base.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/screenshot_handler_base.cpp
[ 50%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_ascii_consumer_base.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_ascii_consumer_base.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_ascii_consumer_base.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_ascii_consumer_base.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_ascii_consumer_base.cpp
[ 51%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/stat_decoder_base.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/stat_decoder_base.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/stat_decoder_base.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/stat_decoder_base.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/stat_decoder_base.cpp
[ 52%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_decoder_base.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_decoder_base.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_decoder_base.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_decoder_base.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_decoder_base.cpp
[ 52%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_default_allocator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_default_allocator.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_default_allocator.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_default_allocator.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_default_allocator.cpp
[ 53%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_captured_swapchain.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_captured_swapchain.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_captured_swapchain.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_captured_swapchain.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_captured_swapchain.cpp
[ 54%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_feature_util.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_feature_util.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_feature_util.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_feature_util.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_feature_util.cpp
[ 55%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_handle_mapping_util.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_handle_mapping_util.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_handle_mapping_util.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_handle_mapping_util.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_handle_mapping_util.cpp
[ 55%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_object_cleanup_util.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_object_cleanup_util.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_object_cleanup_util.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_object_cleanup_util.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_object_cleanup_util.cpp
[ 56%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_realign_allocator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_realign_allocator.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_realign_allocator.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_realign_allocator.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_realign_allocator.cpp
[ 57%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_rebind_allocator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_rebind_allocator.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_rebind_allocator.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_rebind_allocator.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_rebind_allocator.cpp
In file included from /<<PKGBUILDDIR>>/framework/decode/vulkan_rebind_allocator.cpp:26:
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h: In function ‘void VmaUint32ToStr(char*, size_t, uint32_t)’:
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h:2839:5: error: ‘snprintf’ was not declared in this scope
 2839 |     snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num));
      |     ^~~~~~~~
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h:2670:1: note: ‘snprintf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
 2669 | #include <mutex>
  +++ |+#include <cstdio>
 2670 | #else
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h: In function ‘void VmaUint64ToStr(char*, size_t, uint64_t)’:
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h:2843:5: error: ‘snprintf’ was not declared in this scope
 2843 |     snprintf(outStr, strLen, "%llu", static_cast<unsigned long long>(num));
      |     ^~~~~~~~
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h:2843:5: note: ‘snprintf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h: In function ‘void VmaPtrToStr(char*, size_t, const void*)’:
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h:2847:5: error: ‘snprintf’ was not declared in this scope
 2847 |     snprintf(outStr, strLen, "%p", ptr);
      |     ^~~~~~~~
/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/include/vk_mem_alloc.h:2847:5: note: ‘snprintf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
[ 58%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_referenced_resource_consumer_base.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_referenced_resource_consumer_base.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_referenced_resource_consumer_base.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_referenced_resource_consumer_base.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_referenced_resource_consumer_base.cpp
make[3]: *** [framework/decode/CMakeFiles/gfxrecon_decode.dir/build.make:443: framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_rebind_allocator.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 58%] Building CXX object framework/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_remap_allocator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/decode && /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>>/framework -I/<<PKGBUILDDIR>>/external/Vulkan-Headers/include -I/<<PKGBUILDDIR>>/external/VulkanMemoryAllocator/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/decode/CMakeFiles/gfxrecon_decode.dir/vulkan_remap_allocator.cpp.o -MF CMakeFiles/gfxrecon_decode.dir/vulkan_remap_allocator.cpp.o.d -o CMakeFiles/gfxrecon_decode.dir/vulkan_remap_allocator.cpp.o -c /<<PKGBUILDDIR>>/framework/decode/vulkan_remap_allocator.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:531: framework/decode/CMakeFiles/gfxrecon_decode.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 59%] Linking CXX static library libgfxrecon_encode.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/encode && /usr/bin/cmake -P CMakeFiles/gfxrecon_encode.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/framework/encode && /usr/bin/cmake -E cmake_link_script CMakeFiles/gfxrecon_encode.dir/link.txt --verbose=1
/usr/bin/ar qc libgfxrecon_encode.a CMakeFiles/gfxrecon_encode.dir/capture_manager.cpp.o CMakeFiles/gfxrecon_encode.dir/capture_settings.cpp.o CMakeFiles/gfxrecon_encode.dir/custom_vulkan_api_call_encoders.cpp.o CMakeFiles/gfxrecon_encode.dir/custom_vulkan_command_buffer_util.cpp.o CMakeFiles/gfxrecon_encode.dir/custom_vulkan_struct_encoders.cpp.o CMakeFiles/gfxrecon_encode.dir/custom_vulkan_struct_handle_wrappers.cpp.o CMakeFiles/gfxrecon_encode.dir/vulkan_capture_manager.cpp.o CMakeFiles/gfxrecon_encode.dir/vulkan_handle_wrapper_util.cpp.o CMakeFiles/gfxrecon_encode.dir/vulkan_state_tracker.cpp.o CMakeFiles/gfxrecon_encode.dir/vulkan_state_writer.cpp.o CMakeFiles/gfxrecon_encode.dir/__/generated/generated_encode_pnext_struct.cpp.o CMakeFiles/gfxrecon_encode.dir/__/generated/generated_vulkan_api_call_encoders.cpp.o CMakeFiles/gfxrecon_encode.dir/__/generated/generated_vulkan_command_buffer_util.cpp.o CMakeFiles/gfxrecon_encode.dir/__/generated/generated_vulkan_struct_encoders.cpp.o 
 CMakeFiles/gfxrecon_encode.dir/__/generated/generated_vulkan_struct_handle_wrappers.cpp.o
/usr/bin/ranlib libgfxrecon_encode.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 59%] Built target gfxrecon_encode
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: