Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302708 - f-spot 0.6.1.5 requires jpeg-6, but only tries to find jpeg7?
Summary: f-spot 0.6.1.5 requires jpeg-6, but only tries to find jpeg7?
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-29 01:00 UTC by Oo.et.oO
Modified: 2010-01-29 19:53 UTC (History)
0 users

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