Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17161 - imagemagick doesn't include TIFF support anymore
Summary: imagemagick doesn't include TIFF support anymore
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Bartosch Pixa (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-09 13:45 UTC by Matt Pharr
Modified: 2003-03-16 11:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Pharr 2003-03-09 13:45:33 UTC
I just updated my imagemagick installation; even though I do have libtiff
installed, the various imagemagick tools no longer support TIFF files.  Ugh!

% display disk.tiff
display: TIFFLibraryIsNotAvailable (disk.tiff).
% emerge search tiff 
Searching...   
[ Results for search key : tiff ]
[ Applications found : 1 ]
 
*  media-libs/tiff
      Latest version available: 3.5.7-r1
      Latest version installed: 3.5.7-r1
      Size of downloaded files: 928 kB
      Homepage:    http://www.libtiff.org/
      Description: libtiff


%   

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Matt Pharr 2003-03-09 13:46:07 UTC
To be more specific, this is version 5.5.3.2 of imagemagick.
Comment 2 delta407 2003-03-12 16:24:53 UTC
Is "tiff" in your USE flags? 
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-03-12 16:39:45 UTC
*** Bug 17404 has been marked as a duplicate of this bug. ***
Comment 4 Matt Pharr 2003-03-12 17:10:24 UTC
"tiff" is not in my USE flags (though note that it is in the USE flags of the guy who reported #17404, which was marked as a duplicate of this.)

I installed libtiff just via "emerge libtiff"; in the past, imagemagick found that and enabled TIFF support, and it just worked.
Comment 5 delta407 2003-03-12 17:24:14 UTC
The TIFF handling in the imagemagick ebuild has changed -- if you don't explicitly 
define "tiff" as a USE variable, the ./configure script is explicitly instructed *not* 
to have TIFF support. I agree, this is somewhat silly, but TIFF support is included 
if you use the "tiff" USE flag, so this isn't really a bug. 
 
The appropriate snippet of 
/usr/portage/media-gfx/imagemagick/imagemagick-5.5.3.2.ebuild is: 
    use tiff || myconf="${myconf} --without-tiff" 
Comment 6 Matt Pharr 2003-03-14 22:43:39 UTC
Great.  That fixes it for me.  Apparently I can't close out this bug, but it should be marked as fixed.
Comment 7 Bartosch Pixa (RETIRED) gentoo-dev 2003-03-16 11:52:49 UTC
sorry for the delay, closing as invalid as it wasn't realy a bug