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

Bug#1013575: marked as done (vulkan-tools: FTBFS: vk_typemap_helper.h:3141:31: error: ‘VkVideoEncodeH264SessionCreateInfoEXT’ was not declared in this scope; did you mean ‘VkVideoEncodeH264VclFrameInfoEXT’?)



Your message dated Mon, 04 Jul 2022 10:06:13 +0000
with message-id <E1o8Iy5-000CDk-Rn@fasolo.debian.org>
and subject line Bug#1013575: fixed in vulkan-tools 1.3.216.0+dfsg1-1
has caused the Debian Bug report #1013575,
regarding vulkan-tools: FTBFS: vk_typemap_helper.h:3141:31: error: ‘VkVideoEncodeH264SessionCreateInfoEXT’ was not declared in this scope; did you mean ‘VkVideoEncodeH264VclFrameInfoEXT’?
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.)


-- 
1013575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013575
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: vulkan-tools
Version: 1.3.204.0+dfsg1-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>>/build/cube && /usr/bin/cc -DVK_ENABLE_BETA_EXTENSIONS -DVK_USE_PLATFORM_WAYLAND_KHR -I/<<PKGBUILDDIR>>/build/cube -I/<<PKGBUILDDIR>>/cube -I/<<PKGBUILDDIR>>/build/cube/.. -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fno-strict-aliasing -fno-builtin-memcmp -Wimplicit-fallthrough=0 -fvisibility=hidden -MD -MT cube/CMakeFiles/vkcube-wayland.dir/xdg-shell-code.c.o -MF CMakeFiles/vkcube-wayland.dir/xdg-shell-code.c.o.d -o CMakeFiles/vkcube-wayland.dir/xdg-shell-code.c.o -c /<<PKGBUILDDIR>>/build/cube/xdg-shell-code.c
> In file included from /<<PKGBUILDDIR>>/icd/generated/mock_icd.cpp:27:
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3141:31: error: ‘VkVideoEncodeH264SessionCreateInfoEXT’ was not declared in this scope; did you mean ‘VkVideoEncodeH264VclFrameInfoEXT’?
>  3141 | template <> struct LvlTypeMap<VkVideoEncodeH264SessionCreateInfoEXT> {
>       |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                               VkVideoEncodeH264VclFrameInfoEXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3141:68: error: template argument 1 is invalid
>  3141 | template <> struct LvlTypeMap<VkVideoEncodeH264SessionCreateInfoEXT> {
>       |                                                                    ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3145:32: error: ‘VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_CREATE_INFO_EXT’ was not declared in this scope; did you mean ‘VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_VCL_FRAME_INFO_EXT’?
>  3145 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_CREATE_INFO_EXT> {
>       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_VCL_FRAME_INFO_EXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3145:91: error: template argument 1 is invalid
>  3145 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_SESSION_CREATE_INFO_EXT> {
>       |                                                                                           ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3262:31: error: ‘VkVideoEncodeH265SessionCreateInfoEXT’ was not declared in this scope; did you mean ‘VkVideoEncodeH265VclFrameInfoEXT’?
>  3262 | template <> struct LvlTypeMap<VkVideoEncodeH265SessionCreateInfoEXT> {
>       |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                               VkVideoEncodeH265VclFrameInfoEXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3262:68: error: template argument 1 is invalid
>  3262 | template <> struct LvlTypeMap<VkVideoEncodeH265SessionCreateInfoEXT> {
>       |                                                                    ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3266:32: error: ‘VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_CREATE_INFO_EXT’ was not declared in this scope; did you mean ‘VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_VCL_FRAME_INFO_EXT’?
>  3266 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_CREATE_INFO_EXT> {
>       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_VCL_FRAME_INFO_EXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3266:91: error: template argument 1 is invalid
>  3266 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_SESSION_CREATE_INFO_EXT> {
>       |                                                                                           ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3317:31: error: ‘VkVideoEncodeH265NaluSliceEXT’ was not declared in this scope; did you mean ‘VkVideoEncodeH264NaluSliceEXT’?
>  3317 | template <> struct LvlTypeMap<VkVideoEncodeH265NaluSliceEXT> {
>       |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                               VkVideoEncodeH264NaluSliceEXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3317:60: error: template argument 1 is invalid
>  3317 | template <> struct LvlTypeMap<VkVideoEncodeH265NaluSliceEXT> {
>       |                                                            ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3321:32: error: ‘VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_NALU_SLICE_EXT’ was not declared in this scope; did you mean ‘VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_NALU_SLICE_EXT’?
>  3321 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_NALU_SLICE_EXT> {
>       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_NALU_SLICE_EXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3321:82: error: template argument 1 is invalid
>  3321 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_ENCODE_H265_NALU_SLICE_EXT> {
>       |                                                                                  ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3405:31: error: ‘VkVideoDecodeH264SessionCreateInfoEXT’ was not declared in this scope; did you mean ‘VkVideoDecodeH264SessionParametersCreateInfoEXT’?
>  3405 | template <> struct LvlTypeMap<VkVideoDecodeH264SessionCreateInfoEXT> {
>       |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                               VkVideoDecodeH264SessionParametersCreateInfoEXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3405:68: error: template argument 1 is invalid
>  3405 | template <> struct LvlTypeMap<VkVideoDecodeH264SessionCreateInfoEXT> {
>       |                                                                    ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3409:32: error: ‘VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_CREATE_INFO_EXT’ was not declared in this scope; did you mean ‘VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_CREATE_INFO_EXT’?
>  3409 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_CREATE_INFO_EXT> {
>       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_CREATE_INFO_EXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:3409:91: error: template argument 1 is invalid
>  3409 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_CREATE_INFO_EXT> {
>       |                                                                                           ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:4331:31: error: ‘VkVideoDecodeH265SessionCreateInfoEXT’ was not declared in this scope; did you mean ‘VkVideoDecodeH265SessionParametersCreateInfoEXT’?
>  4331 | template <> struct LvlTypeMap<VkVideoDecodeH265SessionCreateInfoEXT> {
>       |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                               VkVideoDecodeH265SessionParametersCreateInfoEXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:4331:68: error: template argument 1 is invalid
>  4331 | template <> struct LvlTypeMap<VkVideoDecodeH265SessionCreateInfoEXT> {
>       |                                                                    ^
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:4335:32: error: ‘VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_CREATE_INFO_EXT’ was not declared in this scope; did you mean ‘VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_PARAMETERS_CREATE_INFO_EXT’?
>  4335 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_CREATE_INFO_EXT> {
>       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>       |                                VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_PARAMETERS_CREATE_INFO_EXT
> /<<PKGBUILDDIR>>/icd/generated/vk_typemap_helper.h:4335:91: error: template argument 1 is invalid
>  4335 | template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_SESSION_CREATE_INFO_EXT> {
>       |                                                                                           ^
> [ 81%] Linking C executable vkcube
> cd /<<PKGBUILDDIR>>/build/cube && /usr/bin/cmake -E cmake_link_script CMakeFiles/vkcube.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fno-strict-aliasing -fno-builtin-memcmp -Wimplicit-fallthrough=0 -fvisibility=hidden -Wl,-z,relro CMakeFiles/vkcube.dir/cube.c.o -o vkcube  /usr/lib/x86_64-linux-gnu/libxcb.so -lm /usr/lib/x86_64-linux-gnu/libvulkan.so -lrt 
> [ 86%] Linking C executable vkcube-wayland
> cd /<<PKGBUILDDIR>>/build/cube && /usr/bin/cmake -E cmake_link_script CMakeFiles/vkcube-wayland.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fno-strict-aliasing -fno-builtin-memcmp -Wimplicit-fallthrough=0 -fvisibility=hidden -Wl,-z,relro "CMakeFiles/vkcube-wayland.dir/cube.c.o" "CMakeFiles/vkcube-wayland.dir/xdg-shell-code.c.o" "CMakeFiles/vkcube-wayland.dir/xdg-decoration-code.c.o" -o vkcube-wayland  /usr/lib/x86_64-linux-gnu/libxcb.so -lm /usr/lib/x86_64-linux-gnu/libwayland-client.so /usr/lib/x86_64-linux-gnu/libvulkan.so -lrt 
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 86%] Built target vkcube
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
> [ 86%] Built target vkcube-wayland
> make[3]: *** [icd/CMakeFiles/VkICD_mock_icd.dir/build.make:79: icd/CMakeFiles/VkICD_mock_icd.dir/generated/mock_icd.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/vulkan-tools_1.3.204.0+dfsg1-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: vulkan-tools
Source-Version: 1.3.216.0+dfsg1-1
Done: Timo Aaltonen <tjaalton@debian.org>

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

Debian distribution maintenance software
pp.
Timo Aaltonen <tjaalton@debian.org> (supplier of updated vulkan-tools 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: Mon, 04 Jul 2022 12:41:10 +0300
Source: vulkan-tools
Built-For-Profiles: noudeb
Architecture: source
Version: 1.3.216.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Timo Aaltonen <tjaalton@debian.org>
Closes: 1013575
Changes:
 vulkan-tools (1.3.216.0+dfsg1-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #1013575)
   * control: Bump libvulkan-dev build-dep.
   * install: Add vkcube-wayland.
Checksums-Sha1:
 9a09f660681769fce1f531a4a52843a7eb3fd0b5 2145 vulkan-tools_1.3.216.0+dfsg1-1.dsc
 f2fd7d475114371a8049bac47bd24a7d199ea849 473768 vulkan-tools_1.3.216.0+dfsg1.orig.tar.xz
 63b534942edf722a44725d222ece65da30756a0a 3012 vulkan-tools_1.3.216.0+dfsg1-1.debian.tar.xz
 81963f0c6a2f7df5aac902d23c3231fba3aafdb3 8867 vulkan-tools_1.3.216.0+dfsg1-1_source.buildinfo
Checksums-Sha256:
 8a4ce0e18ed95592ca8a44f39154be2e8036b34f1504e980c15a2e6469b02da2 2145 vulkan-tools_1.3.216.0+dfsg1-1.dsc
 30529ed6bbadc854e8d9640344d0432014e38773d8ac46acb8492bfaef231a48 473768 vulkan-tools_1.3.216.0+dfsg1.orig.tar.xz
 008049d91b6e5037e052700f6a9118f696b36fc49e7269e5e0026eb1e08c790b 3012 vulkan-tools_1.3.216.0+dfsg1-1.debian.tar.xz
 99daef3f4117a83ca23f973faafc3b2ab0bbc5a771be8e929420f5e88e49e212 8867 vulkan-tools_1.3.216.0+dfsg1-1_source.buildinfo
Files:
 c0ce77b7c4f837af9ac52bf3290236ae 2145 libs optional vulkan-tools_1.3.216.0+dfsg1-1.dsc
 ce096b49f22e2fb9e232254565d1ec2d 473768 libs optional vulkan-tools_1.3.216.0+dfsg1.orig.tar.xz
 b53f6d917c8f422c3c1b83ea8f2b0654 3012 libs optional vulkan-tools_1.3.216.0+dfsg1-1.debian.tar.xz
 46fc5485a6b15e77b888a27fd52f68c3 8867 libs optional vulkan-tools_1.3.216.0+dfsg1-1_source.buildinfo

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

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmLCteYACgkQy3AxZaiJ
hNz6tw//XTvo0G2enntl6Ec35u5IZXSU5IlTaeimxse828HQgzrA5br7zq8xsbsr
f/JYVNV9CJ+6hfwljVOeoKxVJe/5OZbaTrddo2TmC3AWfMXEeF+c726IalzdndFw
N/57lmeezBObZzspTP2GpPvYPwTvUTJMtIayqrQ2xT0+AODE1Dv3DQttjVANWZYS
cT3NnQ9ZuG1rAUsaSzWncv9UxZrhVmcx4nFDcSqw7wZN5XzsuOKSkOP04SHP2Sr5
9Tl7KxMIRttprCKV5M/Cwh7Cr9RPnQ8sCtxN/bCyXvtbKj4RwS0cW41ZqhI1V91E
x+ZbExDh4By+ObfVu07r3pr6y0249NEvUTsZHcsbZPBurB4ZFIT9v1/aX/4vQdRQ
anOd6F3X1uL+5Dw4N8FFQQay4dJZGHADJDlbNsoH63ll294hDDNYNDoar99ijos9
Qb0v4uYBM0WAg6m0kj9JL+QSyj/eeaJ3bAulXyDYwW7CRRSdbnGyvNSIyEfsO44x
ee9Xtsa7EHbSEAB4kKjm+02ilSoB8QF+xiiHxuSkf/+2QmLBlmiHfznDg1WFuCiw
2b6yJgfcCYJu5ycnuEY10kE1apP49CAgST2Aod3zgH5tpA8XWnRGMAUWbvCiCVuU
O+4lfOK4VPsUKmF3BEscBRQyBrHElYqzrLibG79leKNZm9HZam4=
=c6cp
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: