Skip to content

Instantly share code, notes, and snippets.

@danp
Created April 26, 2014 13:44
Show Gist options
  • Save danp/11320412 to your computer and use it in GitHub Desktop.
Save danp/11320412 to your computer and use it in GitHub Desktop.
+ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -d old
Deleted branch old (was 208ceb0).
+ git checkout -b old 208ceb0f3033800f0560913497490888b9c1cacf
Switched to a new branch 'old'
+ rm -rf Godeps/_workspace/pkg
+ godep go install
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ godep go build -x
WORK=/var/folders/l8/7c0czft541jb7q3x90qn9m0r0000gn/T/go-build100811020
mkdir -p $WORK/github.com/bgentry/pflag/_obj/
mkdir -p $WORK/github.com/bgentry/
cd /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/src/github.com/bgentry/pflag
/usr/local/go/pkg/tool/darwin_amd64/6g -o $WORK/github.com/bgentry/pflag.a -trimpath $WORK -p github.com/bgentry/pflag -complete -D _/Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/src/github.com/bgentry/pflag -I $WORK -pack ./bool.go ./duration.go ./flag.go ./float32.go ./float64.go ./int.go ./int32.go ./int64.go ./int8.go ./ip.go ./ipmask.go ./string.go ./uint.go ./uint16.go ./uint32.go ./uint64.go ./uint8.go
mkdir -p $WORK/github.com/bgentry/speakeasy/_obj/
cd /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/src/github.com/bgentry/speakeasy
/usr/local/go/pkg/tool/darwin_amd64/6g -o $WORK/github.com/bgentry/speakeasy.a -trimpath $WORK -p github.com/bgentry/speakeasy -complete -D _/Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/src/github.com/bgentry/speakeasy -I $WORK -pack ./speakeasy.go ./speakeasy_unix.go
mkdir -p $WORK/github.com/heroku/hk/postgresql/_obj/
mkdir -p $WORK/github.com/heroku/hk/
cd /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/postgresql
/usr/local/go/pkg/tool/darwin_amd64/6g -o $WORK/github.com/heroku/hk/postgresql.a -trimpath $WORK -p github.com/heroku/hk/postgresql -complete -D _/Users/dan/Projects/go/gopath/src/github.com/heroku/hk/postgresql -I $WORK -I /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/pkg/darwin_amd64 -pack ./client.go ./db.go
mkdir -p $WORK/github.com/heroku/hk/rollbar/_obj/
cd /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/rollbar
/usr/local/go/pkg/tool/darwin_amd64/6g -o $WORK/github.com/heroku/hk/rollbar.a -trimpath $WORK -p github.com/heroku/hk/rollbar -complete -D _/Users/dan/Projects/go/gopath/src/github.com/heroku/hk/rollbar -I $WORK -pack ./rollbar.go
mkdir -p $WORK/github.com/heroku/hk/term/_obj/
cd /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/term
/usr/local/go/pkg/tool/darwin_amd64/6g -o $WORK/github.com/heroku/hk/term.a -trimpath $WORK -p github.com/heroku/hk/term -complete -D _/Users/dan/Projects/go/gopath/src/github.com/heroku/hk/term -I $WORK -pack ./unix.go
mkdir -p $WORK/github.com/mgutz/ansi/_obj/
mkdir -p $WORK/github.com/mgutz/
cd /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/src/github.com/mgutz/ansi
/usr/local/go/pkg/tool/darwin_amd64/6g -o $WORK/github.com/mgutz/ansi.a -trimpath $WORK -p github.com/mgutz/ansi -complete -D _/Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/src/github.com/mgutz/ansi -I $WORK -pack ./ansi.go ./doc.go
mkdir -p $WORK/github.com/heroku/hk/hkclient/_obj/
cd /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/hkclient
/usr/local/go/pkg/tool/darwin_amd64/6g -o $WORK/github.com/heroku/hk/hkclient.a -trimpath $WORK -p github.com/heroku/hk/hkclient -complete -D _/Users/dan/Projects/go/gopath/src/github.com/heroku/hk/hkclient -I $WORK -I /Users/dan/Projects/go/gopath/src/github.com/heroku/hk/Godeps/_workspace/pkg/darwin_amd64 -I /Users/dan/Projects/go/gopath/pkg/darwin_amd64 -pack ./client.go ./creds.go ./homepath.go ./unix.go
# github.com/heroku/hk/hkclient
hkclient/creds.go:14: undefined: netrc.Netrc
godep: go exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment