Summary: | media-tv/kodi-19.4-r4 fails to compile with new media-libs/mesa: GLContextEGL.h:16:10: fatal error: eglextchromium.h file not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Craig Andrews <candrews> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | venerix, xavier.miller |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.chromium.org/p/angleproject/issues/detail?id=7617 | ||
See Also: | https://github.com/xbmc/xbmc/issues/21792 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 841317 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Error(s) that match a know pattern in addition to what has been reported in the summary: -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) FAILED: build/windowing/X11/CMakeFiles/windowing_X11.dir/GLContextEGL.cpp.o FAILED: build/windowing/X11/CMakeFiles/windowing_X11.dir/WinSystemX11GLContext.cpp.o fatal: not a git repository (or any parent up to mount point /var/tmp) /var/tmp/portage/media-tv/kodi-19.4-r4/work/xbmc-19.4-Matrix/xbmc/windowing/X11/GLContextEGL.h:16:10: fatal error: 'EGL/eglextchromium.h' file not found I am getting this issue on a normal ~amd64 system. Mesa has renamed eglextchromium.h to eglext_angle.h. Workaround for now for affected packages like Kodi: ln -s /usr/include/EGL/eglext_angle.h /usr/include/EGL/eglextchromium.h https://github.com/gentoo/gentoo/pull/28683 This should do the trick The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3f9b515f106ef3b8a48009ddc7057acf5ea7b2 commit ea3f9b515f106ef3b8a48009ddc7057acf5ea7b2 Author: V3n3RiX <venerix@koprulu.sector> AuthorDate: 2022-12-16 22:00:54 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2022-12-17 19:38:35 +0000 media-tv/kodi: mesa 22.3.0 compatibility Closes: https://bugs.gentoo.org/885419 Closes: https://github.com/gentoo/gentoo/pull/28683 Signed-off-by: Craig Andrews <candrews@gentoo.org> media-tv/kodi/files/kodi-19.4-fix-mesa-22.3.0-build.patch | 12 ++++++++++++ media-tv/kodi/kodi-19.4-r3.ebuild | 5 +++++ media-tv/kodi/kodi-19.4-r4.ebuild | 5 +++++ 3 files changed, 22 insertions(+) |