Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Sprint 2012-01-03, GT 5.2.1
-
Component/s: service
-
Labels:None
-
Ranking:Issue can not be ranked.
Description
The globus-gram-job-manager package fails to build on solaris because CMSG_SPACE is not defined unless some preprocessor symbols are defined:
Adding this to configure.in for solaris hosts should do it:
AC_DEFINE(__EXTENSIONS__)
AC_DEFINE(_XOPEN_SOURCE)
AC_DEFINE(_XOPEN_SOURCE_EXTENDED)
Adding this to configure.in for solaris hosts should do it:
AC_DEFINE(__EXTENSIONS__)
AC_DEFINE(_XOPEN_SOURCE)
AC_DEFINE(_XOPEN_SOURCE_EXTENDED)
Issue Links
| This issue is depended on by: | ||||
| GRAM-298 | GRAM5 5.2.1 |
|
|
|