Skip to content

Instantly share code, notes, and snippets.

@andrunix
Created January 23, 2013 16:17
Show Gist options
  • Save andrunix/4608915 to your computer and use it in GitHub Desktop.
Save andrunix/4608915 to your computer and use it in GitHub Desktop.
rvm requirements run - shows that I am missing the command line tools. What about this llvm-gcc though? I thought that was the problem with Ruby 1.9.3
andrunix@amp-laptop~$ rvm requirements run
Requirements for osx/10.8/x86_64
NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X)
This is the *original* / standard Ruby Language Interpreter
'ree' represents Ruby Enterprise Edition
'rbx' represents Rubinius
Additional Dependencies:
# For update-system:
error: insufficient permission for adding an object to repository database .git/objects
fatal: failed to write object
fatal: unpack-objects failed
Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master
# For rvm:
Warning: No developer tools installed
You should install the Command Line Tools: http://connect.apple.com
llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/i686-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.2.tar.gz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
==> Patching
patching file subst.c
patching file subst.h
patching file patchlevel.h
patching file lib/readline/vi_mode.c
patching file lib/readline/callback.c
patching file patchlevel.h
patching file lib/glob/gmisc.c
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file variables.h
patching file variables.c
patching file parse.y
patching file builtins/printf.def
patching file patchlevel.h
patching file variables.c
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file sig.c
patching file patchlevel.h
patching file builtins/fc.def
patching file patchlevel.h
patching file print_cmd.c
patching file patchlevel.h
patching file assoc.c
patching file patchlevel.h
patching file parse.y
patching file shell.h
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file pathexp.c
patching file patchlevel.h
patching file expr.c
patching file patchlevel.h
patching file parse.y
patching file patchlevel.h
patching file builtins/read.def
patching file patchlevel.h
patching file execute_cmd.c
patching file patchlevel.h
patching file builtins/declare.def
patching file patchlevel.h
patching file support/shobj-conf
patching file patchlevel.h
patching file builtins/read.def
patching file patchlevel.h
patching file lib/sh/zread.c
patching file patchlevel.h
patching file subst.c
patching file error.c
patching file patchlevel.h
patching file builtins/printf.def
patching file patchlevel.h
patching file command.h
patching file execute_cmd.c
patching file subst.c
patching file patchlevel.h
patching file execute_cmd.c
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file ./bashline.c
patching file ./bashline.h
patching file ./builtins/shopt.def
patching file ./doc/bash.1
patching file ./doc/bashref.texi
patching file ./tests/shopt.right
patching file patchlevel.h
patching file lib/glob/xmbsrtowcs.c
patching file lib/glob/glob.c
patching file patchlevel.h
patching file lib/readline/input.c
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file lib/sh/eaccess.c
patching file patchlevel.h
patching file parse.y
patching file patchlevel.h
patching file builtins/mapfile.def
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file lib/readline/vi_mode.c
patching file patchlevel.h
patching file builtins/read.def
patching file patchlevel.h
patching file expr.c
patching file patchlevel.h
patching file redir.c
patching file patchlevel.h
patching file subst.c
patching file patchlevel.h
patching file parse.y
patching file patchlevel.h
==> ./configure --prefix=/usr/local/Cellar/bash/4.2.42 --with-installed-readline
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name...
configure: error: in `/private/tmp/bash-hfUa/bash-4.2':
configure: error: C compiler cannot create executables
See `config.log' for more details.
gcc-4.2: error trying to exec '/usr/bin/i686-apple-darwin11-gcc-4.2.1': execvp: No such file or directory
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
# For ruby:
llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/i686-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory
Warning: No developer tools installed
You should install the Command Line Tools: http://connect.apple.com
Error: autoconf-2.69 already installed
Error: automake-1.12.5 already installed
To install this version, first `brew unlink automake'
Error: apple-gcc42-4.2.1-5666.3 already installed
Error: libtool-2.4.2 already installed
Error: pkg-config-0.27.1 already installed
llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/i686-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory
==> Downloading http://openssl.org/source/openssl-1.0.1c.tar.gz
######################################################################## 100.0%
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1c --openssldir=/usr
==> make
Failed to execute: make
gcc-4.2: error trying to exec '/usr/bin/i686-apple-darwin11-gcc-4.2.1': execvp: No such file or directory
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
# For jruby:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment