Search Criteria
Package Details: rr 5.9.0-1
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) |
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)
- 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)
- perf (perf-bfdAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (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, bash-gitAUR) (optional) – for signal-rr-recording.sh
- python (python37AUR, python311AUR, python310AUR) (optional) – for rr-collect-symbols.py
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
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
angelv commented on 2023-02-20 21:47 (UTC)
@codyps thanks, it works fine.
codyps commented on 2023-02-20 16:59 (UTC)
@angelv: I've added a patch for that issue, using what upstream rr's patch: https://github.com/rr-debugger/rr/commit/2979c60ef8bbf7c940afd90172ddc5d8863f766e
angelv commented on 2023-02-20 09:45 (UTC) (edited on 2023-02-20 09:46 (UTC) by angelv)
Related to my previous comment, a simple line swap in record_syscall.cc fixes the problem.
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »