ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.2k stars 190 forks source link

Several unmet peer dependency errors while updating to 05d975a63 #230

Closed dsampson01 closed 4 months ago

dsampson01 commented 5 months ago

OS Version: Debian 11 Node.js version: v18.20.2 Yarn version: 1.22.19

Server specs It's a standalone desktop system. xcp-ng is not installed on this machine but rather XOA CE is.

Issue Was trying to apply an update going from 42dc75e73 to 05d975a63. The update process encountered errors with unmet peer dependencies as listed in the log file below.

Logfile Installation logfile: xo-install.log-202404191543.txt

dsampson01 commented 5 months ago

Came across this in the xcp-ng forum: https://xcp-ng.org/forum/topic/8314/xoce-warning-on-build

Basically it tells the poster to ignore the errors. But the script doesn't ignore these errors and automatically reverts to the previous configuration.

Another similar thread on the forum ends with no response from Julien: https://xcp-ng.org/forum/topic/7516/xoce-warning-on-build

What do we do?

ronivay commented 5 months ago

As long as the yarn process exits with exit code 0 (success), the script will ignore possible warnings. Here it clearly doesn't but output doesn't seem to show any error. As if the process is killed by something outside of the script. Can you check your system logs for any hints.

Daily test builds of mine aren't failing so i'm suspecting this is an issue only in your setup.

github-actions[bot] commented 5 months ago

This issue has been open for 14 days without activity. It will be closed in 5 days if not updated

dsampson01 commented 4 months ago

I reran the updater late last weekend and it ran without an issue. Must have been something with my setup.

Sorry for the noise!

ronivay commented 4 months ago

No worries. Good that it works now 👍