Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437506 - app-misc/cwiid wants deprecated kernel option
Summary: app-misc/cwiid wants deprecated kernel option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabio Erculiani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 11:05 UTC by Hanno Böck
Modified: 2016-05-28 12:28 UTC (History)
4 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 Hanno Böck gentoo-dev 2012-10-07 11:05:24 UTC
cwiid-20110107-r1.ebuild contains this kernel option check:
CONFIG_CHECK="BT_L2CAP INPUT_UINPUT"

However, BT_L2CAP is gone in current kernel 3.6.0. Removing that check makes it compile again (though I haven't tested yet if it still works).
Comment 1 calculuspenguin 2013-02-07 19:21:05 UTC
It looks like the BT_L2CAP option was removed even earlier than 3.6.0.  It was in commit f1e91e1640d808d332498a6b09b2bcd01462eff9 (Dec. 2011) and is essentially always on (or at least on when bluetooth itself is enabled).  Here is a link for convenience: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=f1e91e1640d808d332498a6b09b2bcd01462eff9.
Comment 2 Pacho Ramos gentoo-dev 2016-05-28 12:28:57 UTC
looks to be solved in current ebuild