Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 853223 - media-gfx/gimp-2.10.32 fails on configure due to GEGL less than 0.4.36
Summary: media-gfx/gimp-2.10.32 fails on configure due to GEGL less than 0.4.36
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: 2022-06-20 16:37 UTC by fdrichard_gentoo
Modified: 2022-06-21 22:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fdrichard_gentoo 2022-06-20 16:37:25 UTC
emerge of media-gfx/gimp-2.10.32 fails on configure with following error:

[...]
Error: GIMP configuration failed.

  - Error: missing dependency gegl-0.4 >= 0.4.36
[...]
Adding media-libs/gegl-0.4.36-r1 to package.accept_keywords solve the issue.

media-gfx/gimp-2.10.32 should depend on >=media-libs/gegl-0.4.36, not >=media-libs/gegl-0.4.34.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-21 01:26:41 UTC
Please do include the full build.log & emerge --info in future.
Comment 2 Larry the Git Cow gentoo-dev 2022-06-21 22:39:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b32e8e46fbd97a5a4d5e7d07fa029d9bea10acf

commit 4b32e8e46fbd97a5a4d5e7d07fa029d9bea10acf
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2022-06-21 20:33:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-21 22:39:31 +0000

    media-gfx/gimp: 2.10.32, fix gegl version dependency
    
    Closes: https://bugs.gentoo.org/853223
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/gimp/gimp-2.10.32.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Sergey Torokhov 2022-06-21 22:42:22 UTC
Thank you for notice! I missed it.