https://bugzilla.redhat.com/show_bug.cgi?id=1709037
--- Comment #7 from Raphael Groner projects.rg@smart.ms --- Suspection for FTBFS is that setup.py doesn't find jvm.so, for ppc64le and aarch64.
BUILDSTDERR: File "setup.py", line 140, in ext_modules BUILDSTDERR: library_dirs = [os.path.dirname(jvm_so)]
The relevant code for find_jre_bin_jdk_so() return value read into jvm_so variable: https://github.com/LeeKamentsky/python-javabridge/blob/master/javabridge/loc...
Maybe there's no java_home ($JAVA_HOME environment variable) or any other pathes are b0rken.