Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329449 - kde-base/blogilo depends on Soprano
Summary: kde-base/blogilo depends on Soprano
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 18:30 UTC by Andrii Yurchuk
Modified: 2011-04-03 16:15 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 Andrii Yurchuk 2010-07-22 18:30:34 UTC
Current ~ Blogilo ebuild (kde-base/blogilo-4.4.5) depends on Soprano, but it's not reflected in the ebuild. If Soprano is not installed, emerging kde-base/blogilo-4.4.5 fails with the error:

-- NO usable assuan found for Kleopatra
CMake Error at CMakeLists.txt:211 (include):
  include could not find load file:

    SopranoAddOntology

Emerging Soprano solves the problem.
I have noticed this problem since Soprano wasn't present on my system due to it was actually not required by any other package.

Reproducible: Always

Steps to Reproduce:

Actual Results:  
No Soprano in dependencies in Blogilo ebuild

Expected Results:  
Soprano is present in dependencies in Blogilo ebuild
Comment 1 Maciej Mrozowski gentoo-dev 2010-08-09 11:46:26 UTC
Yeah, yet another build system thing to override it seems.... jeez
Comment 2 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2011-01-13 02:37:10 UTC
Since blogilo doesn't use soprano/nepomuk, instead of adding the dep i propose the following sed:
sed -i '/SopranoAddOntology/d' "${S}"/CMakeLists.txt

Objections or I'll commit in a few days
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-04-03 16:15:19 UTC
Fixed with a patch, thanks!