Package Details: amdvlk-2023q3.3 2023.Q3.3-2

Git Clone URL: https://aur.archlinux.org/amdvlk-2023q3.3.git (read-only, click to copy)
Package Base: amdvlk-2023q3.3
Description: AMD's standalone Vulkan driver for Pre-GFX10 GPUs (Vega, Polaris)
Upstream URL: https://github.com/GPUOpen-Drivers
Licenses: MIT
Conflicts: amdvlk
Provides: amdvlk, vulkan-driver
Submitter: SunRed
Maintainer: SunRed
Last Packager: SunRed
Votes: 1
Popularity: 0.000023
First Submitted: 2023-12-03 20:00 (UTC)
Last Updated: 2024-04-11 18:00 (UTC)

Required by (85)

Sources (1)

Latest Comments

crazy_farmer commented on 2025-01-19 19:09 (UTC) (edited on 2025-01-23 17:30 (UTC) by crazy_farmer)

I tried installing this for the first time, but the build fails with the following error message (cut because the output is too long, but i can provide the full output if needed). Is this a general issue or just me? Anything i can do to fix it?

/home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Extensions.hlsl:202:39: note: variable 'timerHi' is declared here
__decl void AmdTraceRaySampleGpuTimer(out_param(uint) timerHi, out_param(uint) timerLo) DUMMY_VOID_FUNC
                                      ^
/home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Common.hlsl:41:22: note: expanded from macro 'out_param'
#define out_param(x) out x
                     ^
In file included from /home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/BuildBVH.hlsl:45:
In file included from /home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Common.hlsl:47:
In file included from /home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Debug.hlsl:30:
/home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Extensions.hlsl:202:89: warning: parameter 'timerLo' is uninitialized when used here [-Wparameter-usage]
__decl void AmdTraceRaySampleGpuTimer(out_param(uint) timerHi, out_param(uint) timerLo) DUMMY_VOID_FUNC
                                                                                        ^~~~~~~~~~~~~~~
/home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/../shared/rayTracingDefs.h:62:29: note: expanded from macro 'DUMMY_VOID_FUNC'
#define DUMMY_VOID_FUNC   { }
                            ^
/home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Extensions.hlsl:202:64: note: variable 'timerLo' is declared here
__decl void AmdTraceRaySampleGpuTimer(out_param(uint) timerHi, out_param(uint) timerLo) DUMMY_VOID_FUNC
                                                               ^
/home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Common.hlsl:41:22: note: expanded from macro 'out_param'
#define out_param(x) out x
                     ^
/home/<username>/.cache/yay/amdvlk-2023q3.3/src/gpurt/src/shaders/Common.hlsl:550:18: error: firstbithigh is currently limited to 32-bit width components when targetting SPIR-V
    return (63 - firstbithigh(value));
                 ^
Failed to compile Vulkan shader config ShaderConfig< Path: BuildBVH.hlsl, EntryPoint: BuildBVH, OutputName: None, BaseLogicalId: None, RootSignaturePath: None, Defines: GPURT_BUILD_RTIP2=1,GPURT_DEVELOPER=1,GPURT_CLIENT_API_VULKAN=1,GPURT_CLIENT_INTERFACE_MAJOR_VERSION=39,USE_BUILD_LBVH=1,GPURT_BVH_BUILD_SHADER=1, GroupTag: BVH >
Launching threads for raytracing shader compilation...
Raytracing shader compilation completed with no errors.
Launching threads for raytracing shader compilation...
[1904/2775] Building CXX object compiler/llpc/llvm/lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o
ninja: build stopped: subcommand failed.

Edit: as a workaround, i installed this version from the arch linux archive - works perfectly fine

SunRed commented on 2024-07-09 18:48 (UTC)

@TaXules As perl-xml-xpath is a make dependency this doesn't seem to be an issue with the packaging. Could you tell me what you use to install/build the package?

TaXules commented on 2024-07-08 16:52 (UTC)

@SunRed: I have the error "xpath: command not found" because /usr/bin/vendor_perl/xpath is not in the path of the user that build my AUR (dynamic user from systemd).

SunRed commented on 2024-04-29 18:31 (UTC)

@TaXules Could you please elaborate on your issue? I've just rebuilt the package in a clean chroot again and I didn't encounter any error like that.

TaXules commented on 2024-04-27 16:52 (UTC)

xpath: command not found