Package Details: rr 5.9.0-1

Git Clone URL: https://aur.archlinux.org/rr.git (read-only, click to copy)
Package Base: rr
Description: Record and Replay framework: lightweight recording and deterministic debugging
Upstream URL: http://rr-project.org/
Licenses: custom
Submitter: dequis
Maintainer: codyps (zrhoffman, SandaruKasa, DarkShadow44, giordano, Cebtenzzre, Manouchehri, pspacek)
Last Packager: SandaruKasa
Votes: 71
Popularity: 0.070577
First Submitted: 2015-08-24 23:26 (UTC)
Last Updated: 2025-02-19 12:19 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

dequis commented on 2015-11-04 16:46 (UTC)

Done. Also updated to 4.0.1. (I actually had the /usr thing staged locally and forgot to commit it. Welp.)

Mic92 commented on 2015-11-04 15:08 (UTC) (edited on 2015-11-04 15:09 (UTC) by Mic92)

Please install rr to /usr instead of /usr/local cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. And add a dependency on gcc-multilib.

janisozaur commented on 2015-11-02 20:36 (UTC)

@vale have you tried installing gcc-multilib?

vale commented on 2015-11-02 20:15 (UTC)

I'm getting some errors during ./configure: > CMake Error at CMakeLists.txt:35 (message): > Your toolchain doesn't support 32-bit cross-compilation. A comment in CMakeLists.txt says the following: > # Check that a 32-bit cross-compile works. This is needed regardless > # of whether the entire build is being built 32-bit. Any thoughts on correcting this?

janisozaur commented on 2015-10-25 12:18 (UTC)

Python complained about that package missing, but I see that today both python2-pexpect and python2-ptyprocess were updated. Perhaps they fixed that? The error I was getting before I installed this package was: (from cmake) -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.10", minimum required is "2.7") Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 75, in <module> from .pty_spawn import spawn, spawnu File "/usr/lib/python2.7/site-packages/pexpect/pty_spawn.py", line 11, in <module> import ptyprocess ImportError: No module named ptyprocess CMake Error at CMakeLists.txt:103 (message): Couldn't find required Python module pexpect.

dequis commented on 2015-10-24 22:48 (UTC)

@janisozaur: I don't have that dependency and it works for me. What error are you getting?

janisozaur commented on 2015-10-24 22:18 (UTC)

Requires also python2-ptyprocess

dequis commented on 2015-10-23 09:43 (UTC)

Updated to 4.0.0 http://robert.ocallahan.org/2015/10/rr-40-released-with-reverse-execution.html