Opened 12 years ago

Closed 12 years ago

#34624 closed defect (fixed)

cloog deactivation is broken

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: isl

Description

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.

Change History (1)

comment:1 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.