Package Details: rr-git 5.5.0.r259.g969710ba-1

Git Clone URL: https://aur.archlinux.org/rr-git.git (read-only, click to copy)
Package Base: rr-git
Description: Record and Replay framework: lightweight recording and deterministic debugging
Upstream URL: http://rr-project.org/
Licenses: custom
Conflicts: rr
Provides: rr
Submitter: dequis
Maintainer: codyps
Last Packager: codyps
Votes: 4
Popularity: 0.000000
First Submitted: 2015-08-25 04:03 (UTC)
Last Updated: 2022-05-09 22:39 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

maleadt commented on 2018-09-05 08:00 (UTC)

Also seems to require -DCMAKE_CXX_STANDARD=14 on my system.

caiye commented on 2018-07-24 10:06 (UTC)

rr-git-5.2.0.r33.g34d5bd23-1-x86_64 cannot be installed because it contains a directory /usr/lib64, which should be a symlink to lib and owned by filesystem. Adding -DCMAKE_INSTALL_LIBDIR=lib bypasses this problem.

lhjay1 commented on 2018-01-19 10:02 (UTC)

depend 'community/capnproto'

vchuravy commented on 2017-11-10 17:55 (UTC)

capnproto seems to be building again

dequis commented on 2017-08-12 20:04 (UTC) (edited on 2017-08-12 20:05 (UTC) by dequis)

capnp is capnproto Looks like the capnproto AUR package doesn't build in its current version and is in the process of getting orphaned, and there's a "capnproto-0.6" package that works but may get removed/merged with the other one soonish. The maintainer of the latter sent the orphan request yesterday so i'll update the deps here when/if that's sorted.

greenmanalishi commented on 2017-08-12 07:59 (UTC)

fails with: -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'capnp' -- No package 'capnp' found CMake Error at /usr/share/cmake-3.8/Modules/FindPkgConfig.cmake:416 (message): A required package was not found

yan12125 commented on 2016-10-13 15:52 (UTC)

Hello, could you remove -DCMAKE_BUILD_TYPE=Release? With that I can't get full stack trace when replaying (See https://github.com/mozilla/rr/issues/1848)

dequis commented on 2016-09-02 04:41 (UTC)

Huh, I somehow missed that comment, sorry for that. I knew the patches were applied in git (there's another older one that affects 4.3.0), just made it use release mode here too because it uses -O2 instead of -O0.

yan12125 commented on 2016-09-02 04:22 (UTC)

Well, -DCMAKE_BUILD_TYPE=Release is no longer necessary. I have submitted a patch to rr for fixing compiler errors and it's accepted: https://github.com/mozilla/rr/commit/3d96a37cc5d2dcdd1b8cc6686d641eabaadcdb05. Of course the new parameter is not harmful :)

maleadt commented on 2016-06-23 19:17 (UTC)

Needs -DCMAKE_BUILD_TYPE=Release, or it selects Debug which in turn enables -Werror (which breaks compilation on our GCC).