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

Bug 284523

Summary: x11-drivers/linuxwacom-0.8.4_p1: ebuild fails if wacom driver disabled in kernel config
Product: Gentoo Linux Reporter: Eugene Zagidullin <e.asphyx>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: treecleaned
Package list:
Runtime testing required: ---
Attachments: Patch solves this problem

Description Eugene Zagidullin 2009-09-10 19:50:09 UTC
Ebuild looks for TABLET_USB_WACOM=m in kernel config and for wacom.ko presense, and displays error message if at least one of them not found.

Reproducible: Always

Steps to Reproduce:
1. build kernel without wacom driver at all
2. try to emerge x11-drivers/linuxwacom with USE="modules"
Comment 1 Eugene Zagidullin 2009-09-10 19:53:03 UTC
Created attachment 203704 [details, diff]
Patch solves this problem
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2009-09-13 10:12:25 UTC
Why not
if [[ linux_chkconfig_builtin TABLET_USB_WACOM ]]; then
?
Comment 3 Mike Auty (RETIRED) gentoo-dev 2010-08-18 21:10:12 UTC
Reassigning since I can't look after linuxwacom any more.
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2010-10-18 11:47:39 UTC
linuxwacom was removed from main tree.