Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63558 - kmod.eclass kmod_get_config_var returns wrong string if get_kernel_info isn't called first
Summary: kmod.eclass kmod_get_config_var returns wrong string if get_kernel_info isn't...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-10 08:36 UTC by Scott Cytacki
Modified: 2005-02-26 18:10 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 Scott Cytacki 2004-09-10 08:36:43 UTC
in the kmod.eclass, 
the function kmod_get_config_var should print y,m, or n 
however, if the KV_OUTPUT hasn't been set by the get_kernel_info function
then kmod_get_config_var prints a several lines of einfo.

this is because kmod_get_config_var calls get_kernel_info which has several einfo messages.  
returns a large string with the einfo messages of the get_kernel_info function.

Reproducible: Always
Steps to Reproduce:
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2005-02-26 18:10:34 UTC
kmod is deprecated in favor of other eclasses. Marking WONTFIX.