Hey guys I'm trying to build the Tectonic Installer on OS X, but it fails at make plan:
✗ PLATFORM=aws make plan Using build directory [/Users/arve/Projects/tectonic-installer/build/demo] make build -C /Users/arve/Projects/tectonic-installer/installer /Applications/Xcode.app/Contents/Developer/usr/bin/make -C frontend yarn run v0.15.1 $ mkdir -p ../assets/frontend/scripts && ./node_modules/.bin/browserify --extension=.jsx app.jsx -o ../assets/frontend/scripts/app-bundle.js -t [ babelify ] ✨ Done in 6.84s. can't load package: package github.com/coreos/tectonic-installer/installer/vendor/github.com/jteeuwen/go-bindata/go-bindata: cannot find package " github.com/coreos/tectonic-installer/installer/vendor/github.com/jteeuwen/go-bindata/go-bindata" in any of: /usr/local/Cellar/go/1.8.1/libexec/src/ github.com/coreos/tectonic-installer/installer/vendor/github.com/jteeuwen/go-bindata/go-bindata (from $GOROOT) /Users/arve/go/src/ github.com/coreos/tectonic-installer/installer/vendor/github.com/jteeuwen/go-bindata/go-bindata (from $GOPATH) make[1]: *** [bin/go-bindata] Error 1 make: *** [/Users/arve/Projects/tectonic-installer/installer/bin/darwin/installer] Error 2 How do I fix this? Thanks, Arve
