OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform HP-UX_11iv2_PA-RISC
Branch MAIN
Options +CMPI,+CQL,+IPV6,+PRIVSEP,+SLP,+SQLITE,+SSL,+WSMAN
Date 06-Jan-11 19:36
Contributor HP
Status FAILURE
Data Platform: HP-UX 11iv2 PA-RISC
Branch: MAIN
Contributor: HP
Date: 110106
Time: 1936
Options: +CMPI +CQL +IPv6 +PrivSep +SLP +SQLite +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/buildMAIN/pegasus/build/obj/Pegasus/Handler/snmpIndicationHandler/tests/testclient/testSnmpHandler.o] Error 2
make[4]: Leaving directory `/data/buildMAIN/pegasus/src/Pegasus/Handler/snmpIndicationHandler/tests/testclient'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/data/buildMAIN/pegasus/src/Pegasus'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data/buildMAIN/pegasus/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/buildMAIN/pegasus'
make: *** [build] Error 2