[arch-general] kdepim-* from [kde-unstable] not working
Hi. I've been using kde-unstable for some days, but I've been unable to use kdepim apps, like kmail and kaddressbook. Kmail runs, but when I try to add a new account it quits with this message in the console: kmail: relocation error: /usr/lib/libgpgme++-pthread.so.2: symbol gpgme_check_version_internal, version GPGME_1.1 not defined in file libgpgme-pthread.so.11 with link time reference And when y try to execute kaddressbook it says this: kaddressbook: relocation error: /usr/lib/libgpgme++-pthread.so.2: symbol gpgme_check_version_internal, version GPGME_1.1 not defined in file libgpgme-pthread.so.11 with link time reference I tried to rebuild those packages, but I haven't found the PKGBUILD's Any help will be appreciated :). -- mitoyarzun
On Sunday 05 July 2009 07:54:13 Jaime Oyarzun Knittel wrote:
I tried to rebuild those packages, but I haven't found the PKGBUILD's
They can be found in svn under kde-unstable
Any help will be appreciated :).
Do you use i686? Afaik Andrea built them with gpgme 1.2. -- Pierre Schmitz, http://users.archlinux.de/~pierre
On 05/07/2009, Pierre Schmitz <pierre@archlinux.de> wrote:
Do you use i686? Afaik Andrea built them with gpgme 1.2. Sorry, there was an incomprehension here. I am building now kdepim with gpgme 1.1.8.
-- Andrea `bash` Scarpino Arch Linux Developer
Andrea Scarpino wrote:
On 05/07/2009, Pierre Schmitz <pierre@archlinux.de> wrote:
Do you use i686? Afaik Andrea built them with gpgme 1.2. Sorry, there was an incomprehension here. I am building now kdepim with gpgme 1.1.8.
I have gpgme 1.1.8-1 installed, but when I try to compile kdepim-kmail it says something like my previous output: [ 12%] Building CXX object kleopatra/CMakeFiles/kleopatra_bin.dir/selftest/uiservercheck.o Linking CXX executable kleopatra /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../libgpgme++-pthread.so: undefined reference to `gpgme_check_version_internal@GPGME_1.1' collect2: ld returned 1 exit status make[2]: *** [kleopatra/kleopatra] Error 1 make[1]: *** [kleopatra/CMakeFiles/kleopatra_bin.dir/all] Error 2 make: *** [all] Error 2 I'm on i686, maybe I am missing some dependency? -- mitoyarzun
On 06/07/2009, Jaime Oyarzun Knittel <joyarzun@alumnos.inf.utfsm.cl> wrote:
I have gpgme 1.1.8-1 installed, but when I try to compile kdepim-kmail it says something like my previous output:
[ 12%] Building CXX object kleopatra/CMakeFiles/kleopatra_bin.dir/selftest/uiservercheck.o Linking CXX executable kleopatra /usr/lib/gcc/i686-pc-linux-gnu/4.4.0/../../../libgpgme++-pthread.so: undefined reference to `gpgme_check_version_internal@GPGME_1.1' collect2: ld returned 1 exit status make[2]: *** [kleopatra/kleopatra] Error 1 make[1]: *** [kleopatra/CMakeFiles/kleopatra_bin.dir/all] Error 2 make: *** [all] Error 2
I'm on i686, maybe I am missing some dependency? no, you need also kdepimlibs built with gpgme 1.1.8 instead of 1.2.
I built and uploaded they few minutes ago. -- Andrea `bash` Scarpino Arch Linux Developer
Andrea Scarpino wrote:
no, you need also kdepimlibs built with gpgme 1.1.8 instead of 1.2.
I built and uploaded they few minutes ago.
I built kdepimlibs from svn and now the apps are running! Thank you! -- mitoyarzun
participants (3)
-
Andrea Scarpino
-
Jaime Oyarzun Knittel
-
Pierre Schmitz