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

Bug 572472

Summary: net-misc/remmina-1.2.0_rc3-r1: xorg-server[xephyr] dependency
Product: Gentoo Linux Reporter: WOLfgang Schricker <wols>
Component: Current packagesAssignee: Diogo Pereira <sir.suriv>
Status: RESOLVED FIXED    
Severity: minor CC: bkohler, floppym, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 590838    

Description WOLfgang Schricker 2016-01-20 19:39:36 UTC
After world upgrade was x11-base/xorg-server-1.17.4[kdrive] but xephyr missing.

Reproducible: Always




I have fixed RDEPEND+=

-x11-base/xorg-server[kdrive]
+|| ( <x11-base/xorg-server-1.17.4[kdrive] >=x11-base/xorg-server-1.17.4[xephyr] )

and set 'kdrive' and 'xephyr' in package.use.
Comment 1 Ben Kohler gentoo-dev 2016-05-31 18:14:09 UTC
(In reply to WOLfgang Schricker from comment #0)
> After world upgrade was x11-base/xorg-server-1.17.4[kdrive] but xephyr
> missing.
> 
> Reproducible: Always
> 
> 
> 
> 
> I have fixed RDEPEND+=
> 
> -x11-base/xorg-server[kdrive]
> +|| ( <x11-base/xorg-server-1.17.4[kdrive]
> >=x11-base/xorg-server-1.17.4[xephyr] )
> 
> and set 'kdrive' and 'xephyr' in package.use.

I'm working on majorly updating the remmina ebuild(s) but I've never seen any runtime failure with missing xephyr.  Can you tell me which feature of remmina it breaks? I'm thinking it should live behind some USE flag.

Thanks!
Comment 2 Diogo Pereira 2016-08-07 12:11:47 UTC
Xephyr is an optional runtime dependency required for XDMCP support. I added a post-install message to inform the user of this in PR #2011.

https://github.com/gentoo/gentoo/pull/2011