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

Bug 212202

Summary: x11-drivers/ati-drivers-8.455.2-r1 is missing x11-proto/inputproto dependency
Product: Gentoo Linux Reporter: Matthias Wieding-Drewes <m>
Component: New packagesAssignee: Jeffrey Gardner (RETIRED) <je_fro>
Status: RESOLVED FIXED    
Severity: normal CC: lu_zero, x11-drivers
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.