-
Notifications
You must be signed in to change notification settings - Fork 122
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
[BUG] Fails to build on riscv64 #410
Labels
Comments
Also I'd like to note that with distros that uses systemd (which are all major distors that are still supported) there is no need in daemonization on application level (you can safely remove |
deniszh
added a commit
to deniszh/go-carbon
that referenced
this issue
May 8, 2021
Fixed in #411 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
RISC-V 64 as an ARM64 do not have
Dup2
syscall, but haveDup3
syscall. This is used by a dependency of go-carbon: https://github.com/sevlyar/go-daemonI've opened a bug in that repo about specific build failure, but project looks dead (author's account on github is inactive for more than a year, last commit to that particular repo was 2+ years ago) so that would require either a fork to fix or migrating away from
go-daemon
for daemonization.Otherwise patch to fix that is rather simple:
The text was updated successfully, but these errors were encountered: