#38521: valgrind @3.8.1: Xcode license agreement; mig command not found -----------------------+---------------------- Reporter: diana@… | Owner: raimue@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: valgrind | -----------------------+---------------------- Comment (by raimue@…): First of all, the problem with mig is different. The error message "`/usr/bin/mig: line 162: : command not found`" indicates that in the script /usr/bin/mig at line 162 the shell script interpreter cannot find a command. This command appears to be the empty string, but is meant to be a compiler, possible determined using `xcrun`. So this one is probably caused by the license problem as well. Check the Xcode preferences files in your home and global whether you actually accepted the license, like this: {{{ $ defaults read ~/Library/Preferences/com.apple.dt.Xcode.plist |grep License IDELastGMLicenseAgreedTo = EA0720; IDEXcodeVersionForAgreedToGMLicense = "4.6.1"; $ defaults read /Library/Preferences/com.apple.dt.Xcode.plist |grep License IDELastGMLicenseAgreedTo = EA0720; IDEXcodeVersionForAgreedToGMLicense = "4.6.1"; }}} -- Ticket URL: <https://trac.macports.org/ticket/38521#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X