Created
September 21, 2012 18:39
-
-
Save thatdutchguy/3763147 to your computer and use it in GitHub Desktop.
more problems installing railsexpress patches
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ~ » rvm install 1.9.3-p194 --patch railsexpress --name railsexpress | |
Installing Ruby from source to: /Users/Daniel/.rvm/rubies/ruby-1.9.3-p194-railsexpress, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p194-railsexpress - #downloading ruby-1.9.3-p194, this may take a while depending on your connection... | |
ruby-1.9.3-p194-railsexpress - #extracting ruby-1.9.3-p194 to /Users/Daniel/.rvm/src/ruby-1.9.3-p194-railsexpress | |
ruby-1.9.3-p194-railsexpress - #extracted to /Users/Daniel/.rvm/src/ruby-1.9.3-p194-railsexpress | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/01-revert-f6b49243eb0c21bea1c4198cdd52a549e6ead075.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/02-backport-c2086cc7ff1142b14c95c8758af24b8689b78ffc.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/03-railsbench-gc.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/04-display-more-detailed-stack-trace.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/05-fork-support-for-gc-logging.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/06-track-live-dataset-size.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/07-webrick_204_304_keep_alive_fix.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/08-export-a-few-more-symbols-for-ruby-prof.patch | |
Applying patch /Users/Daniel/.rvm/patches/ruby/1.9.3/p194/railsexpress/09-avoid-using-broken-ffi-headers.patch | |
ruby-1.9.3-p194-railsexpress - #autoreconf | |
Error running 'autoreconf', please read /Users/Daniel/.rvm/log/ruby-1.9.3-p194-railsexpress/autoreconf.log | |
Skipping configure step, 'configure' does not exist, did autoreconf not run successfully? | |
ruby-1.9.3-p194-railsexpress - #compiling | |
Error running 'make', please read /Users/Daniel/.rvm/log/ruby-1.9.3-p194-railsexpress/make.log | |
There has been an error while running make. Halting the installation. | |
--- ~ » cat /Users/Daniel/.rvm/log/ruby-1.9.3-p194-railsexpress/autoreconf.log | |
[2012-09-21 11:38:34] autoreconf | |
autoreconf: 'configure.ac' or 'configure.in' is required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment