Search Criteria
Package Details: rr 5.8.0-3
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) |
Last Packager: | SandaruKasa |
Votes: | 72 |
Popularity: | 1.33 |
First Submitted: | 2015-08-24 23:26 (UTC) |
Last Updated: | 2024-10-14 21:11 (UTC) |
Dependencies (13)
- capnproto (capnproto-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdb (gdb-gitAUR, gdb-debug-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- perf (perf-bfdAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- patch (patch-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (optional) – for signal-rr-recording.sh
- python (python37AUR, python311AUR, python310AUR) (optional) – for rr-collect-symbols.py
Latest Comments
1 2 3 4 5 6 .. 8 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
depends
array 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
1 2 3 4 5 6 .. 8 Next › Last »