Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904224 - 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".
Summary: media-gfx/gimp-9999 fails to configure: meson.build:1:0: ERROR: Value "true" ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-04-12 09:38 UTC by Bernd Feige
Modified: 2023-04-16 20:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to gimp-9999.ebuild allowing the current version to configure (gimp_features.patch,1.04 KB, patch)
2023-04-12 09:40 UTC, Bernd Feige
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Feige 2023-04-12 09:38:38 UTC
The types of "javascript", "lua" and "python" were changed from options to features, and the name of the "vala-plugins" changed to just "vala" for consistence.

Reproducible: Always
Comment 1 Bernd Feige 2023-04-12 09:40:37 UTC
Created attachment 859934 [details, diff]
Patch to gimp-9999.ebuild allowing the current version to configure
Comment 2 Sergey Torokhov 2023-04-14 06:51:47 UTC
Thanks for report and patch. I will check and test soon.
Comment 3 Larry the Git Cow gentoo-dev 2023-04-16 00:24:50 UTC
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(-)
Comment 4 Sergey Torokhov 2023-04-16 05:41:52 UTC
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.
Comment 5 Sergey Torokhov 2023-04-16 20:37:33 UTC
(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