We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that dirlock depends on some Linux specific syscalls, compilation of NSQd fails with the following output
# github.com/nsqio/nsq/internal/dirlock ../.go/src/github.com/nsqio/nsq/internal/dirlock/dirlock.go:28: undefined: syscall.Flock ../.go/src/github.com/nsqio/nsq/internal/dirlock/dirlock.go:28: undefined: syscall.LOCK_EX ../.go/src/github.com/nsqio/nsq/internal/dirlock/dirlock.go:28: undefined: syscall.LOCK_NB ../.go/src/github.com/nsqio/nsq/internal/dirlock/dirlock.go:37: undefined: syscall.Flock ../.go/src/github.com/nsqio/nsq/internal/dirlock/dirlock.go:37: undefined: syscall.LOCK_UN
The text was updated successfully, but these errors were encountered:
just need to add a compiler flag to noop the implementation on illumos
Sorry, something went wrong.
Fix compilation on illumos.
72cbb40
Fixes nsqio#765
Successfully merging a pull request may close this issue.
It seems that dirlock depends on some Linux specific syscalls, compilation of NSQd fails with the following output
The text was updated successfully, but these errors were encountered: