Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303101 - dev-perl/DBD-SQLite needs the same ESTALE patch as sqlite
Summary: dev-perl/DBD-SQLite needs the same ESTALE patch as sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Interix
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-01 14:08 UTC by Greg Turner
Modified: 2010-02-02 12:19 UTC (History)
0 users

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


Attachments
Dont fail to compile just because there is no ESTALE defined (DBD-SQLite-1.29-estale.patch,290 bytes, patch)
2010-02-01 14:13 UTC, Greg Turner
Details | Diff
ebuild patch to utilitze ESTALE patch from ${FILESDIR} (DBD-SQLite-1.29-r1_ebuild.patch,322 bytes, patch)
2010-02-01 14:14 UTC, Greg Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Turner 2010-02-01 14:08:56 UTC
Because DBD-SQLite uses sqlite3.c, it fails on Interix due to no ESTALE #define.  The fix has already been applied to the main sqlite ebuild: just #ifdef ESTALE the reference (which is a silly noop anyhow).
Comment 1 Greg Turner 2010-02-01 14:13:19 UTC
Created attachment 218083 [details, diff]
Dont fail to compile just because there is no ESTALE defined
Comment 2 Greg Turner 2010-02-01 14:14:41 UTC
Created attachment 218084 [details, diff]
ebuild patch to utilitze ESTALE patch from ${FILESDIR}
Comment 3 Markus Duft (RETIRED) gentoo-dev 2010-02-02 12:19:58 UTC
the real problem was, that the sqlite3.c should not be compiled :) some minor ebuild tweaking resolves this by using the system sqlite (which has that patch anyway). the fix is in -r2 (committing as i write).