hey team, i'm running into problems installing pac...
# fleet
d
hey team, i'm running into problems installing package builder on macos. i've been able to successfully install package-builder on windows previously, but now am working on prepacking a .pkg for our mac users. more specifically I am seeing a few errors during the build with a few files not being locatable, but I see these specific files in the /pkg/packagekit path. Here's the error I'm seeing:
Copy code
sudo make package-builder
go run cmd/make/make.go -targets=deps-go,install-tools
go generate ./pkg/packagekit/... ./pkg/packaging/... ./pkg/osquery/tables/... ./pkg/augeas/...
pkg/packagekit/package_wix.go:21: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
pkg/packagekit/wix/wix_test.go:19: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
pkg/packaging/packaging.go:23: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
pkg/augeas/augeas.go:24: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
make: *** [generate] Error 1
Here's my .bash_profile config:
Copy code
export GOPATH=/Users/bbadmin/Documents/mycode/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
Any thoughts as to what I'm doing wrong here?
z
I think you are referring to Launcher's package-builder? You'll need to ask in #kolide about that.
ty 1
BTW Fleet is working on something similar to Launcher that is going to be much more tightly integrated with Fleet: https://github.com/fleetdm/orbit
d
i'll check it out, looks interesting for sure.