Package Details: vkmark-git r133.30d2cd3-2

Git Clone URL: https://aur.archlinux.org/vkmark-git.git (read-only, click to copy)
Package Base: vkmark-git
Description: Vulkan benchmark
Upstream URL: https://github.com/vkmark/vkmark
Licenses: LGPL2.1
Conflicts: vkmark
Provides: vkmark
Submitter: haagch
Maintainer: haagch (xexaxo)
Last Packager: xexaxo
Votes: 11
Popularity: 0.000044
First Submitted: 2017-07-31 22:55 (UTC)
Last Updated: 2022-10-26 14:56 (UTC)

Latest Comments

1 2 Next › Last »

xexaxo commented on 2022-07-22 17:25 (UTC)

@vkulikov the base-devel group must be installed before building any Arch package. In there we currently have gcc, which resolves the error you're seeing.

vkulikov commented on 2022-05-16 15:45 (UTC)

we need to add build dependencies

meson.build:1:0: ERROR: Unknown compiler(s): [['cc'], ['gcc'], ['clang'], ['nvc'], ['pgcc'], ['icc']]
The following exception(s) were encountered:

xexaxo commented on 2021-10-05 10:50 (UTC) (edited on 2021-10-05 10:52 (UTC) by xexaxo)

Thanks for the vote of confidence @haagch :-)

I've went ahead with few changes:

  • removed libpng - seemingly never used

  • removed the mesa dependency - gbm/kms backend is broken, see upstream issue

  • demoted the X/Wayland deps to optdepends - it's a run-time check within vkmark

haagch commented on 2021-10-02 18:51 (UTC)

@xexaxo Thanks, added wayland-protocols makedependency. I also added wayland as a dependency because /usr/lib/vkmark/wayland.so links to libwayland-client.so.0

Also made you co maintainer, push updates however and whenever you want. :)

xexaxo commented on 2021-10-01 14:50 (UTC) (edited on 2021-10-01 15:37 (UTC) by xexaxo)

Building in clean chroot fails due to the missing wayland-protocols (makedepends) dependency with:

Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake)
Run-time dependency wayland-scanner found: YES 1.19.0
...
src/meson.build:91:4: ERROR: 'not-found' is not a pkgconfig dependency

This MR https://github.com/vkmark/vkmark/pull/36, fixes the dependency handling upstream - although we also want to add wayland-protocols in the PKGBUILD

xexaxo commented on 2021-10-01 11:41 (UTC)

Fwiw vulkan-headers, has been providing vulkan-hpp for over 3 years now. So the latter can be removed from the PKGBUILD.

fabiscafe commented on 2021-07-16 06:26 (UTC)

vkmark: error while loading shared libraries: libassimp.so.5: cannot open shared object file: No such file or directory

As others said, assimp needs to move to the dependencies.

aalhitennf commented on 2020-06-30 07:55 (UTC)

needs assimp as rundep

sehraf commented on 2018-03-31 11:07 (UTC)

The packet "assimp" is not just a build dependency but also a dependency for execution: vkmark: error while loading shared libraries: libassimp.so.4: cannot open shared object file: No such file or directory