#23354: ImageMagick upgrade fails to build under Snow Leopard ----------------------------------+----------------------------------------- Reporter: jwhowse4@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: ImageMagick ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * status: new => assigned Comment: ImageMagick seems to (now) have a conflict with cryptlib. It's using the flag "-lCL" presumably to link with Apple's OpenCL, but on case- insensitive systems like Mac OS X, cryptlib's "libcl.dylib" matches this, and since that's not the library it was looking for, it mucks things up. You can work around this by deactivating cryptlib, cleaning ImageMagick, upgrading ImageMagick, and then, if desired, reactivating cryptlib. {{{ sudo port deactivate cryptlib sudo port clean ImageMagick sudo port upgrade ImageMagick sudo port activate cryptlib }}} I added a check for this to ImageMagick in r62884. I should also see if this has already been reported to the developers. -- Ticket URL: <http://trac.macports.org/ticket/23354#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS