Comment 3 for bug 153604

Revision history for this message
Philip Tuckey (philtuckey) wrote : Re: kpilotDaemon crashing in gutsy - fixed by recompiling svn

the gutsy version of kpilot displays this when it starts up:
Version: KPilot 4.9.2-358 (moribund alleycat)
Version: pilot-link 0.12.2
Version: KDE 3.5.7
Version: Qt 3.3.7
It has the problems described in the previous messages.

kpilot from the gutsy kdepim source package recompiled under gutsy says:
Version: KPilot 4.9.2-358 (moribund alleycat)
Version: pilot-link 0.12.2
Version: KDE 3.5.8
Version: Qt 3.3.7
Notice that it now says it was compiled under KDE 3.5.8. However it suffers from the same problems as the gutsy binary.

So then I recompiled the svn code (under gutsy):
svn co svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kdepim/kpilot
cd kpilot
./configure --prefix=/usr --enable-debug=yes
make -f Makefile.cmake
sudo make -f Makefile.cmake install

Now the kpilot window shows:
Version: KPilot 4.9.2-358 (moribund alleycat)
Version: pilot-link 0.12.2
Version: KDE 3.5.8
Version: Qt 3.3.7
and it and the kpilotDaemon work fine.

So is the gutsy kdepim source corrupted somehow?