Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 302708

Summary: f-spot 0.6.1.5 requires jpeg-6, but only tries to find jpeg7?
Product: Gentoo Linux Reporter: Oo.et.oO <erict>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Oo.et.oO 2010-01-29 01:00:55 UTC
this causes crashes whenever it tries to use libjpeg
note that i DO have both, and i've tried updating the emul libs including baselibs and medialibs, all to 20091231.  that didn't help. 

i see other bugs similar to this, but their fixes don't seem to help f-spot

$>ls /usr/lib32/libjpeg*
/usr/lib32/libjpeg.so@     /usr/lib32/libjpeg.so.7@
/usr/lib32/libjpeg.so.62*  /usr/lib32/libjpeg.so.7.0.0*
$>ls /usr/lib64/libjpeg*
/usr/lib64/libjpeg.a   /usr/lib64/libjpeg.so@     /usr/lib64/libjpeg.so.7@
/usr/lib64/libjpeg.la  /usr/lib64/libjpeg.so.62*  /usr/lib64/libjpeg.so.7.0.0*
$>ll /usr/lib
lrwxrwxrwx 1 root root 5 May 14  2008 /usr/lib -> lib64/

danke, in advance

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-01-29 09:24:17 UTC
Most likely INVALID bug, part of your system is still built against libjpeg.so.62, try

revdep-rebuild -L libjpeg.so.62  
or 
revdep-rebuild --library libjpeg.so.62

or possibly even 

rm -f /usr/lib64/libjpeg.so.62*
emerge -C =jpeg-6b*
revdep-rebuild

When you first upgraded to libjpeg-7, there were instructions printed about this...
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-01-29 19:53:38 UTC
Please post the actual error, and emerge --info, thanks