~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
1

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

Details
Message ID
<20190413030400.8027-1-oxr463@gmx.us>
Sender timestamp
1555124640
DKIM signature
missing
Download raw message
Patch: +2 -2
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>
Details
Message ID
<20190505235444.GA10785@arya.arvanta.net>
In-Reply-To
<20190413030400.8027-1-oxr463@gmx.us> (view parent)
Sender timestamp
1557100484
DKIM signature
missing
Download raw message
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 <ramage.lucas@protonmail.com>
> ---
>  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 <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"


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)