Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259150 - virtualbox-2.06 x11-video and x11-input fail to build with xorg-server-1.4 (patch included)
Summary: virtualbox-2.06 x11-video and x11-input fail to build with xorg-server-1.4 (p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 21:05 UTC by Christian Ostheimer
Modified: 2009-11-10 01:53 UTC (History)
1 user (show)

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


Attachments
patch as described above (tmp.patch,1.19 KB, patch)
2009-02-15 21:06 UTC, Christian Ostheimer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ostheimer 2009-02-15 21:05:21 UTC
When emerging app-emulation/virtualbox-guest-additions-2.0.6 two dependent packages have to be emerged:
xf86-input-virtualbox-2.0.6
xf86-video-virtualbox-2.0.6
both fail in ebuild testing for xserver <1.5 && >=1.4

The simple patch attached below resolves this. The line
has_version ">=x11-base/xorg-server-1.4 && <x11-base/xorg-server-1.5"
has to be replaced by
has_version ">=x11-base/xorg-server-1.4" && has_version "<x11-base/xorg-server-1.5"

spblinux
Comment 1 Christian Ostheimer 2009-02-15 21:06:30 UTC
Created attachment 182165 [details, diff]
patch as described above
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2009-05-06 09:32:56 UTC
May I suggest completely dropping support for pre-1.5 X servers? It'll make everyone's lives easier :)

Cheers
Comment 3 Alessio Cassibba (X-Drum) 2009-09-10 15:54:15 UTC
(In reply to comment #2)
> May I suggest completely dropping support for pre-1.5 X servers? It'll make
> everyone's lives easier :)

Well i totally agree with you :)
these release are masked right now (1.3.x, 1.4.x) i will drop support!

Comment 4 Patrick Lauer gentoo-dev 2009-11-10 01:53:38 UTC
Should all be good now.