[MacPorts] #34624: cloog deactivation is broken

MacPorts noreply at macports.org
Fri May 25 10:16:04 PDT 2012


#34624: cloog deactivation is broken
-----------------------------------+----------------------------------------
 Reporter:  jeremyhu@…             |       Owner:  mcalhoun@…           
     Type:  defect                 |      Status:  new                  
 Priority:  Normal                 |   Milestone:                       
Component:  ports                  |     Version:  2.1.1                
 Keywords:                         |        Port:  isl                  
-----------------------------------+----------------------------------------
 isl's preactivate is broken.  It is trying to deactivate cloog even though
 it doesn't need to.  The current version is 0.16.3, revision 1, epoch 1,
 so you're deactivating it with your check:

 {{{
 [vercmp ${cloog_version} 0.16.3] <= 0 || ${cloog_epoch} <= 0
 }}}

 I think you meant for that to just be:
 {{{
 ${cloog_epoch} <= 0
 }}}

 Also, the deactivation is not being forced like your comment suggests, so
 'port upgrade' dies when it can't deactivate cloog because of a
 dependency.

-- 
Ticket URL: <https://trac.macports.org/ticket/34624>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list