Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 80C88781A87 for ; Sun, 11 Aug 2019 14:29:34 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx7.valuehost.ru (Postfix) with ESMTP id E68E24CE71 for ; Sun, 11 Aug 2019 17:29:32 +0300 (MSK) From: alpine-mips-patches Date: Sun, 11 Aug 2019 14:18:58 +0000 Subject: [PATCH] scripts/bootstrap.sh: build libedit too To: alpine-aports@lists.alpinelinux.org Message-Id: <20190811142932.E68E24CE71@mx7.valuehost.ru> Otherwise clean bootstrap fails with the following message: >>> openssh: Building main/openssh 8.0_p1-r1 (using abuild 3.4.0-r2) started Thu, 08 Aug 2019 05:21:34 +0000 >>> openssh: Checking sanity of /home/user/aports/main/openssh/APKBUILD... >>> openssh: Analyzing dependencies... ERROR: unsatisfiable constraints: libedit-dev (missing): required by: .makedepends-openssh-20190808.052135[libedit-dev] >>> ERROR: openssh: builddeps failed >>> openssh: Uninstalling dependencies... --- scripts/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 6a23e98cfc..dc71003b19 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -101,8 +101,8 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ gmp mpfr3 mpc1 isl cloog gcc \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base build-base \ attr libcap patch sudo acl fakeroot tar \ - pax-utils lzip abuild openssh \ - ncurses libcap-ng util-linux libaio lvm2 popt xz \ + pax-utils lzip abuild ncurses libedit \ + openssh libcap-ng util-linux libaio lvm2 popt xz \ json-c argon2 cryptsetup kmod lddtree mkinitfs \ community/go libffi community/ghc \ $KERNEL_PKG ; do -- 2.22.0