OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform IA64_OPENVMS_8_3
Branch RELEASE_2_6-BRANCH
Options  
Date 16-Sep-07 04:47
Contributor HP
Status FAILURE
Data Platform: IA64 OPENVMS 8.3
Branch: RELEASE_2_6-branch
Date: 070916
Time: 0447 GMT
Status: FAILURE
Contributor: HP


========== Filtered Build Logfile =================


Found the string: -F-...
====================================
#include "LocalAuthFile.h"
..........................^
%CXX-F-SRCFILNOOPEN, could not open source file "LocalAuthFile.h"
at line number 34 in file _$1$DGA500:[PQB26_070916.pegasus.src.Pegasus.Config]ProviderDirPropertyOwner.cpp;2

%CXX-I-MESSAGE, 1 catastrophic error detected in the compilation of "_$1$DGA500:[PQB26_070916.pegasus.src.Pegasus.Config]ProviderDirPropertyOwner.cpp;2".

Found the string: cxx-...
====================================
#include "LocalAuthFile.h"
..........................^
%CXX-F-SRCFILNOOPEN, could not open source file "LocalAuthFile.h"
at line number 34 in file _$1$DGA500:[PQB26_070916.pegasus.src.Pegasus.Config]ProviderDirPropertyOwner.cpp;2

%CXX-I-MESSAGE, 1 catastrophic error detected in the compilation of "_$1$DGA500:[PQB26_070916.pegasus.src.Pegasus.Config]ProviderDirPropertyOwner.cpp;2".

%CXX-I-MESSAGE, Compilation terminated.
make.exe;7: *** [/Pegasus_BldDsk/PQB26_070916/pegasus/pegasus_home_ia64/obj/Pegasus/Config/ProviderDirPropertyOwner.obj] Error 0x18000004
make.exe;7: Leaving directory `Pegasus_BldSrc:[PQB26_070916.pegasus.src.Pegasus.Config]'
make.exe;7: *** [all] Error 0x10000002

Found the string: failed: ...
====================================
197 "Security.Authentication.LocalAuthFile.NO_CREATE",
198 "Creation of the local authentication security file"
199 " $0 failed: $1",filePath,strerror(errno));
200 PEG_METHOD_EXIT();
201 throw CannotOpenFile (filePath);
202 }
***************
228 "Security.Authentication.LocalAuthFile.NO_CHMOD",
229 "Changing permissions of the local authentication security file"
230 " $0 failed: $1",filePath,strerror(errno));
231
232 if (filePath.size())
233 {
***************
299 "Security.Authentication.LocalAuthFile.NO_CHMOD",
300 "Changing permissions of the local authentication security file"
301 " $0 failed: $1",filePath,strerror(errno));
302
303 if (filePath.size())
304 {
***************
331 "Security.Authentication.LocalAuthFile.NO_CHOWN_REQUSER",
332 "Changing ownership of the local authentication"
333 " security file $0 to the requesting user failed: $1"
334 ,filePath,strerror(errno));
335
336 if (filePath.size())