On a fresh install of gentoo I did emerge xorg-server (without error messages) and then tried to emerge Gnome which failed at sabayon (http://bugs.gentoo.org/show_bug.cgi?id=318859). I decided to open a new bug since this is actually an xorg-server bug. Reproducible: Always Steps to Reproduce: 1. emerge xorg-server #(first time) 2. qlist xorg-server |egrep "Xephyr" # check for the Xephyr-Binarys (probably not available) 3. emerge xorg-server #(second time) 4. qlist xorg-server |egrep "Xephyr" # check for the Xephyr-Binarys (probably available) Actual Results: works only on second try. Expected Results: should work on first try. related Bug: http://bugs.gentoo.org/show_bug.cgi?id=318859
emerge --info plz
Created attachment 245266 [details] Output of "emerge --info"
Can you reproduce this if you emerge -C xorg-server, then emerge xorg-server?
Also please attach config.log from when Xephyr is not built (set FEATURES="keeptemp" for this).
Xephyr indeed deps on libXv so I've added the dep to all ebuilds (except 1.6.x, which should die soon anyway). Thanks