Changes between Initial Version and Version 1 of Ticket #33998, comment 12


Ignore:
Timestamp:
Oct 20, 2012, 10:28:03 PM (12 years ago)
Author:
mkae (Marko Käning)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33998, comment 12

    initial v1  
    1 How do you generate these selftest reports? I have akonadi installed here and could crosscheck your findings.
     1Ah, ok, I figured it out, you started akonadi using akonadictl!
     2I see the same errors:
     3{{{
     4$ /opt/macports-test/bin/akonadictl start
     5Starting Akonadi Server...
     6   done.
     7Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
     8search paths:  ("/Users/marko/bin", "/opt/macports-test/bin", "/opt/macports-test/sbin", "/opt/macports-test/libexec/gnubin", "/usr/bin", "/bin", "/usr/sbin", "/sbin", "/usr/local/bin", "/usr/local/MacGPG2/bin", "/usr/texbin", "/usr/X11/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin", "/Applications/KDE4")
     9Found mysql_install_db:  ""
     10Found mysqlcheck:  ""
     11QSqlDatabase: QMYSQL driver not loaded
     12QSqlDatabase: available drivers: QSQLITE
     13Invalid database object during database server startup
     14"[
     150: 0   akonadiserver                       0x000000010000b43b _Z11akBacktracev + 59
     161: 1   akonadiserver                       0x000000010000b78c _ZL19defaultCrashHandleri + 268
     172: 2   libSystem.B.dylib                   0x00007fff8a4841ba _sigtramp + 26
     183: 3   ???                                 0x000000000008d9a0 0x0 + 580000
     194: 4   libQtCore.4.dylib                   0x0000000100220b85 _Z17qt_message_output9QtMsgTypePKc + 117
     205: 5   akonadiserver                       0x000000010000d75a _ZN15FileDebugStream9writeDataEPKcx + 170
     216: 6   libQtCore.4.dylib                   0x00000001002c84d0 _ZN9QIODevice5writeEPKcx + 128
     227: 7   libQtCore.4.dylib                   0x00000001002d55f6 _ZN18QTextStreamPrivate16flushWriteBufferEv + 230
     238: 8   libQtCore.4.dylib                   0x00000001002d5958 _ZN11QTextStreamD2Ev + 104
     249: 9   akonadiserver                       0x00000001000b36b3 _ZN13DbConfigMysql19startInternalServerEv + 10675
     2510: 10  akonadiserver                       0x000000010000fb8a _ZN7Akonadi13AkonadiServer20startDatabaseProcessEv + 202
     2611: 11  akonadiserver                       0x0000000100011fd0 _ZN7Akonadi13AkonadiServerC2EP7QObject + 192
     2712: 12  akonadiserver                       0x00000001000139a7 _ZN7Akonadi13AkonadiServer8instanceEv + 71
     2813: 13  akonadiserver                       0x00000001000044ef main + 975
     2914: 14  akonadiserver                       0x00000001000040e8 start + 52
     3015: 15  ???                                 0x0000000000000001 0x0 + 1
     31]
     32"
     33ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
     34.
     35.
     36.
     37ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
     38"akonadiserver" crashed too often and will not be restarted!
     39}}}
     40Well, there is the connection to a deprecated signal. Hmm, could it perhaps be that akonadi never worked on MacOSX?