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 28-May-12 14:11
Contributor HP
Status FAILURE
Data Platform: HP-UX 11iv3 PA-RISC cadvise
Branch: MAIN
Contributor: HP
Date: 120528
Time: 1411
Options: +CMPI +CQL +IPv6 +PrivSep +SLP +SSL +WSMan
Status: FAILURE

Error 172: "ReplaceCmd.cpp", line 51 # Undeclared variable 'std'.
while ((off=txt.find(findString,off))!=std::string::npos)
^^^
Error 331: "ReplaceCmd.cpp", line 51 # Illegal cast expression; cannot cast expression type '' to 'unsigned long'.
while ((off=txt.find(findString,off))!=std::string::npos)
^^^
Error 24: "ReplaceCmd.cpp", line 53 # ':' expected instead of '::'.
std::ofstream ofile(fileName.c_str());
^^
Error 326: "ReplaceCmd.cpp", line 53 # Label 'std' has already been used in this function.
std::ofstream ofile(fileName.c_str());
^^^^^
Error 699: "ReplaceCmd.cpp", line 53 # Error limit reached; halting compilation.
std::ofstream ofile(fileName.c_str());
^^^^^
make[2]: *** [ReplaceCmd.o] Error 2
make[2]: Leaving directory `/data/build.cadvise/pegasus/src/utils/mu'
make[1]: *** [buildmu] Error 2
make[1]: Leaving directory `/data/build.cadvise/pegasus'
make: *** [build] Error 2