Search Criteria
Package Details: gfxreconstruct 1.0.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gfxreconstruct.git (read-only, click to copy) |
---|---|
Package Base: | gfxreconstruct |
Description: | Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior |
Upstream URL: | https://github.com/LunarG/gfxreconstruct |
Licenses: | Apache-2.0 |
Submitter: | 1ace |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-01-18 16:01 (UTC) |
Last Updated: | 2024-05-26 08:14 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- lz4 (lz4-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxcb (libxcb-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- xcb-util-keysyms (make)
Latest Comments
Kunda commented on 2024-04-09 13:08 (UTC)
bump to v1.0.3 https://github.com/LunarG/gfxreconstruct/releases/tag/v1.0.3
Saancreed commented on 2023-06-23 00:47 (UTC)
After the last commit the package is now unbuildable again, with the same error as I posted back in January. Could you please either remove 32-bit layer altogether (and perhaps move it to another package like
lib32-gfxreconstruct
) or ensure that required 32-bit libraries are present at build time by adding them tomakedepends
?Saancreed commented on 2023-02-01 17:30 (UTC)
@1ace All's good now on my side as well, thanks for maintaining this!
1ace commented on 2023-02-01 15:37 (UTC)
@Saancreed, @kode54: thanks both for reporting that! you're right, I forgot the
lib32-*
variants in thedepends
; I just fixed that, it now builds fine in a clean chroot (sorry I forgot to do that in the first place)Saancreed commented on 2023-01-24 17:56 (UTC)
@kode54 Right, and because of that a bunch of
lib32-…
packages need to be added todepends
, otherwisemakepkg
will never askpacman
to install them and the package will fail to build every single time unless thePKGBUILD
is manually patched to include them. I just wanted to notify the maintainer that in the current state, the package is broken and it would be nice to have it fixed.kode54 commented on 2023-01-22 04:25 (UTC)
@Saancreed This package builds both 64 and 32 bit versions of the Vulkan layers, so it needs multilib support, even though it doesn't specify such as requirements for building or installing.
On my system, it worked mostly, except I needed to install lib32-lz4 so the 32 bit link process wouldn't try to link the 64 bit version.
Saancreed commented on 2023-01-18 19:40 (UTC)
Hi, this package fails to build for me, with the log ending like so:
Seems like you are missing some 32-bit libraries in
depends
?