OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform HP-UX_PA-RISC
Branch MAIN
Options  
Date 07-Jul-06 04:59
Contributor  
Status FAILURE
Data Platform: HP-UX PA-RISC
Branch: MAIN
Date: 060707
Time: 0459
Status: FAILURE

Error 339: "CmpiImpl.cpp", line 860 # Return type 'class CmpiData' does not match expected return type 'class CmpiObjectPath'
return getData();
^^^^^^^^^
Error 225: "CmpiImpl.cpp", line 864 # Ambiguous overloaded function call; more than one acceptable function found. Two such functions that matched were "CmpiData::operator CmpiInstance() const" ["CmpiData.h", line 210] and "CmpiInstance::CmpiInstance(const CmpiData &)" ["CmpiInstance.h", line 108].
return getData();
^^^^^^^^^
Error 339: "CmpiImpl.cpp", line 864 # Return type 'class CmpiData' does not match expected return type 'class CmpiInstance'
return getData();
^^^^^^^^^
make[5]: *** [/var/buildMAIN/pegasus/build/obj/Pegasus/Provider/CMPI/CmpiImpl.o] Error 2
make[5]: Leaving directory `/var/buildMAIN/pegasus/src/Pegasus/Provider/CMPI'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/buildMAIN/pegasus/src/Pegasus'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/buildMAIN/pegasus/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/buildMAIN/pegasus'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/var/buildMAIN/pegasus'
make: *** [cleanbuild] Error 2