On May 18, 2012, at 7:17 p.m., Gideon Simpson wrote: > ---> Computing dependencies for cloog > ---> Dependencies to be installed: isl > ---> Activating isl @0.07_0 > Error: org.macports.activate for port isl returned: Image error: > /opt/local/include/isl/aff.h is being used by the active cloog port. Please > deactivate this port first, or use 'port -f activate isl' to force the > activation. > Error: Failed to install isl
cloog was recently updated to use an external isl port rather than installing its own internal isl. Oddly, trying to activate isl while the old cloog is still installed results in the conflict you ran into. I did a "sudo port -f uninstall cloog" followed by "sudo port install cloog", and it worked itself out. vq _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
