You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've opened NixOS/nixpkgs#182108 in the nixpkgs repo but if you know nothing about nix I still think you might be able to help with the issue here:
# golang.org/x/sys/unixvendor/golang.org/x/sys/unix/syscall_darwin.1_13.go:29:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go:27:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go:40:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:43:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:59:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:75:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:90:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:105:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:121:3: //go:linkname must refer to declared function or variablevendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go:121:3: too many errors
I guess maybe it's some library that needs a different version or something, any help would be appreciated.
The text was updated successfully, but these errors were encountered:
We don't use vendor/ directory so I'm not sure where that's coming from. I also don't know who packaged this for Nix (I have no knowledge of nix) but perhaps it can be solved by updating the dependencies.
This issue suggests it was a Go bug golang/go#51706 and golang/go#49219. So consider updating the nix package to use newer Go.
I've opened NixOS/nixpkgs#182108 in the nixpkgs repo but if you know nothing about nix I still think you might be able to help with the issue here:
I guess maybe it's some library that needs a different version or something, any help would be appreciated.
The text was updated successfully, but these errors were encountered: