I’ve just upgraded my Mac OS X to Mavericks 10.9. When I tried to update Macports I got an error and when I used the verbose mode of selfupdate (sudo port -v selfupdate
) it came out this:
macports checking for Tcl configuration... configure: error: Can't find Tcl configuration definitions
I fixed the problem after reinstalling the Command Line Tools of Xcode and accepting the license from the command line:
sudo xcode-select --install sudo xcodebuild -license
Then the selfupdate worked just fine:
sudo port selfupdate
This works for me as well. Great, thanks a lot!
HM
It worked like a charm for me as well! Thanks!
It worked fine for me too. Thank you.
Me pasaba lo mismo y tu solución me ha funcionado perfectamente… Muchas gracias
No te preocupes también está en castellano
Sorry, I didn’t realice that it was in english… Same thing happen to me, and your solution worked fine for me too.
Thanks a lot.
It worked for me too. Thank you.
Worked like a charm! I always thought Xcode Command Line Tools were already installed, but looks like at least some part of it was not.