~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] scripts/bootstrap.sh: build libedit too

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20190811142932.E68E24CE71@mx7.valuehost.ru>
DKIM signature
missing
Download raw message
Patch: +2 -2
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
Reply to thread Export thread (mbox)