-
Notifications
You must be signed in to change notification settings - Fork 45
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
Manual Build Instructions for Production Builds Do Not Work #633
Comments
Hi, these build instructions weren't updated for a long time and might be outdated. Have you tried building with mage(aka This looks like a compile error in one of the dependencies. I have tried to build on my machine and a fresh VM(Ubuntu 24.04) and didn't run into this issue. Which distribution/go version are you using? Which commit are you trying to build? |
I'm on Gentoo Linux for amd64, with go 1.23.1, GCC 13.3.1, and rust 1.80.1. I have used the release tarball for 3.18.5 but have the same issue with the current HEAD from main. With
This can be fixed with a symlink: But then I run into another error:
At this point, I gave up. Don't worry to close this as WONTFIX. For myself, I can use the pre-compiled binaries from the |
Closing as we do not support Gentoo at this moment. One alternative you can try is the docker build( |
I am trying to build the daemon from sources:
When I replace
cmd/daemon
with./cmd/daemon
, I get the next error:From #3 I kind of understood that
moose
is not strictly necessary. So, I tried to omit it:Any idea how to fix that?
The client
bin/nordvpn
compiled without problems.The text was updated successfully, but these errors were encountered: