let me see if I can give you the correct launcher ...
# kolide
g
let me see if I can give you the correct launcher sha to fix
b
I can't get it to build from source at 1.0.8 or master, on mac or linux?!
I just git clone, cd, make deps, make generate, make build
g
i do the same thing. do you git clone to the correct path?
if you want to screenhero with me, I’m available. this slack supports
/call
b
/home/barn/go/src/github.com/kolide/fleet
Copy code
go-bindata -pkg=service \
	-o=server/service/bindata.go \
	frontend/templates/ assets/...
go-bindata -pkg=kolide -o=server/kolide/bindata.go server/mail/templates
go build -i -o build/fleet -ldflags " -X <http://github.com/kolide/fleet/vendor/github.com/kolide/kit/version.appName=fleet|github.com/kolide/fleet/vendor/github.com/kolide/kit/version.appName=fleet> -X <http://github.com/kolide/fleet/vendor/github.com/kolide/kit/version.version=2.0.0-rc1-14-g6eecaa1|github.com/kolide/fleet/vendor/github.com/kolide/kit/version.version=2.0.0-rc1-14-g6eecaa1> -X <http://github.com/kolide/fleet/vendor/github.com/kolide/kit/version.branch=master|github.com/kolide/fleet/vendor/github.com/kolide/kit/version.branch=master> -X <http://github.com/kolide/fleet/vendor/github.com/kolide/kit/version.revision=6eecaa1019f0468e3d4c9cf90be45fca928fcd28|github.com/kolide/fleet/vendor/github.com/kolide/kit/version.revision=6eecaa1019f0468e3d4c9cf90be45fca928fcd28> -X <http://github.com/kolide/fleet/vendor/github.com/kolide/kit/version.buildDate=2018-06-14T17:29:17Z|github.com/kolide/fleet/vendor/github.com/kolide/kit/version.buildDate=2018-06-14T17:29:17Z> -X <http://github.com/kolide/fleet/vendor/github.com/kolide/kit/version.buildUser=barn|github.com/kolide/fleet/vendor/github.com/kolide/kit/version.buildUser=barn> -X <http://github.com/kolide/fleet/vendor/github.com/kolide/kit/version.goVersion=go1.10.3|github.com/kolide/fleet/vendor/github.com/kolide/kit/version.goVersion=go1.10.3>" ./cmd/fleet
go build runtime/cgo: open /snap/go/2130/pkg/linux_amd64/runtime/cgo.a: read-only file system
Makefile:106: recipe for target 'fleet' failed
make: *** [fleet] Error 1
barn@ubuntu:~/go/src/github.com/kolide/fleet$
I hate threads
that's a fresh
go get -u <http://github.com/kolide/fleet|github.com/kolide/fleet>
and then
make deps generate build
same on 1.10.3 and 1.8.3
g
Copy code
go build runtime/cgo: open /snap/go/2130/pkg/linux_amd64/runtime/cgo.a: read-only file system
can you edit the makefile to compile a linux only version on linux, instead of the `xp`(cross platform) build call?
that should get around this error…
b
ahhhh
am trying again on 1.8.3 which won't use snap (so won't get that IO error)
same just building it for linux
how do I break everything?
how?
I'm giving up and just going the fpm route
and will probably stop using computers