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

Linux arm64 support #118

Open
B3rn475 opened this issue Aug 25, 2021 · 2 comments · May be fixed by #128
Open

Linux arm64 support #118

B3rn475 opened this issue Aug 25, 2021 · 2 comments · May be fixed by #128

Comments

@B3rn475
Copy link

B3rn475 commented Aug 25, 2021

There is currently no support for Linux on arm64. This is particularly important for users using a Raspberry PI or the new free pools in travis-ci.com

The build fails with error:

../libpng/libpng.a(pngrutil.o): In function `png_read_filter_row':
pngrutil.c:(.text+0x1f80): undefined reference to `png_init_filter_functions_neon'
@Salamandar
Copy link

#97 for reference

@jrenggli
Copy link

Just found WebThingsIO/gateway-deb#2. This issue covers the same or a similar problem.

The suggested fix in https://github.com/WebThingsIO/gateway-deb/pull/3/files#diff-889c5495b68d2a0c0d1f238818716a71939918499efbc0fc6d2994319624fc67R14 helped in my case.

Running

CPPFLAGS="-DPNG_ARM_NEON_OPT=0" yarn install

worked on (virtualized Linux on) Apple Silicon.

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

Successfully merging a pull request may close this issue.

3 participants