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

Support for Raspberry pi 4 #129

Open
adremides opened this issue Jun 7, 2022 · 0 comments
Open

Support for Raspberry pi 4 #129

adremides opened this issue Jun 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@adremides
Copy link

adremides commented Jun 7, 2022

Precompiled binary not found.

Log: (partial)

#0 92.05 npm ERR! Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/node/node_modules/@discordjs/opus/prebuild/node-v93-napi-v3-linux-arm64-musl-1.2.2/opus.node --module_name=opus --module_path=/home/node/node_modules/@discordjs/opus/prebuild/node-v93-napi-v3-linux-arm64-musl-1.2.2 --napi_version=8 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
#0 92.05 npm ERR! node-pre-gyp info it worked if it ends with ok
#0 92.05 npm ERR! node-pre-gyp info using node-pre-gyp@0.4.2
#0 92.05 npm ERR! node-pre-gyp info using node@16.15.1 | linux | arm64
#0 92.05 npm ERR! node-pre-gyp info check checked for "/home/node/node_modules/@discordjs/opus/prebuild/node-v93-napi-v3-linux-arm64-musl-1.2.2/opus.node" (not found)
#0 92.05 npm ERR! node-pre-gyp http GET https://github.com/discordjs/opus/releases/download/v0.7.0/opus-v0.7.0-node-v93-napi-v3-linux-arm64-musl-1.2.2.tar.gz
#0 92.05 npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://github.com/discordjs/opus/releases/download/v0.7.0/opus-v0.7.0-node-v93-napi-v3-linux-arm64-musl-1.2.2.tar.gz 
#0 92.05 npm ERR! node-pre-gyp WARN Pre-built binaries not installable for @discordjs/opus@0.7.0 and node@16.15.1 (node-v93 ABI, musl) (falling back to source compile with node-gyp) 
#0 92.05 npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/discordjs/opus/releases/download/v0.7.0/opus-v0.7.0-node-v93-napi-v3-linux-arm64-musl-1.2.2.tar.gz

Include a reproducible code sample here, if possible:

# Dockerfile
FROM arm64v8/node:16-alpine

WORKDIR /home/node

RUN npm i @discordjs/opus

Further details:

  • @discordjs/opus version: 0.7.0
  • Node.js version: 16.15.1
  • Operating system: alpine
  • Priority this issue should have – please be realistic and elaborate if possible: low, it still can be compiled during instalation, slowing down building stage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant