OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform HP-UX_11iv3_PA-RISC_cadvise
Branch MAIN
Options +CMPI,+CQL,+IPV6,+PRIVSEP,+SLP,+SSL,+WSMAN
Date 06-Jan-11 14:56
Contributor HP
Status FAILURE
Data Platform: HP-UX 11iv3 PA-RISC cadvise
Branch: MAIN
Contributor: HP
Date: 110106
Time: 1456
Options: +CMPI +CQL +IPv6 +PrivSep +SLP +SSL +WSMan
Status: FAILURE

u_char * snmpSecPrivKeyPtr = (u_char *)malloc(USM_PRIV_KU_LEN);
^^^^^^^^^^^^^^^
Error 172: "testSnmpHandler.cpp", line 239 # Undeclared variable 'USM_PRIV_KU_LEN'.
(u_char *)malloc(USM_PRIV_KU_LEN);
^^^^^^^^^^^^^^^
Error 172: "testSnmpHandler.cpp", line 240 # Undeclared variable 'USM_PRIV_KU_LEN'.
size_t securityPrivKeyLen = USM_PRIV_KU_LEN;
^^^^^^^^^^^^^^^
Error 699: "testSnmpHandler.cpp", line 240 # Error limit reached; halting compilation.
size_t securityPrivKeyLen = USM_PRIV_KU_LEN;
^^^^^^^^^^^^^^^
make[4]: *** [/var/build.cadvise/pegasus/build/obj/Pegasus/Handler/snmpIndicationHandler/tests/testclient/testSnmpHandler.o] Error 2
make[4]: Leaving directory `/data/build.cadvise/pegasus/src/Pegasus/Handler/snmpIndicationHandler/tests/testclient'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/data/build.cadvise/pegasus/src/Pegasus'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data/build.cadvise/pegasus/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/build.cadvise/pegasus'
make: *** [build] Error 2