-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Building for iOS with gomobile fails with: undefined: syscall.O_DSYNC #4524
Comments
See also:
|
There was an issue in badger and has been recently fixed. Unfortunately, the recent fix wasn't quite correct. The new fix is at dgraph-io/badger#378. Once that gets merged, we'll bubble it up to here.
|
Thanks @Stebalien - just mentioned those others for your reference in case they were helpful in resolving this one. |
@magik6k this has now been fixed in badger. Mind updating |
So you can now close issues cross-repo, fun.. Keeping this open until it's in merged to master. @Stebalien mind including this in #4610? |
@magik6k done. |
fixes ipfs#4524 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Version information:
N/A
Type:
Bug
Severity:
Low
Description:
Building for iOS with gomobile fails with an
undefined: syscall.O_DSYNC
error associated with Badger, see lines 23-25.Compiling with Go 1.10 beta throws the same error.
Thanks:
Huge thanks to the contributors and maintainers of the go-ipfs project and IPFS community at large. You do great work with huge impact.
The text was updated successfully, but these errors were encountered: