Search Criteria
Package Details: renderdoc-git 1.12-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: | |
Conflicts: | |
Provides: | |
Submitter: | 1ace |
Maintainer: | 1ace |
Last Packager: | 1ace |
Votes: | 3 |
Popularity: | 0.011086 |
First Submitted: | 2016-02-23 20:56 |
Last Updated: | 2021-02-06 16:56 |
Dependencies (12)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libx11 (libx11-git, libx11-threadsafe)
- libxcb (libxcb-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-minimal+-git, mesa-git, mesa-minimal-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- qt5-x11extras (qt5-x11extras-git)
- wayland (wayland-git, wayland-nodocs-git)
- xcb-util-keysyms
- cmake (cmake-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python (python-dbg) (make)
Latest Comments
1 2 Next › Last »
haagch commented on 2020-12-06 01:07
Thanks for that info. I do have -march=native set.
1ace commented on 2020-12-05 23:48
@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
@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
Anyone else getting this error? https://hastebin.com/uyebefeday.txt
1ace commented on 2020-07-25 12:34
I'll also enable the experimental Wayland support while at it :)
1ace commented on 2020-07-25 12:31
@thingsGoWrong: check your `/etc/makepkg.conf`, specifically `MAKEFLAGS`. I'm guessing you're overriding it to `-j1` (or unsetting it? `make` defaults to single-threaded if you unset `MAKEFLAGS`)
That said, there's not really a good reason to still use `make` in this century; I based this PKGBUILD on the one from `renderdoc`, but I'll update it now to use `ninja` instead, which doesn't rely on flags but instead auto-detects the number of cores.
thingsGoWrong commented on 2020-07-23 05:15
Why is it building using only 1 core in 2020? Should default to all cores. Please fix.
1ace commented on 2020-04-26 21:38
@Strunkenbold: Hey!
Thanks for reporting Baldur's remark back to me. I indeed messed up by copying that flag to this package without understanding it, and may have caused him unnecessary trouble as a result.
This is fixed now, and I bumped the pkgver & pkgrel to make sure everyone has to rebuild the package with the correct flags.
Sorry about that :/
Strunkenbold commented on 2020-04-25 09:25
Hello, for some weeks now, the package failed to build.
I opened now a upstream bug and it got fixed within an hour. BUT, the author mentions that this package is broken, maybe someone with a little bit more experience could take a look: https://github.com/baldurk/renderdoc/issues/1846#issuecomment-619131687
zfkerr commented on 2018-06-16 18:51
@1ace A missing makedependence "cmake"