GRAM

Compile Failure on Solaris

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major 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)

Issue Links

Activity

Hide
Joe Bester added a comment -
Added patch to release notes for Solaris, and committed the patch to 5.2 branch and trunk.
Show
Joe Bester added a comment - Added patch to release notes for Solaris, and committed the patch to 5.2 branch and trunk.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: