Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 500565 - RMagick built with ImageMagick 6.4.9 but ImageMagick 6.5.1-2 is installed
Summary: RMagick built with ImageMagick 6.4.9 but ImageMagick 6.5.1-2 is installed
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ruby-RMagick
Version: rawhide
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Mamoru TASAKA
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-13 10:19 UTC by Mike Wohlgemuth
Modified: 2009-05-14 04:10 UTC (History)
1 user (show)

Fixed In Version: 2.9.1-3.fc11
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-14 04:10:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mike Wohlgemuth 2009-05-13 10:19:20 UTC
Description of problem:

I am attempting to install redmine on a rawhide box, and am getting the following error:

rake aborted!
This installation of RMagick was configured with ImageMagick 6.4.9 but ImageMagick 6.5.1-2 is in use.

I have the following RPMs installed:

ImageMagick-6.5.1.2-1.fc11.i586
ruby-RMagick-2.9.1-2.fc11.1.i586

Rebuilding the ruby-RMagick-2.9.1-2.fc11.1.i586 RPM from source against the currently installed packages resolves the error.

Version-Release number of selected component (if applicable):

ruby-RMagick-2.9.1-2.fc11.1.i586


How reproducible:

always

Steps to Reproduce:
1. Follow the instructions at http://www.redmine.org/wiki/redmine/RedmineInstall
   to install from trunk
2. Error happens with the following command line:
   rake db:migrate RAILS_ENV="production"
3.

Comment 1 Mamoru TASAKA 2009-05-13 19:01:15 UTC
Well,

$ ruby -e 'require "RMagick"'
/usr/lib/ruby/site_ruby/1.8/i386-linux/RMagick2.so: This installation of RMagick was configured with ImageMagick 6.4.9 but ImageMagick 6.5.1-2 is in use. (RuntimeError)
        from /usr/lib/ruby/site_ruby/1.8/RMagick.rb:11
        from -e:1:in `require'
        from -e:1

Comment 2 Mamoru TASAKA 2009-05-14 04:10:22 UTC
Will be fixed in next rawhide push. Thank you for
reporting this.
https://fedorahosted.org/rel-eng/ticket/1807


Note You need to log in before you can comment on or make changes to this bug.