Search Criteria
Package Details: rr 5.8.0-4
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: | 72 |
Popularity: | 0.24 |
First Submitted: | 2015-08-24 23:26 (UTC) |
Last Updated: | 2025-01-09 21:24 (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)
- 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
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
tbodt commented on 2019-11-26 17:21 (UTC)
@codyps: librrpreload.so must not be stripped, or you get incorrect backtraces while replaying. If there's a way to only avoid stripping librrpreload.so, that would work.
codyps commented on 2019-08-20 17:38 (UTC)
Hi @daurnimator, thanks for pointing that out. I've dropped that dependency in rev 4.
daurnimator commented on 2019-08-19 04:02 (UTC)
rr should no longer need the python2 dependency (via python2-pexpect). It's the only thing left on my system keeping python2 installed.
codyps commented on 2019-01-02 00:26 (UTC)
Hi @Amanieu: while that could certainly be added to the PKGBUILD, it isn't entirely clear to me that this is the right thing to do: generally, one would modify the
options=()
via makepkg.conf to adjust behavior on one's own system.Is there some reason librrprepload.so should be treated specially?
Amanieu commented on 2018-12-31 22:59 (UTC)
Can you add options=(!strip) so that we can get proper backtraces from librrpreload.so?
pmatos commented on 2018-11-16 12:42 (UTC)
Getting:
during build with gcc8
pmatos commented on 2018-11-16 12:42 (UTC)
Missing dependency lib32-gcc-libs
for the cross-compile-toolchain
codyps commented on 2018-11-06 19:15 (UTC) (edited on 2019-08-22 17:37 (UTC) by codyps)
Here's a patch that fixes a bunch of build/install issues with the pkgbuild:
(right now it fails to build, and then fails to install on current archlinux. please apply this fix)
YaLTeR commented on 2018-09-12 11:34 (UTC)
Looks like it was fixed upstream: https://github.com/mozilla/rr/issues/2237
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »