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

www-apps/guacamole-client emerge fails on network sandbox issue #25

Open
pcrow opened this issue May 28, 2024 · 2 comments
Open

www-apps/guacamole-client emerge fails on network sandbox issue #25

pcrow opened this issue May 28, 2024 · 2 comments

Comments

@pcrow
Copy link

pcrow commented May 28, 2024

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]

@inode64
Copy link
Owner

inode64 commented Jun 24, 2024

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

@pcrow
Copy link
Author

pcrow commented Jun 24, 2024

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?

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

2 participants