Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382245 - kde-base/lokalize: Missing dev-libs/soprano dependency
Summary: kde-base/lokalize: Missing dev-libs/soprano dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 08:29 UTC by Eliovir
Modified: 2011-09-27 20:58 UTC (History)
2 users (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 Eliovir 2011-09-08 08:29:11 UTC
The emerging of kde-base/lokalize-4.7.0 fails with

[ 98%] Building CXX object lokalize/src/CMakeFiles/lokalize.dir/projectadaptor.o
make[2]: *** Pas de règle pour fabriquer la cible « /usr/lib64/libsoprano.so », nécessaire pour « lokalize/src/lokalize ». Arrêt.

After doing
  emerge =dev-libs/soprano-2.6.0
the emerge succeeded.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-09-22 21:50:41 UTC
Fixed, thanks!
Comment 2 Richard 2011-09-23 01:47:05 UTC
Is the Soprano dependency a hard dependency or is it one that can conceivable be patched out? I ask because soprano is one of the semantic desktop components that many people have tried to avoid.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2011-09-23 19:37:13 UTC
This bug is not fixed :)

The issue is that lokalize tries to link with soprano only IF you have semantic desktop enabled, otherwise it does not give a crap about that dep.

So if it is harddep it is just annoying cause you pull in library that wont be linked in the end anyway.
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2011-09-27 20:58:01 UTC
(In reply to comment #3)
> This bug is not fixed :)
> 
> The issue is that lokalize tries to link with soprano only IF you have semantic
> desktop enabled, otherwise it does not give a crap about that dep.

Ah well. Added semantic-desktop useflag (which we'll probably have to kill anytime soon anyway).