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

Bug 210954

Summary: certmanager-3.5.9 failed to build
Product: Gentoo Linux Reporter: Stefan Böhmann <devel>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: major CC: francesco.barbiero, hkbst, manuel.lauss, nickg, smoothhound
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build-log

Description Stefan Böhmann 2008-02-21 09:54:21 UTC
kde-base/certmanager-3.5.9 failed to build on my two maschines (both ~x86, one with Core2Duo, one with Athlon64).

I tried to build with gpgme 1.1.6, 1.1.5 and 0.3.14-r2. Nothing works.

Reproducible: Always
Comment 1 Stefan Böhmann 2008-02-21 09:56:01 UTC
Created attachment 144190 [details]
build-log
Comment 2 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-21 13:07:36 UTC
*** Bug 210968 has been marked as a duplicate of this bug. ***
Comment 3 Francesco 2008-02-21 14:16:22 UTC
As I told in the duplicate Bug ... I have the same issue here on ~amd64
> 
Comment 4 Nickolas Grigoriadis 2008-02-21 15:43:13 UTC
Confirmend the same bug.

Noticed that there seems to be some sort of namespace pollution.

enum "Feature" is declared at:
../../../certmanager/lib/cryptplug.h:182
as ::Feature
and
../../../libkdenetwork/gpgmepp/context.h
as GpgME::Feature

So in
../../../certmanager/lib/cryptplug.h:411
and 
../../../certmanager/lib/cryptplugwrapper.h:721
the compiler does not know what namespace to use.

making both ::Feature seems to resolve the issue. 
Comment 5 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-21 15:57:01 UTC
USE="kdeenablefinal" was the issue, fixed in CVS now.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2008-02-21 16:37:00 UTC
*** Bug 210996 has been marked as a duplicate of this bug. ***
Comment 7 Pavel Vondricka 2008-02-21 17:00:49 UTC
Please, apply to monolithic kdepim-3.5.9 ebuild too, if possible. Thanks.
Comment 8 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-21 17:16:15 UTC
(In reply to comment #7)
> Please, apply to monolithic kdepim-3.5.9 ebuild too, if possible. Thanks.
> 

Done, thanks for reminding me.
Comment 9 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-21 20:53:33 UTC
*** Bug 211034 has been marked as a duplicate of this bug. ***