-
Notifications
You must be signed in to change notification settings - Fork 191
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] OCIS not building on FreeBSD #1217
Comments
sounds like we'd need to support a build tag for FreeBSD. There's language support for syscall on FreeBSD already so changes should be trivial 👍 Thanks for opening an issue! |
Closes owncloud/ocis#1217 * Extracted common error methods to `errtypes` package * Fixed type error on Bavail ( https://golang.org/src/syscall/ztypes_freebsd_arm64.go#L125 ) * Alias ENODATA to ENOATTR How to test this on Linux: ``` export GOOS=freebsd make ```
Closes owncloud/ocis#1217 * Extracted common error methods to `errtypes` package * Fixed type error on Bavail ( https://golang.org/src/syscall/ztypes_freebsd_arm64.go#L125 ) * Alias ENODATA to ENOATTR How to test this on Linux: ``` export GOOS=freebsd make ```
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Closes owncloud/ocis#1217 * Extracted common error methods to `errtypes` package * Fixed type error on Bavail ( https://golang.org/src/syscall/ztypes_freebsd_arm64.go#L125 ) * Alias ENODATA to ENOATTR How to test this on Linux: ``` export GOOS=freebsd make ```
This issue is outdated. Please re open if still needed. |
OCIS is not building on FreeBSD as you can read below look like syscall.ENODATA is not defined in go on FreeBSD
The text was updated successfully, but these errors were encountered: