Hi, As suspected, you have: "/usr/local/include/gpgme++/context.h"
What does "pkg which /usr/local/include/gpgme++/context.h" say? I'm pretty sure, that file is the culprit and a stale file from a previous installation you did not correctly deinstall (like " /usr/local/include/baloo/file.h" in your broblem with baloo-widgets previously). mfg Tobias 2016-04-01 15:04 GMT+02:00 rianav antares <[email protected]>: > Hi, > I see the following > > gfind /usr/local/ -name context.h > /usr/local/include/svnqt/context.h > /usr/local/include/kde4/plasma/context.h > /usr/local/include/kde4/gpgme++/context.h > /usr/local/include/cairomm-1.0/cairomm/context.h > /usr/local/include/gpgme++/context.h > /usr/local/include/grantlee4/grantlee/context.h > /usr/local/include/parrot/7.9.0/parrot/context.h > /usr/local/include/libotr/context.h > /usr/local/include/mupdf/fitz/context.h > /usr/local/include/grantlee5/grantlee/context.h > /usr/local/include/pangomm-1.4/pangomm/context.h > /usr/local/include/KF5/kjs/context.h > /usr/local/include/KF5/gpgme++/context.h > /usr/local/include/directfb/unique/context.h > /usr/local/share/gnulib/lib/unicase/context.h > > pkg which /usr/local/include/kde4/gpgme++/context.h > /usr/local/include/kde4/gpgme++/context.h was installed by package > kdepimlibs-legacy-4.14.10 > > pkg delete kdepimlibs-legacy-4.14.10 > Updating database digests format: 100% > Checking integrity... done (0 conflicting) > De-installation has been requested for the following 8 packages (of 0 > packages in the universe): > > Installed packages to be REMOVED: > kdepimlibs-legacy-4.14.10 > kopete-16.03.80 > kgpg-16.03.80 > konversation-1.5.1_1 > kuser-16.03.80 > basket-1.81_4 > kdenetwork-16.03.80 > kdeadmin-16.03.80 > > The operation will free 67 MiB. > > Proceed with deinstalling packages? [y/N]: > > > Cheers. > > > ------------------------------ > Date: Fri, 1 Apr 2016 07:55:53 +0200 > Subject: Re: [kde-freebsd] -DMAKE_JOBS_UNSAFE -DCMAKE_VERBOSE libkleo From > plasma5 > From: [email protected] > To: [email protected] > CC: [email protected] > > > Hi, > > > I meant of course a bit more of the output :) -- but nevermind that. Could > you please check if you > > have a "/usr/local/include/include/gpgme++/context.h" on your system? (As > you also had a stale baloo > > header I really suspect this could be the case...). Or any other files in > /usr/local/include/gpgme++? > > > > mfg Tobias > > 2016-03-31 20:33 GMT+02:00 rianav antares <[email protected]>: > > Hello again, > > [ 56%] Building CXX object > src/CMakeFiles/KF5Libkleo.dir/backends/qgpgme/qgpgmebackend.cpp.o > cd /ramdisk/usr/ports/security/libkleo/work/.build/src && > /usr/local/libexec/ccache/c++ -DGPGMEPP_ERR_SOURCE_DEFAULT=13 > -DHAVE_PIMTEXTEDIT -DKCOREADDONS_LIB -DKF5Libkleo_EXPORTS -DQT_CORE_LIB > -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_GUI_LIB -DQT_NO_DEBUG > -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING > -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB > -DTRANSLATION_DOMAIN=\"libkleopatra\" -D_LARGEFILE64_SOURCE > -I/ramdisk/usr/ports/security/libkleo/work/.build/src > -I/ramdisk/usr/ports/security/libkleo/work/libkleo-16.03.80/src -isystem > /usr/local/include/KF5/qgpgme -isystem /usr/local/include -isystem > /usr/local/include/KF5 -isystem /usr/local/include/qt5 -isystem > /usr/local/include/qt5/QtCore -isystem > /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem > /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtGui > -isystem /usr/local/include/KF5/KI18n -isystem > /usr/local/include/KF5/KCompletion -isystem > /usr/local/include/KF5/KConfigCore -isystem > /usr/local/include/KF5/KCoreAddons -isystem > /usr/local/include/KF5/KWindowSystem -isystem > /usr/local/include/KF5/KWidgetsAddons -isystem > /usr/local/include/KF5/gpgme++ -isystem /usr/local/include/KF5/KPIMTextEdit > -isystem /usr/local/include/KF5/KTextWidgets -isystem > /usr/local/include/KF5/SonnetUi -O2 -pipe -march=amdfam10 > -fstack-protector -fno-strict-aliasing -std=c++0x -Wall -Wextra > -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long > -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual > -Werror=return-type -Wno-gnu-zero-variadic-macro-arguments -fexceptions > -O2 -pipe -march=amdfam10 -fstack-protector -fno-strict-aliasing -fPIC > -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -o > CMakeFiles/KF5Libkleo.dir/backends/qgpgme/qgpgmebackend.cpp.o -c > /ramdisk/usr/ports/security/libkleo/work/libkleo-16.03.80/src/backends/qgpgme/qgpgmebackend.cpp > /ramdisk/usr/ports/security/libkleo/work/libkleo-16.03.80/src/backends/qgpgme/qgpgmebackend.cpp:147:22: > error: no member named 'setOffline' in 'GpgME::Context' > context->setOffline(true); > ~~~~~~~ ^ > 1 error generated. > src/CMakeFiles/KF5Libkleo.dir/build.make:885: recipe for target > 'src/CMakeFiles/KF5Libkleo.dir/backends/qgpgme/qgpgmebackend.cpp.o' failed > gmake[3]: *** > [src/CMakeFiles/KF5Libkleo.dir/backends/qgpgme/qgpgmebackend.cpp.o] Error 1 > > Regards, > > _______________________________________________ > kde-freebsd mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information > > >
_______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
