Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
I have installed both x11-libs/qt-3.3.6-r1 with the sqlite use flag and x11-libs/qt-4.1.4 without the sqlite use flag. When emerging kphotoalbum with USE=exif, the ebuild fails and tells me to set the sqlite use flag, although it's set for Qt 3. I suppose this is because the line if ! built_with_use x11-libs/qt sqlite in the ebuild incorrectly only checks the most recent Qt version.
Please, paste the output of 'emerge -pvt kphotoalbum', however your assumptions seem to be correct. I'll have a look at it.
emerge -pvt kphotoalbum yields: [ebuild R ] media-gfx/kphotoalbum-2.2 USE="arts exif -debug -xinerama" 0 kB Don't know if that's what you wanted. With --emptytree and leaving out everything that's obviously not related it looks like this: [ebuild N ] media-gfx/kphotoalbum-2.2 USE="arts exif -debug -xinerama" 0 kB [ebuild N ] media-libs/libkipi-0.1.2 USE="arts -debug -xinerama" 0 kB [ebuild N ] media-gfx/exiv2-0.9.1 USE="-doc" 0 kB [ebuild N ] media-libs/libkexif-0.2.2 USE="arts -debug -xinerama" 0 kB [ebuild N ] media-libs/libexif-0.6.12-r4 USE="nls" 0 kB [ebuild N ] kde-base/kdegraphics-kfile-plugins-3.5.4 USE="arts kdeenablefinal -debug -kdehiddenvisibility -openexr -xinerama" 0 kB [ebuild N ] kde-base/kdelibs-3.5.4-r1 USE="acl alsa arts cups doc fam jpeg2k kdeenablefinal spell ssl tiff zeroconf -debug -kdehiddenvisibility -kerberos -legacyssl -noutempter -openexr -xinerama" 0 kB [ebuild N ] x11-libs/qt-3.3.6-r1 USE="cups doc gif opengl sqlite -debug -examples -firebird -immqt -immqt-bc -ipv6 -mysql -nas -nis -odbc -postgres -xinerama" 0 kB Thanks!
Fixed in CVS. Thanks for reporting.