From 23b2d47bf3dcf0a54994ad01515d3832188e5a09 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 16 Oct 2021 23:44:49 +0300 Subject: [PATCH] strace. --- util/misc/strace/actions.py | 8 ++++---- util/misc/strace/pspec.xml | 16 ++++++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/util/misc/strace/actions.py b/util/misc/strace/actions.py index efa4968eab..e9426d7ee2 100644 --- a/util/misc/strace/actions.py +++ b/util/misc/strace/actions.py @@ -9,16 +9,16 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - #autotools.autoreconf("-vif") - autotools.configure() + autotools.configure("--enable-mpers=check") def build(): autotools.make() def check(): - autotools.make() + pass + #autotools.make("check") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("ChangeLog", "COPYING", "CREDITS", "NEWS", "README", "README-linux-ptrace",) + pisitools.dodoc("CREDITS", "NEWS", "README*",) diff --git a/util/misc/strace/pspec.xml b/util/misc/strace/pspec.xml index 0f414d0b5e..70c5adb209 100644 --- a/util/misc/strace/pspec.xml +++ b/util/misc/strace/pspec.xml @@ -1,5 +1,5 @@ - + strace @@ -12,15 +12,12 @@ app:console Tracks and displays system calls associated with a running process strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value. - https://strace.io/files/5.8/strace-5.8.tar.xz + https://strace.io/files/5.10/strace-5.10.tar.xz - libaio-devel libunwind-devel - kernel-headers - kernel-module-headers - + @@ -37,6 +34,13 @@ + + 2021-10-17 + 5.10 + Kernel bump. + PisiLinux Community + admins@pisilinux.org + 2020-09-11 5.8