Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655984 - x11-wm/enlightenment-0.22.3 does not compile when dev/libs/efl-1.20.7 is compiled without drm useflag
Summary: x11-wm/enlightenment-0.22.3 does not compile when dev/libs/efl-1.20.7 is comp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-17 20:01 UTC by maxi_kroeg
Modified: 2018-05-20 01:45 UTC (History)
2 users (show)

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


Attachments
build log for enlightenment-0.22.3 (x11-wm:enlightenment-0.22.3:20180517-180815.log,9.27 KB, text/x-log)
2018-05-17 20:01 UTC, maxi_kroeg
Details
emerge --info enlightenment (enlightenment_info.log,19.06 KB, text/x-log)
2018-05-17 20:04 UTC, maxi_kroeg
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)