Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212202 - x11-drivers/ati-drivers-8.455.2-r1 is missing x11-proto/inputproto dependency
Summary: x11-drivers/ati-drivers-8.455.2-r1 is missing x11-proto/inputproto dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeffrey Gardner (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-03 15:17 UTC by Matthias Wieding-Drewes
Modified: 2008-03-03 20:54 UTC (History)
2 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 Matthias Wieding-Drewes 2008-03-03 15:17:20 UTC
emerging x11-drivers/ati-drivers-8.455.2-r1 fails due to:
In file included from fglrx_gamma.c:19:
/usr/include/X11/extensions/XTest.h:50:35: error: X11/extensions/XInput.h: No such file or directory



Reproducible: Always

Steps to Reproduce:
1. ensure x11-proto/inputproto is not installed (emerge --depclean --with-bdeps=n works for me)
2. emerge --oneshot ati-drivers

Actual Results:  
The emerge process dies with the above mentioned error message


The fix is quiet easy:

--- ati-drivers-8.455.2-r1.ebuild	2008-02-29 22:07:24.000000000 +0100
+++ ati-drivers-8.455.2-r2.ebuild	2008-03-03 12:14:24.000000000 +0100
@@ -31,7 +31,8 @@
 
 DEPEND="${RDEPEND}
 	x11-proto/xf86miscproto
-	x11-proto/xf86vidmodeproto"
+	x11-proto/xf86vidmodeproto
+	x11-proto/inputproto"
 
 EMULTILIB_PKG="true"
Comment 1 Jeffrey Gardner (RETIRED) gentoo-dev 2008-03-03 20:54:15 UTC
Thanks, fixed in CVS.