~alpine/aports

scripts/bootstrap.sh: build libedit too v1 PROPOSED

alpine-mips-patches: 1
 scripts/bootstrap.sh: build libedit too

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2907/mbox | git am -3
Learn more about email & git

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

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