[opensuse] ruby and 13.2 ?
I'm setting up a server to run a ruby-on-rails app, but openSUSE 13.2 seems to be missing 'passenger'? I installed 'passenger' from http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions... Then I tried installing rubygem-rails: # zypper in rubygem-rails Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides rubygem(rails) = 4.2.1 needed by rubygem-rails-4.2.1-1.1.i586 Solution 1: do not install rubygem-rails-4.2.1-1.1.i586 Solution 2: break rubygem-rails-4.2.1-1.1.i586 by ignoring some of its dependencies Note - I am not familiar with ruby at all, be gentle. -- Per Jessen, Zürich (20.4°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Can't you use the one-click? https://software.opensuse.org/download.html?project=OBS%3AServer% 3AUnstable&package=rubygem-passenger -----Original Message-----From: Per Jessen <per@computer.org> To: opensuse@opensuse.org Subject: [opensuse] ruby and 13.2 ? Date: Fri, 19 Jun 2015 17:36:32 +0200 I'm setting up a server to run a ruby-on-rails app, but openSUSE 13.2 seems to be missing 'passenger'? I installed 'passenger' from http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions... Then I tried installing rubygem-rails: # zypper in rubygem-rails Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides rubygem(rails) = 4.2.1 needed by rubygem-rails-4.2.1-1.1.i586 Solution 1: do not install rubygem-rails-4.2.1-1.1.i586 Solution 2: break rubygem-rails-4.2.1-1.1.i586 by ignoring some of its dependencies Note - I am not familiar with ruby at all, be gentle. -- Per Jessen, Zürich (20.4°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Joel Gordon wrote:
Can't you use the one-click? https://software.opensuse.org/download.html?project=OBS%3AServer% 3AUnstable&package=rubygem-passenger
Not on this box no, I've just added the devel:languages:ruby repository, but I'm surprised the ruby stuff isn't in the nornal repos. However, what about the rest:
Then I tried installing rubygem-rails:
# zypper in rubygem-rails Loading repository data... Reading installed packages... Resolving package dependencies...
Problem: nothing provides rubygem(rails) = 4.2.1 needed by rubygem-rails-4.2.1-1.1.i586 Solution 1: do not install rubygem-rails-4.2.1-1.1.i586 Solution 2: break rubygem-rails-4.2.1-1.1.i586 by ignoring some of its dependencies
-- Per Jessen, Zürich (17.9°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2015-06-19 17:36:32 +0200, Per Jessen wrote:
I'm setting up a server to run a ruby-on-rails app, but openSUSE 13.2 seems to be missing 'passenger'?
I installed 'passenger' from http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions...
Then I tried installing rubygem-rails:
# zypper in rubygem-rails Loading repository data... Reading installed packages... Resolving package dependencies...
Problem: nothing provides rubygem(rails) = 4.2.1 needed by rubygem-rails-4.2.1-1.1.i586 Solution 1: do not install rubygem-rails-4.2.1-1.1.i586 Solution 2: break rubygem-rails-4.2.1-1.1.i586 by ignoring some of its dependencies
Note - I am not familiar with ruby at all, be gentle.
this should be fixed. -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Marcus Rueckert wrote:
On 2015-06-19 17:36:32 +0200, Per Jessen wrote:
I'm setting up a server to run a ruby-on-rails app, but openSUSE 13.2 seems to be missing 'passenger'?
I installed 'passenger' from
http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions...
Then I tried installing rubygem-rails:
# zypper in rubygem-rails Loading repository data... Reading installed packages... Resolving package dependencies...
Problem: nothing provides rubygem(rails) = 4.2.1 needed by rubygem-rails-4.2.1-1.1.i586 Solution 1: do not install rubygem-rails-4.2.1-1.1.i586 Solution 2: break rubygem-rails-4.2.1-1.1.i586 by ignoring some of its dependencies
Note - I am not familiar with ruby at all, be gentle.
this should be fixed.
Thanks, it's working now. -- Per Jessen, Zürich (14.7°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/21/2015 06:33 AM, Per Jessen wrote:
Thanks, it's working now.
Has anyone got Ruby/Tk working? -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2015-06-21 06:42:22 -0400, Anton Aylward wrote:
Has anyone got Ruby/Tk working?
It doesnt work in ruby 2.1 with the version of TK we have on the distro. ruby 2.2 in devel:languages:ruby should have it again. -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/21/2015 07:00 AM, Marcus Rueckert wrote:
On 2015-06-21 06:42:22 -0400, Anton Aylward wrote:
Has anyone got Ruby/Tk working?
It doesnt work in ruby 2.1 with the version of TK we have on the distro. ruby 2.2 in devel:languages:ruby should have it again.
I've found it didn't work with 1.8, 1.9, 2.0 as well as 2.1 I'll take a look at 2.2 Have YOU actually tried it? -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Anton Aylward
-
Joel Gordon
-
Marcus Rueckert
-
Per Jessen