Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15640] New: kdelibs4 cannot build Nepomuk without soprano built with redland backend

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15640] New: kdelibs4 cannot build Nepomuk without soprano built with redland backend
  • Date: 30 Mar 2010 23:59:13 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15640

Summary: kdelibs4 cannot build Nepomuk without soprano built
with redland backend
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: kde4
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org
Blocks: 15586,15587


In kdelibs4 compile log:
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
* Soprano (2.3.70 or higher) <http://soprano.sourceforge.net>
Semantic Desktop Storing
Provide metadata support (for semantic desktop).
* Soprano Redland Backend <http://soprano.sourceforge.net>
Redland storage backend for Soprano
The Soprano redland backend is required to build the Nepomuk semantic
desktop system.

$ gaze version soprano phonon attica akonadi kdelibs4 qt4 kdepim4-runtime
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test kde4-support soprano 2.4.1 2.4.1
test kde4-support phonon 4.4.0 4.4.0
test kde4-support attica 0.1.2 0.1.2
test kde4-support akonadi 1.3.1 1.3.1
test kde4 kdelibs4 4.4.1 4.4.1
test x11-toolkits qt4 4.6.2 4.6.2
test kde4 kdepim4-runtime 4.4.1 4.3.5

$ gaze from libnepomuk.so
$

$ gaze install kdelibs4|grep -i nepo
/opt/kde4/include/KDE/Nepomuk
/opt/kde4/include/KDE/Nepomuk/KRatingPainter
/opt/kde4/include/KDE/Nepomuk/KRatingWidget
/opt/kde4/include/KDE/Nepomuk/Query
/opt/kde4/include/KDE/Nepomuk/Query/AndTerm
/opt/kde4/include/KDE/Nepomuk/Query/ComparisonTerm
/opt/kde4/include/KDE/Nepomuk/Query/FileQuery
/opt/kde4/include/KDE/Nepomuk/Query/GroupTerm
/opt/kde4/include/KDE/Nepomuk/Query/LiteralTerm
/opt/kde4/include/KDE/Nepomuk/Query/NegationTerm
/opt/kde4/include/KDE/Nepomuk/Query/OrTerm
/opt/kde4/include/KDE/Nepomuk/Query/Query
/opt/kde4/include/KDE/Nepomuk/Query/QueryParser
/opt/kde4/include/KDE/Nepomuk/Query/QueryServiceClient
/opt/kde4/include/KDE/Nepomuk/Query/ResourceTerm
/opt/kde4/include/KDE/Nepomuk/Query/ResourceTypeTerm
/opt/kde4/include/KDE/Nepomuk/Query/Result
/opt/kde4/include/KDE/Nepomuk/Query/SimpleTerm
/opt/kde4/include/KDE/Nepomuk/Query/Term
/opt/kde4/include/KDE/Nepomuk/Resource
/opt/kde4/include/KDE/Nepomuk/ResourceManager
/opt/kde4/include/KDE/Nepomuk/Service
/opt/kde4/include/KDE/Nepomuk/Tag
/opt/kde4/include/KDE/Nepomuk/Thing
/opt/kde4/include/KDE/Nepomuk/Types
/opt/kde4/include/KDE/Nepomuk/Types/Class
/opt/kde4/include/KDE/Nepomuk/Types/Literal
/opt/kde4/include/KDE/Nepomuk/Types/Ontology
/opt/kde4/include/KDE/Nepomuk/Types/Property
/opt/kde4/include/KDE/Nepomuk/Variant
/opt/kde4/share/apps/cmake/modules/FindNepomuk.cmake
/opt/kde4/share/apps/cmake/modules/NepomukAddOntologyClasses.cmake
/opt/kde4/share/apps/cmake/modules/NepomukMacros.cmake

$ cat /etc/sorcery/local/depends/soprano.p
SOP_VER="stable"
SOP_KDE="y"

$ cat /etc/sorcery/local/depends/kdelibs4.p
KDE_DEBUG_OPTION="Release"
KDE4DIR="/opt/kde4"

Soprano already builds with redland if we say we're building for KDE:
if [[ $SOP_KDE == y ]];then
depends redland &&
depends raptor
depends dbus &&
runtime_depends virtuoso
else

Perhaps it needs an explicit enable?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



  • [SM-Grimoire-Bugs] [Bug 15640] New: kdelibs4 cannot build Nepomuk without soprano built with redland backend, bugzilla-daemon, 03/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page