X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id CB41BF854FD for ; Sun, 5 May 2019 23:54:45 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 77736551C; Mon, 6 May 2019 01:54:44 +0200 (CEST) Date: Mon, 6 May 2019 01:54:44 +0200 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: oxr463@gmx.us Cc: alpine-aports@lists.alpinelinux.org, Lucas Ramage Subject: Re: [alpine-aports] [PATCH] testing/img: upgrade to 0.5.6 Message-ID: <20190505235444.GA10785@arya.arvanta.net> References: <20190413030400.8027-1-oxr463@gmx.us> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190413030400.8027-1-oxr463@gmx.us> User-Agent: Mutt/1.11.2 (2019-01-07) Hi, Here is the build log: --- >>> img: Fetching >>> img-0.5.6.tar.gz::https://github.com/genuinetools/img/archive/v0.5.6.tar.gz >>> img: Checking sha512sums... img-0.5.6.tar.gz: OK >>> img: Unpacking /var/cache/distfiles/img-0.5.6.tar.gz... go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src; ignoring go.mod; see 'go help modules' # github.com/jteeuwen/go-bindata/go-bindata loadinternal: cannot find runtime/cgo ^^^ This fails. make: /bin/bash: Command not found make: /bin/bash: Command not found make: /bin/bash: Command not found make: /bin/bash: Command not found make: /bin/bash: Command not found make: /bin/bash: Command not found make: /bin/bash: Command not found make: *** [basic.mk:47: img] Error 127 >>> ERROR: img: build failed >>> img: Uninstalling dependencies... --- If build depend on bash then should be adde to makedepends. -- regards On Fri, 2019-04-12 at 23:04, oxr463@gmx.us wrote: > From: Lucas Ramage > --- > testing/img/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > -- > 2.19.2 > > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > > diff --git a/testing/img/APKBUILD b/testing/img/APKBUILD > index 0e187eb69a..0ae1dc7c8b 100644 > --- a/testing/img/APKBUILD > +++ b/testing/img/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Lucas Ramage > # Maintainer: Lucas Ramage > pkgname=img > -pkgver=0.5.0 > +pkgver=0.5.6 > pkgrel=0 > pkgdesc="Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder" > url="https://github.com/genuinetools/img" > @@ -31,4 +31,4 @@ package() { > install -Dm644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md > } > > -sha512sums="2a8115e738927715f30a41cb09da2176319d7beaa343ec3d59fc25f3bbc24ec2a215b8b2072c08d92ce853d0627eebd54c54a489e9aa8552a924e0f89dcc886e img-0.5.0.tar.gz" > +sha512sums="e1a4469717df66f167f859cbf82ce54dd877e3e9c2f2d723f4424480c0429ac6ad99a13718c103bed3a823a91bef2f3ee3ac6c17e6f951f74f2f1b3ed0021785 img-0.5.6.tar.gz" --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---