-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Head fails on MacOS #2137
Comments
Yes this is repros for me on my mac as well when i do go get. |
|
This is upstream golang bug with xcode 8.3 |
Ok i installed xcode8.3 and then did this go version
|
ok so this works.
|
This is a nasty problem when it comes up... I am not sure I completely understand your workaround (right now I am just postponing the xcode update to make sure I don't get the problem)... normally I doe a Can you be more clear on how to get around the problem? I am just unclear on what you are saying the workaround is (and the problem is debilitating if it comes up). I think we just need to write up a really clear work around for this... that hopefully
(I am getting around this be not upgrading The other related thing is that brew install go 1.7 your GO env vars will be all screwed up... So I set up things like this in .bash_profile file /# set up env variables for go export PATH=${GOPATH}/bin:$PATH (this is different that what it says to do in the mini docs...) If you have installed go 1.8 and want to go backwards to 1.7.5 you have to force this ... |
Upstream bug golang/go#19734 Fixes minio#2137
Upstream bug golang/go#19734 Fixes #2137
@badscooter23 This is an issue that can happen if you did |
If you do on OSX
Then you have to do
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Expected behaviour
mc banner
Actual behaviour
$ go run main.go
signal: killed
Steps to reproduce the behaviour
Just checkout minio/mc latest and go run main.go
mc version
9a88156
System information
MacOS
Darwin MacBook-Pro.local 16.5.0 Darwin Kernel Version 16.5.0: Fri Mar 3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE_X86_64 x86_64 i386 MacBookPro13,1 Darwin
Killed is mostly an out of memory error, caused by something recursive. Dee confirmed this issue on her notebook as well.
The text was updated successfully, but these errors were encountered: