Xen-Orchestra build from source - Debian 11.7
-
Hello,
I am in the process of attempting to build Xen-Orchestra from source. After cloning the GitHub. Yarn failed with the following error:
:~/xen-orchestra# yarn
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error An unexpected error occurred: "https://github.com/dodo/reconnect-core/tarball/merged: connect ENETUNREACH 64:ff9b::8c52:7104:443".
info If you think this is a bug, please open a bug report with the information provided in "/root/xen-orchestra/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.Specs:
CPU: 16 (will be decreased to 2 after the compilation)
RAM: 4GB
HDD: 20 GB
Node: v18160
yarn: v1.222.19Any suggestions will be greatly appreciated.
Regards,
-
if you do an 'apt-get update' are you getting a GPG error about the yarn repository signature being invalid? If so, maybe try this fix posted by boeboe on Feb 11th. I kept seeing the error every time I updated the system I have xo built on and that finally cleared it up for me. I can't tell you if that would have prevented me from doing the initial build though because mine has been up for some time now.
-
@bigdweeb Thank you for replying to my inquiry. The results of the command do not display any error messages (see below)
Hit:1 https://dl.yarnpkg.com/debian stable InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Hit:5 https://deb.nodesource.com/node_18.x bullseye InRelease
Reading package lists... Done -
@bigdweeb I was able to resolve the problem by installing a different version of nodejs. Version 20.x
-
@Mcvills ah, cool. Well at least that fix is there in case anyone else stumbles upon what I was hitting.