-
Notifications
You must be signed in to change notification settings - Fork 18.1k
cmd/go: 1.9.4 can't build x/sys/unix with GOOS=solaris #23939
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
Comments
Fix is already on tip in CL 93836 and CL 94896. |
CL 103135 OK for Go 1.9.5 |
This doesn't appear to be fixed in go1.9.5 :-( @andybons Can we re-open?
|
We would need to also backport CL 94018. Sorry for forgetting about that one. |
I don't know whether we are doing a 1.9.6 release or not. @andybons |
I have no issue with doing a 1.9.6 release |
Change https://golang.org/cl/110077 mentions this issue: |
…here It's used on Solaris to import symbols from shared libraries, e.g., in golang.org/x/sys/unix and golang.org/x/net/internal/socket. We could use a different directive but that would require build tags in all the places that use it. Fixes #23939 Change-Id: I47fcf72a6d2862e304204705979c2056c2f78ec5 Reviewed-on: https://go-review.googlesource.com/94018 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> (cherry picked from commit 41d3d15) Reviewed-on: https://go-review.googlesource.com/110077 Reviewed-by: Ian Lance Taylor <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
What version of Go are you using (
go version
)?go version go1.9.4 linux/amd64
Does this issue reproduce with the latest release?
No, go1.10 is fine.
What operating system and processor architecture are you using (
go env
)?What did you do?
Note that with go1.10 it works correctly.
I suspect this might need d1fbe07 from the 1.10 branch.
The text was updated successfully, but these errors were encountered: