Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184648 - digikam does not start, it does not find libexif
Summary: digikam does not start, it does not find libexif
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-08 19:32 UTC by wilhelm hagg
Modified: 2007-07-09 22:59 UTC (History)
1 user (show)

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