Skip to content

Instantly share code, notes, and snippets.

@kristenhazard
Created February 6, 2011 02:06
Show Gist options
  • Save kristenhazard/813033 to your computer and use it in GitHub Desktop.
Save kristenhazard/813033 to your computer and use it in GitHub Desktop.
cinderella log
Last login: Wed Feb 2 15:38:02 on console
[15:45:40]~$ open http://www.atmos.org/cinderella/
[15:45:42]~$ curl https://github.com/atmos/cinderella/raw/master/bootstrap.sh \
> -o - | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
102 1333 102 1333 0 0 1462 0 --:--:-- --:--:-- --:--:-- 12342
Ensuring we have the latest version of cinderella installed
A first time install takes about 45 minutes on a modern machine
Password:
Password:
Cinderella installed successfully
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:861:in `report_activate_error': Could not find RubyGem cinderella (>= 0) (Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:255:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1204:in `gem'
from /usr/local/bin/cinderella:18
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:861:in `report_activate_error': Could not find RubyGem cinderella (>= 0) (Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:255:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1204:in `gem'
from /usr/local/bin/cinderella:18
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:861:in `report_activate_error': Could not find RubyGem cinderella (>= 0) (Gem::LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:255:in `activate'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:1204:in `gem'
from /usr/local/bin/cinderella:18
Run started Sat Feb 5 15:45:59 PST 2011
/usr/local/bin/ruby
/usr/local/bin/gem
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d cinderella`
********************************************************************************
In order to setup rvm for your user's environment you must now run rvm-install.
rvm-install will be found in your current gems bin directory corresponding to where the gem was installed.
rvm-install will install the scripts to your user account and append itself to your profiles in order to
inject the proper rvm functions into your shell so that you can manage multiple rubies.
********************************************************************************
Building native extensions. This could take a while...
Successfully installed rvm-0.1.47
Successfully installed mixlib-config-1.1.2
Successfully installed mixlib-cli-1.2.0
Successfully installed mixlib-log-1.2.0
Successfully installed mixlib-authentication-1.1.4
Successfully installed json-1.4.6
Successfully installed extlib-0.9.15
Successfully installed systemu-1.2.0
Successfully installed ohai-0.5.8
Successfully installed rest-client-1.6.1
Successfully installed bunny-0.6.0
Successfully installed moneta-0.6.0
Successfully installed uuidtools-2.1.2
Successfully installed chef-0.9.12
Successfully installed cinderella-0.2.6
15 gems installed
ERROR: Error installing hoe:
hoe requires RubyGems version >= 1.4. Try 'gem update --system' to update RubyGems itself.
Updating installed gems
Updating RedCloth
Building native extensions. This could take a while...
Successfully installed RedCloth-4.2.3
Updating RubyInline
Successfully installed ZenTest-4.4.2
Successfully installed RubyInline-3.8.6
Updating actionmailer
Successfully installed activesupport-3.0.3
Successfully installed i18n-0.5.0
Successfully installed activemodel-3.0.3
Successfully installed rack-1.2.1
Successfully installed rack-test-0.5.7
Successfully installed rack-mount-0.6.13
Successfully installed tzinfo-0.3.24
Successfully installed erubis-2.6.6
Successfully installed actionpack-3.0.3
Successfully installed treetop-1.4.9
Successfully installed mail-2.2.15
Successfully installed actionmailer-3.0.3
Updating activerecord
Successfully installed arel-2.0.7
Successfully installed activerecord-3.0.3
Updating activeresource
Successfully installed activeresource-3.0.3
Updating amazon-ecs
Successfully installed amazon-ecs-1.1.0
Updating bluecloth
Building native extensions. This could take a while...
Successfully installed bluecloth-2.0.10
Updating builder
Successfully installed builder-3.0.0
Updating bullet
Successfully installed uniform_notifier-1.0.1
Successfully installed bullet-2.0.1
Updating bundler
Successfully installed bundler-1.0.10
Updating capistrano
Successfully installed capistrano-2.5.19
Updating chronic
Successfully installed chronic-0.3.0
Updating classifier
Building native extensions. This could take a while...
Successfully installed fast-stemmer-1.0.0
Successfully installed classifier-1.3.3
Updating clearance
Successfully installed rake-0.8.7
Successfully installed thor-0.14.6
Successfully installed railties-3.0.3
Successfully installed rails-3.0.3
Successfully installed clearance-0.10.0
Updating columnize
Successfully installed columnize-0.3.2
Updating configuration
Successfully installed configuration-1.2.0
Updating crack
Successfully installed crack-0.1.8
Updating cucumber
Building native extensions. This could take a while...
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
Thank you for installing cucumber-0.10.0.
Please be sure to read http://wiki.github.com/aslakhellesoy/cucumber/upgrading
for important information about this release. Happy cuking!
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
Successfully installed gherkin-2.3.3
Successfully installed term-ansicolor-1.0.5
Successfully installed cucumber-0.10.0
Updating cucumber-rails
Successfully installed cucumber-rails-0.3.2
Updating database_cleaner
Successfully installed database_cleaner-0.6.2
Updating directory_watcher
Successfully installed directory_watcher-1.3.2
Updating factory_girl
Successfully installed factory_girl-1.3.3
Updating formtastic
========================================================================
Thanks for installing Formtastic!
------------------------------------------------------------------------
You can now (optionally) run the generator to copy some stylesheets and
a config initializer into your application:
rails generate formtastic:install # Rails 3
./script/generate formtastic # Rails 2
To generate some semantic form markup for your existing models, just run:
rails generate formtastic:form MODEL_NAME # Rails 3
./script/generate form MODEL_NAME # Rails 2
Find out more and get involved:
http://github.com/justinfrench/formtastic
http://groups.google.com.au/group/formtastic
========================================================================
Successfully installed formtastic-1.2.3
Updating haml
Successfully installed haml-3.0.25
Updating hashie
Successfully installed hashie-1.0.0
Updating heroku
Successfully installed heroku-1.17.10
Updating highline
Successfully installed highline-1.6.1
Updating hirb
Successfully installed hirb-0.3.6
Updating hoe
Updating hpricot
Building native extensions. This could take a while...
Successfully installed hpricot-0.8.3
Updating httparty
When you HTTParty, you must party hard!
Successfully installed httparty-0.7.3
Updating image_science
Successfully instaERROR: Error installing liquid:
liquid requires RubyGems version >= 1.3.7. Try 'gem update --system' to update RubyGems itself.
ERROR: Error installing nokogiri:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for libxml/parser.h... yes
checking for libxslt/xslt.h... yes
checking for libexslt/exslt.h... yes
checking for iconv_open() in iconv.h... no
checking for iconv_open() in -liconv... no
-----
libiconv is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/bin/ruby
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib
--with-iconv-dir
--without-iconv-dir
--with-iconv-include
--without-iconv-include=${iconv-dir}/include
--with-iconv-lib
--without-iconv-lib=${iconv-dir}/lib
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/lib
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/lib
--with-iconvlib
--without-iconvlib
Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/nokogiri-1.4.4 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.8/gems/nokogiri-1.4.4/ext/nokogiri/gem_make.out
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... yes
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for wand/MagickWand.h... yes
checking for InitializeMagick() in -lMagickCore... no
checking for InitializeMagick() in -lMagick... no
checking for InitializeMagick() in -lMagick++... no
Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/bin/ruby
--with-MagickCorelib
--without-MagickCorelib
--with-Magicklib
--without-Magicklib
--with-Magick++lib
--without-Magick++lib
Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.1 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.13.1/ext/RMagick/gem_make.out
lled image_science-1.2.1
Updating json
Building native extensions. This could take a while...
Successfully installed json-1.5.1
Updating json_pure
Successfully installed json_pure-1.5.1
Updating launchy
Successfully installed launchy-0.3.7
Updating liquid
Updating memcache-client
Successfully installed memcache-client-1.8.5
Updating mocha
Successfully installed mocha-0.9.11
Updating net-scp
Successfully installed net-scp-1.0.4
Updating net-sftp
Successfully installed net-sftp-2.0.5
Updating net-ssh
Successfully installed net-ssh-2.1.0
Updating nifty-generators
Successfully installed nifty-generators-0.4.4
Updating nokogiri
Building native extensions. This could take a while...
Updating oauth
Successfully installed oauth-0.4.4
Updating rcov
Building native extensions. This could take a while...
Successfully installed rcov-0.9.9
Updating rdiscount
Building native extensions. This could take a while...
Successfully installed rdiscount-1.6.8
Updating rmagick
Building native extensions. This could take a while...
Updating rspec
Successfully installed rspec-core-2.5.0
Successfully installed rspec-expectations-2.5.0
Successfully installed rspec-mocks-2.5.0
Successfully installed rspec-2.5.0
Updating rspec-rails
**************************************************
Thank you for installing rspec-rails-2.5.0!
This version of rspec-rails only works with versions of rails >= 3.0.0
To configure your app to use rspec-rails, add a declaration to your Gemfile.
If you are using Bundler's grouping feature in your Gemfile, be sure to include
rspec-rails in the :development group as well as the :test group so that you
can access its generators and rake tasks.
group :development, :test do
gem "rspec-rails", ">= 2.5.0"
end
Be sure to run the following command in each of your Rails apps if you're
upgrading:
script/rails generate rspec:install
Even if you've run it before, this ensures that you have the latest updates
to spec/spec_helper.rb and any other support files.
Beta versions of rspec-rails-2 installed files that are no longer being used,
so please remove these files if you have them:
lib/tasks/rspec.rake
config/initializers/rspec_generator.rb
Lastly, be sure to look at Upgrade.markdown to see what might have changed
since the last release.
**************************************************
Successfully installed rspec-rails-2.5.0
Updating ruby-debug
Building native extensions. This could take a while...
Successfully installed ruby-debug-base-0.10.4
Successfully installed ruby-debug-0.10.4
Updating ruby-growl
Successfully installed ruby-growl-3.0
Updating ruby-hmac
Successfully installed ruby-hmac-0.4.0
Updating rubyforge
Successfully installed rubyforge-2.0.4
Updating rubygems-update
Successfully installed rubygems-update-1.5.0
Updating rvm
********************************************************************************
This gem contains only the Ruby libraries for the RVM Ruby API.
In order to install RVM please use one of the methods listed in the documentation
http://rvm.beginrescueend.com/rvm/install/
such as,
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-latest )
followed by placing the sourcing line in your ~/.bash_profile or wherever may
be appropriate for your setup (example, .zshenv, /etc/profile, ...):
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
After completing setup please open a new shell to use RVM and be sure to run
'rvm notes' to gain a list of dependencies to install before installing the
first Ruby. You can read more details about this process on the above
mentioned install page as well as the basics page:
http://rvm.beginrescueend.com/rvm/basics/
Enjoy!
~Wayne
********************************************************************************
Successfully installed rvm-1.2.6
Updating sequel
Successfully installed sequel-3.20.0
Updating shoulda
Successfully installed shoulda-2.11.3
Updating sinatra
Successfully instERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for sqlite3.h... yes
checking for sqlite3_libversion_number() in -lsqlite3... no
sqlite3 is missing. Try 'port install sqlite3 +universal'
or 'yum install sqlite3-devel' and check your shared library search path (the
location where your sqlite3 shared library is located).
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/bin/ruby
--with-sqlite3-dir
--without-sqlite3-dir
--with-sqlite3-include
--without-sqlite3-include=${sqlite3-dir}/include
--with-sqlite3-lib
--without-sqlite3-lib=${sqlite3-dir}/lib
--with-sqlite3lib
--without-sqlite3lib
Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/sqlite3-1.3.3 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.8/gems/sqlite3-1.3.3/ext/sqlite3/gem_make.out
ERROR: Error installing taps:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for sqlite3.h... yes
checking for sqlite3_libversion_number() in -lsqlite3... no
sqlite3 is missing. Try 'port install sqlite3 +universal'
or 'yum install sqlite3-devel' and check your shared library search path (the
location where your sqlite3 shared library is located).
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/bin/ruby
--with-sqlite3-dir
--without-sqlite3-dir
--with-sqlite3-include
--without-sqlite3-include=${sqlite3-dir}/include
--with-sqlite3-lib
--without-sqlite3-lib=${sqlite3-dir}/lib
--with-sqlite3lib
--without-sqlite3lib
Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/sqlite3-1.3.3 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.8/gems/sqlite3-1.3.3/ext/sqlite3/gem_make.out
alled tilt-1.2.2
Successfully installed sinatra-1.1.2
Updating sqlite3-ruby
Building native extensions. This could take a while...
Updating taps
Building native extensions. This could take a while...
Updating thoughtbot-shoulda
Successfully installed thoughtbot-shoulda-2.11.1
Updating twitter
********************************************************************************
Follow @gem on Twitter for announcements, updates, and news.
https://twitter.com/gem
Join the mailing list!
https://groups.google.com/group/ruby-twitter-gem
Add your project or organization to the apps wiki!
https://github.com/jnunemaker/twitter/wiki/apps
********************************************************************************
Successfully installed addressable-2.2.4
Successfully installed multipart-post-1.1.0
Successfully installed faraday-0.5.4
Successfully installed faraday_middleware-0.3.2
Successfully installed multi_json-0.0.5
Successfully installed multi_xml-0.2.1
Successfully installed simple_oauth-0.1.4
Successfully installed twitter-1.1.2
Updating webrat
Successfully installed webrat-0.7.3
Updating will_paginate
Successfully installed will_paginate-2.3.15
Updating RubyGems to 1.5.0
Installing RubyGems 1.5.0
RubyGems 1.5.0 installed
=== 1.5.0 / 2011-01-31
Major Enhancements:
* Finally fixed all known 1.9.x issues. Upgrading is now possible!
* Merged huge 1.3.7/ruby-core changes to master.
Minor Enhancements:
* Added UPGRADING.rdoc to help deal with 1.9 issues.
* Gem::Format now gives better errors for corrupt gem files and includes paths
* Pre-install hooks can now abort gem installation by returning false
* Move shareable TestCase classes to lib/ to help plugin authors with tests.
* Add post-build hooks that can cancel the gem install
* Always require custom_require now that require_gem is gone
* Added GemInstaller accessors for @options so plugins can reference them.
* Optimized Gem.find_files. ~10% faster than 1.4.2. ~40% faster than ruby 1.9.
* Gem::SilentUI now behaves like Gem::StreamUI for asking questions. Patch by
Erik Hollensbe.
Bug Fixes:
* `gem update` was implicitly doing --system.
* 1.9.3: Fixed encoding errors causing gem installs to die during rdoc phase.
* Add RubyForge URL to README. Closes #28825
* 1.9.3: Use chdir {} when building extensions to prevent warnings. Fixes #4337
* 1.9.2: Fix circular require warning.
* Make requiring openssl even lazier at request of NaHi
* `gem unpack` will now download the gem if it is not in the cache. Patch by
Erik Hollensbe.
* rubygems-update lists its development dependencies again
------------------------------------------------------------------------------
RubyGems installed the following executables:
/usr/local/bin/gem
Something went wrong with the install. :(
Dump this log into a gist and link to me to it
http://github.com/atmos/cinderella/issues
Sorry it failed. :(
[17:51:21]~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment