#20382: tiff port fails to build with extract error ------------------------------------+--------------------------------------- Reporter: dmz@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ------------------------------------+--------------------------------------- Comment(by blb@…): The problem is that some ports (like tiff here) want to check to make sure you have a recent enough Xcode install by checking the version in its plist file. It obviously fails when Xcode is not installed in /Developer. Perhaps if these ports instead made use of xcode-select: {{{ set current_xcodeversion [exec defaults read [exec xcode-select -print- path]/Applications/Xcode.app/Contents/Info CFBundleShortVersionString] }}} Though that then brings up the question of which Xcode versions have xcode-select available? -- Ticket URL: <http://trac.macports.org/ticket/20382#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS