Package Details: vulkan-man-pages 1.3.268-5

Git Clone URL: https://aur.archlinux.org/vulkan-man-pages.git (read-only, click to copy)
Package Base: vulkan-man-pages
Description: Vulkan man pages as manpages
Upstream URL: https://github.com/KhronosGroup/Vulkan-Docs
Keywords: documentation
Licenses: custom
Submitter: otreblan
Maintainer: otreblan
Last Packager: otreblan
Votes: 4
Popularity: 0.006424
First Submitted: 2020-08-03 03:25 (UTC)
Last Updated: 2023-10-18 12:30 (UTC)

Latest Comments

winnie_ua commented on 2023-10-17 22:01 (UTC)

Please add -j option to ./makeAllExts to make build use all available cores.

winnie_ua commented on 2023-08-12 21:21 (UTC)

looks like this change is reequired

diff --git a/PKGBUILD b/PKGBUILD
index 00e5e6d..b2b1cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ makedepends=(
        "npm"
        "python3"
        "source-highlight"
+       "python-pyparsing"
 )
 source=("$url/archive/v$pkgver.tar.gz" "manpage.patch")
 sha256sums=('44f248cc8b8ed96d0c9afdece57bcf70e2c1262bc90bcffc3a025e1f2451906b'

And my error was because I was using old version of node installed on my system via nvm

I guess adding --save flag to nvm install can also remove this conflict of versions.

winnie_ua commented on 2023-08-12 20:30 (UTC)

Doesn't build for a while. For few monthes.

==> Extracting sources...
  -> Extracting v1.3.259.tar.gz with bsdtar
==> Starting prepare()...
npm WARN saveError ENOENT: no such file or directory, open '/home/winnie/.cache/yay/vulkan-man-pages/src/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/home/winnie/.cache/yay/vulkan-man-pages/src/package.json'
npm WARN src No description

lamarpavel commented on 2023-08-04 08:24 (UTC) (edited on 2023-08-04 08:25 (UTC) by lamarpavel)

Having problems building this package for the past week or so. I'm using aurutils to build packages from the AUR. The error occurs in the prepare function:

==> Starting prepare()...

[...]

/startdir/PKGBUILD: line 32: ../manpage.patch: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/aurpac/build

Looks like the file manpage.patch is a broken symlink in the build directory (it exists in the repo checked out from the AUR), but I'm not familiar with the build system used here and can't figure out what's going wrong exactly.

Ryp commented on 2020-09-22 14:39 (UTC)

Thanks for this package! I'll remove 'vulkan-man-git' from AUR.