Bug 1659

Summary: globus_gram_job_manager pkg metadata problem in 3.2rc2
Product: GRAM Reporter: Mats Rynge <rynge@isi.edu>
Component: gt2 Gatekeeper/JobmanagerAssignee: Stuart Martin <smartin@mcs.anl.gov>
Status: RESOLVED FIXED    
Severity: normal CC: bester@mcs.anl.gov
Priority: P2    
Version: 3.2beta   
Target Milestone: ---   
Hardware: All   
OS: All   

Description From 2004-03-22 21:41:59
The current version of globus_gram_job_manager is 5.3. From 
pkg_data_src.gpt.in: 
 
  <Aging_Version Age="0" Major="5" Minor="3"/> 
 
and further down in the same file is a dependency on itself (data): 
 
  <Dependency Name="globus_gram_job_manager" Package="data"> 
    <Version> 
      <Simple_Version Major="3"/> 
    </Version> 
  </Dependency> 
 
Major version should be 5 in this case. 
 
When trying to generate binary bundles: 
 
#  gpt-bundle  -xml=globus-gcc32.gpt-bundle.xml  -bn=globus 
ERROR: The following packages are missing 
Package Runtime-globus_gram_job_manager-ANY-data version 5.3 is incompatible 
with globus_gram_job_manager-gcc32-pgm
------- Comment #1 From 2004-03-30 11:17:30 -------
Ok - I'll commit this change after the 3.2 release is out.
------- Comment #2 From 2004-04-30 14:39:31 -------
Committed fix to 3.2 branch and trunk