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: 72
Popularity: 0.151122
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 »

dequis commented on 2017-06-10 15:52 (UTC)

-index 60de6e4..bb5b527 100644 +index 60de6e47..bb5b527c 100644 Wow that's annoying. It's the new git feature which increases the length of hashes depending on the repository size. Fixed in 4.5.0-4. Also added another patch to build with GCC 7 ( https://github.com/mozilla/rr/pull/2036 )

harmathy commented on 2017-06-10 14:16 (UTC)

Sha1 sums don't match anymore: ==> Making package: rr 4.5.0-3 (Sat Jun 10 16:14:51 CEST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found 4.5.0.tar.gz -> Found 2001.patch -> Found 5a16d15ef348c069b82449dcdeaeea3c1eb8639b.patch ==> Validating source files with sha1sums... 4.5.0.tar.gz ... Passed 2001.patch ... FAILED 5a16d15ef348c069b82449dcdeaeea3c1eb8639b.patch ... FAILED ==> ERROR: One or more files did not pass the validity check!

dequis commented on 2017-03-21 20:31 (UTC)

4.5.0-3 backports another patch to fix build with glibc 2.25

dequis commented on 2017-03-21 07:27 (UTC)

Thanks, 4.5.0-2 now includes that whole pull request as a patch.

janisozaur commented on 2017-03-21 07:07 (UTC)

Fixed upstream in https://github.com/mozilla/rr/commit/4ad0b6a6d5b58c66ea07b5dbe6bfc6c67a0acfdd and https://github.com/mozilla/rr/commit/d1dfa778c3814174b3e0420a01bbe186466a33bc You can work around that by either applying these patches, not building tests (I doubt the package executes them) or disabling -Werror. The tests are actually needed to be built with debug enabled.

jneem commented on 2017-03-20 00:38 (UTC)

With gcc 6.3.1, I'm getting a failed build due to -Werror: /home/jneeman/.cache/pacaur/rr/src/rr-4.5.0/src/test/ptrace_remote_unmap.c:53:3: error: suggest parentheses around assignment used as truth value [-Werror=parentheses] assert(wret = child); As I discovered when poking around in CMakeLists.txt, the test files are built with debug flags, even in a release build (see CMakeLists.txt:987). Maybe you could just turn off building the tests?

dequis commented on 2016-10-03 04:17 (UTC)

@chris64: that's an error raised by make, which depends on libgc. Either something broken in your system, or arch core bug. rr doesn't use libgc at all.

chris64 commented on 2016-10-02 10:31 (UTC)

gc is missing as a required dependency :-) make: error while loading shared libraries: libgc.so.1: cannot open shared object file: No such file or directory make[1]: *** [CMakeFiles/Makefile2:4974: CMakeFiles/ptrace_signals_32.dir/all] Error 127 make: *** [Makefile:161: all] Error 2 https://www.archlinux.org/packages/extra/x86_64/gc/

dequis commented on 2016-10-02 02:09 (UTC)

4.4.0 for real this time, release notes: http://robert.ocallahan.org/2016/10/rr-440-released.html The issue in my previous comment turned out to be hardening-wrapper. I've included this patch to fix it: https://github.com/mozilla/rr/commit/b17311c9f7720512f3a25e820c212d09d5799bcd

dequis commented on 2016-10-01 18:18 (UTC)

Not updating to 4.4.0 yet since it fails to build for me: https://github.com/mozilla/rr/issues/1836