-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Build issue on Solaris #4787
Labels
Comments
Closed
fazalmajid
added a commit
to Apsalar/influxdb
that referenced
this issue
Nov 13, 2015
This was referenced Dec 7, 2015
Can you try to build this against master now? We just removed a bunch of stuff that may have caused this problem. |
fazalmajid
pushed a commit
to Apsalar/influxdb
that referenced
this issue
Dec 8, 2015
fazalmajid
pushed a commit
to Apsalar/influxdb
that referenced
this issue
Dec 8, 2015
pauldix
added a commit
that referenced
this issue
Dec 8, 2015
fix tsm1 for Solaris #4787, passes unit tests now
merged, will go into the 0.9.6 release |
otoolep
pushed a commit
that referenced
this issue
Dec 8, 2015
otoolep
pushed a commit
that referenced
this issue
Dec 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tsdb/engine/tsm1/tsm1.go is using the obsolete syscall.Mmap and Munmap instead of golang.org/x/sys/unix.Mmap like BoltDB.
Compilation fails with:
See:
The text was updated successfully, but these errors were encountered: