Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168361 - paludis-0.20.0 needs rubygems for ruby support
Summary: paludis-0.20.0 needs rubygems for ruby support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stephen Bennett (RETIRED)
URL:
Whiteboard:
Keywords:
: 212022 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-25 19:19 UTC by Hanno Böck
Modified: 2008-03-01 22:13 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2007-02-25 19:19:42 UTC
rubygems is not in the deps for ruby-support in paludis, but compile will fail if it's missing.
Probably this:
  ruby? ( >=dev-lang/ruby-1.8 )
should be replaced by
  ruby? ( dev-ruby/rubygems )
Comment 1 Bo Ørsted Andresen (RETIRED) gentoo-dev 2007-02-25 19:22:23 UTC
(In reply to comment #0)
> rubygems is not in the deps for ruby-support in paludis, but compile will
> fail if it's missing.

Only if RUBYOPT=-rauto_gem is set in your env.
Comment 2 Hanno Böck gentoo-dev 2007-02-25 20:02:14 UTC
Thanks for that note, the file 10rubygems was still in env.d from a previous installation. Don't know if this needs a fix / is fixable thought.
Comment 3 Richard Brown (RETIRED) gentoo-dev 2007-03-06 14:11:59 UTC
This was caused be /etc/env.d not being in CONFIG_PROTECT_MASK in profiles/base/make.defaults when you installed rubygems. Fixed in CVS
Comment 4 Bo Ørsted Andresen (RETIRED) gentoo-dev 2008-03-01 22:11:28 UTC
*** Bug 212022 has been marked as a duplicate of this bug. ***
Comment 5 Bo Ørsted Andresen (RETIRED) gentoo-dev 2008-03-01 22:13:20 UTC
Given the summary INVALID is a more correct resolution. `unset RUBYOPT` if you run into this and figure out why it gets set.