Package Details: rubinius-git 20120803-2

Package Base: rubinius-git
Description: Rubinius, the Ruby VM
Upstream URL: http://rubini.us/
Category: devel
Licenses: BSD
Submitter: None
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2010-04-13 13:43
Last Updated: 2012-08-03 19:15

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by kevincox

2013-08-21 01:53

I get an error when compiling.

Building native extensions. This could take a while...
Installed json-1.8.0
rake aborted!
Permission denied - /opt/rubinius-git
/tmp/yaourt-tmp-kevincox/aur-rubinius-git/src/rubinius-build/rakelib/install.rake:41:in `install_file'
/tmp/yaourt-tmp-kevincox/aur-rubinius-git/src/rubinius-build/rakelib/install.rake:94:in `block in install_capi_include'
/tmp/yaourt-tmp-kevincox/aur-rubinius-git/src/rubinius-build/rakelib/install.rake:93:in `install_capi_include'
/tmp/yaourt-tmp-kevincox/aur-rubinius-git/src/rubinius-build/rakelib/install.rake:276:in `block (2 levels) in <top (required)>'
Tasks: TOP => install => install:files
(See full trace by running task with --trace)
==> ERROR: A failure occurred in package().
Aborting...

It sounds like it is trying to install things outside of $pkgdir. I notice that the configure command sets the prefix to `/opt/$pkgname` some packages require this so I don't know if it is a bug in rubinius or the PKGBUILD.

Comment by dWolf

2013-01-17 18:20

The compilation process tries to install the things in /opt/rubinius-git before instalation step. I have to make the directory myself. Everything in that directory is not included in package.

Comment by badboy

2011-07-16 13:23

I used the PKGBUILD from over there: http://aur.archlinux.org/packages.php?ID=36146 and merged it with the git-specific things.

https://gist.github.com/1086352

So now you can install rubinius-git side by side with ruby.

Anonymous comment

2011-01-30 02:57

Proceed with installation? [Y/n]
checking package integrity...
(1/1) checking for file conflicts [#######################################################] 100%
error: failed to commit transaction (conflicting files)
rubinius-git: /usr/bin/gem exists in filesystem
rubinius-git: /usr/bin/irb exists in filesystem
rubinius-git: /usr/bin/rake exists in filesystem
rubinius-git: /usr/bin/rdoc exists in filesystem
rubinius-git: /usr/bin/ri exists in filesystem
rubinius-git: /usr/bin/ruby exists in filesystem

Anonymous comment

2011-01-30 02:56

Is there any way to make it installable side by side with ruby?

Anonymous comment

2010-06-21 11:27

updated;
- can be build with ruby 1.9.1 after git update
- llvm dependency removed using initial llvm
- rubygems dependency removed ruby 1.9.1 including
- rake dependecy removed ruby 1.9.1 including
- maintainer changed

Anonymous comment

2010-06-19 22:04

Releasing the package because I'm using rvm.

Anonymous comment

2010-06-18 14:41

http://aur.pastebin.com/y6nvX2FL

removed llvm dependency because rubinius using it's internal llvm 2.6. arch's llvm 2.7 isn't usable by rubinius. you must remove "rubinius-git" package before recompiling package or compiling will break with errors.

Anonymous comment

2010-06-09 08:52

http://aur.pastebin.com/kBEfgTWz

using aur ruby1.8 and some depend corrections