| Summary: | dev-ruby/rake-0.7.1 fails to emerge | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | MarisN <maris.gis> |
| Component: | New packages | Assignee: | Gentoo Ruby Team <ruby> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
MarisN
2007-01-04 07:34:07 UTC
What rubygems version was you using?
If possible, can you edit $PORTDIR/eclass/gems.eclass? (you should make a backup and restore after the test)
In line 71, there is:
gem install ${GEM_SRC} -v ${PV} ${myconf} -l -i ${D}/${GEMSDIR} || die "gem install failed"
please insert "echo" before "gem" and replace "||" with ";" so that it becomes:
echo gem install ${GEM_SRC} -v ${PV} ${myconf} -l -i ${D}/${GEMSDIR} ; die "gem install failed"
and post the emerge output here.
Thank you
First - I do not know (yet) what is "gems". As tutorial started with "install rails" and I stuck there ;) If rails will not work with UTF-8 data, then I will not need to know what "GEM" is etc. ;) Second - requested output: >>> Unpacking rake-0.7.1.tgz to /var/tmp/portage/dev-ruby/rake-0.7.1/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/dev-ruby/rake-0.7.1/work ... >>> Source compiled. >>> Test phase [not enabled]: dev-ruby/rake-0.7.1 >>> Install rake-0.7.1 into /var/tmp/portage/dev-ruby/rake-0.7.1/image/ category dev-ruby gem install /var/tmp/portage/dev-ruby/rake-0.7.1/distdir/rake-0.7.1 -v 0.7.1 --no-rdoc -l -i /var/tmp/portage/dev-ruby/rake-0.7.1/image///usr/lib/ruby/gems/1.8 !!! ERROR: dev-ruby/rake-0.7.1 failed. Call stack: ebuild.sh, line 1593: Called dyn_install ebuild.sh, line 1036: Called src_install rake-0.7.1.ebuild, line 28: Called gems_src_install gems.eclass, line 71: Called die We start to run out of short and cool names for apps ;) Dupe, as I have installed GRASS with gem - GRASS extension manager. *** This bug has been marked as a duplicate of bug 160809 *** |