#33438: ImageMagick @6.7.5-3_1 +no_x11 +perl +q16 - build failure ---------------------------+------------------------------------------------ Reporter: sierkb@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: ImageMagick ---------------------------+------------------------------------------------ Comment(by ryandesign@…): Replying to [comment:4 sierkb@…]:
Looking at main.log, I think this here might be the cause: {{{ :info:destroot env: /Developer/usr/bin/clang: No such file or directory }}}
Yes, that's the problem.
Maybe somewhere hardcoded in the Makefile (of ImageMagick), that it's searching for clang firstly in the now non-existant /Developer directory path rather than looking dynamically into the new path below /Applications/Xcode.app or /usr/bin?
No; it's in the libtool port; you probably installed libtool with Xcode < 4.3. Now that you have Xcode 4.3, rebuild libtool, clean ImageMagick, and try again. {{{ sudo port clean libtool ImageMagick sudo port -n upgrade --force libtool }}} -- Ticket URL: <https://trac.macports.org/ticket/33438#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS