Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91821 - kernel-mod_configoption_present Portage Ebuild Function
Summary: kernel-mod_configoption_present Portage Ebuild Function
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-07 10:58 UTC by Jakub Sadowski
Modified: 2005-05-08 04:30 UTC (History)
0 users

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 Jakub Sadowski 2005-05-07 10:58:37 UTC
In regards to bug #85012 I'm just wondering if something needs to be done with the "kernel-mod_configoption_present" function available from within all ebuilds.

Currently it checks /usr/src/linux/.config for a particular kernel configuration option but this is not compatible with the new KBUILD system.  One new method of checking could be to:
1) First check /proc/config.gz
2) Then "${KBUILD_OUTPUT}"/.config should be checked if the above kernel feature hasn't been enabled.

This will probably continue to plague ebuilds using the function until a new approach is taken.
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2005-05-08 04:30:13 UTC
kernel-mod has been deprecated, and linux-mod should be used.
This is resolved in this new eclass.