mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 01/10] spirv-headers: version bump 1.4.328.1 -> 1.4.335.0
Date: Fri, 16 Jan 2026 14:37:30 +0100	[thread overview]
Message-ID: <aWo_Gqh3LqrwqAyw@pengutronix.de> (raw)
In-Reply-To: <20251212141350.1516879-1-p.zabel@pengutronix.de>

Hi,

Something in this series (I think) causes build failures in vkmark:

30/84] Compiling C++ object src/libvkmark-core.a.p/vulkan_state.cpp.o
FAILED: src/libvkmark-core.a.p/vulkan_state.cpp.o
arm-v7a-linux-gnueabihf-g++ -Isrc/libvkmark-core.a.p -Isrc -I../vkmark-2025.01/src -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++17 -O2 -g '-DVKMARK_WINDOW_SYSTEM_DIR="/usr/lib/vkmark"'
'-DVKMARK_DATA_DIR="/usr/share/vkmark"' '-DVKMARK_VERSION_STR="2025.01"' -fPIC -MD -MQ src/libvkmark-core.a.p/vulkan_state.cpp.o -MF src/libvkmark-core.a.p/vulkan_state.cpp.o.d -o
src/libvkmark-core.a.p/vulkan_state.cpp.o -c ../vkmark-2025.01/src/vulkan_state.cpp
../vkmark-2025.01/src/vulkan_state.cpp: In member function 'void VulkanState::create_instance(VulkanWSI&)':
../vkmark-2025.01/src/vulkan_state.cpp:203:32: warning: 'vk::DebugUtilsMessengerCreateInfoEXT& vk::DebugUtilsMessengerCreateInfoEXT::setPfnUserCallback(PFN_vkDebugUtilsMessengerCallbackEXT)' is deprecated: This setter
is deprecated. Use the one taking a function pointer type from the vk-namespace instead. [-Wdeprecated-declarations]
In file included from .../usr/include/vulkan/vulkan.hpp:9625,
                 from ../vkmark-2025.01/src/vulkan_state.h:26,
                 from ../vkmark-2025.01/src/vulkan_state.cpp:23:
.../usr/include/vulkan/vulkan_structs.hpp:32331:40: note: declared here
../vkmark-2025.01/src/vulkan_state.cpp:207:52: error: no matching function for call to 'vk::Instance::createDebugUtilsMessengerEXT(const vk::DebugUtilsMessengerCreateInfoEXT&, std::nullptr_t, const
{anonymous}::DebugUtilsDispatcher&) const'
In file included from .../usr/include/vulkan/vulkan.hpp:9624:
.../usr/include/vulkan/vulkan_handles.hpp:21526:33: note: candidate: 'template<class Dispatch, typename
std::enable_if<vk::detail::isDispatchLoader<Type>::value, bool>::type <anonymous> > vk::Result vk::Instance::createDebugUtilsMessengerEXT(const vk::DebugUtilsMessengerCreateInfoEXT*, const vk::AllocationCallbacks*,
vk::DebugUtilsMessengerEXT*, const Dispatch&) const'
.../usr/include/vulkan/vulkan_handles.hpp:21526:33: note:   template argument deduction/substitution failed:
../vkmark-2025.01/src/vulkan_state.cpp:207:81: note:   cannot convert 'dud' (type 'const {anonymous}::DebugUtilsDispatcher') to type 'vk::DebugUtilsMessengerEXT*'
.../usr/include/vulkan/vulkan_handles.hpp:21535:7: note: candidate: 'template<class Dispatch, typename
std::enable_if<vk::detail::isDispatchLoader<Type>::value, bool>::type <anonymous> > vk::ResultValueType<vk::DebugUtilsMessengerEXT>::type vk::Instance::createDebugUtilsMessengerEXT(const
vk::DebugUtilsMessengerCreateInfoEXT&, vk::Optional<const vk::AllocationCallbacks>, const Dispatch&) const'
.../usr/include/vulkan/vulkan_handles.hpp:21535:7: note:   template argument deduction/substitution failed:
.../usr/include/vulkan/vulkan_handles.hpp:21533:152: error: no type named 'type' in 'struct std::enable_if<false,
bool>'
../vkmark-2025.01/src/vulkan_state.cpp:208:95: error: no matching function for call to 'ManagedResource<vk::DebugUtilsMessengerEXT>::ManagedResource(<brace-enclosed initializer list>)'
In file included from ../vkmark-2025.01/src/vulkan_state.h:28:
../vkmark-2025.01/src/managed_resource.h:40:5: note: candidate: 'ManagedResource<T>::ManagedResource(ManagedResource<T>&&) [with T = vk::DebugUtilsMessengerEXT]'
../vkmark-2025.01/src/managed_resource.h:40:5: note:   candidate expects 1 argument, 2 provided
../vkmark-2025.01/src/managed_resource.h:34:5: note: candidate: 'ManagedResource<T>::ManagedResource(T&&, Destructor&&) [with T = vk::DebugUtilsMessengerEXT; Destructor =
std::function<void(vk::DebugUtilsMessengerEXT&)>]'
../vkmark-2025.01/src/managed_resource.h:34:5: note:   conversion of argument 1 would be ill-formed:
../vkmark-2025.01/src/managed_resource.h:32:5: note: candidate: 'constexpr ManagedResource<T>::ManagedResource() [with T = vk::DebugUtilsMessengerEXT]'
../vkmark-2025.01/src/managed_resource.h:32:5: note:   candidate expects 0 arguments, 2 provided

Michael


On Fri, Dec 12, 2025 at 03:13:41PM +0100, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
>  rules/spirv-headers.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/spirv-headers.make b/rules/spirv-headers.make
> index df53f51e4433..a879abacae68 100644
> --- a/rules/spirv-headers.make
> +++ b/rules/spirv-headers.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SPIRV_HEADERS) += spirv-headers
>  #
>  # Paths and names
>  #
> -SPIRV_HEADERS_VERSION	:= 1.4.328.1
> -SPIRV_HEADERS_MD5	:= fe65ef52a13a0f6d20c065208cd9efab
> +SPIRV_HEADERS_VERSION	:= 1.4.335.0
> +SPIRV_HEADERS_MD5	:= 3808c16c503e1ce95510f498d5ee37b6
>  SPIRV_HEADERS		:= spirv-headers-$(SPIRV_HEADERS_VERSION)
>  SPIRV_HEADERS_SUFFIX	:= tar.gz
>  SPIRV_HEADERS_URL	:= https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)
> -- 
> 2.47.3
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



  parent reply	other threads:[~2026-01-16 13:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-12 14:13 Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 02/10] spirv-tools: " Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 03/10] glslang: version bump 1.4.328.1 -> 1.4.355.0 Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 04/10] vulkan-headers: version bump 1.4.328.1 -> 1.4.335.0 Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 05/10] vulkan-loader: " Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 06/10] vulkan-utility-libraries: " Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 07/10] vulkan-tools: " Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 08/10] vulkan-validationlayers: " Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 09/10] volk: " Philipp Zabel
2025-12-12 14:13 ` [ptxdist] [PATCH 10/10] shaderc: version bump v2025.4 -> v2025.5 Philipp Zabel
2026-01-16 13:37 ` Michael Olbrich [this message]
2026-01-16 14:42   ` [ptxdist] [PATCH 01/10] spirv-headers: version bump 1.4.328.1 -> 1.4.335.0 Philipp Zabel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aWo_Gqh3LqrwqAyw@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox