Bug 151713 - nepomuk does not get built
Summary: nepomuk does not get built
Status: RESOLVED WORKSFORME
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 20:42 UTC by Robin Green
Modified: 2007-12-18 11:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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