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

Bug 600192

Summary: x11-base/xorg-server-1.19.0: configure: error: Xwayland build explicitly requested, but required modules not found.
Product: Gentoo Linux Reporter: Vasco Gervasi <yellowhat46>
Component: Current packagesAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, x11
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description Vasco Gervasi 2016-11-18 20:54:26 UTC
Created attachment 453744 [details]
build.log

Hi all,
I am trying to update xorg-server to 1.19.0 but I got this error:


checking linux/apm_bios.h usability... yes
checking linux/apm_bios.h presence... yes
checking for linux/apm_bios.h... yes
checking for DGA... yes
checking for DGA... yes
checking for XORG_MODULES... yes
checking for GLAMOR... yes
checking for GBM... yes
checking whether GBM_BO_USE_LINEAR is declared... yes
checking whether to build XWin DDX... no
checking dependency style of $(CC)... none
checking for DMXMODULES... no
checking whether to build Xdmx DDX... no
checking for XWAYLANDMODULES... no
checking whether to build Xwayland DDX... yes
configure: error: Xwayland build explicitly requested, but required modules not found.
Comment 1 Vasco Gervasi 2016-11-18 20:54:59 UTC
Created attachment 453746 [details]
emerge --info
Comment 2 Chris White 2016-11-19 22:52:04 UTC
I see a similar bug over at the arch linux bug tracker:

https://aur.archlinux.org/packages/xorg-server-xwayland-git/

Can you try emerge-ing dev-libs/wayland-protocols?
Comment 3 Vasco Gervasi 2016-11-20 08:15:10 UTC
dev-libs/wayland-protocols was not installed.
emerge -1a dev-libs/wayland-protocols solved the problem.

Thanks
Comment 4 Vasco Gervasi 2016-12-03 18:49:49 UTC
Should wayland-protocols be a dependencies of xorg-server?
Comment 5 Vasco Gervasi 2017-01-19 20:38:34 UTC
Same problem with xorg-server-1.19.1.

emerge -1a dev-libs/wayland-protocols solved the problem.

Thanks
Comment 6 Matt Turner gentoo-dev 2017-01-25 16:47:31 UTC
Fixed by

commit fbf545e2e561efb852a0a00fabbd928a4733631a
Author: Harri Nieminen <moikkis@gmail.com>
Date:   Sun Jan 22 09:45:12 2017 +0200

    x11-base/xorg-server: Add missing dependency on wayland-protocols.