Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 655984

Summary: x11-wm/enlightenment-0.22.3 does not compile when dev/libs/efl-1.20.7 is compiled without drm useflag
Product: Gentoo Linux Reporter: maxi_kroeg
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: juippis, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/8457
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log for enlightenment-0.22.3
emerge --info enlightenment

Description maxi_kroeg 2018-05-17 20:01:08 UTC
Created attachment 531964 [details]
build log for enlightenment-0.22.3

Building enlightenment fails with this message:
meson.build:283:2: ERROR: Native dependency 'ecore-drm2' not found


Adding the 'drm' useflag to dev-libs/efl fixed it.
Probably needs something like in the enlightenment ebuild (not an expert):
-	>=dev-libs/efl-1.20.5[eet,X]
+	>=dev-libs/efl-1.20.5[eet,X,drm]
Comment 1 maxi_kroeg 2018-05-17 20:04:24 UTC
Created attachment 531966 [details]
emerge --info enlightenment

Here's the output of emerge --info enlightenment
Comment 2 Joonas Niilola gentoo-dev 2018-05-18 05:22:02 UTC
Okay, it might be wayland-related. So if 'wayland' USE flag is enabled, efl[drm] is needed. Ill investigate a bit. Thanks for the report!
Comment 3 Larry the Git Cow gentoo-dev 2018-05-20 01:45:24 UTC
The bug has been closed via the following commit(s):

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

commit cbed6b7d1f1c5c289399ea28fa5b159ca0bec9a3
Author:     Joonas Niilola <juippis@gmail.com>
AuthorDate: 2018-05-18 05:33:01 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2018-05-20 01:44:10 +0000

    x11-wm/enlightenment: add a wayland dependency for 0.22.3
    
    Closes: https://bugs.gentoo.org/655984
    Package-Manager: Portage[mgorny]-2.3.36.1
    Closes: https://github.com/gentoo/gentoo/pull/8457

 x11-wm/enlightenment/enlightenment-0.22.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)