-
Notifications
You must be signed in to change notification settings - Fork 722
rbx-19mode failes to download #1641
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
Comments
I'm now seeing this error.
I haven't done anything different. Just restarting failed jobs that had issues with the error detailed above. |
I'm seeing the same error. |
Hey Guys, I'm sorry for the change in behaviour. I merged in a change last night recommended by @brixen which might be causing some issues for users. The recommended Rbx to use is just We will work on some better documentation of this. If you have further issues please link to the specific builds so we can confirm the configs this is affecting. Thanks a bundle, Josh |
Ok, thanks, will try that! FYI, here is one of the failing build: https://travis-ci.org/guard/guard-minitest/builds/14304587 |
Unfortunately, for now I get an issue installing |
I'm seeing issues with |
@rymai there is no longer 'rbx-19mode'. You can use eg 'rbx-2' or 'rbx' as soon as this RVM fix is deployed. |
@anthonator that is super weird. You clearly have |
@anthonator FWIW, opened an issue with Bundler. Note, this is what I see locally: https://gist.github.com/brixen/7587251 |
@brixen Thanks for putting the legwork in to getting this resolved. It looks like rubygems may be having problems. Bundler seems to be getting a lot of timeouts when fetching gems.. |
Finally got an rbx job to run successfully. https://travis-ci.org/anthonator/errawr-rails/jobs/14327661 Still seeing lots of timeouts when pulling down gems so success isn't consistent. My Gemfile: platforms :rbx do
gem 'racc'
gem 'rubinius-coverage', github: 'rubinius/rubinius-coverage' # assuming this is for simplecov/coveralls
gem 'rubysl'
end |
@anthonator is there a reason you are using rubinius-coverage from github? There's a released version of the gem. |
@anthonator also, magically Bundler is no longer trying to install rubysl on MRI? I'm so confused :-/ |
@brixen I just copy and pasted the line from an issue from the rubysl repo. I've just been trying to get it to work so I haven't been tempting fate. I can remove it if it doesn't seem to be necessary. I'm not sure what you're referring to in your last comment. |
@anthonator ahh well, when you posted this run, I thought that the rubysl gem was being loaded despite you having |
@anthonator I don't see why using the rubinius-coverage gem would cause an issue. Can you try it? |
@brixen The rubinius-coverage gem wasn't causing any issues. Rubinius was throwing some sort of LoadError when running the specs. I Googled the error and it brought me to an issue in Github with the solution of adding that gem. After I did that I was able to get past that hump. On another project I had to add the rubysl-json gem after getting json LoadError's. Everything seems to be working now. |
@anthonator ok, good to hear! Ping me if you have any more problems. |
rbx-19mode has been failing to install, switch to rbx, got $ bundle exec rspec
An exception occurred running at_exit handlers
no such file to load -- English (LoadError) what? how is this so broken? |
@bf4 Try adding this to your Gemfile: platforms :rbx do
gem 'racc'
gem 'rubysl'
end |
@bf4 you'll need to add something like the following to your Gemfile: platforms :rbx do
gem 'rubysl', '~> 2.0'
end Depending on what you use, you may also need to add |
Damn @rymai you are so fast. :D |
See following an issue. travis-ci/travis-ci#1641
Following the advice from this Travis GitHub issue: travis-ci/travis-ci#1641
Following the advice from this Travis GitHub issue: travis-ci/travis-ci#1641
rbx-19mode is no more. See: travis-ci/travis-ci#1641 (comment)
As by this issue: travis-ci/travis-ci#1641 rbx-d19 is not recommended (and does not work anymore)
As by this issue: travis-ci/travis-ci#1641 rbx-d19 is not recommended (and does not work anymore)
Also include related gems according to: travis-ci/travis-ci#1641
See travis-ci/travis-ci#1641 for more info
I'm seeing issues with rbx-19mode. Looks like it's failing to find the correct binary to download.
The text was updated successfully, but these errors were encountered: