Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162659 - media-gfx/kphotoalbum-3.0 configure fails - can't find exif2
Summary: media-gfx/kphotoalbum-3.0 configure fails - can't find exif2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Ioannis Aslanidis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-18 14:06 UTC by Tobias Leupold
Modified: 2007-01-21 11:38 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 Tobias Leupold 2007-01-18 14:06:14 UTC
Hi :-)

I just tried to install media-gfx/kphotoalbum-3.0 and the following error occured during the configure process:

checking exiv2/exif.hpp usability... no
checking exiv2/exif.hpp presence... no
checking for exiv2/exif.hpp... no
configure: error: Can't find exif2 run configure with --disable-exiv2 if you do not want it, but be warned there will be no EXIF support in the app then.

I looked at the ebuild, and the "exif" use flag should be set by default (shouldn't it?), so that media-gfx/exiv2 that contains the missing header files would become a dependency. Anyway, the exif use flag is not set by default, but kphotoalbum seems to need those files.
Either, there's a bug in the ebuild, or media-gfx/exiv2 (and media-libs/libkexif also?) should be added to be default denpendencies of kphotoalbum-3.0.

Greetings, Tobias

Reproducible: Always

Steps to Reproduce:
Try to emerge kphotoalbum-3.0
Actual Results:  
configure breaks on checking for exiv2/exif.hpp

Expected Results:  
Compile kphotoalbum ;-)
Comment 1 Ioannis Aslanidis (RETIRED) gentoo-dev 2007-01-18 21:33:51 UTC
I0'll check this one as well.
Comment 2 Ioannis Aslanidis (RETIRED) gentoo-dev 2007-01-21 11:38:50 UTC
Fixed in CVS. Now you'll be able to install media-gfx/kphotoalbum without EXIF (media-gfx/exiv2) support.