Ticket #34624 (closed defect: fixed)
cloog deactivation is broken
| Reported by: | jeremyhu@… | Owned by: | mcalhoun@… |
|---|---|---|---|
| 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
Note: See
TracTickets for help on using
tickets.


r93579, r96994