Package: akonadi-server Version: 1.12.1-1 Followup-For: Bug #747637 Same here... The reason akonadi doesn't start is a failure while trying to alter the MYSQL table schema. It trys to add an additional table named TagRemoteIdResourceRelationTable.
SQL statement: CREATE TABLE TagRemoteIdResourceRelationTable (tagId BIGINT NOT NULL, resourceId BIGINT NOT NULL, remoteId VARBINARY(255) NOT NULL, FOREIGN KEY (tagId) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (resourceId) REFERENCES ResourceTable(id) ON UPDATE CASCADE ON DELETE CASCADE) COLLATE=utf8_general_ci DEFAULT CHARSET=utf8; The above statement fails with error 150 and akonaid doesn't seem to handle this error correctly. Regards, Markus -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (900, 'testing'), (300, 'unstable'), (120, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.19 (SMP w/4 CPU cores; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages akonadi-server depends on: ii akonadi-backend-mysql 1.12.1-1 ii akonadi-backend-sqlite 1.12.1-1 ii libakonadiprotocolinternals1 1.12.1-1 ii libboost-program-options1.54.0 1.54.0-5 ii libc6 2.18-5 ii libgcc1 1:4.9.0-2 ii libqt4-dbus 4:4.8.6+dfsg-1 ii libqt4-network 4:4.8.6+dfsg-1 ii libqt4-sql 4:4.8.6+dfsg-1 ii libqt4-xml 4:4.8.6+dfsg-1 ii libqtcore4 4:4.8.6+dfsg-1 ii libqtgui4 4:4.8.6+dfsg-1 ii libsoprano4 2.9.4+dfsg-1 ii libstdc++6 4.9.0-2 akonadi-server recommends no packages. Versions of packages akonadi-server suggests: ii akonadi-backend-mysql 1.12.1-1 pn akonadi-backend-postgresql <none> ii akonadi-backend-sqlite 1.12.1-1 -- no debconf information -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140516202029.GA2273@markus-mobil