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

Bug#1037677: marked as done (gfxreconstruct: ftbfs with GCC-13)



Your message dated Tue, 25 Jul 2023 10:51:15 +0000
with message-id <E1qOFdL-00GBt5-F4@fasolo.debian.org>
and subject line Bug#1037677: fixed in gfxreconstruct 1.0.0+dfsg-1
has caused the Debian Bug report #1037677,
regarding gfxreconstruct: ftbfs with GCC-13
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.)


-- 
1037677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037677
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: gfxreconstruct
Source-Version: 1.0.0+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 1037677@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, 25 Jul 2023 12:23:07 +0200
Source: gfxreconstruct
Architecture: source
Version: 1.0.0+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: 1037677
Changes:
 gfxreconstruct (1.0.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 1.0.0+dfsg
     - Fix build with GCC-13 (Closes: #1037677)
   * Bump version of libvulkan-dev to >= 1.3.250
   * Fix lintian-overrides syntax
Checksums-Sha1:
 391a0560ee2c9323f6522c12b59c8a568fc8534f 2155 gfxreconstruct_1.0.0+dfsg-1.dsc
 bc6b03c54b283641f8c488564a097e42756c7acb 1895248 gfxreconstruct_1.0.0+dfsg.orig.tar.xz
 8bd2dc9e6b1e069689825f330e3a020cbec50728 7400 gfxreconstruct_1.0.0+dfsg-1.debian.tar.xz
 99d91c2acc938d15bab0cbf74fa9943ac3776932 8652 gfxreconstruct_1.0.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 0f06eef4dc8b4f18def43d31ee3a5d4b8c5cdba7d8710b9a57c640b2aa8bee47 2155 gfxreconstruct_1.0.0+dfsg-1.dsc
 524c6e62d10ec6cfc61cccf2a13d8c23b77e2f5384a4a912985b56a3ef072786 1895248 gfxreconstruct_1.0.0+dfsg.orig.tar.xz
 f392dd229325c9d98492cd27c8765bc76ee985e49a8a6c3669ea47bb0b6a5ab0 7400 gfxreconstruct_1.0.0+dfsg-1.debian.tar.xz
 77bf56f71d827ad7b1c92059fede49c0fa3be13801b931c2684b8311f12235f0 8652 gfxreconstruct_1.0.0+dfsg-1_amd64.buildinfo
Files:
 9b0d7a94b7056facf67d65034d436be7 2155 graphics optional gfxreconstruct_1.0.0+dfsg-1.dsc
 9b46526c7b80bd45d5c73f240bf8e07d 1895248 graphics optional gfxreconstruct_1.0.0+dfsg.orig.tar.xz
 e70602b03ce8adb4c23a2b83f4358f93 7400 graphics optional gfxreconstruct_1.0.0+dfsg-1.debian.tar.xz
 5635fa94e0214f7b4fdbc271ad1a24ff 8652 graphics optional gfxreconstruct_1.0.0+dfsg-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmS/pCEACgkQYS7xYT4F
D1QpSw/9Es11GEi83OQpdYgH41zAvfRO+3fhHM4zCUTT3s1g4JlTQzwMr02CiVtn
yKaZ4LiRbkcKCm6TCqVnLXOtwKnJo6hL9as7hzPeYdNgdvhkv/OVn8QWpCpCLNr0
0lssMiqHJ6va3VplilCpjYGVKh1ngeilqYfrtm2PxdATz6jyBLZ/TBUjj+PeMo1R
3gaTfqixkTO/YsdJTfdYyLC+7BI1wi5LrJkWXHcTJUm2EoLZfs9FTZtRw7zn3V39
0UNmIAb65vBoyYS5b5xS1V+VjLLHkH0dZUchQ7Bk7daREFPulopjVI5CebgTz3kX
C2WxWIunYnUINhSaBWok8+94Gahcljx1WG36Dlmb54ICH+4iiTeHy/IJgrBkTKoj
EGs2hyfkDTpNeVyr9Q9IywaOWGdzcKCuYM/t2hym8CtR1shCIRYr+e07Aiwz+ZGX
mQtdUfl1rqZbJDeqqXAmOA9Vn5Ko4AP4M8L4zZNHxxwSStY813ZRQOOwV3nKq+Ko
Kp2K4B80FSMGiqzZOFHtxlFReK/plll2qafXA3gSEB8IGh4P6R6AQGyvVZD+yP/b
91AVdQgTWpX6j525qEhHMsl+X0kq3ws8hjBLN/cvvLjruqtQwXAjckC0LkxeldXa
hDGhkuTkBMcNt6Uc70b4uf03iXFlALIug5j0qjKwczC3OMZTJiY=
=LhJk
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: