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

« First ‹ Previous 1 2

1ace commented on 2020-07-25 12:31 (UTC) (edited on 2020-07-25 12:32 (UTC) by 1ace)

@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 (UTC)

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 (UTC)

@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 (UTC) (edited on 2020-04-25 10:03 (UTC) by Strunkenbold)

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 (UTC)

@1ace A missing makedependence "cmake"

exolyte commented on 2018-02-03 12:51 (UTC) (edited on 2018-02-03 12:51 (UTC) by exolyte)

Change OFF to ON in

'-DENABLE_QRENDERDOC=OFF \'

on line 38 of the pkgbuild and add

'"CMAKE_DIR=${srcdir}/renderdoc/build/"'

to

'qmake "CONFIG+=release" "DESTDIR=${srcdir}/renderdoc/build/bin" .'

on line 44 to get it to build properly.

ekaljuk commented on 2017-10-14 18:31 (UTC)

Doesn't build for me either. I receive essentially the same error as @salviati showed in the previous post.

salviati commented on 2017-09-27 02:56 (UTC)

Build fails with the following error: [ 99%] Building CXX object renderdoccmd/CMakeFiles/renderdoccmd.dir/renderdoccmd.cpp.o [ 99%] Building CXX object renderdoccmd/CMakeFiles/renderdoccmd.dir/renderdoccmd_linux.cpp.o [100%] Linking CXX executable ../bin/renderdoccmd [100%] Built target renderdoccmd /var/tmp/yaourt-tmp-salviati/aur-renderdoc-git/src/renderdoc /var/tmp/yaourt-tmp-salviati/aur-renderdoc-git/src/renderdoc/qrenderdoc /var/tmp/yaourt-tmp-salviati/aur-renderdoc-git/src/renderdoc Info: creating stash file /var/tmp/yaourt-tmp-salviati/aur-renderdoc-git/src/renderdoc/qrenderdoc/.qmake.stash Project ERROR: When run from outside CMake, please set the Build Environment Variable CMAKE_DIR to point to your CMake build root. In Qt Creator add CMAKE_DIR=/path/to/renderdoc/build under 'Additional arguments' in the qmake Build Step. If running qmake directly, add CMAKE_DIR=/path/to/renderdoc/build/ to the command line.

doraskayo commented on 2016-12-16 19:24 (UTC)

The package needs a couple of updates: * For proper Vulkan support, renderdoc.json must be placed in /usr/share/vulkan/implicit_layer.d/. [1] * qrenderdoc is now in preview form and builds successfully. [2] While it's not fully-featured yet, it does work, and it's the only GUI available for Linux. Perhaps it should be enabled. [1] https://renderdoc.org/docs/behind_scenes/vulkan_support.html [2] https://github.com/baldurk/renderdoc/releases/tag/v0.32

svenstaro commented on 2016-09-19 11:08 (UTC)

This is segfaulting for me. The upstream bug is this: https://github.com/baldurk/renderdoc/issues/366