Skip to content
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

etcd go client fails to compile for Solaris #13298

Closed
tsaarni opened this issue Aug 18, 2021 · 0 comments · Fixed by #13311
Closed

etcd go client fails to compile for Solaris #13298

tsaarni opened this issue Aug 18, 2021 · 0 comments · Fixed by #13311

Comments

@tsaarni
Copy link
Contributor

tsaarni commented Aug 18, 2021

I'm compiling the go client library for Solaris and I get following error

../../go/pkg/mod/go.etcd.io/etcd/client/pkg/v3@v3.5.0/transport/sockopt_unix.go:14:54: undefined: unix.SO_REUSEPORT

The change was introduced in #12702.

Apparently SO_REUSEPORT is missing on Solaris. Should there be build constraint for that socket option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant