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

x/sys/unix: build broken on openbsd-mips64-jsing due to use of SetIovlen in CL 412497 #53575

Closed
bcmills opened this issue Jun 27, 2022 · 2 comments

Comments

@bcmills
Copy link
Contributor

bcmills commented Jun 27, 2022

x/sys/unix appears to be broken on openbsd/mips64 as of CL 412497:

# golang.org/x/sys/unix [golang.org/x/sys/unix.test]
unix/syscall_bsd.go:346:7: msg.SetIovlen undefined (type Msghdr has no field or method SetIovlen)
unix/syscall_bsd.go:378:7: msg.SetIovlen undefined (type Msghdr has no field or method SetIovlen)
FAIL	golang.org/x/sys/unix [build failed]

greplogs -l -e 'msg\.SetIovlen undefined' --since=2022-01-01
2022-06-26T22:12:19-87e55d7-351e0f4/openbsd-mips64-jsing
2022-06-26T00:26:59-87e55d7-416c953/openbsd-mips64-jsing
2022-06-26T00:21:33-87e55d7-666d736/openbsd-mips64-jsing
2022-06-24T23:50:20-87e55d7-41e1d90/openbsd-mips64-jsing

(attn @ianlancetaylor @tklauser @4a6f656c)

@gopherbot gopherbot added this to the Unreleased milestone Jun 27, 2022
@bcmills bcmills modified the milestones: Unreleased, Backlog Jun 27, 2022
@gopherbot
Copy link

Change https://go.dev/cl/414554 mentions this issue: unix: provide Msghdr.SetIovlen on openbsd/mips64

@dr2chase
Copy link
Contributor

dr2chase commented Jun 27, 2022

@iant can you take a look?
never mind, it's being handled.

@golang golang locked and limited conversation to collaborators Jun 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants