blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

build error #177

Open Andrei-Pozolotin opened 8 years ago

Andrei-Pozolotin commented 8 years ago

build script for the blablacar fork: https://github.com/blablacar/acserver/blob/master/build.sh when used in a clean room build: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=acserver-blablacar fails due to assumption of external build environment being setup properly:

package github.com/tools/godep: cannot download, $GOPATH not set. For more details see: go help gopath

here is an example of a working build script: https://github.com/appc/acserver/blob/master/build which works when used in a similar clean room build: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=acserver