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

Bug 350355

Summary: Failed to emerge kde-base/akregator-4.4.10 with USE=kdeenablefinal: namespaces used wrongly
Product: Gentoo Linux Reporter: Erik <esigra>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.kde.org/show_bug.cgi?id=265499
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 353246    
Attachments: patch that fixes the build

Description Erik 2011-01-02 11:53:55 UTC
Emerge of kde-base/akregator-4.4.9 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/akregator-4.4.9/work/akregator-4.4.9_build/akregator/src/akregatorpart_final_cpp.cpp:8:
/var/tmp/portage/kde-base/akregator-4.4.9/work/akregator-4.4.9/akregator/src/deletesubscriptioncommand.cpp: At global scope:
/var/tmp/portage/kde-base/akregator-4.4.9/work/akregator-4.4.9/akregator/src/deletesubscriptioncommand.cpp:69: fel: referens till "Feed" är tvetydig
/usr/include/syndication/feed.h:66: fel: candidates are: class Syndication::Feed
/var/tmp/portage/kde-base/akregator-4.4.9/work/akregator-4.4.9/akregator/src/feed.h:53: fel:                 class Akregator::Feed
/var/tmp/portage/kde-base/akregator-4.4.9/work/akregator-4.4.9/akregator/src/deletesubscriptioncommand.cpp:69: fel: referens till "Feed" är tvetydig
/usr/include/syndication/feed.h:66: fel: candidates are: class Syndication::Feed
/var/tmp/portage/kde-base/akregator-4.4.9/work/akregator-4.4.9/akregator/src/feed.h:53: fel:                 class Akregator::Feed
/var/tmp/portage/kde-base/akregator-4.4.9/work/akregator-4.4.9/akregator/src/deletesubscriptioncommand.cpp:69: fel: "Feed" har inte deklarerats

Expected Results:  
successful installation of the package
Comment 1 Erik 2011-01-02 11:54:48 UTC
Created attachment 258626 [details, diff]
patch that fixes the build
Comment 2 Erik 2011-02-05 10:31:05 UTC
Still fails with version 4.4.10.
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-03-08 22:29:10 UTC
Fixed in 4.4.10, thanks!