Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19835 )
Change subject: Install libreadline-dev for toolchain builds on ARM hosts ...................................................................... Install libreadline-dev for toolchain builds on ARM hosts This is required because ARM builds of the toolchain binaries are not (yet) present in s3://native-toolchain, so ARM builds have to build the toolchain locally, before being able to build Impala. The toolchain's Python build failed before this patch, because it missed the libreadline-dev package, which is needed for Python's readline support. This patch adds it and its libncurses dependency. Change-Id: I1bf6193027d691d3ded727cb59424c5dc9963ea9 Reviewed-on: http://gerrit.cloudera.org:8080/19835 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> --- M bin/bootstrap_system.sh 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Michael Smith: Looks good to me, but someone else must approve Joe McDonnell: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19835 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1bf6193027d691d3ded727cb59424c5dc9963ea9 Gerrit-Change-Number: 19835 Gerrit-PatchSet: 4 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
