[yt-users] Error when installing

Jacob Hamer jacobhhamer at gmail.com
Tue Mar 18 14:41:00 PDT 2014


I did post a question on StackOverflow as suggested- here it is
https://stackoverflow.com/questions/22491572/trying-to-install-yt-project-will-not-detect-gcc


On Tue, Mar 18, 2014 at 3:39 PM, Jacob Hamer <jacobhhamer at gmail.com> wrote:

> Thank you so much for the help - I suppose I'll start by uninstalling and
> reinstalling xcode and deleting any incomplete yt folders that were made
>
>
> On Tue, Mar 18, 2014 at 3:37 PM, Nathan Goldbaum <nathan12343 at gmail.com>wrote:
>
>> So that's the issue, you have an old xcode-select binary.  Googling, I
>> find this discussion thread which points to an issue with the Max OS X
>> 10.7.3 update: https://github.com/Homebrew/homebrew/issues/10745
>>
>> Unfortunately it's hard for me to provide much more help for this
>> remotely.  I think your xcode installation is broken somehow and that needs
>> to be fixed before you'll be able to install yt, or indeed any package that
>> needs to be compiled from source.
>>
>>
>> On Tue, Mar 18, 2014 at 12:26 PM, Jacob Hamer <jacobhhamer at gmail.com>wrote:
>>
>>> The output is
>>>
>>> xcode-select version 2003.
>>>
>>>
>>> On Tue, Mar 18, 2014 at 3:24 PM, Nathan Goldbaum <nathan12343 at gmail.com>wrote:
>>>
>>>> Ok, that's the same version I have.  For some reason our xcode-select
>>>> binaries behave differently though.
>>>>
>>>> Can you tell me the output of "xcode-select -version"?  On my mac I get
>>>> "xcode-select version 2333".
>>>>
>>>> Also according to this StackOverflow thread<http://stackoverflow.com/questions/20229437/cant-install-command-line-tool-xcode-select-install-doesnt-work>,
>>>> this command might fix your issue:
>>>>
>>>> sudo xcode-select -switch /Library/Developer/CommandLineTools
>>>>
>>>> I would check first that /Library/Developer/CommandLineTools exists
>>>> before trying that.  You should be able to find the necessary gcc
>>>> executable inside /Library/Developer/CommandLineTools/usr/bin.
>>>>
>>>> Sorry I can't be more helpful here.  I've never seen this issue before
>>>> and it appears to be somewhat uncommon judging by the lack of google search
>>>> results.
>>>>
>>>> You might have luck asking a question of your own on StackOverflow
>>>> regarding installing the command line tools.  Another option would be to
>>>> find an alternative way to set up a compiler toolchain, although xcode is
>>>> usually the easiest way to do that on a mac.
>>>>
>>>>
>>>> On Tue, Mar 18, 2014 at 12:13 PM, Jacob Hamer <jacobhhamer at gmail.com>wrote:
>>>>
>>>>> Xcode 5.1
>>>>>
>>>>> Build version 5B130a
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Mar 18, 2014 at 1:56 PM, Nathan Goldbaum <
>>>>> nathan12343 at gmail.com> wrote:
>>>>>
>>>>>> Can you tell me what the output of "xcodebuild -version" is?
>>>>>>
>>>>>>
>>>>>> On Tue, Mar 18, 2014 at 10:50 AM, Jacob Hamer <jacobhhamer at gmail.com>wrote:
>>>>>>
>>>>>>> The path on xcode is correct, and it seems to be up to date. I did
>>>>>>> the only system update available and it still does not work. I installed
>>>>>>> Command Line Tools for Mavericks directly from the devloper website again.
>>>>>>> After, I tried to do xcode-select --install again and the same menu popped
>>>>>>> up. I also tried bash install_script.sh again and got the same error. Any
>>>>>>> further ideas?
>>>>>>> Thank you very much for the help!
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Mar 18, 2014 at 1:16 AM, Nathan Goldbaum <
>>>>>>> nathan12343 at gmail.com> wrote:
>>>>>>>
>>>>>>>> xcode-select --install is only available on the newest versions of
>>>>>>>> xcode.  It's possible you have an old version of xcode installed (possibly
>>>>>>>> because you updated from an older OS X where you had xcode installed
>>>>>>>> already). Do you see any updates for xcode available in the mac app store?
>>>>>>>>
>>>>>>>> See this page for more info:
>>>>>>>> https://developer.apple.com/support/xcode/
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Mar 17, 2014 at 10:01 PM, Nathan Goldbaum <
>>>>>>>> nathan12343 at gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Jacob,
>>>>>>>>>
>>>>>>>>> This StackOverflow thread might be helpful:
>>>>>>>>> http://stackoverflow.com/questions/21365197/xcode-select-install-not-running
>>>>>>>>>
>>>>>>>>> -Nathan
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Mar 17, 2014 at 9:48 PM, Jacob Hamer <
>>>>>>>>> jacobhhamer at gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hey-
>>>>>>>>>> When I do xcode-select --install , it only brings up this menu of
>>>>>>>>>> options(I had tried to do this earlier)
>>>>>>>>>>
>>>>>>>>>> $ xcode-select --install
>>>>>>>>>>
>>>>>>>>>> Usage: xcode-select -print-path
>>>>>>>>>>
>>>>>>>>>>    or: xcode-select -switch <xcode_folder_path>
>>>>>>>>>>
>>>>>>>>>>    or: xcode-select -version
>>>>>>>>>>
>>>>>>>>>> Arguments:
>>>>>>>>>>
>>>>>>>>>>    -print-path                     Prints the path of the current
>>>>>>>>>> Xcode folder
>>>>>>>>>>
>>>>>>>>>>    -switch <xcode_folder_path>     Sets the path for the current
>>>>>>>>>> Xcode folder
>>>>>>>>>>
>>>>>>>>>>    -version                        Prints xcode-select version
>>>>>>>>>> information
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Also, when I go to previous updates installed, Command Line Tools
>>>>>>>>>> for Mavericks is on the list.
>>>>>>>>>>
>>>>>>>>>> Thanks!
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Mon, Mar 17, 2014 at 11:39 PM, Nathan Goldbaum <
>>>>>>>>>> nathan12343 at gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Jacob,
>>>>>>>>>>>
>>>>>>>>>>> Hmm, are you sure you have the command line tools installed?
>>>>>>>>>>>  While apple removed gcc from the command line tools with the release of
>>>>>>>>>>> Mavericks, there is still a gcc executable - it's just a symlink to clang
>>>>>>>>>>> now.
>>>>>>>>>>>
>>>>>>>>>>> Just to make sure can you do the following from the terminal:
>>>>>>>>>>>
>>>>>>>>>>> xcode-select --install
>>>>>>>>>>>
>>>>>>>>>>> Nathan
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Monday, March 17, 2014, Jacob Hamer <jacobhhamer at gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Here is the error as outputted.
>>>>>>>>>>>> ____________________________________
>>>>>>>>>>>>
>>>>>>>>>>>> gcc -fPIC -c blocksort.c
>>>>>>>>>>>> make: gcc: No such file or directory
>>>>>>>>>>>> make: *** [blocksort.o] Error 1
>>>>>>>>>>>>
>>>>>>>>>>>> _____________________________________
>>>>>>>>>>>>
>>>>>>>>>>>> How can I fix this? I have OSX Mavericks 10.9.1.
>>>>>>>>>>>> I have Xcode and Command Line Tools installed. What am I doing
>>>>>>>>>>>> wrong?
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you!
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> yt-users mailing list
>>>>>>>>>>> yt-users at lists.spacepope.org
>>>>>>>>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> yt-users mailing list
>>>>>>>>>> yt-users at lists.spacepope.org
>>>>>>>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> yt-users mailing list
>>>>>>>> yt-users at lists.spacepope.org
>>>>>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> yt-users mailing list
>>>>>>> yt-users at lists.spacepope.org
>>>>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> yt-users mailing list
>>>>>> yt-users at lists.spacepope.org
>>>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>>>>
>>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> yt-users mailing list
>>>>> yt-users at lists.spacepope.org
>>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> yt-users mailing list
>>>> yt-users at lists.spacepope.org
>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>>
>>>>
>>>
>>> _______________________________________________
>>> yt-users mailing list
>>> yt-users at lists.spacepope.org
>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>
>>>
>>
>> _______________________________________________
>> yt-users mailing list
>> yt-users at lists.spacepope.org
>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20140318/28a7f9a0/attachment.htm>


More information about the yt-users mailing list