From 108f88eaf07f68cc2d29dcd8c1d70b6719af7c75 Mon Sep 17 00:00:00 2001 From: xaizek Date: Fri, 12 Aug 2022 19:52:39 +0100 Subject: development/rr: Updated for version 5.6.0. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- development/rr/README | 2 ++ development/rr/rr.SlackBuild | 6 +----- development/rr/rr.info | 6 +++--- development/rr/slack-desc | 6 +++--- 4 files changed, 9 insertions(+), 11 deletions(-) (limited to 'development/rr') diff --git a/development/rr/README b/development/rr/README index 3875720b18..6c3cfbb82b 100644 --- a/development/rr/README +++ b/development/rr/README @@ -1,3 +1,5 @@ rr aspires to be your primary C/C++ debugging tool for Linux You record a failure once, then debug the recording, deterministically, as many times as you want. The same execution is replayed every time. + +Only 64-bit version of rr is built. diff --git a/development/rr/rr.SlackBuild b/development/rr/rr.SlackBuild index 724dea5fcf..c5c51cede2 100644 --- a/development/rr/rr.SlackBuild +++ b/development/rr/rr.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rr -VERSION=${VERSION:-5.5.0} +VERSION=${VERSION:-5.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,16 +48,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e diff --git a/development/rr/rr.info b/development/rr/rr.info index c94195990b..d7ace101a5 100644 --- a/development/rr/rr.info +++ b/development/rr/rr.info @@ -1,8 +1,8 @@ PRGNAM="rr" -VERSION="5.5.0" +VERSION="5.6.0" HOMEPAGE="https://rr-project.org/" -DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.5.0/rr-5.5.0.tar.gz" -MD5SUM="f08f06410757e085cb694a3e588eb974" +DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.6.0/rr-5.6.0.tar.gz" +MD5SUM="152796d58dd597ab319de79a5268863c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="capnproto" diff --git a/development/rr/slack-desc b/development/rr/slack-desc index da8b658309..a79e382f78 100644 --- a/development/rr/slack-desc +++ b/development/rr/slack-desc @@ -9,9 +9,9 @@ rr: rr (Record and Replay Framework) rr: rr: rr aspires to be your primary C/C++ debugging tool for Linux, -rr: enhancing gdb. You record a failure once, then -rr: debug the recording, deterministically, as many times as you want. -rr: The same execution is replayed every time. +rr: enhancing gdb. You record a failure once, then debug the recording, +rr: deterministically, as many times as you want. The same execution is +rr: replayed every time. rr: rr: https://rr-project.org/ rr: -- cgit v1.2.3-65-gdbad