Geth version:
brew install ethereum
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
[email protected]
Warning: ethereum/ethereum/ethereum-1.5.9 already installed
OS & Version: OS X 10.12.3
Commit hash : N/A
Does not crash
Crashes (Killed: 9) regardless of the argument
brew tap ethereum/ethereum
brew install ethereum
geth
N/A
+1
+1
+1
Same problem appear when I install the devel branch using brew install ethereum --devel
I tried building geth from Source too, and got the same error.
+1 same error here.
Could you please update a crash log containing the back trace?
+1
I get this too. There is no stack trace.
Please use --devel as a workaround. The underlying issue is a Go compiler incompatibility with the Xcode 8.3 linker that affects almost all Go programs We will prepare a new stable release soon.
@fjl thanks for the help, I'm still getting the same error when I try geth --devel. Thoughts on how to solve it? Thanks!
I am getting the same error here too, don't really know how to get around. Would appreciate someone pointing somewhere to start with.
geth --devel
... still gets the same result (Killed: 9)
tried uninstalling ethereum and installing again to no avail
Please use --devel as a workaround.
I meant: Please run brew reinstall go-ethereum --devel to get the unstable 1.6 release. Sorry if it was unclear.
thanks @fjl can confirm reinstalling with the developer branch with homebrew worked on osx10.12.4.
brew reinstall ethereum --devel
Had the same issue. Confirming unlinking stable versionbrew unlink ethereum and installing --devel via brew install ethereum --develworked.
the order # brew reinstall ethereum --devel is ok !thanks @fjl
brew reinstall ethereum --devel is not working OS X 10.12. The installation prints out a message stating no support. Could I install and mine if I use an older operating system? geth: command not found
Most helpful comment
thanks @fjl can confirm reinstalling with the developer branch with homebrew worked on osx10.12.4.
brew reinstall ethereum --devel