Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350355 - Failed to emerge kde-base/akregator-4.4.10 with USE=kdeenablefinal: namespaces used wrongly
Summary: Failed to emerge kde-base/akregator-4.4.10 with USE=kdeenablefinal: namespace...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on:
Blocks: kdeenablefinal
  Show dependency tree
 
Reported: 2011-01-02 11:53 UTC by Erik
Modified: 2011-03-08 22:29 UTC (History)
0 users

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


Attachments
patch that fixes the build (kdepim-4.4.9-akregatorpart_namespace_fix-2.diff,1.74 KB, patch)
2011-01-02 11:54 UTC, Erik
Details | Diff

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