Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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@…

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?

comment:2 Changed 16 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed

Fixed in r41071, r41072 and r41074. I've just checked, rb-cgi_multipart_eof_fix is required because the gem dependency system doesn't allow for a conditional dependency (if ruby <= 1.8.5, require cgi_multipart_eof_fix), and the mongrel gem therefore always requires the cgi_multipart_eof_fix gem.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.