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

Bug 184648

Summary: digikam does not start, it does not find libexif
Product: Gentoo Linux Reporter: wilhelm hagg <wilhelm.hagg>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED WORKSFORME    
Severity: normal CC: wilhelm.hagg
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description wilhelm hagg 2007-07-08 19:32:01 UTC
digikam does not start. It is looking for libexif.so.10 but the latest libexif on gentoo is libexif.so.12.2.0

Doing a 
  ln -s  libexif.so.12.2.0 libexif.so.10
in /usr/lib solves the problem and as far as i can see digikam is lucky with libexif 12 as well.

I guess digikam should ask for libexif and not libexif.so.10 here, right ?

Reproducible: Always

Steps to Reproduce:
1.start digikam
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-08 19:36:37 UTC
You should run revdep-rebuild, not to symlink anything.
Comment 2 wilhelm hagg 2007-07-09 22:59:50 UTC
(In reply to comment #1)
> You should run revdep-rebuild, not to symlink anything.
> 

Right, after revdep-rebuild it works again. I had to use revdep-rebuild -X since revdep-rebuild alone failed. 
Thanks for the hint.

Maybe revdep-rebuild should be integrated into emerge in the future?

Regards,
Wilhelm