diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-14 01:36:29 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-14 01:46:07 +0000 |
commit | fddd7ee92f2fcbaf5b0880c9077df1302b1cf068 (patch) | |
tree | 082a09e41398e013792ecd0b21ab388e42497469 /reproduce/config | |
parent | 54b47381f145b385855c399685bdb11f7dd063a1 (diff) |
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.
Diffstat (limited to 'reproduce/config')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |