Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

error using make to install tectonic on Centos #1493

Open
vgkowski opened this issue Jul 25, 2017 · 2 comments
Open

error using make to install tectonic on Centos #1493

vgkowski opened this issue Jul 25, 2017 · 2 comments

Comments

@vgkowski
Copy link

vgkowski commented Jul 25, 2017

BUG REPORT
Centos 7
Master branch

Trying to run the installation through the documentation I get the following error that I didn't have with an older version on the master branch

PLATFORM=openstack-neutron CLUSTER=bd-test make plan

Using build directory [/download/tectonic-installer/build/bd-test]
make build -C /download/tectonic-installer/installer
make[1]: Entering directory /download/tectonic-installer/installer' go build -o bin/go-bindata github.com/coreos/tectonic-installer/installer/vendor/github.com/jteeuwen/go-bindata/go-bindata ./bin/go-bindata -pkg assets -o assets/bindata.go -ignore=bindata.go -ignore=doc.go -ignore=assets.go -prefix assets assets/... GOOS=linux go build -o bin/linux/installer -ldflags "-w" github.com/coreos/tectonic-installer/installer/cmd/installer github.com/coreos/tectonic-installer/installer/assets /home/reactive/go/src/github.com/coreos/tectonic-installer/installer/assets/assets.go:11: undefined: MustAsset make[1]: *** [bin/linux/installer] Error 2 make[1]: Leaving directory /download/tectonic-installer/installer'
make: *** [/download/tectonic-installer/installer/bin/linux/installer] Error 2

@colemickens
Copy link
Contributor

You need to put tectonic-installer in your GOPATH.

@jsilberm
Copy link

jsilberm commented Aug 3, 2017

Did not work so for me:
Jeffs-MacBook-Pro:tectonic-installer jeff$ echo $GOPATH
/Users/jeff/gocode:/Users/jeff/gocode/src/github.com/portworx/tectonic-installer
Jeffs-MacBook-Pro:tectonic-installer jeff$ make plan
Using build directory [/Users/jeff/gocode/src/github.com/portworx/tectonic-installer/build/demo]
/Library/Developer/CommandLineTools/usr/bin/make build -C /Users/jeff/gocode/src/github.com/portworx/tectonic-installer/installer
GOOS=darwin go build -o bin/darwin/installer -ldflags "-w" github.com/coreos/tectonic-installer/installer/cmd/installer
# github.com/coreos/tectonic-installer/installer/assets
../../../coreos/tectonic-installer/installer/assets/assets.go:11: undefined: MustAsset

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants