Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211034 - kdepim-3.5.9 certmanager compile failure
Summary: kdepim-3.5.9 certmanager compile failure
Status: RESOLVED DUPLICATE of bug 210954
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 20:50 UTC by Manuel Lauss
Modified: 2008-02-21 20:53 UTC (History)
0 users

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


Attachments
patch to fix this failure (kdepim-359-crypt.patch,861 bytes, patch)
2008-02-21 20:51 UTC, Manuel Lauss
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Lauss 2008-02-21 20:50:48 UTC
/bin/sh ../../../libtool --silent --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libkdenetwork -I../../../libkpgp -I../../../certmanager/lib -I/usr/include/gpgme -I../../../libkdepim -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1  -DHAVE_BOOST -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Os -march=pentium-m -mtune=pentium-m -fomit-frame-pointer -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o libkleopatra_ui_la.all_cpp.lo libkleopatra_ui_la.all_cpp.cpp
In file included from ../../../certmanager/lib/cryptplugwrapper.h:32,
                 from directoryserviceswidget.cpp:37,
                 from libkleopatra_ui_la.all_cpp.cpp:15:
../../../certmanager/lib/cryptplug.h:411: error: reference to 'Feature' is ambiguous
../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef enum Feature Feature
../../../libkdenetwork/gpgmepp/context.h:302: error:                 enum GpgME::Feature
../../../certmanager/lib/cryptplug.h:411: error: reference to 'Feature' is ambiguous
../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef enum Feature Feature
../../../libkdenetwork/gpgmepp/context.h:302: error:                 enum GpgME::Feature
../../../certmanager/lib/cryptplug.h:411: error: 'Feature' has not been declared
In file included from directoryserviceswidget.cpp:37,
                 from libkleopatra_ui_la.all_cpp.cpp:15:
../../../certmanager/lib/cryptplugwrapper.h:721: error: reference to 'Feature' is ambiguous
../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef enum Feature Feature
../../../libkdenetwork/gpgmepp/context.h:302: error:                 enum GpgME::Feature
../../../certmanager/lib/cryptplugwrapper.h:721: error: reference to 'Feature' is ambiguous
../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef enum Feature Feature
../../../libkdenetwork/gpgmepp/context.h:302: error:                 enum GpgME::Feature
../../../certmanager/lib/cryptplugwrapper.h:721: error: 'Feature' has not been declared
make[4]: *** [libkleopatra_ui_la.all_cpp.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kde-base/kdepim-3.5.9/work/kdepim-3.5.9/certmanager/lib/ui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kde-base/kdepim-3.5.9/work/kdepim-3.5.9/certmanager/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdepim-3.5.9/work/kdepim-3.5.9/certmanager'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/kdepim-3.5.9/work/kdepim-3.5.9'
make: *** [all] Error 2



Reproducible: Always
Comment 1 Manuel Lauss 2008-02-21 20:51:34 UTC
Created attachment 144264 [details, diff]
patch to fix this failure
Comment 2 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-21 20:53:33 UTC

*** This bug has been marked as a duplicate of bug 210954 ***