OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform HP-UX_11iv3_PA-RISC
Branch MAIN
Options  
Date 14-Jan-08 06:11
Contributor HP
Status FAILURE
Data Platform: HP-UX 11iv3 PA-RISC
Branch: MAIN
Contributor: HP
Date: 080114
Time: 0611
Status: FAILURE

Error 548: "OSTestClient_HPUX.cpp", line 280 # The expression on the left side of the '.' (dot member access operator) must be a completed class object type; the type of the left side is 'tentative struct tm' and 'struct tm' has not been defined yet.
if ((tmval.tm_isdst > 0) && daylight)
^^^^^
Error 548: "OSTestClient_HPUX.cpp", line 295 # The expression on the left side of the '.' (dot member access operator) must be a completed class object type; the type of the left side is 'tentative struct tm' and 'struct tm' has not been defined yet.
tmval.tm_sec,
^^^^^
Error 328: "OSTestClient_HPUX.cpp", line 1107 # Function 'time' has not been defined yet; cannot call.
timeval = time((time_t *)NULL);
^^^^
make[5]: *** [/var/buildMAIN/pegasus/build/obj/Providers/ManagedSystem/OperatingSystem/tests/OSTestClient/OSTestClient.o] Error 2
make[5]: Leaving directory `/var/buildMAIN/pegasus/src/Providers/ManagedSystem/OperatingSystem/tests/OSTestClient'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/buildMAIN/pegasus/src/Providers/ManagedSystem'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/buildMAIN/pegasus/src/Providers'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/buildMAIN/pegasus/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/buildMAIN/pegasus'
make: *** [build] Error 2