Bug #3704
libfmd_snmp should compile with newer net-snmp
Start date:
2013-04-09
Due date:
% Done:
100%
Estimated time:
1.00 h
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The current libfmd_snmp compiles without c99 mode. The newer net-snmp libraries and headers emit func as part of debugging. This causes Sun Studio build failures like:
"../common/init.c", line 60: undefined symbol: __func__ cc: acomp failed for ../common/init.c
Updated by Alexander Eremin almost 8 years ago
Next problem that some headers has another location in newer snmp
Updated by Electric Monk almost 6 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit e3dc7d16623f78f12e240686f2c357ca545426f2
commit e3dc7d16623f78f12e240686f2c357ca545426f2 Author: Dan McDonald <danmcd@omniti.com> Date: 2015-04-15T20:30:30.000Z 3704 libfmd_snmp should compile with newer net-snmp