| View previous topic :: View next topic |
| Author |
Message |
prr56 n00b


Joined: 23 May 2003 Posts: 65 Location: The Big Easy-New Orleans
|
Posted: Thu Jan 26, 2012 1:49 pm Post subject: kdepimlibs-4.8.0 not compilng |
|
|
I do not use akonadi hence my problem compiling kdepimlibs. I don't use anything associated with pimlibs-no kmail, kalender, etc. Is there a way to exclude those programs without borking my KDE install?
Error here:Linking CXX shared library ../lib/libkpimidentities.so
[ 73%] Building CXX object kioslave/imap4/CMakeFiles/kio_imap4.dir/imap4.o
/var/tmp/portage/kde-base/kdepimlibs-4.8.0/work/kdepimlibs-4.8.0/kioslave/imap4/imap4.cpp:1913:2: warning: #warning This is temporary since Dec 2000 and makes most of the below code invalid
[ 73%] Built target kpimidentities
Scanning dependencies of target kalarmcal
[ 73%] Building CXX object kabc/CMakeFiles/kabc.dir/emailselectdialog.o
[ 74%] Building CXX object kalarmcal/CMakeFiles/kalarmcal.dir/kalarmcal_automoc.o
[ 74%] Building CXX object kalarmcal/CMakeFiles/kalarmcal.dir/kacalendar.o
In file included from /var/tmp/portage/kde-base/kdepimlibs-4.8.0/work/kdepimlibs-4.8.0/kalarmcal/kacalendar.cpp:23:0:
/var/tmp/portage/kde-base/kdepimlibs-4.8.0/work/kdepimlibs-4.8.0/kalarmcal/kacalendar.h:31:32: fatal error: akonadi/collection.h: No such file or directory
compilation terminated.
make[2]: *** [kalarmcal/CMakeFiles/kalarmcal.dir/kacalendar.o] Error 1
make[1]: *** [kalarmcal/CMakeFiles/kalarmcal.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs.... |
|
| Back to top |
|
 |
ulenrich Tux's lil' helper

Joined: 10 Oct 2010 Posts: 121
|
Posted: Thu Jan 26, 2012 4:39 pm Post subject: |
|
|
Consequtively test and look at ouput and test and eleminate USE flags, like this:
emerge --ask --depclean $(qlist -IC kdepim)
emerge --ask --depclean $(qlist -IC kdepim) akregator
emerge --ask --depclean $(qlist -IC kdepim) akregator knode
etc, until you reach your desired target, then answer Yes _________________ fun2gen2 |
|
| Back to top |
|
 |
Shamus397 Tux's lil' helper


Joined: 03 Apr 2005 Posts: 100 Location: Earth
|
Posted: Fri Jan 27, 2012 10:12 pm Post subject: |
|
|
| Having the exact same error, and trying depclean does nothing to solve this. qlist -IC kdepim returns only kde-base/kdepimlibs, and depclean doesn't find anything to uninstall. There is nothing from kdepim installed on this machine either, because of -semantic-desktop. |
|
| Back to top |
|
 |
penguin swordmaster Guru


Joined: 27 Jul 2010 Posts: 426
|
Posted: Fri Jan 27, 2012 10:28 pm Post subject: |
|
|
| Quote: | | I do not use akonadi hence my problem compiling kdepimlibs. |
Exactly.
The workaround I used was to use the following command:
| Code: |
USE="semantic-desktop" emerge -uv kdepimlibs
emerge -v kdepimlibs
emerge -c |
Everything is working here. There should be a bug about this. _________________ There are 10 kinds of people. Those who can think in binary and those who can't. |
|
| Back to top |
|
 |
penguin swordmaster Guru


Joined: 27 Jul 2010 Posts: 426
|
Posted: Fri Jan 27, 2012 10:37 pm Post subject: |
|
|
It was reported. It should work with your next emerge -sync https://bugs.gentoo.org/show_bug.cgi?id=400827 _________________ There are 10 kinds of people. Those who can think in binary and those who can't. |
|
| Back to top |
|
 |
Shamus397 Tux's lil' helper


Joined: 03 Apr 2005 Posts: 100 Location: Earth
|
Posted: Sat Jan 28, 2012 3:53 am Post subject: |
|
|
And the fix is in portage. Cheers!  |
|
| Back to top |
|
 |
|