Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 349597

Summary: Failed to emerge kde-base/nepomuk-4.5.4 with USE=kdeenablefinal: "Soprano::Vocabulary::NRL" not declared
Product: Gentoo Linux Reporter: Erik <esigra>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.kde.org/show_bug.cgi?id=263204
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 360511    
Bug Blocks: 353246    

Description Erik 2010-12-24 11:55:12 UTC
Emerge of kde-base/nepomuk-4.5.4 fails with USE=kdeenablefinal.

Reproducible: Always

Steps to Reproduce:
1. include kdeenablefinal in /etc/make.conf:USE=
2. create /etc/portage/profile/use.mask with the line "-kdeenablefinal"
3. emerge -uDNav world

Actual Results:
In file included from /var/tmp/portage/kde-base/nepomuk-4.5.4/work/nepomuk-4.5.4_build/nepomuk/strigibackend/nepomukbackend_final_cpp.cpp:5:                                                               
/var/tmp/portage/kde-base/nepomuk-4.5.4/work/nepomuk-4.5.4/nepomuk/strigibackend/util.cpp: In function "void Strigi::Util::storeStrigiMiniOntology(Soprano::Model*)":
/var/tmp/portage/kde-base/nepomuk-4.5.4/work/nepomuk-4.5.4/nepomuk/strigibackend/util.cpp:127: fel: "Soprano::Vocabulary::NRL" har inte deklarerats

Expected Results:  
successful installation of the package
Comment 1 Erik 2010-12-26 20:55:10 UTC
The problem seems to be that Soprano::Vocabulary::NRL is declared in the header file /usr/include/soprano/nrl.h with the include guard _SOPRANO_NRL_H_. But during the build, the file kdebase-runtime-4.5.4/build/nepomuk/strigibackend/nrl.h is created with the same include guard but not declaring Soprano::Vocabulary::NRL. That file is then included first. So the content of /usr/include/soprano/nrl.h (declaration of Soprano::Vocabulary::NRL) is never seen.
Comment 2 Erik 2011-01-13 19:59:33 UTC
Still fais in kde-base/nepomuk-4.5.5.
Comment 3 Erik 2011-03-26 07:37:34 UTC
Trying to reproduce this bug with kde-base/nepomuk-4.6.1 triggers bug #360511. First fix that bug, then try again to reproduce this bug.
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2011-04-08 19:51:48 UTC
kde-4.5 is no more.