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

Bug 581744

Summary: x11-wm/enlightenment-0.20.6: Requested 'wayland-server >= 1.10.0' but version of Wayland Server is 1.9.0
Product: Gentoo Linux Reporter: Thibaud CANALE <thican>
Component: Current packagesAssignee: enlightenment+disabled
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: x11-wm/enlightenment-0.20.6/work/enlightenment-0.2 0.6/config.log
emerge --info
Build.log.gz

Description Thibaud CANALE 2016-05-01 17:48:47 UTC
Created attachment 432858 [details]
x11-wm/enlightenment-0.20.6/work/enlightenment-0.2 0.6/config.log

Hello,

Inside the ebuild for x11-wm/enlightenment-0.20.6, there is a dependency error (see build.og as provided):

--------------------------------
checking for WAYLAND... no
configure: error: Package requirements (ecore-wl2 wayland-server >= 1.10.0 wayla
nd-client >= 1.10.0 xkbcommon uuid) were not met:

Requested 'wayland-server >= 1.10.0' but version of Wayland Server is 1.9.0
Requested 'wayland-client >= 1.10.0' but version of Wayland Client is 1.9.0

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables WAYLAND_CFLAGS
and WAYLAND_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--------------------------------

Inside the ebuild, there is a request for the version >= 1.2.0 while it should be >= 1.10

RDEPEND="
  ...
  wayland? ( ... >=dev-libs/wayland-1.2.0 ... )
  ..."

Thanks for support.
Comment 1 Thibaud CANALE 2016-05-01 17:49:57 UTC
Created attachment 432860 [details]
emerge --info
Comment 2 Thibaud CANALE 2016-05-01 17:52:50 UTC
Created attachment 432862 [details]
Build.log.gz