Search Criteria
Package Details: rr 5.9.0-2
Package Actions
| 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, acatton) |
| Last Packager: | DarkShadow44 |
| Votes: | 82 |
| Popularity: | 1.31 |
| First Submitted: | 2015-08-24 23:26 (UTC) |
| Last Updated: | 2025-09-22 13:32 (UTC) |
Dependencies (13)
- capnproto (capnproto-gitAUR, capnproto-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdb (gdb-gitAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- perf (perf-bfdAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- patch (patch-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- bash (bash-gitAUR, bash-devel-gitAUR) (optional) – for signal-rr-recording.sh
- python (optional) – for rr-collect-symbols.py
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »
sgh commented on 2024-10-14 16:25 (UTC)
@DarkShadow44 ... my bad. Installed rr_zen_workaround and it works :D
DarkShadow44 commented on 2024-10-14 15:49 (UTC)
@sgh Probably an issue with rr itself, you could try the latest git version, and if that doesn't help, open a bug report.
sgh commented on 2024-10-14 05:45 (UTC)
I contstantly get this - any idea why?
[FATAL src/ReplaySession.cc:1226:check_ticks_consistency()]
(task 14764 (rec:14556) at time 4173) -> Assertion `ticks_now == trace_ticks' failed to hold. ticks mismatch for 'SYSCALL: pipe2'; expected 86945690, got 86945696 Tail of trace dump:
zrhoffman commented on 2024-10-02 22:21 (UTC)
The
dependsarray should includeperf.SandaruKasa commented on 2024-09-26 18:28 (UTC)
Please, add the zen_workaround files, if you can
Also,
I am pretty sure they are dependencies for
base-devel, which is required if you want to build any PKGBUILDs.DarkShadow44 commented on 2024-05-16 17:07 (UTC)
Would you mind enabling 32bit support by default?
giordano commented on 2023-06-05 22:35 (UTC)
rr is available for aarch64 and the PKGBUILD script is also missing two makedepends: pkgconfig and patch.
codyps commented on 2023-05-11 13:53 (UTC)
Thanks @PaulAvery, I've added that patch.
PaulAvery commented on 2023-05-10 13:03 (UTC)
Hi, apparently gcc 13 broke the build of this, you might want to add the following patch as well:
https://github.com/rr-debugger/rr/commit/2248c85c424e8c257ca88af2732782574d6a3544.patch
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »