-
Notifications
You must be signed in to change notification settings - Fork 11
Upgrade to delve fails #20
Description
Tried a 'brew upgrade delve' to get that latest. It fails with the following error:
==> Upgrading 1 outdated package, with result:
go-delve/delve/delve 1.0.0-rc.1
==> Upgrading go-delve/delve/delve
==> Installing dependencies for go-delve/delve/delve: go
==> Installing go-delve/delve/delve dependency: go
==> Downloading https://homebrew.bintray.com/bottles/go-1.9.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring go-1.9.sierra.bottle.tar.gz
==> Caveats
A valid GOPATH is required to use the go get command.
If $GOPATH is not specified, $HOME/go will be used by default:
https://golang.org/doc/code.html#GOPATH
You may wish to add the GOROOT-based install location to your PATH:
export PATH=$PATH:/usr/local/opt/go/libexec/bin
==> Summary
🍺 /usr/local/Cellar/go/1.9: 7,639 files, 293.7MB
==> Installing go-delve/delve/delve
==> Downloading https://github.com/derekparker/delve/archive/v1.0.0-rc.1.tar.gz
==> Downloading from https://codeload.github.com/derekparker/delve/tar.gz/v1.0.0-rc.1
######################################################################## 100.0%
==> dlv-cert is already installed, no need to create it
==> make build BUILD_SHA=v1.0.0-rc.1
Last 15 lines from /Users/pgissel/Library/Logs/Homebrew/delve/01.make:
2017-08-29 07:31:56 -0700
make
build
BUILD_SHA=v1.0.0-rc.1
go build -ldflags="-s" github.com/derekparker/delve/cmd/dlv
github.com/derekparker/delve/pkg/proc/native
src/github.com/derekparker/delve/pkg/proc/native/threads.go:16:28: undefined: WaitStatus
src/github.com/derekparker/delve/pkg/proc/native/threads.go:24:18: undefined: OSSpecificDetails
make: *** [build] Error 2