#48276: Gimp2 configuration hangs on grep command ----------------------------+---------------------- Reporter: drew.mirage@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gimp2 | ----------------------------+---------------------- Comment (by devans@…): You can see from this that m4 is sleeping and that it has spawned {{{ sh -c /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find m4 2> /dev/null }}} which, in turn, spawned {{{ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find m4 }}} both of which are also sleeping. There may be more subsequent child processes that didn't get selected by your grep pattern. This looks to me like m4 is waiting for something from xcodebuild which is not progressing. Because of this m4 emits no output which is what grep is waiting for. So you're hung. I'm still not sure why this is happening but I'd suggest that you double check to make sure that Xcode and its Command Line Tools are properly installed. In particular try {{{ xcode-select --install }}} See the [https://guide.macports.org/#installing.xcode.mavericks Xcode installation instructions] in the MacPorts Guide. -- Ticket URL: <https://trac.macports.org/ticket/48276#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X