Summary: | media-gfx/gimp-9999 fails to configure: meson.build:1:0: ERROR: Value "true" (of type "string") for combo option "Install Javascript plug-ins" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto". | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernd Feige <Bernd.Feige> |
Component: | Current packages | Assignee: | Sergey Torokhov <torokhov-s-a> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint, t.piekarski |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/30611 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Patch to gimp-9999.ebuild allowing the current version to configure |
Description
Bernd Feige
2023-04-12 09:38:38 UTC
Created attachment 859934 [details, diff]
Patch to gimp-9999.ebuild allowing the current version to configure
Thanks for report and patch. I will check and test soon. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde0f485c923953f21334b82b77cd08215c0174f commit cde0f485c923953f21334b82b77cd08215c0174f Author: Sergey Torokhov <torokhov-s-a@yandex.ru> AuthorDate: 2023-04-15 20:55:39 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-04-16 00:23:58 +0000 media-gfx/gimp: update 9999.ebuild USE configuration switchers Thanks-to: Bernd Feige <Bernd.Feige@gmx.net> Closes: https://bugs.gentoo.org/904224 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/30611 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/gimp/gimp-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) The gimp-9999 now is built (commit: 4e85d39d8d47776f31ba5e1ba6e9110b09caa63f) but crashes for me on trying to create new project. The gimp-2.99.14 is ok. (In reply to Sergey Torokhov from comment #4) > The gimp-9999 now is built (commit: > 4e85d39d8d47776f31ba5e1ba6e9110b09caa63f) but crashes for me on trying to > create new project. The gimp-2.99.14 is ok. Related upstream segfault issue with some explorations: https://gitlab.gnome.org/GNOME/gimp/-/issues/9362 |