Kodi does not compile. See the attached build.log: ``` -- core_add_optional_subdirs_from_filelist: OPTION OPENGLES not enabled for xbmc/rendering/gles, skipping subdir -- core_add_optional_subdirs_from_filelist - reading file: /var/tmp/portage/media-tv/kodi-19.3-r1/work/xbmc-19.3-Matrix/cmake/treedata/optional/common/python.txt -- core_add_optional_subdirs_from_filelist - adding subdir: /var/tmp/portage/media-tv/kodi-19.3-r1/work/xbmc-19.3-Matrix/xbmc/interfaces/legacy -> build/interfaces/legacy -- core_add_optional_subdirs_from_filelist - adding subdir: /var/tmp/portage/media-tv/kodi-19.3-r1/work/xbmc-19.3-Matrix/xbmc/interfaces/legacy/wsgi -> build/interfaces/legacy/wsgi -- core_add_optional_subdirs_from_filelist - adding subdir: /var/tmp/portage/media-tv/kodi-19.3-r1/work/xbmc-19.3-Matrix/xbmc/interfaces/python -> build/interfaces/python -- core_add_optional_subdirs_from_filelist - adding subdir: /var/tmp/portage/media-tv/kodi-19.3-r1/work/xbmc-19.3-Matrix/xbmc/interfaces/swig -> build/swig CMake Error at /usr/share/cmake/Modules/FindJava.cmake:171 (message): Error executing java -version Call Stack (most recent call first): xbmc/interfaces/swig/CMakeLists.txt:32 (find_package) -- Configuring incomplete, errors occurred! ``` Reproducible: Always
Created attachment 764718 [details] build.log
Actually, I have openjdk-bin installed. It's only set to a deinstalled version (eselect java). However, I did not found java as dependency within the ebuild, so I leave this bug open.
That sounds like a bug in eselect java, the java package, and/or the java eclasses.
Setting the java version to a really installed one: `eselect java-vm set system ...` fixes the problem. And, nevermind, the Kodi ebuild actually contains virtual/jre as dependency. I thought that this dependency was missing (I grepped for openjdk). So I'm closing this bug.