
# If you would like to submit a bug report, please visit: # An error report file with more information is saved as: Default location: /home/teyro/core or core.809 # Java VM: OpenJDK Zero VM (25.92-b14 interpreted mode linux-arm ) # fatal error: caught unhandled signal 11 # A fatal error has been detected by the Java Runtime Environment: MediaInfo: : Unable to load arm (32-bit) native library libmediainfo.so: Could not initialize class " "JNA Native: : Native library (com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path () So far works absolutely fine.ĮDIT: Perhaps I got a little ahead of myself, just saw the changes in the build file relating to extractor and assumed it was something related to that, and the actual problem has something to do with this
#Filebot expressions rar
Now about the default excractor, initially I used the one provided by "Apache Common VFS", just enabled rar and zip support from php.ini, but at some point I switched to p7zip because I had trouble with ISO files. I can attest that filebot works perfectly, albeit changing environment values for java to use more memory might be needed, with armv6. Max.bra commented on 10:29 dropping other architectures. My default jdk is "java-10-jdk" (see pinned comment above). tmp/yaourt-tmp-user/aur-filebot/src/filebot/build.xml:698: : net/filebot/ant/spk/PackageTask : Unsupported major.minor version 52.0Īt 1(Native Method)Īt (ClassLoader.java:803)Īt .fineClassFromData(AntClassLoader.java:1149)Īt .AntClassLoader.getClassFromStream(AntClassLoader.java:1320)Īt .AntClassLoader.findClassInComponents(AntClassLoader.java:1376)Īt .AntClassLoader.findClass(AntClassLoader.java:1337)Īt .AntClassLoader.loadClass(AntClassLoader.java:1089)Īt (ClassLoader.java:358)Īt 0(Native Method)Īt (Class.java:278)Īt .(Definer.java:579)Īt .(Definer.java:237)Īt .(Antlib.java:180)Īt .(Definer.java:428)Īt .(Definer.java:277)Īt .UnknownElement.execute(UnknownElement.java:293)Īt (Unknown Source)Īt (DelegatingMethodAccessorImpl.java:43)Īt .invoke(Method.java:606)Īt .(DispatchUtils.java:106)Īt .Task.perform(Task.java:348)Īt .Target.execute(Target.java:435)Īt .Target.performTasks(Target.java:456)Īt .Project.executeSortedTargets(Project.java:1405)Īt .Project.executeTarget(Project.java:1376)Īt .(DefaultExecutor.java:41)Īt .Project.executeTargets(Project.java:1260)Īt .nBuild(Main.java:854)Īt .Main.startAnt(Main.java:236)Īt .(Launcher.java:285)Īt .(Launcher.java:112)
#Filebot expressions upgrade
Please help, I can't upgrade since I always get some errors like BUILD FAILED

I temporarily fixed the problem by symlinking ivy.jar to the new location Ant expects: sudo ln -s /usr/share/java/apache-ant/ivy.jar /usr/share/java/ant/ivy.jar a directory added on the command line with the -lib argument This appears to be an antlib declaration.Īction: Check that the implementing library exists in one of: No types or tasks have been defined in this namespace yet home/zach/build/filebot/src/filebot/build.xml:796: Problem: failed to create task or type antlib::retrieveĪction: Check that any custom tasks/types have been declared.Īction: Check that any / declarations have taken place. It results in the following: BUILD FAILED caused by the renaming of "apache-ant" to "ant", including renaming its lib path, without adjusting where Ivy puts its JAR.



There is a conflict between Apache Ant and Apache Ivy in the official repos.
