Summary: | #include <gpgme++/key.h> not Guarded by #ifdef | ||
---|---|---|---|
Product: | [Applications] kwalletmanager | Reporter: | David E. Narvaez <david.narvaez> |
Component: | general | Assignee: | Valentin Rusu <valir> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | johu, valir |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kwalletd-4.12.0-qgpgme.patch |
Description
David E. Narvaez
2013-12-19 03:47:19 UTC
Created attachment 84170 [details]
kwalletd-4.12.0-qgpgme.patch
This is a partial patch. There are still problems:
nclude/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -o CMakeFiles/kdeinit_kwalletd.dir/kwalletwizard.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.cpp
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.cpp:123:5: error: ‘KWalletWizardPagePasswordGpg’ in namespace ‘Ui’ does not name a type
Ui::KWalletWizardPagePasswordGpg ui;
^
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.cpp: In constructor ‘PagePassword::PagePassword(QWidget*)’:
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.cpp:83:9: error: ‘ui’ was not declared in this scope
ui.setupUi(this);
^
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.cpp: In member function ‘void PagePassword::setMatchLabelText(const QString&)’:
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.cpp:119:9: error: ‘ui’ was not declared in this scope
ui._matchLabel->setText(text);
^
kwalletd/CMakeFiles/kdeinit_kwalletd.dir/build.make:186: recipe for target 'kwalletd/CMakeFiles/kdeinit_kwalletd.dir/kwalletwizard.o' failed
make[2]: *** [kwalletd/CMakeFiles/kdeinit_kwalletd.dir/kwalletwizard.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletd.cpp: In member function ‘void KWalletD::doTransactionChangePassword(const QString&, const QString&, qlonglong)’:
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletd.cpp:838:28: error: ‘BACKEND_CIPHER_GPG’ is not a member of ‘KWallet’
if (w->cipherType() == KWallet::BACKEND_CIPHER_GPG) {
^
/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletd.cpp:839:28: error: ‘class KWallet::Backend’ has no member named ‘gpgKey’
QString keyID = w->gpgKey().shortKeyID();
^
kwalletd/CMakeFiles/kdeinit_kwalletd.dir/build.make:163: recipe for target 'kwalletd/CMakeFiles/kdeinit_kwalletd.dir/kwalletd.o' failed
make[2]: *** [kwalletd/CMakeFiles/kdeinit_kwalletd.dir/kwalletd.o] Error 1
*** This bug has been marked as a duplicate of bug 328476 *** |