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

Error building on Mac M3: invalid reference to syscall.recvmsg #2

Open
abhigts1 opened this issue Aug 26, 2024 · 1 comment
Open

Error building on Mac M3: invalid reference to syscall.recvmsg #2

abhigts1 opened this issue Aug 26, 2024 · 1 comment

Comments

@abhigts1
Copy link

Trying to run the following command : brew install chipmk/tap/docker-mac-net-connect

It shows the following in the terminal :

make
VERSION=v0.1.2
build-go

fatal: not a git repository (or any of the parent directories): .git
go build -ldflags "-s -w -X github.com/chipmk/docker-mac-net-connect/version.Version=v0.1.2 -X github.com/chipmk/docker-mac-net-connect/version.SetupImage=ghcr.io/chipmk/docker-mac-net-connect/setup" github.com/chipmk/docker-mac-net-connect
# github.com/chipmk/docker-mac-net-connect
link: golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg
make: *** [build-go] Error 1

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/chipmk/homebrew-tap/issues

I ran the command go version and it shows me that I have go version go1.23.0 darwin/arm64

@Stephen-Brook
Copy link

Same issue here

M1 MBP
go version go1.23.0 darwin/arm64

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

3 participants
@abhigts1 @Stephen-Brook and others