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

fix(deps): bump golang.org/x/sys so that project builds on darwin arm64 #402

Closed
wants to merge 1 commit into from

Conversation

pmalek
Copy link

@pmalek pmalek commented May 27, 2022

This PR addresses the following build error on darwin arm64:

# golang.org/x/sys/unix
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.1_13.go:27:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.1_13.go:40:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:43:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:59:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:75:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:90:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:105:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:121:3: //go:linkname must refer to declared function or variable
../../.gvm/pkgsets/go1.18.2/global/pkg/mod/golang.org/x/sys@v0.0.0-20200212091648-12a6c2dcc1e4/unix/zsyscall_darwin_arm64.go:121:3: too many errors

@wagoodman wagoodman deleted the branch wagoodman:master July 6, 2023 15:24
@wagoodman wagoodman closed this Jul 6, 2023
@wagoodman
Copy link
Owner

I think this is accounted for in a recent dependency bump

@pmalek
Copy link
Author

pmalek commented Jul 6, 2023

It builds as of 8a10c0d

🎉

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

Successfully merging this pull request may close these issues.

None yet

2 participants