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

install rubinius from local sources #59

Closed
schmurfy opened this issue Oct 11, 2011 · 2 comments
Closed

install rubinius from local sources #59

schmurfy opened this issue Oct 11, 2011 · 2 comments

Comments

@schmurfy
Copy link

Hi,
What I wanted was an install recipe installing from my local copy instead of the remote, can anyone help me with this ?
I tried to write it but failed :(

@josh
Copy link
Contributor

josh commented Oct 12, 2011

I think you'd be better off writing a custom bash script for this. ruby-build makes some assumptions about remote urls and tar packages.

@josh josh closed this as completed Oct 12, 2011
@schmurfy
Copy link
Author

I tried to make this work with this:
$ ./configure --prefix=/Users/schmurfy/.rbenv/versions/rbx-local --default-version 19
$ rake install
$ rbenv rehash

$ rbenv local rbx-local
rubinius 2.0.0dev (1.9.3 cf388af6 yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0]

(here is where things go wrong, not sure why)
$ gem update --system
Updating rubygems-update
Successfully installed rubygems-update-1.8.11
Installing RubyGems 1.8.11
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - /Users/schmurfy/.rbenv/versions/rbx-local/lib/rubygems/deprecate.rb

And I cannot install rubygems from source either, there should be something missing but I cannot find what :/
a path for rubygems seems to be wrong that is all I managed to find (the deprecate.rb file above exists but not where it looks for it)

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