Package Details: renderdoc-git 1.27-1

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)

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 the makedepends 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:

cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild -H.
make -C build

... results in a working RenderDoc.

marijns commented on 2021-09-20 20:06 (UTC)

@1ace: Is it possible to drop renderdoc.desktop and the relevant install entry for this file and the icon? A (seemingly) more up-to-date file together with icon will already be provided by ninja install.

Saancreed commented on 2021-03-23 23:39 (UTC)

Hello, please add git to makedepends, 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 the CFLAGS/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)

I'll also enable the experimental Wayland support while at it :)