From fddd7ee92f2fcbaf5b0880c9077df1302b1cf068 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 14 Jan 2019 01:36:29 +0000 Subject: GNU NCURSES and GNU Readline also built before GNU Bash Readline is a prerequisite of Bash and AWK, while NCURSES is a prerequisite of Readline. With the recent update of GNU Bash (and thus GNU Readline) on my host operating system, the pipeline crashed and I noticed this hole in the pipeline. In particular, AWK (which linked with Readline 7.0) would complain about not finding it and abort. --- reproduce/config/pipeline/dependency-versions.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reproduce/config/pipeline') diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 19120d9..6fbdaf7 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -23,8 +23,10 @@ lzip-version = 1.20 make-version = 4.2.90 mpfr-version = 4.0.1 mpc-version = 1.1.0 +ncurses-version = 6.1 openssl-version = 1.1.1a pkgconfig-version = 0.29.2 +readline-version = 8.0 sed-version = 4.7 tar-version = 1.31 wget-version = 1.20.1 -- cgit v1.2.1