Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314743 - dev-db/tokyocabinet: missing configure option for x86 can cause data corruption
Summary: dev-db/tokyocabinet: missing configure option for x86 can cause data corruption
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 21:02 UTC by Lionel Bouton
Modified: 2010-05-03 17:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lionel Bouton 2010-04-11 21:02:41 UTC
tokyocabinet build isn't configured with --enable-off64 on x86. This leads to unrecoverable corruption as soon as a Btree DB (and probably other types of DB) reaches 2GB.

Reproducible: Always

Steps to Reproduce:




Simply adding --enable-off64 to the econf line in the ebuild solved this problem on my test system.
Comment 1 Patrick Lauer gentoo-dev 2010-05-03 17:56:11 UTC
+  03 May 2010; Patrick Lauer <patrick@gentoo.org>
+  tokyocabinet-1.4.44.ebuild:
+  Fixing configure for #314743