vagrant-dev-env icon indicating copy to clipboard operation
vagrant-dev-env copied to clipboard

No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)

Open comexpertise opened this issue 11 years ago • 3 comments

Hi, I have this error under Windows 8.1 x64, VirtualBox 4.3.16 and Vagrant 1.6.5.

Error : ==> default: apt-non-interactive('install')... ==> default: rake aborted! ==> default: No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) ==> default: ==> default: (See full trace by running task with --trace) The SSH command responded ...

...
==> default: installing default zlib libraries
==> default: make[2]: Leaving directory `/tmp/ruby-2.0.0-p353/ext/zlib'
==> default: make[2]: Entering directory `/tmp/ruby-2.0.0-p353'
==> default: make[2]: `ruby' is up to date.
==> default: make[2]: Leaving directory `/tmp/ruby-2.0.0-p353'
==> default: make[1]: Leaving directory `/tmp/ruby-2.0.0-p353'
==> default: Generating RDoc documentation
==> default:
==> default: No newer files.
==> default:
==> default: Files:      0
==> default:
==> default: Classes:    0 (0 undocumented)
==> default: Modules:    0 (0 undocumented)
==> default: Constants:  0 (0 undocumented)
==> default: Attributes: 0 (0 undocumented)
==> default: Methods:    0 (0 undocumented)
==> default:
==> default: Total:      0 (0 undocumented)
==> default:   0.00% documented
==> default:
==> default: Elapsed: 0.0s
==> default: config.status: creating x86_64-linux-fake.rb
==> default: ./miniruby -I./lib -I. -I.ext/common  ./tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=all --rdoc-output=".ext/rdoc"
==> default: installing binary commands:   /usr/local/bin
==> default: installing base libraries:    /usr/local/lib
==> default: installing arch files:        /usr/local/lib/ruby/2.0.0/x86_64-linux
==> default: installing pkgconfig data:    /usr/local/lib/pkgconfig
==> default: installing extension objects: /usr/local/lib/ruby/2.0.0/x86_64-linux
==> default: installing extension objects: /usr/local/lib/ruby/site_ruby/2.0.0/x86_64-linux
==> default: installing extension objects: /usr/local/lib/ruby/vendor_ruby/2.0.0/x86_64-linux
==> default: installing extension headers: /usr/local/include/ruby-2.0.0/x86_64-linux
==> default: installing extension scripts: /usr/local/lib/ruby/2.0.0
==> default: installing extension scripts: /usr/local/lib/ruby/site_ruby/2.0.0
==> default: installing extension scripts: /usr/local/lib/ruby/vendor_ruby/2.0.0
==> default: installing extension headers: /usr/local/include/ruby-2.0.0/ruby
==> default: installing rdoc:              /usr/local/share/ri/2.0.0/system
==> default: installing capi-docs:         /usr/local/share/doc/ruby
==> default: installing command scripts:   /usr/local/bin
==> default: installing library scripts:   /usr/local/lib/ruby/2.0.0
==> default: installing common headers:    /usr/local/include/ruby-2.0.0
==> default: installing manpages:          /usr/local/share/man/man1
==> default: installing default gems:      /usr/local/lib/ruby/gems/2.0.0 (build_info, cache, doc, gems, specifications)
==> default:                               bigdecimal 1.2.0
==> default:                               io-console 0.4.2
==> default:                               json 1.7.7
==> default:                               minitest 4.3.2
==> default:                               psych 2.0.0
==> default:                               rake 0.9.6
==> default:                               rdoc 4.0.0
==> default:                               test-unit 2.0.0.0
==> default: apt-non-interactive('install')...
==> default: rake aborted!
==> default: No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
==> default:
==> default: (See full trace by running task with --trace)
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

comexpertise avatar Sep 13 '14 12:09 comexpertise

@comexpertise I don't have Windows machine, so I won't be testing this on one. I am open to pull requests that can address any windows issues.

pixelhandler avatar Sep 14 '14 20:09 pixelhandler

@comexpertise not sure if this helps but I just merged a pull request that fixes issues installing ruby https://github.com/pixelhandler/vagrant-dev-env/pull/3

pixelhandler avatar Oct 08 '14 06:10 pixelhandler

Hi, I am also facing this on Mac machine. can any one help how to resolve it

krishnaiitd avatar Dec 10 '14 13:12 krishnaiitd