From 5e655a0bf6eb8234ee57eec08e1b3ecf089b7606 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 25 Jul 2026 01:15:08 +0900 Subject: internal/rosa/package: gawk Reintroduce this to build strace without xz-compressed release tarball: bootstrap script explicitly requires gawk. Signed-off-by: Ophestra --- internal/rosa/package/gawk/broken-tests.patch | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 internal/rosa/package/gawk/broken-tests.patch (limited to 'internal/rosa/package/gawk/broken-tests.patch') diff --git a/internal/rosa/package/gawk/broken-tests.patch b/internal/rosa/package/gawk/broken-tests.patch new file mode 100644 index 00000000..400567f0 --- /dev/null +++ b/internal/rosa/package/gawk/broken-tests.patch @@ -0,0 +1,35 @@ +diff --git a/test/Makefile.am b/test/Makefile.am +index 88e15ef1f..bfc279fcb 100644 +--- a/test/Makefile.am ++++ b/test/Makefile.am +@@ -1726,7 +1726,7 @@ LOCALE_CHARSET_TESTS = \ + SHLIB_TESTS = \ + apiterm filefuncs fnmatch fork fork2 fts functab4 functab5 \ + getfile indirectbuiltin2 inplace1 inplace2 inplace2bcomp inplace3 \ +- inplace3bcomp ordchr ordchr2 readall readdir readdir_retest \ ++ inplace3bcomp ordchr ordchr2 readall readdir_retest \ + readdir_test readfile readfile2 revout revtwoway rwarray \ + testext time + +diff --git a/test/Makefile.in b/test/Makefile.in +index 2d4eeaa5a..7930af8d5 100644 +--- a/test/Makefile.in ++++ b/test/Makefile.in +@@ -1986,7 +1986,7 @@ LOCALE_CHARSET_TESTS = \ + SHLIB_TESTS = \ + apiterm filefuncs fnmatch fork fork2 fts functab4 functab5 \ + getfile indirectbuiltin2 inplace1 inplace2 inplace2bcomp inplace3 \ +- inplace3bcomp ordchr ordchr2 readall readdir readdir_retest \ ++ inplace3bcomp ordchr ordchr2 readall readdir_retest \ + readdir_test readfile readfile2 revout revtwoway rwarray \ + testext time + +diff --git a/test/clos1way6.ok b/test/clos1way6.ok +index 5768617d3..be4d73e79 100644 +--- a/test/clos1way6.ok ++++ b/test/clos1way6.ok +@@ -1,3 +1,3 @@ + gawk: clos1way6.awk:5: warning: fflush: cannot flush: two-way pipe `cat - 1>&2; sleep 2' has closed write end +-test1 + Bad file descriptor ++test1 -- cgit v1.3.1