Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92513 - net-snmp-5.2* misses lm_sensors configure option
Summary: net-snmp-5.2* misses lm_sensors configure option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 09:29 UTC by Frank
Modified: 2005-05-17 07:51 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 Frank 2005-05-13 09:29:50 UTC
the USE flag lm-sensors adds the patch but forgets to set an additional --with--modules option during configure

Fix: 
        use smux && mibs="${mibs} smux"
++      use lm_sensors && mibs="${mibs} ucd-snmp/lmSensors"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-05-17 07:51:24 UTC
Fixed. Thanks much for pointing that out.