OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform ALPHA_OPENVMS_8_3
Branch RELEASE_2_5-BRANCH
Options  
Date 18-Jul-07 11:37
Contributor  
Status FAILURE
Data Platform: ALPHA OPENVMS 8.3
Branch: RELEASE_2_5-branch
Date: 070718
Time: 1137 GMT
Status: FAILURE


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


Found the string: -E-...
====================================
static MutexType _os_gethostbynameMutex = PEGASUS_MUTEX_INITIALIZER;
.........^
%CXX-E-UNDECLARED, identifier "MutexType" is undefined
at line number 185 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

static MutexType _os_gethostbynameMutex = PEGASUS_MUTEX_INITIALIZER;
............................................^
%CXX-E-UNDECLARED, identifier "PEGASUS_MUTEX_INITIALIZER" is undefined
at line number 185 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

mutex_lock(&_os_gethostbynameMutex);
..^
%CXX-E-UNDECLARED, identifier "mutex_lock" is undefined
at line number 187 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

mutex_unlock(&_os_gethostbynameMutex);
..^
%CXX-E-UNDECLARED, identifier "mutex_unlock" is undefined
at line number 210 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

%CXX-I-MESSAGE, 4 errors detected in the compilation of "_$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem.cpp;1".

Found the string: cxx-...
====================================
static MutexType _os_gethostbynameMutex = PEGASUS_MUTEX_INITIALIZER;
.........^
%CXX-E-UNDECLARED, identifier "MutexType" is undefined
at line number 185 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

static MutexType _os_gethostbynameMutex = PEGASUS_MUTEX_INITIALIZER;
............................................^
%CXX-E-UNDECLARED, identifier "PEGASUS_MUTEX_INITIALIZER" is undefined
at line number 185 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

mutex_lock(&_os_gethostbynameMutex);
..^
%CXX-E-UNDECLARED, identifier "mutex_lock" is undefined
at line number 187 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

mutex_unlock(&_os_gethostbynameMutex);
..^
%CXX-E-UNDECLARED, identifier "mutex_unlock" is undefined
at line number 210 in file _$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem_Vms.cpp;2

%CXX-I-MESSAGE, 4 errors detected in the compilation of "_$1$DGA500:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]OperatingSystem.cpp;1".
make.exe;8: *** [/Pegasus_BldDsk/PQB25_070718/pegasus/pegasus_home_alpha/obj/Providers/ManagedSystem/OperatingSystem/OperatingSystem.obj] Error 0x15f61262
make.exe;8: Leaving directory `Pegasus_BldSrc:[PQB25_070718.pegasus.src.Providers.ManagedSystem.OperatingSystem]'
make.exe;8: *** [all] Error 0x10000002