Gentoo Archives: gentoo-alt

From: Svoop <svoop@××××××××.ch>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Getting Ruby 1.9.x over to Gentoo Prefix
Date: Tue, 30 Dec 2008 23:16:30
Message-Id: 21224606.post@talk.nabble.com
In Reply to: Re: [gentoo-alt] Getting Ruby 1.9.x over to Gentoo Prefix by Peter Abrahamsen
1 I'll upload the prefixed ruby-1.9.1_rc1 ebuild to the Ruby overlay as soon as
2 I'm home and having proper access to the net.
3
4 Meanwhile, you can get the prefixed ruby-1.9.1_rc1 ebuild from my git repo:
5
6 GIT_SSL_NO_VERIFY=1 git clone https://git.bitcetera.com/gentoo-prefix.git
7 gentoo-prefix
8
9 Here's how to use it:
10
11 mkdir -p "${EPREFIX}/usr/local/portage"
12 cd "${EPREFIX}/usr/local/portage"
13 GIT_SSL_NO_VERIFY=1 git clone https://git.bitcetera.com/gentoo-prefix.git
14 bitcetera
15 echo "PORTDIR_OVERLAY='${EPREFIX}/usr/local/portage/bitcetera'"
16 >>"${EPREFIX}/etc/make.conf"
17 echo "dev-lang/ruby **" >>"${EPREFIX}/etc/portage/package.keywords"
18 emerge -av ruby
19 eselect ruby set ruby19
20
21 If you get a "(...)/usr/bin/ruby19:0:in `require': no such file to load --
22 auto_gem (LoadError)", you have to check the RUBYOPT environment variable
23 and remove '-rauto_gem' there.
24
25 Does anybody know: '-rauto_gem' was the default RUBYOPT for 1.8.x, is this
26 obsolete with 1.9.x?
27
28 --
29 View this message in context: http://www.nabble.com/Getting-Ruby-1.9.x-over-to-Gentoo-Prefix-tp21114547p21224606.html
30 Sent from the gentoo-alt mailing list archive at Nabble.com.