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 ;-)