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

Feature Request: ARM Linux support #1160

Open
ryanfortner opened this issue May 16, 2022 · 2 comments
Open

Feature Request: ARM Linux support #1160

ryanfortner opened this issue May 16, 2022 · 2 comments

Comments

@ryanfortner
Copy link

I would love to help get this software working on ARM Linux devices (raspberry pi, etc). There was an arm snap described in this issue, but there is no arm release in the snap store currently.

I attempted to build poddr on aarch64, but ran into a very long error relating to node-gyp. Here is the build log: https://pastebin.com/Y8EtmnEr

@theofficialgman
Copy link

theofficialgman commented May 16, 2022

@ryanfortner I have traced the error. seems to be a dependency not functional on node 16+

edit: looks like its actually not that dependency but its nan https://github.com/nodejs/nan which must be a dependency of one of the dependencies in this repo

../../nan/nan_converters_43_inl.h:18:51: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)’
       val->To ## TYPE(isolate->GetCurrentContext())      

I'm not sure which dependency is pulling this... because its not poddr itself but on of the dependencies podder depends on

@Sn8z
Copy link
Owner

Sn8z commented May 16, 2022

Thanks for the error tracing @theofficialgman!
Will look into this and try to get it fixed for the next release! 🕺

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

No branches or pull requests

3 participants