On Tue, 2010-01-26 at 15:19 +0100, Thomas Anders wrote: > The current changes in SVN trunk (5.6-to-be) seem to have introduced build > failures on quite a few systems: > > - Solaris 2.6 + 7, HP-UX 10.20 + 11.00 with cc: > "/my/net-snmp-5.6svn/snmplib/snmpUDPDomain.c", line 1115: error 1588: > "INET_ADDRSTRLEN" undefined.
INET_ADDRSTRLEN is in posix but apparently not in those systems. I will have to add a definition if it is missing. > - Solaris 8 + 9 + 10 with cc: > "/my/net-snmp-5.6svn/agent/mibgroup/host/data_access/swinst_pkginfo.c", line > 55: invalid directive > "/my/net-snmp-5.6svn/agent/mibgroup/host/data_access/swinst_pkginfo.c", line > 57: invalid directive > "/my/net-snmp-5.6svn/agent/mibgroup/host/data_access/swinst_pkginfo.c", line > 59: invalid directive Mispelled code. #elsif instead of #elif > - HP-UX 11.11 + 11.23: > make test: 41: testing com2secunix directive... FAIL Could you please rerun that test with the verbose (-v) flag. I'd guess it is the size of AF_UNIX path name test that fails, so I suppose that test case need revisiting. /MF ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
