Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892685 - media-gfx/gimp-2.99.14 fails to build without x11-libs/libXmu
Summary: media-gfx/gimp-2.99.14 fails to build without x11-libs/libXmu
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-01-31 03:05 UTC by Julien
Modified: 2023-04-16 00:24 UTC (History)
1 user (show)

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


Attachments
build.log (file_892685.txt,7.95 KB, text/plain)
2023-01-31 03:05 UTC, Julien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien 2023-01-31 03:05:41 UTC
Created attachment 849539 [details]
build.log

Apparantly x11-libs/libXmu is a dependency of Gimp, but it's not pulled in by the ebuild. See attached build.log

Manually emerging x11-libs/libXmu allowed gimp to compile correctly

For reference, I am building gimp with the following USE flags:

-X
-aalib
+alsa
-doc
-gnome
-heif
-javascript
-jpeg2k
-jpegxl
-lua
+lua_single_target_luajit
+mng
-openexr
-postscript
-python
+python_single_target_python3_10
-python_single_target_python3_11
-python_single_target_python3_9
-test
+udev
-unwind
-vala
-vector-icons
-webp
-wmf
-xpm
Comment 1 Larry the Git Cow gentoo-dev 2023-04-16 00:24:51 UTC
The bug has been closed via the following commit(s):

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

commit a3962c03adad2d88c5295f2a93d3457cd83a0cbe
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2023-04-15 20:32:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-16 00:23:58 +0000

    media-gfx/gimp: add missed x11-libs/libXmu dependency for gimp:0/3
    
    Closes: https://bugs.gentoo.org/892685
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/gimp/{gimp-2.99.14-r1.ebuild => gimp-2.99.14-r2.ebuild} | 1 +
 media-gfx/gimp/gimp-9999.ebuild                                   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)