[
https://issues.apache.org/jira/browse/GUACAMOLE-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17772874#comment-17772874
]
Mike Jumper commented on GUACAMOLE-1859:
----------------------------------------
Seems the available build nodes have older versions of libc that prevent
Node.js from running during the build:
{code:none}
...
[INFO] --- frontend:1.11.3:npm (npm-ci) @ guacamole ---
[INFO] Running 'npm ci' in
/home/jenkins/workspace/Guacamole/guacamole-client-master/JENKINS_LABEL_EXPRESSION/ubuntu/jdk/jdk_1.8_latest/guacamole-client/guacamole/src/main/frontend
[INFO]
/home/jenkins/workspace/Guacamole/guacamole-client-master/JENKINS_LABEL_EXPRESSION/ubuntu/jdk/jdk_1.8_latest/guacamole-client/guacamole/target/node/node:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by
/home/jenkins/workspace/Guacamole/guacamole-client-master/JENKINS_LABEL_EXPRESSION/ubuntu/jdk/jdk_1.8_latest/guacamole-client/guacamole/target/node/node)
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:13 min
[INFO] Finished at: 2023-10-06T21:07:49Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:1.11.3:npm (npm-ci) on project
guacamole: Failed to run task: 'npm ci' failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit
value: 1) -> [Help 1]
...
{code}
> Update webapp dependencies to latest stable and compatible versions
> -------------------------------------------------------------------
>
> Key: GUACAMOLE-1859
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1859
> Project: Guacamole
> Issue Type: Task
> Components: guacamole-client
> Affects Versions: 1.5.4
> Reporter: Mike Jumper
> Assignee: Mike Jumper
> Priority: Minor
> Fix For: 1.5.4
>
>
> Some Guacamole dependencies have updates available. As part of our usual
> release housekeeping, these dependencies should be updated if doing so does
> not break things.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)