Summary: | gui-libs/gtk-4.12.5 "meson.build:617:8: ERROR: Program 'glslc' not found or not executable" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | unhappy-ending <unhappy-ending> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | leio, unhappy-ending |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
unhappy-ending
2024-04-08 09:12:55 UTC
Created attachment 889805 [details]
build.log
That's a bit... surprising, as I know that's a new dep in 4.14, not 4.12. But indeed we apparently exposed a vulkan backend in 4.12 already in ebuilds. Maybe you didn't have vulkan enabled on the gcc system. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d70b601cf58a0705db33cd0463b0a28a8f2503 commit d5d70b601cf58a0705db33cd0463b0a28a8f2503 Author: Mart Raudsepp <leio@gentoo.org> AuthorDate: 2024-04-08 09:48:31 +0000 Commit: Mart Raudsepp <leio@gentoo.org> CommitDate: 2024-04-08 09:48:31 +0000 gui-libs/gtk: add missing vulkan build dep Note that the vulkan backend is too experimental and broken in 4.12, though it isn't used by default without custom environment variables even when enabled. In 4.14, it is working much better, albeit not the default yet. 4.16 will likely switch vulkan as the default over GL when both are enabled. Closes: https://bugs.gentoo.org/928929 Signed-off-by: Mart Raudsepp <leio@gentoo.org> gui-libs/gtk/gtk-4.12.5.ebuild | 1 + 1 file changed, 1 insertion(+) |