Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338355 - kde-base/kdelibs-4.5.1: ‘const class Attica::Provider’ has no member named ‘hasContentService’
Summary: kde-base/kdelibs-4.5.1: ‘const class Attica::Provider’ has no member named ‘h...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 11:37 UTC by Martin von Gagern
Modified: 2010-09-22 12:02 UTC (History)
0 users

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


Attachments
emerge --info (emerge--info,5.45 KB, text/plain)
2010-09-22 11:41 UTC, Martin von Gagern
Details
build log (kde-base:kdelibs-4.5.1:20100922-101301.log,538.48 KB, text/plain)
2010-09-22 11:42 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2010-09-22 11:37:46 UTC
emerging kdelibs 4.5.1 fails for me:

[ 61%] Building CXX object knewstuff/knewstuff3/CMakeFiles/knewstuff3.dir/core/e
ngine.o
/var/tmp/portage/kde-base/kdelibs-4.5.1/work/kdelibs-4.5.1/knewstuff/knewstuff3/
core/engine.cpp: In member function ‘void KNS3::Engine::atticaProviderLoaded(con
st Attica::Provider&)’:
/var/tmp/portage/kde-base/kdelibs-4.5.1/work/kdelibs-4.5.1/knewstuff/knewstuff3/core/engine.cpp:224: error: ‘const class Attica::Provider’ has no member named ‘hasContentService’
make[2]: *** [knewstuff/knewstuff3/CMakeFiles/knewstuff3.dir/core/engine.o] Error 1
make[1]: *** [knewstuff/knewstuff3/CMakeFiles/knewstuff3.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Looking at kdelibs-4.5.1/knewstuff/knewstuff3/attica/atticaprovider.h that does seem to make sense. Can't find out where hasContentService should come from. That reference in engine.cpp is the only occurrence of the String hasContentService in all of the kdelibs-4.5.1 tarball.
Comment 1 Martin von Gagern 2010-09-22 11:41:27 UTC
Created attachment 248348 [details]
emerge --info
Comment 2 Martin von Gagern 2010-09-22 11:42:05 UTC
Created attachment 248350 [details]
build log
Comment 3 Martin von Gagern 2010-09-22 11:57:38 UTC
Encountered this with dev-libs/libattica-0.1.2. Upgrading to 0.1.4 solved the issue. So you probably should add a corresponding dependency in order to fix this.
Comment 4 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2010-09-22 12:02:41 UTC
kdelibs-4.5.1 already depends on >=dev-libs/libattica-0.1.4 :)