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

fails on m1 mac #156

Closed
matti opened this issue Apr 14, 2022 · 1 comment
Closed

fails on m1 mac #156

matti opened this issue Apr 14, 2022 · 1 comment

Comments

@matti
Copy link

matti commented Apr 14, 2022

$ uname -a
Darwin rose.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:29:10 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T8101 arm64
$ go install github.com/buraksezer/olric/cmd/olricd@latest
go: downloading github.com/buraksezer/olric v0.4.3
go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
go: downloading golang.org/x/sync v0.0.0-20200930132711-30421366ff76
go: downloading github.com/hashicorp/go-multierror v1.0.0
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/hashicorp/memberlist v0.1.5
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible
go: downloading gopkg.in/yaml.v2 v2.3.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
go: downloading github.com/buraksezer/connpool v0.4.0
go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
go: downloading github.com/hashicorp/go-msgpack v0.5.3
go: downloading github.com/miekg/dns v1.1.31
go: downloading github.com/hashicorp/go-immutable-radix v1.0.0
go: downloading github.com/hashicorp/golang-lru v0.5.0
go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
go: downloading golang.org/x/crypto v0.0.0-20201001193750-eb9a90e9f9cb
go: downloading golang.org/x/net v0.0.0-20200930145003-4acb6c075d10
# golang.org/x/sys/unix
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:29:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.1_13.go:27:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.1_13.go:40:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:43:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:59:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:75:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:90:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:105:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:121:3: //go:linkname must refer to declared function or variable
.asdf/installs/golang/1.18.1/packages/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:121:3: too many errors
@buraksezer
Copy link
Owner

Hi @matti

Thank you for reporting this. I have just fixed the problem and released v0.4.4. Please try to install Olric again on your local.

Related issue: golang/go#49219

I'm closing this issue now. Please don't hesitate to ask any further questions.

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

No branches or pull requests

2 participants