-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/link: linking a c-shared archive into a Go program fails on Darwin #29061
Comments
Thank you for filing this issue @YoshikiShibata! Kindly paging @ianlancetaylor @bcmills. |
This problem is still happening. Why is nobody assigned to this issue? |
It was reported two days ago, at the beginning of the weekend. Please be patient. |
Looking at the build dashboard, it appears that the failure was introduced in CL 152079, which was intended to fix #27019. (CC @eliasnaur) |
@YoshikiShibata You reported the problem on Saturday. I didn't work on Saturday or Sunday, because they are the weekend. I'm working on it now. |
As far as I can tell the test simply can't work on Darwin, so I'm going to arrange to skip it. |
Change https://golang.org/cl/152159 mentions this issue: |
Keeping the release-blocker label until CL 152159 is submitted. |
CL 152159 is submitted, removing release-blocker label. |
Darwin doesn't support the multiple copies of the runtime package implied by linking a c-shared library into a Go program. Updates #29061 Change-Id: I6cf5d00babf82f1de05689c1345aaa5ae0b0659c Reviewed-on: https://go-review.googlesource.com/c/152159 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Please answer these questions before submitting your issue. Thanks!
What did you do?
I tried to rebuild the latest tip version with all.bash on my Mac.
What did you expect to see?
No error.
What did you see instead?
Does this issue reproduce with the latest release (go1.11.2)?
N/A
System details
The text was updated successfully, but these errors were encountered: