#================================================================ # 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 )"
Created attachment 199672 [details] app-text:hyperestraier-1.4.13:20090730-171157.log [fail]
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.
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.
Still no solution.