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: | 78 |
| Popularity: | 1.40 |
| 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, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdb (gdb-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- perf (perf-bfdAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- patch (patch-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- bash (bash-devel-gitAUR, bash-gitAUR) (optional) – for signal-rr-recording.sh
- python (optional) – for rr-collect-symbols.py
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
acatton commented on 2025-09-30 23:14 (UTC)
No worries @DarkShadow44, thanks for doing this :) .
DarkShadow44 commented on 2025-09-22 13:33 (UTC)
@acatton Thanks for bringing this to my attention, I took the liberty of pushing an update with that patch,
acatton commented on 2025-09-21 23:26 (UTC)
This seems to be broken with the latest arch (which has the latest glibc)
It looks like this has been reported and fixed upstream.
Should we apply the patch until upstream crafts a new release?
maltejur commented on 2025-02-26 14:51 (UTC)
rr-zen-workaround-dkms-gitcould be listed as an optional dependency for AMD ZEN CPUs.pspacek commented on 2025-01-10 17:03 (UTC)
@SandaruKasa Apologies, you are absolutely right :facepalm:
sobeston commented on 2025-01-09 19:38 (UTC) (edited on 2025-01-09 19:38 (UTC) by sobeston)
arch updated some libraries, this package is lagging behind with capnproto.
We're now on: - libcapnp.so.1.1.0 - libkj.so.1.1.0
rr doesn't launch without 1.0.2
I'm temporarily doing this:
sudo ln -s /usr/lib/libcapnp.so.1.1.0 /usr/lib/libcapnp.so.1.0.2
sudo ln -s /usr/lib/libkj.so.1.1.0 /usr/lib/libkj.so.1.0.2
SandaruKasa commented on 2025-01-09 17:19 (UTC)
@delusional @pspacek, this page is for rr. You are trying to build and having issues with rr-git. That is a different package.
https://aur.archlinux.org/packages/rr-git
Looks like the problem has already been reported there. I am not a maintainer for that package, unfortunately, so I cannot help you.
pspacek commented on 2025-01-09 15:54 (UTC)
@DarkShadow44 I confirm build currently fails. PKGBUILD needs to be edited to contain -DCMAKE_CXX_STANDARD=17 to make the build work.
Build error:
DarkShadow44 commented on 2024-12-14 15:03 (UTC)
@delusional: Builds fine for me, what exactly are you doing?
delusional commented on 2024-12-14 11:40 (UTC)
Since upstream has started using C++17 features (std::optional), this is broken. To build you have to edit the CMAKE_CXX_STANDARD to 17.
1 2 3 4 5 6 .. 9 Next › Last »