From 90455ce03749a646f7a8b46bd03a4d937cbbe0e6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 16 Mar 2018 18:01:14 +0100 Subject: patched tests and building autoconf in stage 4 --- i486-stage4/autoconf/DESCR | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i486-stage4/autoconf/DESCR (limited to 'i486-stage4/autoconf/DESCR') diff --git a/i486-stage4/autoconf/DESCR b/i486-stage4/autoconf/DESCR new file mode 100644 index 0000000..a678d74 --- /dev/null +++ b/i486-stage4/autoconf/DESCR @@ -0,0 +1,11 @@ +# testing the go macros requires a running go actually +sed -i "/checkdepends=(/s/checkdepends=('gcc-go' //" PKGBUILD + +# on 64-bit a known bug exists: https://bugs.archlinux.org/task/55142?project=1&string=autoconf +# 38: autotools and whitespace in file names FAILED (tools.at:1310) +# => curiously not happending on this version!? + +# autoconf: 351 Go: https://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00000.html +sed -i 's@source=(@source=(autoconf-2.69-go-test-351-OpenFile.patch @' PKGBUILD +sed -i "s@md5sums=(@md5sums=('a7e1e05d4372b2ef5fae29b59e677e7d' @" PKGBUILD +sed -i '/patch -p1.*libtool/ a \ patch -Np1 -i "${srcdir}/autoconf-2.69-go-test-351-OpenFile.patch"' PKGBUILD -- cgit v1.2.3-54-g00ecf