Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257144 - app-office/akonadi-server requires mysql be built with innodb
Summary: app-office/akonadi-server requires mysql be built with innodb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 22:04 UTC by Caleb Cushing
Modified: 2009-03-02 00:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-office-akonadi-server-requires-mysql-w-innodb.patch (app-office-akonadi-server-requires-mysql-w-innodb.patch,565 bytes, text/plain)
2009-02-01 07:06 UTC, Caleb Cushing
Details
app-office-akonadi-server-requires-mysql-w-innodb.patch (app-office-akonadi-server-requires-mysql-w-innodb.patch,557 bytes, text/plain)
2009-02-06 02:49 UTC, Caleb Cushing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Cushing 2009-01-31 22:04:31 UTC
akonadi (with use mysql?) (at least default configuration) will not be able to start without having mysql being built with innodb. I recommend requiring mysql being built with innodb use flag.

Reproducible: Always
Comment 1 Caleb Cushing 2009-02-01 07:06:08 UTC
Created attachment 180510 [details]
app-office-akonadi-server-requires-mysql-w-innodb.patch

akonadi-server will not be able to start if mysql is not built with innodb,
this fixes the RDEPENDS to accomodate that. Gentoo Bug # 257144
Comment 2 Roeland Douma 2009-02-05 16:34:30 UTC
The mysql 4.* and 5.* versions in portage do not have an innodb use-flag. The eclass add this in 5.1.* but this is not in portage.

So that patch kind of breaks the tree.
Comment 3 Caleb Cushing 2009-02-06 02:49:46 UTC
Created attachment 181116 [details]
app-office-akonadi-server-requires-mysql-w-innodb.patch

hmm... I thought 5.0 did have the innodb use flag, my bad. This should fix the problem.
Comment 4 Caleb Cushing 2009-03-02 00:46:00 UTC
this was a problem with all 5.1 builds due to a bug in the mysql.eclass see bug 194561 for more details resolving fixed.