On Mon, 12 Jan 2009 02:59:47 pm Ted Miller wrote: > Dale wrote: > > Ted Miller wrote: > > [snip] > > > > > Things work pretty well EXCEPT that the KDE based applications cannot > > > handle *.tif files. I have the media-libs/tiff package emerged, but > > > for some reason the KDE subsystem does not seem to be using it. > > > I have run > > > emerge --update --deep --newuse world > > > revdep-rebuild > > > with no improvement > > > > > > Any insight into what I need to do to get this working will be greatly > > > appreciated. Please be explicit (or include links to documentation) > > > if I have to do anything unusual, but I will be glad to send any > > > needed information to help you diagnose my problem. > > > > > > Ted Miller > > > Indiana, USA > > > > I would assume you have tiff in your USE line in make.conf? > > [snip] > > > Just in case you missed that little detail. ;-) > > Yes, I missed that, and it did the trick (after re-emerging 11 packages, > including kde-libs). > > Where was it hidden, that I missed it? Or is it just one of those things > "you have to learn"? Seems like the tif package should add it, or tell me > to consider adding it, when the package is installed. > > Ted Miller
Have a look at the documentation about USE flags. It's part of the Gentoo Handbook, in the section about working with Gentoo: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2 Because you had the tiff flag turned off, Gentoo assumed you didn't want all those packages on your system to be linked against the tiff libraries (for whatever various reason). Therefore even though you installed the libraries, the packages themselves hadn't linked against them. You might want to check your use flags for other media related flags, depending on which file formats you'll be using (off the top of my head there are a couple of flags for various picture formats). And welcome to Gentoo! :) Shawn