This project is archived and is in readonly mode.

#2825 ✓resolved
J.D. Hollis

[PATCH] rmagick gem dependency is detected as unbuilt even though it isn't vendored

Reported by J.D. Hollis | June 22nd, 2009 @ 10:22 PM | in 2.x

Running into a problem with one of my apps where when I update vendor/rails to any commit beyond 4b68debb1c4d3d272b237049c88d01b1eceb58f0 on 2-3-stable, I can no longer run 'rake test' or 'rake db:migrate' et al. I get:

The following gems have native components that need to be built
  rmagick



You're running: ruby 1.8.7.174 at /opt/local/bin/ruby rubygems 1.3.4 at /Users/jd/.gem/ruby/1.8, /opt/local/lib/ruby/gems/1.8


Run
rake gems:build to build the unbuilt gems.

I have this in my environment.rb:

config.gem 'rmagick', :lib => 'RMagick'

But I have the rmagick gem installed (it's not unpacked into vendor/gems), so I'm not sure what's up.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Referenced by

Pages