Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279719 - emerging after unmerging dev-ruby/rubygems - ruby: no such file to load -- auto_gem
Summary: emerging after unmerging dev-ruby/rubygems - ruby: no such file to load -- au...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 17:37 UTC by Jeroen Roovers (RETIRED)
Modified: 2009-10-06 18:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-text:hyperestraier-1.4.13:20090730-171157.log [fail] (20090730-171157.log.gz,2.30 KB, text/plain)
2009-07-30 17:38 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2009-07-30 17:37:54 UTC
#================================================================                           # Ready to install.                                                                         #================================================================                           ./configure --prefix=/usr --build=hppa2.0-unknown-linux-gnu --host=hppa2.0-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib                                                                      checking RUBY... /usr/bin/ruby                                                              checking RDOC... /usr/bin/rdoc                                                              ruby: no such file to load -- auto_gem (LoadError)                                          configure: creating ./config.status                                                         config.status: creating Makefile                                                            make -j3                                                                                    ( cd src && if ! [ -f Makefile ] ; then /usr/bin/ruby extconf.rb ; fi )                     /usr/bin/ruby: no such file to load -- auto_gem (LoadError)                                 make: *** [all] Error 1                                                                      *                                                                                           * ERROR: app-text/hyperestraier-1.4.13 failed.



Index: hyperestraier-1.4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hyperestraier/hyperestraier-1.4.13.ebuild,v
retrieving revision 1.4
diff -u -B -r1.4 hyperestraier-1.4.13.ebuild
--- hyperestraier-1.4.13.ebuild 11 Apr 2009 15:45:24 -0000      1.4
+++ hyperestraier-1.4.13.ebuild 30 Jul 2009 17:35:18 -0000
@@ -17,7 +17,7 @@
        sys-libs/zlib
        java? ( >=virtual/jre-1.4 )
        mecab? ( app-text/mecab )
-       ruby? ( dev-lang/ruby )"
+       ruby? ( dev-ruby/rubygems )"
 DEPEND="${RDEPEND}
        java? ( >=virtual/jdk-1.4 )"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-07-30 17:38:53 UTC
Created attachment 199672 [details]
app-text:hyperestraier-1.4.13:20090730-171157.log [fail]
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2009-07-30 18:18:00 UTC
According to a3li this problem only arises when dev-ruby/rubygems has been unmerged but the shell environment has not been updated, so that

/etc/env.d/10rubygems:RUBYOPT="-rauto_gem"

may still be set.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2009-07-30 19:14:33 UTC
Perhaps remove -rauto_gem from RUBYOPT if /usr/lib/ruby/site_ruby/auto_gem.rb isn't found? I could bounce this bug back to the app-text/hyperestraier maintainers if that's a workable solution.
Comment 4 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-10-06 18:41:47 UTC
Still no solution.