| Summary: | kdepim-git build error | ||
|---|---|---|---|
| Product: | [Applications] kdepim | Reporter: | Lane Wiscombe <lane.wiscombe> |
| Component: | libkdepim | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | GIT (master) | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| URL: | https://gist.github.com/anexation/39be452da3f0724e69bd | ||
| Latest Commit: | http://commits.kde.org/ktnef/d5e4e01685db80e3bdeca9c6f532d12bffcb57a6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Git commit d5e4e01685db80e3bdeca9c6f532d12bffcb57a6 by Montel Laurent. Committed on 13/01/2015 at 06:01. Pushed by mlaurent into branch 'master'. Fix Bug 342785 - kdepim-git build error M +1 -1 CMakeLists.txt http://commits.kde.org/ktnef/d5e4e01685db80e3bdeca9c6f532d12bffcb57a6 |
I know this might be the wrong spot to put this, please move if need be.. I am trying to build kdepim-git on arch and im getting a build error and im not sure if this is a missing dep and user error or what not, any help is greatly appreciated.. [ 16%] Building CXX object kontact/plugins/korganizer/CMakeFiles/kontact_journalplugin.dir/korg_uniqueapp.cpp.o [ 16%] [ 16%] Building CXX object kalarm/CMakeFiles/kalarm_bin.dir/lib/messagebox.cpp.o Built target kontact_kmailplugin [ 16%] Building CXX object kalarm/CMakeFiles/kalarm_bin.dir/lib/packedlayout.cpp.o Linking CXX executable ktnef [ 16%] Building CXX object kalarm/CMakeFiles/kalarm_bin.dir/lib/pushbutton.cpp.o /usr/lib/libKF5Tnef.so.4.79.0: undefined reference to `KContacts::Addressee::insertEmail(QString const&, bool)' collect2: error: ld returned 1 exit status ktnef/CMakeFiles/ktnef.dir/build.make:242: recipe for target 'ktnef/ktnef' failed make[2]: *** [ktnef/ktnef] Error 1 CMakeFiles/Makefile2:23642: recipe for target 'ktnef/CMakeFiles/ktnef.dir/all' failed make[1]: *** [ktnef/CMakeFiles/ktnef.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 16%] Building CXX object kalarm/CMakeFiles/kalarm_bin.dir/lib/radiobutton.cpp.o In file included from /home/anex/stage/kdepim/src/kdepim/kontact/plugins/korganizer/korg_uniqueapp.cpp:23:0: /home/anex/stage/kdepim/src/kdepim/korganizer/korganizer_options.h:31:43: warning: ‘KCmdLineOptions’ is deprecated (declared at /usr/include/KF5/KDELibs4Support/kcmdlineargs.h:53) [-Wdeprecated-declarations] static KCmdLineOptions korganizer_options() ^ /home/anex/stage/kdepim/src/kdepim/korganizer/korganizer_options.h: In function ‘KCmdLineOptions korganizer_options()’: /home/anex/stage/kdepim/src/kdepim/korganizer/korganizer_options.h:33:21: warning: ‘KCmdLineOptions’ is deprecated (declared at /usr/include/KF5/KDELibs4Support/kcmdlineargs.h:53) [-Wdeprecated-declarations] KCmdLineOptions options; thx.. https://aur.archlinux.org/packages/kdepim-git/ Reproducible: Always Steps to Reproduce: 1.install deps and makepkg or install from aur 2. 3. Actual Results: build error Expected Results: successful build