-
Notifications
You must be signed in to change notification settings - Fork 70
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
No native build was found #119
Comments
ARM build atm is just for raspberry pi. For 3.0.0 (which shipped today!) we'll be investigating making android prebuilds, so good timing. |
Hey @mafintosh! Congrats on the 3.0.0 release, I'm looking forward to seeing what's changed.
Yeah, here's what I'm seeing during the build:
Full log here, which also contains build problems from Sharp (lovell/sharp-libvips#38) and Leveldown (Level/leveldown#705). |
Also worth noting: since I'm using Termux there's probably lots of unrelated jank, so I wouldn't be surprised to find that the build failure is specific to Termux. |
Looks like the above was a Python 3 problem -- I was able to upgrade my npm and node-gyp, which resolved it. Here's the next error I'm seeing:
The actual error looks like:
But there are some notes about libtool that might be relevant? |
@christianbundy That error actually comes from here: I think @andrestaltz added 'android' in to his fork |
Oh, thanks @emilbayes! Would it make sense to add a Since I'm otherwise able to build from source, it seems to me that this would be reasonable to support it in |
Looks like this is also an issue on mac atm, getting a similar error: |
@Ancient-Dragon please open another issue with you specific node version :) |
Hello! 👋 I'm trying to load sodium-native 2.4.9 on a Google Pixel XL, but I'm bumping into:
I think I'm able to build from source after installing all of the node-gyp and build dependencies (python, libtool, make, autoconf, automake, etc), but I saw a few issues in this repo that mentioned ARM prebuilds.
Any chance it's obvious to someone why my device is building from source instead of using a prebuild? Thanks for the help!
The text was updated successfully, but these errors were encountered: