Hello,
I am new to using FDT and just tried to build it on an Alma9.5 machine. I checked out the Git repo and ran build-all.sh, which failed with the following message
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project fdt: Compilation failure [ERROR] /root/fdt/src/edu/caltech/hep/dcapj/io/dCacheFileOutputStream.java:[74,22] error: unreported exception Throwable; must be caught or declared to be thrown
The same error occurred on both the master and prod branches. I tried adding -e -X to the mvn command in build-all, but it didn't add anything helpful, as far as I could tell.
I also tried building on an Ubuntu 22.04 machine, and that worked with the master branch. The prod branch didn't work either, but with a different error:
[ERROR] Failed to execute goal org.codehaus.mojo:rpm-maven-plugin:2.1.5:attached-rpm (default) on project fdt: Unable to query for default vendor from RPM: Error while executing process. Cannot run program "rpm": error=2, No such file or directory -> [Help 1]
Am I doing something wrong in the build process? Is it expected to work on Alma9?
Thank you and regards,
Tristan
Hello,
I am new to using FDT and just tried to build it on an Alma9.5 machine. I checked out the Git repo and ran build-all.sh, which failed with the following message
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project fdt: Compilation failure [ERROR] /root/fdt/src/edu/caltech/hep/dcapj/io/dCacheFileOutputStream.java:[74,22] error: unreported exception Throwable; must be caught or declared to be thrownThe same error occurred on both the master and prod branches. I tried adding -e -X to the mvn command in build-all, but it didn't add anything helpful, as far as I could tell.
I also tried building on an Ubuntu 22.04 machine, and that worked with the master branch. The prod branch didn't work either, but with a different error:
[ERROR] Failed to execute goal org.codehaus.mojo:rpm-maven-plugin:2.1.5:attached-rpm (default) on project fdt: Unable to query for default vendor from RPM: Error while executing process. Cannot run program "rpm": error=2, No such file or directory -> [Help 1]Am I doing something wrong in the build process? Is it expected to work on Alma9?
Thank you and regards,
Tristan