Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572472 - net-misc/remmina-1.2.0_rc3-r1: xorg-server[xephyr] dependency
Summary: net-misc/remmina-1.2.0_rc3-r1: xorg-server[xephyr] dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Diogo Pereira
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 590838
  Show dependency tree
 
Reported: 2016-01-20 19:39 UTC by WOLfgang Schricker
Modified: 2016-08-10 12:40 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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