~alpine/aports

testing/img: upgrade to 0.5.6 v1 PROPOSED

: 1
 testing/img: upgrade to 0.5.6

 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/635/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/img: upgrade to 0.5.6 Export this patch

From: Lucas Ramage <ramage.lucas@protonmail.com>

---
 testing/img/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 <ramage.lucas@protonmail.com>
# Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
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"
--
2.19.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Milan P. Stanić <mps@arvanta.net>
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: