Search Criteria
Package Details: docker-swarm 1.2.9-1
Git Clone URL: | https://aur.archlinux.org/docker-swarm.git (read-only, click to copy) |
---|---|
Package Base: | docker-swarm |
Description: | A Docker-native clustering system |
Upstream URL: | https://github.com/docker/swarm/ |
Keywords: | docker swarm |
Licenses: | |
Submitter: | irtimmer |
Maintainer: | funilrys |
Last Packager: | funilrys |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-02-10 23:36 |
Last Updated: | 2019-01-08 20:07 |
Latest Comments
dchusovitin commented on 2016-02-24 06:42
PKGBUILD for 1.1.2 (without "godep get", etc.)
https://gist.github.com/dchusovitin/3c38bf90652c77dc3f26
tty170 commented on 2016-02-08 06:10
I fixed PKGBUILD.
I created at gist. Since I don't know how to pull request AUR repository.
https://gist.github.com/tty170/48ee51678c2091609925
Maybe this is correct. But please check it.
In my environment, build was succeeded.
onestone commented on 2016-02-06 04:26
Error building version 1.1.0-1:
==> Starting package()...
install: cannot stat ‘LICENSE’: No such file or directory
quest commented on 2016-01-21 22:29
https://github.com/docker/swarm/issues/1550
quest commented on 2016-01-21 19:14
Latest update breaks.
==> Starting prepare()...
package github.com/docker/docker/pkg/parsers/filters: cannot find package "github.com/docker/docker/pkg/parsers/filters" in any of:
/usr/lib/go/src/github.com/docker/docker/pkg/parsers/filters (from $GOROOT)
/tmp/packerbuild-1000/docker-swarm/docker-swarm/src/src/github.com/docker/docker/pkg/parsers/filters (from $GOPATH)
package github.com/docker/docker/pkg/units: cannot find package "github.com/docker/docker/pkg/units" in any of:
/usr/lib/go/src/github.com/docker/docker/pkg/units (from $GOROOT)
/tmp/packerbuild-1000/docker-swarm/docker-swarm/src/src/github.com/docker/docker/pkg/units (from $GOPATH)
godep: exit status 1
==> ERROR: A failure occurred in prepare().
ainola commented on 2015-08-09 14:16
Please quote your variables:
http://www.tldp.org/LDP/abs/html/quotingvar.html
anpieber commented on 2015-04-07 04:24
I'm not coming even that far
==> Starting prepare()...
/tmp/yaourt-tmp-pieber/aur-docker-swarm/./PKGBUILD: line 21: cd: src/github.com/docker/swarm: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
==> ERROR: Makepkg was unable to build docker-swarm.
==> Restart building docker-swarm ? [y/N]
==> -------------------------------------
==>
l3u commented on 2015-03-05 17:16
Unable to build currently :
==> Starting build()...
# _/home/qas/tmp/yaourt/yaourt-tmp-qas/aur-docker-swarm/src/swarm-0.1.0-rc3
./manage.go:100: undefined: cluster.NewCluster
./manage.go:140: undefined: scheduler.NewScheduler
./manage.go:151: cannot use hosts (type []string) as type bool in argument to "github.com/docker/swarm/api".ListenAndServe
./manage.go:151: cannot use c.Bool("cors") (type bool) as type *tls.Config in argument to "github.com/docker/swarm/api".ListenAndServe
./manage.go:151: cannot use tlsConfig (type *tls.Config) as type *"github.com/docker/swarm/api".eventsHandler in argument to "github.com/docker/swarm/api".ListenAndServe
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build docker-swarm.
Any clue ?