Advertisement
Guest User

Alpaca build failure (OS X)

a guest
Aug 28th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # Alpaca build does not produce a binary
  2.  
  3. andrew@iprozac:~$ mkdir -p build/bin
  4. andrew@iprozac:~$ export GOPATH=~/build/
  5. andrew@iprozac:~$ export GOBIN=~/build/bin
  6. andrew@iprozac:~$ export PATH=$PATH:$GOBIN
  7. andrew@iprozac:~$ go get -d github.com/pksunkara/alpaca
  8. andrew@iprozac:~$ cd build/src/github.com/pksunkara/alpaca/
  9. andrew@iprozac:~/build/src/github.com/pksunkara/alpaca$ git checkout v1
  10. Branch v1 set up to track remote branch v1 from origin.
  11. Switched to a new branch 'v1'
  12. andrew@iprozac:~/build/src/github.com/pksunkara/alpaca$ make
  13. go get -u github.com/GeertJohan/go.rice/rice github.com/robertkrimen/terst github.com/jessevdk/go-flags bitbucket.org/kardianos/osext bitbucket.org/pkg/inflect
  14. rice --import-path github.com/pksunkara/alpaca/alpaca clean
  15. rice --import-path github.com/pksunkara/alpaca/alpaca embed
  16. andrew@iprozac:~/build/src/github.com/pksunkara/alpaca$ echo $?
  17. 0
  18. andrew@iprozac:~/build/src/github.com/pksunkara/alpaca$ ls -lah $GOBIN
  19. total 12704
  20. drwxr-xr-x 3 andrew staff 102B 29 Aug 10:07 .
  21. drwxr-xr-x 5 andrew staff 170B 29 Aug 10:07 ..
  22. -rwxr-xr-x 1 andrew staff 6.2M 29 Aug 10:07 rice
  23. andrew@iprozac:~/build/src/github.com/pksunkara/alpaca$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement