Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298569 - dev-db/sqlite-3.6.21 fails to apply sqlite-3.6.2-interix.patch
Summary: dev-db/sqlite-3.6.21 fails to apply sqlite-3.6.2-interix.patch
Status: VERIFIED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 19:00 UTC by Sven Schwyn (svoop)
Modified: 2009-12-28 19:29 UTC (History)
0 users

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 Sven Schwyn (svoop) 2009-12-27 19:00:53 UTC
>>> Preparing source in /Gentoo/var/tmp/portage/dev-db/sqlite-3.6.21/work/sqlite-3.6.21 ...
 * Applying sqlite-3.6.2-interix.patch ...

 * Failed Patch: sqlite-3.6.2-interix.patch !
 *  ( /Gentoo/usr/portage/dev-db/sqlite/files/sqlite-3.6.2-interix.patch )

--- --- ---

$ cat /Gentoo/usr/portage/dev-db/sqlite/files/sqlite-3.6.2-interix.patch

--- sqlite-3.6.2.orig/src/os_unix.c	2008-11-04 13:54:26 +0100
+++ sqlite-3.6.2/src/os_unix.c	2008-11-04 13:55:03 +0100
@@ -1188,7 +1188,9 @@
   case ENODEV:
   case ENXIO:
   case ENOENT:
+#ifdef ESTALE
   case ESTALE:
+#endif
   case ENOSYS:
     /* these should force the client to close the file and reconnect */


Reproducible: Always

Steps to Reproduce:
Comment 1 Fabian Groffen gentoo-dev 2009-12-28 16:34:32 UTC
fixed, thanks!
Comment 2 Sven Schwyn (svoop) 2009-12-28 19:29:19 UTC
Great, thanks!