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

Bug 335025

Summary: x11-base/xorg-server: missing deps for kdrive/Xephyr
Product: Gentoo Linux Reporter: Franz <enaut.w>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal CC: hwoarang
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 318859    
Attachments: Output of "emerge --info"

Description Franz 2010-08-28 14:40:41 UTC
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
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-08-29 08:26:24 UTC
emerge --info plz
Comment 2 Franz 2010-08-29 20:13:12 UTC
Created attachment 245266 [details]
Output of "emerge --info"
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2010-08-31 14:13:37 UTC
Can you reproduce this if you emerge -C xorg-server, then emerge xorg-server?
Comment 4 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-08-31 14:15:36 UTC
Also please attach config.log from when Xephyr is not built (set FEATURES="keeptemp" for this).
Comment 5 Rémi Cardona (RETIRED) gentoo-dev 2010-09-05 12:02:14 UTC
Xephyr indeed deps on libXv so I've added the dep to all ebuilds (except 1.6.x, which should die soon anyway).

Thanks