Package Details: runc-git v1.0.0.rc4.r217.ga618ab5a-1

Git Clone URL: https://aur.archlinux.org/runc-git.git (read-only, click to copy)
Package Base: runc-git
Description: Container CLI tools
Upstream URL: http://runc.io/
Keywords: container
Licenses: Apache
Conflicts: runc
Provides: runc
Submitter: irtimmer
Maintainer: etnbrd
Last Packager: etnbrd
Votes: 14
Popularity: 0.000000
First Submitted: 2015-06-24 16:25 (UTC)
Last Updated: 2018-02-12 22:11 (UTC)

Dependencies (4)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

whatevsz commented on 2016-01-09 16:06 (UTC)

There is a comma in the makedepends list that makes the build fail, patch here: diff --git a/PKGBUILD b/PKGBUILD index 944b86a..45ab139 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=r1432.8ad8d40 pkgrel=1 pkgdesc="Container CLI tools" depends=('glibc') -makedepends=('godep', 'go') +makedepends=('godep' 'go') arch=('x86_64' 'i686') source=("git+https://github.com/opencontainers/runc.git") url="http://runc.io/"

mickours commented on 2015-11-04 16:46 (UTC)

Go is missing from the make dependencies: godep: go exec: "go": executable file not found in $PATH