Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284523 - x11-drivers/linuxwacom-0.8.4_p1: ebuild fails if wacom driver disabled in kernel config
Summary: x11-drivers/linuxwacom-0.8.4_p1: ebuild fails if wacom driver disabled in ker...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard: treecleaned
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 19:50 UTC by Eugene Zagidullin
Modified: 2010-10-18 11:47 UTC (History)
0 users

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


Attachments
Patch solves this problem (look_for_builtin.patch,861 bytes, patch)
2009-09-10 19:53 UTC, Eugene Zagidullin
Details | Diff

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