#16952 closed defect (fixed)
rb-mongrel depends on rb-fastthread
Reported by: | wsiegrist@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | dependency | Cc: | |
Port: | rb-mongrel |
Description
I get the following error when running mongrel_cluster_ctl or mongrel_rails:
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:628:in `report_activate_error': Could not find RubyGem fastthread (>= 1.0.1) (Gem::LoadError)
So it seems rb-mongrel just needs rb-fastthread added as a dependency.
Change History (3)
comment:1 Changed 16 years ago by wsiegrist@…
comment:2 Changed 16 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I also get a similar error about rb-cgi_multipart_eof_fix missing, but that port claims its for Ruby <=1.8.5, and I'm using 1.8.7... Is something just wrong with my ruby install?