Bug #800
install_gems fails when installing gem xmlparser
Status: | Closed | Start date: | 09/08/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
install_gems fails when installing gem xmlparser in Ubuntu 10.04. It expects the rake1.8 but only finds rake.
rake1.8 RUBYARCHDIR=/var/lib/gems/1.8/gems/xmlparser-0.6.81/lib RUBYLIBDIR=/var/lib/gems/1.8/gems/xmlparser-0.6.81/lib sh: rake1.8: not found
A way to fix this is to do:
ln -s /usr/bin/rake /usr/bin/rake1.8
Associated revisions
bug #800: added rake path in debian based distros
bug #800: added rake path in debian based distros
(cherry picked from commit 404844786c3731d41cc98e4f56598402949aa1c7)
History
#1 Updated by Ruben S. Montero almost 10 years ago
- Target version set to Release 3.0
#2 Updated by Ruben S. Montero almost 10 years ago
- Category set to Core & System
- Assignee set to Javi Fontan
#3 Updated by Javi Fontan almost 10 years ago
- Status changed from New to Closed
- Resolution set to fixed
install_gems changes to specify the path of rake took in ubuntu