Skip to content
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

ARM support #1

Open
shaunmulligan opened this issue Nov 15, 2018 · 2 comments
Open

ARM support #1

shaunmulligan opened this issue Nov 15, 2018 · 2 comments

Comments

@shaunmulligan
Copy link

Is there a plan to build ARM support, currently when I try install this on arm32v6, I get:

npm WARN notice [SECURITY] hoek has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=hoek&version=2.16.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN enoent ENOENT: no such file or directory, open '/package.json'
npm WARN !invalid#1 No description
npm WARN !invalid#1 No repository field.
npm WARN !invalid#1 No README data
npm WARN !invalid#1 No license field.

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"linux","arch":"x64,ia32"} (current: {"os":"linux","arch":"arm"})
npm ERR! notsup Valid OS:    linux
npm ERR! notsup Valid Arch:  x64,ia32
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: arm

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2018-11-15T16_54_24_239Z-debug.log
@bruce-one
Copy link
Owner

I've tried adding support for arm (was able to do armv6 and armv7 using docker and qemu) which seems like it might work?

I don't have any real hardware to test on... But v0.2.2-beta6 might work for you?

@matus-sabo
Copy link

matus-sabo commented Dec 6, 2018

I can install node-musl on armv7, but

I get following error during build node v10.14.0 on armv7

In file included from ../deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/./antlr4-runtime.h:12:0, from ../deps/v8/src/torque/TorqueBaseVisitor.h:11, from ../deps/v8/src/torque/TorqueBaseVisitor.cpp:7: ../deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/./ANTLRErrorListener.h:52:57: error: 'std::exception_ptr' has not been declared const std::string& msg, std::exception_ptr e) = 0;

Do you know why it does not work?

Follow up: It works with node v8.14.0 on armv7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants