Bug 151713

Summary: nepomuk does not get built
Product: [I don't know] kde Reporter: Robin Green <greenrd>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Robin Green 2007-11-01 20:42:29 UTC
Version:            (using KDE KDE 3.94.0)
Installed from:    Compiled From Sources
Compiler:          gcc 4.1.2 
OS:                Linux

nepomukdaemon (which is required for metadata to work in dolphin) does not get built because a line is commented out in KDE/kdebase/runtime/CMakeLists.txt.
Comment 1 Aaron J. Seigo 2007-11-01 20:49:33 UTC
SVN commit 731753 by aseigo:

re-include nepomuk subdir; looks like this got caught in the kconfig branch merge

BUG:151713


 M  +1 -1      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=731753
Comment 2 Andreas Pakulat 2007-11-01 21:29:51 UTC
SVN commit 731778 by apaku:

@Aaron: If you'd have tried to build it, that would've saved quite some time
here ;)

Disable kdebase/runtime/nepomuk again, nobody ported it after the Soprano2
change (and related changes in kdelibs/nepomuk). Thus the build of this subdir
fails, trying to use headers which don't exist anymore (unless you don't have a
clean install dir).

I'll re-open the bugreport and notify Sebastian as well (with this commit)

CCBUG:151713
CCMAIL:trueg@kde.org


 M  +5 -1      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=731778
Comment 3 Andreas Pakulat 2007-11-01 21:30:51 UTC
Re-Open as I had to revert the change from Aaron. The nepomukdaemon doesn't build currently.
Comment 4 Pino Toscano 2007-11-16 19:22:51 UTC
AFAICS Sebastian Trueg recently ported and worked on it.
In case, can this bug be closed now?
Comment 5 Robin Green 2007-11-17 02:28:57 UTC
fixed