* [bug#57461] [PATCH] gnu: rr: Update to 5.6.0.
@ 2022-08-28 13:58 Michael Rohleder
2022-08-29 16:00 ` bug#57461: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-08-28 13:58 UTC (permalink / raw)
To: 57461; +Cc: Michael Rohleder
* gnu/packages/debug.scm (rr): Update to 5.6.0.
[arguments]<#:configure-flags>: Add -rpath to zlib to satisfy
validate-runpath.
[inputs]: Add zlib.
---
gnu/packages/debug.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 80685900eb..b3ddfbdee6 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -621,7 +621,7 @@ (define-public remake
(define-public rr
(package
(name "rr")
- (version "5.5.0")
+ (version "5.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -629,7 +629,7 @@ (define-public rr
(commit version)))
(sha256
(base32
- "079x891axkiy8qbvjar9vbaldlx7pm9p0i3nq6infdc66nc69635"))
+ "0sdpsd7bcbmx9gmp7lv71znzxz708wm8qxq5apbyc6hh80z4fzqz"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -641,7 +641,9 @@ (define-public rr
;; Satisfy the ‘validate-runpath’ phase. This isn't a direct
;; consequence of clearing CMAKE_INSTALL_RPATH.
(string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath="
- (assoc-ref %build-inputs "capnproto") "/lib")
+ (assoc-ref %build-inputs "capnproto")
+ "/lib,-rpath=" (assoc-ref %build-inputs "zlib")
+ "/lib")
,@(if (and (not (%current-target-system))
(member (%current-system)
'("x86_64-linux" "aarch64-linux")))
@@ -666,7 +668,7 @@ (define-public rr
(native-inputs
(list pkg-config ninja which))
(inputs
- (list gdb capnproto python python-pexpect))
+ (list gdb capnproto python python-pexpect zlib))
(home-page "https://rr-project.org/")
(synopsis "Record and reply debugging framework")
(description
--
2.37.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#57461: [PATCH] gnu: rr: Update to 5.6.0.
2022-08-28 13:58 [bug#57461] [PATCH] gnu: rr: Update to 5.6.0 Michael Rohleder
@ 2022-08-29 16:00 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-29 16:00 UTC (permalink / raw)
To: Michael Rohleder, 57461-done; +Cc: Michael Rohleder
[-- Attachment #1: Type: text/plain, Size: 220 bytes --]
Michael Rohleder <mike@rohleder.de> skriver:
> * gnu/packages/debug.scm (rr): Update to 5.6.0.
> [arguments]<#:configure-flags>: Add -rpath to zlib to satisfy
> validate-runpath.
> [inputs]: Add zlib.
Applied, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-29 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-28 13:58 [bug#57461] [PATCH] gnu: rr: Update to 5.6.0 Michael Rohleder
2022-08-29 16:00 ` bug#57461: " Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.