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
x/net: please implement recvmsg and sendmsg under gccgo #52512
Comments
/cc @ianlancetaylor |
It seems that various of system calls were not implemented. Same and some similar errors can be reproduced using the most recent gccgo (12.1 release). When trying to build Caddy with gccgo, the mentioned error could be reproduced:
For your information, go and gccgo versions are:
Thanks for your effort in investigating into this problem. |
I can't recreate the problems with golang.org/x/sys/unix. The problems with golang.org/x/net will require some updates to that package. It is using |
I wrote proposal #52885 as a step toward cleaning this up. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (gccgo 12-20220319-1, as shipped by Debian).
What operating system and processor architecture are you using (
go env
)?go env
What did you do?
What did you expect to see?
Build success.
What did you see instead?
The text was updated successfully, but these errors were encountered: