FS#36789 - [imagemagick] --enable-hdri breaks compatibility with Rubygems 'rmagick'

Attached to Project: Arch Linux
Opened by Michael Berg (jk799) - Wednesday, 04 September 2013, 11:14 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 04 September 2013, 16:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Trying to `gem install rmagick` causes an error because --enable-hdri has been enabled:

Building native extensions. This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.

/home/michael/.rvm/rubies/ruby-1.9.3-p448/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... yes
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... no

Can't install RMagick 2.13.2.
RMagick does not work when ImageMagick is configured for High Dynamic Range Images.
Don't use the --enable-hdri option when configuring ImageMagick.



Additional info:
* package version(s)

convert --version
Version: ImageMagick 6.8.6-9 2013-08-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC HDRI OpenCL OpenMP
Delegates: bzlib cairo fontconfig freetype gslib jng jp2 jpeg lcms lqr ltdl lzma openexr pango pangocairo png ps png rsvg tiff webp wmf x xml zlib


Why was --enable-hdri introduced?
It's forcing many people to recompile from source, which is very unpleasant.
Please consider removing this option.
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 04 September 2013, 16:12 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#36518 

Loading...