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

rake fails on openSUSE 12.3 #97

Closed
csbrandt opened this issue Dec 15, 2013 · 1 comment
Closed

rake fails on openSUSE 12.3 #97

csbrandt opened this issue Dec 15, 2013 · 1 comment

Comments

@csbrandt
Copy link

~/build-couchdb> rake
Build CouchDB commit: 3867091
Missing package: rubygem-rake
Try: sudo zypper install rubygem-rake

rake aborted!
Missing package: rubygem-rake
build-couchdb/tasks/lib.rb:160:in block in install_packages' build-couchdb/tasks/lib.rb:167:incall'
build-couchdb/tasks/lib.rb:167:in block in install_packages' build-couchdb/tasks/lib.rb:166:ineach'
build-couchdb/tasks/lib.rb:166:in install_packages' build-couchdb/tasks/all.rake:69:inblock (2 levels) in <top (required)>'
Tasks: TOP => default => couchdb:build => couchdb:couchdb => erlang:build => build:os_dependencies => build:opensuse_dependencies
(See full trace by running task with --trace)

~/build-couchdb> sudo zypper install rubygem-rake
Loading repository data...
Reading installed packages...
'rubygem-rake' not found in package names. Trying capabilities.
'ruby' providing 'rubygem-rake' is already installed.
Resolving package dependencies...

Nothing to do.

~/build-couchdb> cat /etc/SuSE-release
openSUSE 12.3 (x86_64)
VERSION = 12.3
CODENAME = Dartmouth

@csbrandt
Copy link
Author

For openSUSE 12.3 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/devel:languages:ruby:extensions/openSUSE_12.3/devel:languages:ruby:extensions.repo
zypper refresh
zypper install rubygem-rake

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

1 participant