v20 Compilation fails on Fedora, related to groovy/Java - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: v20 Compilation fails on Fedora, related to groovy/Java (/showthread.php?tid=373172) |
Compilation fails on Fedora, related to groovy/Java - fiveisalive - 2023-05-17 I am trying to build 20.1 Nexus kodi out of git on Linux Fedora 30: I have pulled the 20.1-Nexus tag: Code: git status The compilation goes smoothly until the swig part of the compilation. I get the following error: Code: Caught: groovy.lang.MissingMethodException: No signature of method: static SwigTypeParser.SwigType_lrtype() is applicable for argument types: (String) values: [XBMCAddon::String] See the fuller log here: https://paste.kodi.tv/efazubecit I have Java 11 installed: Code: java -version I've been building kodi on this machine for years and have never seen an error like this (19.4 was compiled on this machine and build fine). Is this something new in the compilation procedure between v19 and v20? RE: Compilation fails on Fedora, related to groovy/Java - DaVu - 2023-05-19 (2023-05-17, 05:40)fiveisalive Wrote: Nexus kodi out of git on Linux Fedora 30 Did you ever consider to upgrade your OS? Fedora 30 is EOL since 2020. At least I don't see such problems compiling Kodi on Fedora 36 RE: Compilation fails on Fedora, related to groovy/Java - fiveisalive - 2023-05-22 (2023-05-19, 08:42)DaVu Wrote:Yes, soon I plan to upgrade. But it's very disruptive to upgrade the whole OS (since it also means upgrading mythtv for PVR and live TV), so I have been postponing it until I have to. I figure this must be some fairly trivial issue related to the Java version that I can hopefully workaround for the time being. If not, then I guess I'll have to take the plunge and upgrade the whole thing.(2023-05-17, 05:40)fiveisalive Wrote: Nexus kodi out of git on Linux Fedora 30 I will see if I can duplicate the problem by recompiling from scratch v19.x version to see if it's something that is definitely introduced in v20.x (versus some configuration issue on the whole OS). |