28s] ... running 02-check-gcc-output
28s] ... testing for serious compiler warnings
28s] (using /usr/lib/build/checks-data/check_gcc_output)
28s] (using //.build.log)
28s] ... running 03-check-binary-kernel-log
28s] ... running 04-check-filelist
28s] ... checking filelist
28s] ... running 05-check-invalid-requires
28s] ... running 06-check-installtest
28s] ... testing for pre/postinstall scripts that are not idempotent
28s] /.build_patchrpmcheck_scr: line 8: fg: no job control
Mostly the ‘no job control’ error occured when a Build Requirement was not set - but the ones mentioned should be OK for updating of desktop files.
Anyone an idea what the reason could be?
Unfortunately the resulting .jar file crashes at start:
Starting projectlibre version 1.7.0 ...
with options :
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/collections/Closure
at com.projity.pm.graphic.gantt.Main.main(Unknown Source)
at com.projity.main.Main.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.Closure
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more