Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 314743

Summary: dev-db/tokyocabinet: missing configure option for x86 can cause data corruption
Product: Gentoo Linux Reporter: Lionel Bouton <lionel-dev>
Component: New packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: tomka
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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