Actions
Bug #856
closedBuild is broken on Debian 11
Status:
Closed
Priority:
Immediate
Assignee:
Category:
Build System
Target version:
Start date:
17 Oct 2021
Due date:
% Done:
100%
Estimated time:
Severity:
04 - Low
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.
Updated by Hammel over 1 year ago
- Target version changed from 2.0 - Harkonnen to 3.0 - Corrino
Updated by Hammel about 1 year ago
- Priority changed from Urgent to Immediate
- Severity changed from 01 - Critical to 04 - Low
Updated by Hammel about 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
I don't know what the problem was, but on galileo (my desktop) running Debian 11.4 videolib builds cleanly every time.
Closing issue. If it crops up again, I'll reopen.
Actions