Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414941 - kde-base/kdelibs-4.8.3 fails to build (cmake?)
Summary: kde-base/kdelibs-4.8.3 fails to build (cmake?)
Status: RESOLVED DUPLICATE of bug 413541
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-06 20:42 UTC by Max
Modified: 2012-12-30 11:25 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log file (build.log,709.42 KB, text/plain)
2012-05-06 20:42 UTC, Max
Details
emerge --info (emerge.info,4.79 KB, text/plain)
2012-05-06 20:43 UTC, Max
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max 2012-05-06 20:42:18 UTC
Created attachment 311035 [details]
build.log file

The latest kdelibs does not compile for the configuration given in attachment. The compilation process stops when looking for the soprano plugins:

Scanning dependencies of target nepomuk-rcgen
(Soprano::PluginManager) found no soprano plugin at  "/usr/lib64/soprano/libsoprano_raptorparser.so" 

Indeed:

nm /usr/lib64/soprano/libsoprano_raptorparser.so
nm: /usr/lib64/soprano/libsoprano_raptorparser.so: no symbols

Re-emerging soprano does NOT solve the problem.

Actually I am not familiar with the whole system, therefore I am not sure what is broken (kdelibs or soprano), but as soprano compiles fine, I decided to file the bug for kdelibs.
Comment 1 Max 2012-05-06 20:43:07 UTC
Created attachment 311037 [details]
emerge --info
Comment 2 Max 2012-05-06 20:47:22 UTC
emerge -pqv =kde-base/kdelibs-4.8.3
[ebuild     U ] kde-base/kdelibs-4.8.3 [4.8.2] USE="acl alsa bzip2 fam handbook mmx nls opengl (policykit) semantic-desktop spell sse sse2 ssl udev udisks upower -3dnow (-altivec) (-aqua) -debug -doc -jpeg2k -kerberos -lzma -openexr -test (-upnp) -zeroconf" 
[ebuild     U ] kde-base/nepomuk-4.8.3 [4.8.2] USE="handbook (-aqua) -debug" 
[ebuild     U ] kde-base/katepart-4.8.3 [4.8.2] USE="handbook (-aqua) -debug" 
[ebuild     U ] kde-base/kdesu-4.8.3 [4.8.2] USE="handbook (-aqua) -debug" 
[ebuild     U ] kde-base/khelpcenter-4.8.3 [4.8.2] USE="(-aqua) -debug"
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2012-05-06 21:46:33 UTC
cmake-2.8.8-r1 was broken. Please update to cmake-2.8.8-r2 and try again.
Comment 4 tshik 2012-05-07 00:07:00 UTC
(In reply to comment #3)
> cmake-2.8.8-r1 was broken. Please update to cmake-2.8.8-r2 and try again.

(In reply to comment #3)
> cmake-2.8.8-r1 was broken. Please update to cmake-2.8.8-r2 and try again.

didn't fix the problem for me :-/
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2012-05-07 00:29:50 UTC
Please dont CC arches on your own
Comment 6 Andreas K. Hüttel archtester gentoo-dev 2012-05-07 01:09:24 UTC
> (In reply to comment #3)
> > cmake-2.8.8-r1 was broken. Please update to cmake-2.8.8-r2 and try again.
> 
> didn't fix the problem for me :-/

Please try to rebuild (with the new cmake) soprano and then try again, maybe your soprano is broken...
Comment 7 Ingo Krabbe 2012-05-19 06:16:12 UTC
I can confirm this bug and I already had cmake-2.8.8-r2 installed and soprano-2.7.6 was update after cmake has been updated to the -r2 version.
Comment 8 Ingo Krabbe 2012-05-19 07:00:59 UTC
hmm my actual problem was the version bump of libicuuc.so, so I had to rebuild raptor, not soprano. I'm not 100% sure, but I think this problem hasn't been detected on revdep-rebuild, or revdep-rebuild -Llibicuuc.so.48
Comment 9 Johannes Huber (RETIRED) gentoo-dev 2012-05-19 07:40:40 UTC
(In reply to comment #8)
> hmm my actual problem was the version bump of libicuuc.so, so I had to
> rebuild raptor, not soprano. I'm not 100% sure, but I think this problem
> hasn't been detected on revdep-rebuild, or revdep-rebuild -Llibicuuc.so.48

Thanks for the feedback.

*** This bug has been marked as a duplicate of bug 413541 ***