You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS & Version: OSX
go version: go1.8.1 darwin/amd64
Behaviour
In my terminal, I'm trying to use homebrew to install ethereum, so I used these two commands:
brew tap ethereum/ethereum
brew install ethereum/ethereum
The first line executes with no problem, but when executing the second line, I get:
==> Installing ethereum from ethereum/ethereum
==> Installing dependencies for ethereum/ethereum/ethereum: go
==> Installing ethereum/ethereum/ethereum dependency: go
==> Downloading https://homebrew.bintray.com/bottles/go-1.8.1.sierra.bottle.tar.gz
Already downloaded: /Users/iwei/Library/Caches/Homebrew/go-1.8.1.sierra.bottle.tar.gz
==> Pouring go-1.8.1.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.8.1: 7,030 files, 281.8MB
==> Installing ethereum/ethereum/ethereum
==> Cloning https://github.com/ethereum/go-ethereum.git
Updating /Users/iwei/Library/Caches/Homebrew/ethereum--git
==> Checking out tag v1.6.1
==> go env
==> make all
Last 15 lines from /Users/iwei/Library/Logs/Homebrew/ethereum/02.make:
runtime.rt0_go(0x7fff5fbfe710, 0x17, 0x7fff5fbfe710, 0x0, 0x17, 0x7fff5fbfeb00, 0x7fff5fbfeb38, 0x7fff5fbfeb3b, 0x7fff5fbfeba1, 0x7fff5fbfebab, ...)
/usr/local/Cellar/go/1.8.1/libexec/src/runtime/asm_amd64.s:158 +0x183 fp=0x7fff5fbfe6e8 sp=0x7fff5fbfe6e0
# github.com/ethereum/go-ethereum/vendor/golang.org/x/crypto/openpgp/errors
fatal error: runtime: bsdthread_register error
runtime stack:
runtime.throw(0x16c3021, 0x21)
/usr/local/Cellar/go/1.8.1/libexec/src/runtime/panic.go:596 +0x95 fp=0x7fff5fbfeae0 sp=0x7fff5fbfeac0
runtime.goenvs()
/usr/local/Cellar/go/1.8.1/libexec/src/runtime/os_darwin.go:108 +0xa0 fp=0x7fff5fbfeb10 sp=0x7fff5fbfeae0
runtime.schedinit()
/usr/local/Cellar/go/1.8.1/libexec/src/runtime/proc.go:486 +0xa1 fp=0x7fff5fbfeb50 sp=0x7fff5fbfeb10
runtime.rt0_go(0x7fff5fbfeb88, 0x10, 0x7fff5fbfeb88, 0x0, 0x0, 0x10, 0x7fff5fbfef40, 0x7fff5fbfef78, 0x7fff5fbfef7b, 0x7fff5fbfefde, ...)
/usr/local/Cellar/go/1.8.1/libexec/src/runtime/asm_amd64.s:158 +0x183 fp=0x7fff5fbfeb58 sp=0x7fff5fbfeb50
make: *** [all] Error 2
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/ethereum/homebrew-ethereum/issues
These open issues may also help:
Unable to install go-ethereum https://github.com/ethereum/homebrew-ethereum/issues/89
The text was updated successfully, but these errors were encountered:
Googling this error message every instance was reporting that an anti-virus software was as fault, preventing Go from running some of its functionality (golang/go#8801golang/go#18171).
System information
OS & Version: OSX
go version: go1.8.1 darwin/amd64
Behaviour
In my terminal, I'm trying to use homebrew to install ethereum, so I used these two commands:
The first line executes with no problem, but when executing the second line, I get:
The text was updated successfully, but these errors were encountered: