20

Running OS X 10.9 trying to upload MacPorts following their guide

Jadam$ xcode-select --version
xcode-select version 2333.

so I have Xcode on the computer, but when I enter in xcode-select --install I get the following return in the terminal:

xcode-select: note: install requested for command line developer tools

Immediately followed by a, pop-up, update error message:

"The xcode-select command requires the command line in 
developer tools. Would you like install the tools now?" 

with the options "Get Xcode", "not now" & "Install". When I choose install, a "Finding Software" loading bar runs through but then ends with the following message:

"can't install the software because it is not currently 
available from the software update server"

The solution here clearly did not work for me.

Community
  • 1
  • 1
Jadam
  • 1,650
  • 1
  • 19
  • 40

2 Answers2

15

The other answer in the thread you linked is one of the possible solutions. It seems the installer will also display this message if your Command Line Tools are current and there are no updates available.

To check whether this is the case for you, check whether /usr/lib/tclConfig.sh exists on your system. Only the Command Line Tools contain this file on Mavericks, so if you have it, you also have the Command Line Tools installed.

Community
  • 1
  • 1
neverpanic
  • 2,918
  • 18
  • 27
3

I got the first message because I accidentally minimized the window installing the dev tools so might be worth checking that :)

ngood97
  • 513
  • 5
  • 16