Skip to content

Instantly share code, notes, and snippets.

@danishkhan
Created August 17, 2011 23:49
Show Gist options
  • Save danishkhan/1152948 to your computer and use it in GitHub Desktop.
Save danishkhan/1152948 to your computer and use it in GitHub Desktop.
☁ cat /Users/dkahn/.rvm/log/ree-1.8.7-2011.03/install.log
[2011-08-17 16:47:01] ./installer -a /Users/dkahn/.rvm/rubies/ree-1.8.7-2011.03 --no-tcmalloc --dont-install-useful-gems
Welcome to the Ruby Enterprise Edition installer
This installer will help you install Ruby Enterprise Edition 1.8.7-2011.03.
Don't worry, none of your system files will be touched if you don't want them
to, so there is no risk that things will screw up.
You can expect this from the installation process:
1. Ruby Enterprise Edition will be compiled and optimized for speed for this
system.
2. Ruby on Rails will be installed for Ruby Enterprise Edition.
3. You will learn how to tell Phusion Passenger to use Ruby Enterprise
Edition instead of regular Ruby.
Press Enter to continue, or Ctrl-C to abort.
Checking for required software...
* C compiler... found at /usr/bin/gcc-4.2
* C++ compiler... found at /usr/bin/g++
* The 'make' tool... found at /usr/bin/make
* The 'patch' tool... found at /usr/bin/patch
* Zlib development headers... found
* OpenSSL development headers... found
* GNU Readline development headers... found
--------------------------------------------
Target directory
Auto-installing to: /Users/dkahn/.rvm/rubies/ree-1.8.7-2011.03
--------------------------------------------
Compiling and optimizing Ruby Enterprise Edition
In the mean time, feel free to grab a cup of coffee.
It looks like the source is already configured.
Skipping configure script...
/usr/bin/gcc-4.2 -dynamiclib system_allocator.c -install_name @rpath/libsystem_allocator.dylib -o libsystem_allocator.dylib
mkdir -p .ext/common
make PREINCFLAGS='-I/opt/local/include' PRELIBS='-L/opt/local/lib -Wl,-rpath,/Users/dkahn/.rvm/rubies/ree-1.8.7-2011.03/lib -L/Users/dkahn/.rvm/rubies/ree-1.8.7-2011.03/lib -lsystem_allocator'
./ext/purelib.rb:2: [BUG] Segmentation fault
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin11.0.1], MBARI 0x6770, Ruby Enterprise Edition 2011.03
make: *** [.rbconfig.time] Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment