Search Criteria
Package Details: renderdoc-git 1.27-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/renderdoc-git.git (read-only, click to copy) |
---|---|
Package Base: | renderdoc-git |
Description: | OpenGL and Vulkan debugging tool |
Upstream URL: | https://github.com/baldurk/renderdoc |
Licenses: | MIT |
Conflicts: | renderdoc |
Provides: | renderdoc |
Submitter: | 1ace |
Maintainer: | VitalyR |
Last Packager: | 1ace |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-23 20:56 (UTC) |
Last Updated: | 2023-06-02 22:44 (UTC) |
Dependencies (14)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- pcre
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-x11extras
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-keysyms
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (4)
- shadps4 (requires renderdoc) (make)
- shadps4 (requires renderdoc) (optional)
- shadps4-git (requires renderdoc) (make)
- shadps4-git (requires renderdoc) (optional)
Latest Comments
1 2 Next › Last »
Frogging101 commented on 2024-02-19 22:47 (UTC)
The PKGBUILD needs to have
options=("!lto")
added. Otherwise the program defaults due to static global variables initialized out of order.1ace commented on 2022-01-02 23:34 (UTC)
Enabling Wayland in the
-git
package was done so that it would get tested and errors reported back to the upstream project, in the hopes that bugs would get fixed and wayland would end up actually supported, but this clearly hasn't happened so I'm dropping it.I also noticed that I had missed a couple of other messages on here, apologies for that; I've now added
git
to themakedepends
and dropped my.desktop
& icon since upstream now provides one.io7m commented on 2021-12-22 09:52 (UTC)
It seems that compiling the package in this manner isn't a good idea. It causes some breakage when tracing some Vulkan applications:
https://github.com/baldurk/renderdoc/issues/2429
Using the default instructions:
... results in a working RenderDoc.
marijns commented on 2021-09-20 20:06 (UTC)
@1ace: Is it possible to drop
renderdoc.desktop
and the relevantinstall
entry for this file and the icon? A (seemingly) more up-to-date file together with icon will already be provided byninja install
.Saancreed commented on 2021-03-23 23:39 (UTC)
Hello, please add
git
tomakedepends
, otherwise the build will always fail with==> ERROR: Cannot find the git package needed to handle git sources.
.haagch commented on 2020-12-06 01:07 (UTC)
Thanks for that info. I do have -march=native set.
1ace commented on 2020-12-05 23:48 (UTC)
@haagch: I just tried and I can confirm, the build fails if I set
-march=native
but succeeds if I leave the default-march=x86-64 -mtune=generic
or if I drop the-march
&-mtune
flags entirely.I'm not a compiler expert, but I would consider this a compiler bug; if you have the time and patience you could report it upstream :)
1ace commented on 2020-12-05 22:57 (UTC)
@haagch: I remember seeing that error; IIRC it was because I had put
-march=native
in theCFLAGS
/CXXFLAGS
in my/etc/makepkg.conf
; resetting them to the default-march=x86-64 -mtune=generic
fixed it.Let me know if that's not enough, or if it works :)
haagch commented on 2020-12-03 14:45 (UTC)
Anyone else getting this error? https://hastebin.com/uyebefeday.txt
1ace commented on 2020-07-25 12:34 (UTC)
1 2 Next › Last »