LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kmail crashes (https://www.linuxquestions.org/questions/slackware-14/kmail-crashes-895294/)

Phorize 08-03-2011 08:11 AM

kmail crashes
 
Hello. I'm running Alien Bob's kde 4.7 packages, which have turned out to be pretty sweet:cool:

The only downside is that kmail crashes on start up-just can't get it to run. Terminal output is below. Has anyone else had this problem?


Code:

~$ kmail
kmail2(27426)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
~$ kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection."
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection."
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection."
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
Plugin paths:  ("/usr/lib64/qt/plugins", "/home/kristian/.kde/lib64/", "/usr/lib64/")
Trying to load Attica plugin:  "/usr/lib64/qt/plugins/attica_kde.so"
Trying to load Attica plugin:  "/home/kristian/.kde/lib64//attica_kde.so"
Trying to load Attica plugin:  "/usr/lib64//attica_kde.so"
Using Attica with KDE support
Adding provider "https://api.opendesktop.org/v1/"
OCS Request:  QUrl( "https://api.opendesktop.org/v1/content/categories" ) 
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection."
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection."                                                                                                                                                     
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"                                                                                                                                                                               
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"       
kmail2(27426) MailCommon::Kernel::emergencyExit: "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection."
kmail2(27426)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"


MrRtd 08-03-2011 09:58 AM

Affects me too
 
From what I've seen, my terminal output is pretty much identical. Hopefully someone here will have an answer.

bosth 08-03-2011 04:28 PM

Kmail works fine for me under 4.7. Have you installed all the dependencies? It looks like attica_kde.so is missing, so you could use slackpkg to search which package attica is in and make sure you have it installed.

Alien Bob 08-04-2011 03:07 PM

... and have you removed all the deprecated packages too? Like the old "kdebase-runtime" package which no longer exists in KDE 4.7.0 - and it contains a copy of this library.

See my README for KDE 4.7.0 where I also list all the removepkg commands you need (and which I forgot to include initially):
Code:

  # removepkg polkit-kde-1
  # removepkg kdebase-runtime
  # removepkg kdebase-workspace
  # removepkg kdebindings
  # removepkg kdeedu
  # removepkg konq-plugins

Eric

Phorize 08-05-2011 03:44 PM

Quote:

Originally Posted by Alien Bob (Post 4433903)
... and have you removed all the deprecated packages too? Like the old "kdebase-runtime" package which no longer exists in KDE 4.7.0 - and it contains a copy of this library.

See my README for KDE 4.7.0 where I also list all the removepkg commands you need (and which I forgot to include initially):
Code:

  # removepkg polkit-kde-1
  # removepkg kdebase-runtime
  # removepkg kdebase-workspace
  # removepkg kdebindings
  # removepkg kdeedu
  # removepkg konq-plugins

Eric

I missed removepkg konq-plugins. This didn't solve it though. I was thinking about running current anyway, so I did a clean install of 13.37 and upgraded to current, then installed kde 4.7. It's working well now-kmail is fine. Not a very scientific way of solving it but hey ho. :)


All times are GMT -5. The time now is 01:02 PM.