←[36mInstalling Ruby 1.9.3-p374←[0mDownloading yaml-0.1.4.tar.gz...Installing yaml-0.1.4...Installed yaml-0.1.4 to /home/vagrant/.rbenv/versions/1.9.3-p374Downloading ruby-1.9.3-p374.tar.gz...Installing ruby-1.9.3-p374...
Andrés
(edx-platform)vagrant@precise32:/opt/edx/edx-platform$ cd /opt/edx/edx-platform/(edx-platform)vagrant@precise32:/opt/edx/edx-platform$ rake lms[cms.dev,0.0.0.0:8080]phantomjs not found on path. Set $PHANTOMJS_PATH. Using browser for jasmine testsNode requirements unchanged, nothing to installRuby requirements unchanged, nothing to installPython requirements unchanged, nothing to installxmodule_assets common/static/xmoduledjango-admin.py preprocess_assets --traceback --settings=lms.envs.cms.dev --pythonpath=.node_modules/.bin/coffee --compile .sass --debug-info --load-path ./common/static/sass --update -E utf-8 */staticoverwrite lms/static/sass/application.cssoverwrite lms/static/sass/course.cssrake aborted!Command failed with status (127): [node_modules/.bin/coffee --compile ....]/opt/edx/edx-platform/rakelib/assets.rake:95:in `block (4 levels) in <top (required)>'Tasks: TOP => runserver => assets:_watch => assets:coffee:_watch => assets:coffee:debug(See full trace by running task with --trace)Ending process and childrenInterrupting process group 1620Waiting on process group 1620Done waiting on process group 1620Ending process and childrenInterrupting process group 1616/home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/rubygems.rb:250:in `unresolved_deps': Interruptfrom /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in `require'from /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:1:in `<top (required)>'from /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'from /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'from /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/sass-3.2.9/lib/sass.rb:93:in `<top (required)>'from /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'from /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'from /home/vagrant/.rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/sass-3.2.9/bin/sass:5:in `<top (required)>'from /home/vagrant/.rbenv/versions/1.9.3-p374/bin/sass:23:in `load'from /home/vagrant/.rbenv/versions/1.9.3-p374/bin/sass:23:in `<main>'Waiting on process group 1616Done waiting on process group 1616
Hi Xavier.After three hours finally the installation process ended with success. I saw a lot of warnings but no aborting errors, so this is indeed progress.
However when I try to run the lms, rake command is aborted:
node_modules/.bin/coffee --compile .
rake aborted!Command failed with status (127): [node_modules/.bin/coffee --compile ....]
...13:23:43 - compiled common/lib/xmodule/xmodule/js/spec/video/display/video_caption_spec.coffee13:23:43 - compiled common/lib/xmodule/xmodule/js/spec/videoalpha/display/video_speed_control_spec.coffee[Listen warning]:Missing dependency 'rb-inotify' (version '~> 0.9')!Please run the following to satisfy the dependency:gem install --version '~> 0.9' rb-inotifyFor a better performance, it's recommended that you satisfy the missing dependency.Listen will be polling changes. Learn more at https://github.com/guard/listen#polling-fallback.django-admin.py runserver --traceback --settings=lms.envs.cms.dev --pythonpath=. 0.0.0.0:8000Validating models...0 errors foundDjango version 1.4.5, using settings 'lms.envs.cms.dev'Development server is running at http://0.0.0.0:8000/Quit the server with CONTROL-C.
$ gem install --version '~> 0.9' rb-inotifyFetching: ffi-1.9.0.gem (100%)Building native extensions. This could take a while...Fetching: rb-inotify-0.9.0.gem (100%)Successfully installed ffi-1.9.0Successfully installed rb-inotify-0.9.02 gems installedInstalling ri documentation for ffi-1.9.0...Enclosing class/module 'moduleFFI' for class Function not knownEnclosing class/module 'moduleFFI' for module DataConverter not known...Enclosing class/module "rbffi_StructLayoutCharArrayClass" for alias to_str to_snot knownEnclosing class/module 'rbffi_TypeClass' for class Mapped not knownInstalling RDoc documentation for rb-inotify-0.9.0...