summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/strace-readlink-tests.patch
diff options
context:
space:
mode:
authorDavid Elsing <david.elsing@posteo.net>2025-07-16 21:26:45 +0200
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:53 +0200
commit0cca4d48bf5840246170d9c54dc839be642affa5 (patch)
treea2e5420562e110d499a22989153fc58b779d47a7 /gnu/packages/patches/strace-readlink-tests.patch
parent299794d028fa987576aab4917dd07f1a09f88fa2 (diff)
gnu: strace: Update to 6.15.
Also switch to the Git source because the tarball contains autogenerated files and enable libunwind support. Fixes guix/guix#1248. * gnu/packages/linux.scm (strace): Update to 6.15. [source]: Switch to git-fetch. [inputs]: New field. [native-input]: Add autoconf, automake, m4 and util-linux. * gnu/packages/patches/strace-readlink-tests.patch: Adjust patch. [properties]: Remove field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/strace-readlink-tests.patch')
-rw-r--r--gnu/packages/patches/strace-readlink-tests.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/patches/strace-readlink-tests.patch b/gnu/packages/patches/strace-readlink-tests.patch
index dd5ee98703..9828dd2f4c 100644
--- a/gnu/packages/patches/strace-readlink-tests.patch
+++ b/gnu/packages/patches/strace-readlink-tests.patch
@@ -22,25 +22,3 @@ index 8b4e2e9..cc3ca63 100644
reboot -s 256
recv-MSG_TRUNC -a26 -e trace=recv
recvfrom -a35
-diff --git a/tests/readlink.gen.test b/tests/readlink.gen.test
-index 4263234..418691b 100755
---- a/tests/readlink.gen.test
-+++ b/tests/readlink.gen.test
-@@ -1,4 +1,4 @@
- #!/bin/sh -efu
--# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx ); do not edit.
-+# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx --trace-path=test.readlink.link); do not edit.
- . "${srcdir=.}/init.sh"
--run_strace_match_diff -xx
-+run_strace_match_diff -xx --trace-path=test.readlink.link
-diff --git a/tests/readlinkat.gen.test b/tests/readlinkat.gen.test
-index d7de993..a48d590 100755
---- a/tests/readlinkat.gen.test
-+++ b/tests/readlinkat.gen.test
-@@ -1,4 +1,4 @@
- #!/bin/sh -efu
--# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx ); do not edit.
-+# Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx --trace-path=test.readlinkat.link); do not edit.
- . "${srcdir=.}/init.sh"
--run_strace_match_diff -xx
-+run_strace_match_diff -xx --trace-path=test.readlinkat.link