From bf74574076e520825c90030e5e48173cb879f996 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Tue, 19 Sep 2017 11:15:29 +0200 Subject: [PATCH] Set language to c to fix latest bindep problems Newer bindep versions are not working with languages not set to en_US. As a workaround, export the LANG setting. Workaround for: https://storyboard.openstack.org/#!/story/2001205 Change-Id: I60be976ff151bb61014f0272cdf02a4fb4851d0a --- scripts/install-deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index c6679c16f..d0ff265cf 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -3,6 +3,9 @@ set -eu declare -A PKG_MAP +# workaround: for latest bindep to work, it needs to use en_US local +export LANG=c + CHECK_CMD_PKGS=( gcc libffi