-
Notifications
You must be signed in to change notification settings - Fork 29
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
macOS binaries missing libruby #26
Comments
Are you trying to use the archive where no |
I believe this was a side effect of getting to compile Ruby on OS X at all. See 535ac21. I am open to suggestions, but in the mean time, I am inclined to stop advertising these archives as usable elsewhere. |
@BanzaiMan the initial problem should be solved, if you point me to it - I will try to find some time to look into it ... the other options would be either removing travis from rvm advertised rubies - or split the binary rubies repository to movable and not movable |
Please don't do that, right now you have very great collections of ruby binaries unavailable anywhere else, compiling is the worst for the user :/ especially when compiled binaries do not give user much these days. Would be a waste to make them specific to your environment. Especially, when it seems as an easy fix by referencing dylib to your |
Just so you know… I'll be traveling to Taipei for RubyConf Taiwan for the next week; this will most likely delay my responses. (Anyone is welcome to look at build history and my commits to be the code detective, though!) |
And thank you for all those rubies, very cool! |
Friendly ping... any plans for this? |
Sorry for the delay. I'll revisit this after the New Year's. |
Thank you, have a good one |
@mpapis The revert of 535ac21 results in https://travis-ci.org/travis-ci/travis-rubies/builds/188647343. Builds on macOS/OS X fails there. RVM is failing to find |
@mpapis I can install Haven't figured out why this is happening. |
The rvm maintainers have elected to remove the Travis binaries from the available remote binaries: This probably closes this issue -- the binaries are not built for normal rvm users. |
Besides the rvm there is also rbenv, chruby and ruby-install or any other possible tool that can take advantage of precompiled binaries like https://github.com/asdf-vm/asdf plugins, not to mention manual installation. Binary installation is much less buggy and so so much easier for the consumers to work with, whereas there is effectively no benefit with compilation approach. That is why newest platform like go, rust, node or elm distribute binaries and it is to bad that official versions of python, php and ruby do not do that. And that's why it is so awesome that travis devs fixed such tremendous inconvenience |
Hey, are you still planning to fix this issue? If policy has changed, maybe it would be the right move to remove http://rubies.travis-ci.org/ page? |
See 7c9282b. I am sorry that we have not been able to overcome the problem. I'm closing this now, but if anyone has a brilliant idea, please let me know. Thank you. |
Nevertheless, thank you for trying :) |
Hi @BanzaiMan Hiro and @markelog Oleg Its a bit outdated but since I am using now travis-ci binaries for our small RVM-MINI tool, I would like to share the infos from our issue queue 4commerce-technologies-AG/rvm-mini#5 If interested checkout how to fix the dylib errors. Cheers |
I am sorry ... spending the whole day here but couldn't get it run 100% outside the /Users/travis/.rvm space. Dropping that item |
Sorry for posting back and for ... but at least I got it running. I will push the update to rvm-mini in a few days an will link here the changes. Cheers |
Ok, its pushed. For whom is interested checkout:
Cheers |
Trying to install Ruby 2.3.3 & 2.2.6 binaries on macOS 10.12.1 (using latest RVM) I get these errors:
and
The text was updated successfully, but these errors were encountered: