You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building on arm64, and during the build, maven tries to download node-v18.18.0-linux-arm64.tar.gz which is blocked. The ebuild succeeds if you use:
FEATURES=-network-sandbox emerge guacamole-client
I don't know if emerging nodejs first would help, or if this is something specific to arm64.
[INFO] --- frontend:1.11.3:install-node-and-npm (install-node-and-npm) @ guacamole ---
[INFO] Installing node version v18.18.0
[INFO] Downloading https://nodejs.org/dist/v18.18.0/node-v18.18.0-linux-arm64.tar.gz to /var/tmp/portage/www-apps/guacamole-client-1.5.5/work/guacamole-client-1.5.5/.m2/com/github/eirslett/node/18.18.0/node-18.18.0-linux-arm64.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
...
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:install-node-and-npm (install-node-and-npm) on project guacamole: Could not download Node.js: Could not download https://nodejs.org/dist/v18.18.0/node-v18.18.0-linux-arm64.tar.gz: Unknown host nodejs.org: Temporary failure in name resolution -> [Help 1]
The text was updated successfully, but these errors were encountered:
try installing nodejs first
You can send me a complete log of the installation process /var/tmp/portage/www-apps/guacamole-client-1.5.5/temp/build.log and your system with emerge --info
Interesting. Nodejs is not a dependency, and nothing else I have on the system needs it. From the error, I'm assuming I should install net-libs/nodejs-18.20.3, or does it matter?
I'm building on arm64, and during the build, maven tries to download node-v18.18.0-linux-arm64.tar.gz which is blocked. The ebuild succeeds if you use:
FEATURES=-network-sandbox emerge guacamole-client
I don't know if emerging nodejs first would help, or if this is something specific to arm64.
[INFO] --- frontend:1.11.3:install-node-and-npm (install-node-and-npm) @ guacamole ---
[INFO] Installing node version v18.18.0
[INFO] Downloading https://nodejs.org/dist/v18.18.0/node-v18.18.0-linux-arm64.tar.gz to /var/tmp/portage/www-apps/guacamole-client-1.5.5/work/guacamole-client-1.5.5/.m2/com/github/eirslett/node/18.18.0/node-18.18.0-linux-arm64.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
...
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:install-node-and-npm (install-node-and-npm) on project guacamole: Could not download Node.js: Could not download https://nodejs.org/dist/v18.18.0/node-v18.18.0-linux-arm64.tar.gz: Unknown host nodejs.org: Temporary failure in name resolution -> [Help 1]
The text was updated successfully, but these errors were encountered: