Ubuntu Pastebin

Paste from t at Thu, 8 Jan 2015 16:35:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
tvansteenburgh@trusty-vm:~/src/charms/trusty/pts> rm -rf /home/tvansteenburgh/src/go/pkg/linux_amd64
tvansteenburgh@trusty-vm:~/src/charms/trusty/pts> JUJU_MAKE_GODEPS=true make godeps
make: *** No rule to make target `godeps'.  Stop.
2 tvansteenburgh@trusty-vm:~/src/charms/trusty/pts> cd $GOPATH/src/github.com/juju/juju
tvansteenburgh@trusty-vm:~/src/go/src/github.com/juju/juju> JUJU_MAKE_GODEPS=true make godeps                                                                                                                                                                                        
/home/tvansteenburgh/src/go/bin/godeps -u dependencies.tsv
tvansteenburgh@trusty-vm:~/src/go/src/github.com/juju/juju> go get github.com/juju/juju/...
tvansteenburgh@trusty-vm:~/src/go/src/github.com/juju/juju> git st
On branch master
Your branch is ahead of 'origin/master' by 2059 commits.
  (use "git push" to publish your local commits)

nothing to commit, working directory clean
tvansteenburgh@trusty-vm:~/src/go/src/github.com/juju/juju> git push origin master 
go version go1.2.1
checking: go fmt ...
checking: go vet ...
go tool: no such tool "vet"; to install:
        go get code.google.com/p/go.tools/cmd/vet
error: failed to push some refs to 'git@github.com:tvansteenburgh/juju.git'
1 tvansteenburgh@trusty-vm:~/src/go/src/github.com/juju/juju> go get code.google.com/p/go.tools/cmd/vet
go install code.google.com/p/go.tools/cmd/vet: open /usr/lib/go/pkg/tool/linux_amd64/vet: permission denied
Download as text