Package Details: rr 5.9.0-1

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.066427
First Submitted: 2015-08-24 23:26 (UTC)
Last Updated: 2025-02-19 12:19 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

YaLTeR commented on 2018-09-12 11:34 (UTC)

Looks like it was fixed upstream: https://github.com/mozilla/rr/issues/2237

YaLTeR commented on 2018-09-12 10:20 (UTC) (edited on 2018-09-12 10:20 (UTC) by YaLTeR)

I'm getting the following build error:

/home/yalter/.cache/pacaur/rr/src/rr-5.2.0/src/kernel_abi.cc:54:17: error: static assertion failed: type ::ucontext_t not correctly defined
   static_assert(Verifier<arch_, system_type_, rr_type_>::same_size,            \
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/home/yalter/.cache/pacaur/rr/src/rr-5.2.0/src/kernel_abi.h:1813:3: note: in expansion of macro ‘RR_VERIFY_TYPE_ARCH’
   RR_VERIFY_TYPE_ARCH(SupportedArch::x86_64, ::ucontext_t, ucontext_t);
   ^~~~~~~~~~~~~~~~~~~

desmu commented on 2018-07-27 16:36 (UTC)

For those who don't want the bit version or don't have the cross compiling tool chain:

add -Ddisable32bit=ON on line 24 in PKGBUILD.

dequis commented on 2018-05-28 00:55 (UTC)

5.2.0 is out https://github.com/mozilla/rr/releases/tag/5.2.0

Also disabled tests, thanks tbodt.

tbodt commented on 2018-05-22 21:26 (UTC) (edited on 2018-05-22 21:28 (UTC) by tbodt)

Build times could be sped up roughly 10x by adding -DBUILD_TESTS=OFF -DWILL_RUN_TESTS=OFF to the CMake command.

dequis commented on 2017-12-24 17:25 (UTC) (edited on 2017-12-25 14:45 (UTC) by dequis)

Sorry about that, updated to 5.1.0 now.

capnproto is now a dependency so that recordings can be compatible across updates. Still an AUR only package but it's getting moved to [community] soon. EDIT: now in [community], yay!

Changelogs

https://github.com/mozilla/rr/releases/tag/5.0.0 https://github.com/mozilla/rr/releases/tag/5.1.0

flacks commented on 2017-12-24 16:50 (UTC)

Here's an updated PKGBUILD for 5.1.0 - https://gist.github.com/flacks/97aa77f134d01c0bda9e96339c5f0926

LawnGnome commented on 2017-06-22 21:25 (UTC)

I see the same issue. Here are the SHA-1 sums I see (the first two patch files being the ones that don't match the PKGBUILD): [aharvey@aharvey-mbp-linux rr]$ sha1sum *.patch 51dba5dbbe16c3631a101409a28247075668fe7b 2001.patch 401ca2e7108fc305c6644c2d27a86fdb24855fb1 5a16d15ef348c069b82449dcdeaeea3c1eb8639b.patch 7724dbd8c1231410c62a7779ef480857c661882a 94685aa9eb3531c42932f8ceabe40bd06cebe606.patch I've uploaded the files to a Gist: https://gist.github.com/LawnGnome/5230c00bb3b680a6c965a34c797aa95f

dequis commented on 2017-06-20 17:47 (UTC)

It works for me for newly downloaded patches. Can you upload the ones you got?

codyps commented on 2017-06-20 16:10 (UTC) (edited on 2017-06-20 16:11 (UTC) by codyps)

I'm seeing build failures in 4.5.0-4 due to sha1sum mismatches. May be a good idea to just include the patches in the aur package repo directly. ==> Making package: rr 4.5.0-4 (Tue Jun 20 12:08:47 EDT 2017) ==> Retrieving sources... -> Found 4.5.0.tar.gz -> Found 2001.patch -> Found 5a16d15ef348c069b82449dcdeaeea3c1eb8639b.patch -> Found 94685aa9eb3531c42932f8ceabe40bd06cebe606.patch ==> Validating source files with sha1sums... 4.5.0.tar.gz ... Passed 2001.patch ... FAILED 5a16d15ef348c069b82449dcdeaeea3c1eb8639b.patch ... FAILED 94685aa9eb3531c42932f8ceabe40bd06cebe606.patch ... Passed ==> ERROR: One or more files did not pass the validity check! :: failed to verify rr integrity