Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'hobo new' using Hobo 2.2.4 fails on bundle install (under Ruby 2.2.2) #174

Open
enwood opened this issue Jan 9, 2016 · 4 comments
Open

Comments

@enwood
Copy link

enwood commented Jan 9, 2016

Small problem with a missing file when creating a new Hobo 2.2.4 app...

~/src % gem install hobo
Fetching: hobo_support-2.2.4.gem (100%)
Successfully installed hobo_support-2.2.4
Fetching: dryml-2.2.4.gem (100%)
Building native extensions.  This could take a while...
Successfully installed dryml-2.2.4
Fetching: hobo_fields-2.2.4.gem (100%)
Successfully installed hobo_fields-2.2.4
Fetching: hobo-2.2.4.gem (100%)
Successfully installed hobo-2.2.4
4 gems installed
~/src % hobo new attr_test2
Hobo Command Line Interface 2.2.4
Generating Rails infrastructure...
  ..
  ..
  ..
     gemfile    responders (~> 2.0)

 Hobo Setup Wizard 
  Do you want to start the Setup Wizard now?
(Choose 'n' if you need to manually customize any file before running the Wizard.
You can run it later with `hobo g setup_wizard` from the application root dir.) [y|n] y
    => "y"
         run    bundle install from "."
--- ERROR REPORT TEMPLATE -------------------------------------------------------
- What did you do?

  I ran the command `/Volumes/SSD500/Users/tgriffin/.rbenv/versions/2.2.2/bin/bundle install`

- What did you expect to happen?

  I expected Bundler to...

- What happened instead?

  Instead, what actually happened was...


Error details

    Errno::ENOENT: No such file or directory @ rb_file_s_stat - manual/multi_model_forms.markdown
      /Volumes/SSD500/Users/tgriffin/.rbenv/versions/2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:2716:in `stat'
      /Volumes/SSD500/Users/tgriffin/.rbenv/versions/2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:2716:in `block in validate_permissions'
      /Volumes/SSD500/Users/tgriffin/.rbenv/versions/2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:2715:in `each'
@enwood
Copy link
Author

enwood commented Jan 9, 2016

Sorry, looks like a problem on my machine as this is happening with 2.2.3 as well.

@enwood enwood closed this as completed Jan 9, 2016
@enwood
Copy link
Author

enwood commented Jan 9, 2016

My problem was I'd built the new Hobo project under a Ruby 2.2.2 environment. This chokes bundle install for Hobo.

Hobo 2.2.4 works as expected with Ruby 2.1.4.

Tim

@enwood enwood changed the title 'hobo new' using Hobo 2.2.4 fails on bundle install 'hobo new' using Hobo 2.2.4 fails on bundle install (under Ruby 2.2.2) Jan 9, 2016
@enwood
Copy link
Author

enwood commented Jan 9, 2016

Maybe I'll leave this open? Tim

Feel free to close it if it's not directly a Hobo problem.

@enwood enwood reopened this Jan 9, 2016
@iox
Copy link
Member

iox commented Jan 12, 2016

Thanks a lot Tim. Yes, let's leave this open, so we can get Ruby 2.2/2.3 support as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants