From: lijie Date: 2007-01-24T11:24:42+09:00 Subject: Re: Can't install rubygems 2007/1/23, M. Edward (Ed) Borasky : > Is this a RubyGems problem or a Gentoo/Portage problem? There's an open > bug in Gentoo Bugzilla for the rubygems-0.9.1 version bump -- it can be > found at > > https://bugs.gentoo.org/show_bug.cgi?id=162463 My Gentoo installed from stage3, I have re-emerged ruby today, but rubygems emerge failed. I have succeeded in installing on 3 computers on Gentoo about 6 days ago, and used the same configurations (make.conf). content of /etc/make.conf: CFLAGS="-O3 -march=prescott -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j3" ACCEPT_KEYWORDS="x86" USE="tk mozdevelop xforms hal nsplugin firefox ffmpeg dvd cdr dvdr svg bzip2 fpx gs jpeg2k tiff wmf objc unicode gnome ipv6 -qt -kde -arts -eds -cups glc nls cjk apache2 imap acpi truetype nptl freetype pam pthreads python userlocales" GENTOO_MIRRORS="http://mirror.gentoo.gr.jp" PORT_LOGDIR=/var/log/portage LINGUAS="zh_CN zh_TW zh en" > You need to list the package in /etc/portage/package.unmask, I think. I > got it to work on all of my Gentoo boxes. This file dose not exist, I install rubygems-0.8.11 like this: # emerge rubygems -Dav and install rubygems-0.9.1 like this: # emerge /usr/portage/dev-ruby/rubygems/rubygems-0.9.1.ebuild Thanks.