Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 92513

Summary: net-snmp-5.2* misses lm_sensors configure option
Product: Gentoo Linux Reporter: Frank <surf>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2004.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.