Actions
Bug #856
openBuild is broken on Debian 11
Start date:
17 Oct 2021
Due date:
% Done:
0%
Estimated time:
Severity:
01 - Critical
Description
The VideoLib build fails to find java/javac on Debian when run from the metabuild, even if you set JAVA_HOME as the error suggets:
buildCmd: ant rpm CWD: /home/mjhammel/src/ximba/metabuild/bld/videolib We cannot run Java, please ensure you have Java installed. We have tried to execute /usr/java/default//bin/java but failed. If you have installed Java in a unusual place you can set JAVA_HOME to the directory containing the Java installation. Build failed for videolib mjhammel(tty25)$ echo $JAVA_HOME /usr/lib/jvm/default-java/bin/java
The build XML is probably not right. I might want to force this into a docker build to make it easier.
Actions