Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257646 - dev-db/sqlite-3.6.10: add spatial USE flag in conjunction with recompiling spatialite
Summary: dev-db/sqlite-3.6.10: add spatial USE flag in conjunction with recompiling sp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Petteri Räty (RETIRED)
URL: http://www.gaia-gis.it/spatialite/
Whiteboard:
Keywords:
: 269719 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-04 17:30 UTC by kunitoki (Lucio Asnaghi)
Modified: 2009-09-11 21:18 UTC (History)
1 user (show)

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


Attachments
spatialite ebuild (spatialite-2.3.ebuild,1.52 KB, text/plain)
2009-02-04 17:32 UTC, kunitoki (Lucio Asnaghi)
Details
sqlite patch adding readline / rtree support (sqlite.patch,1.08 KB, patch)
2009-02-23 15:50 UTC, kunitoki (Lucio Asnaghi)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kunitoki (Lucio Asnaghi) 2009-02-04 17:30:05 UTC
There is an experimental project going on which adds spatial ability to SQLite-3. It mainly add some include files and recompiles:

 * 	/usr/lib/libsqlite3.la
 * 	/usr/lib/libsqlite3.a
 * 	/usr/lib/libsqlite3.so
 * 	/usr/lib/libsqlite3.so.0

to add spatial operators and geometry implementation.


Reproducible: Always

Steps to Reproduce:
1.
Comment 1 kunitoki (Lucio Asnaghi) 2009-02-04 17:32:18 UTC
Created attachment 180945 [details]
spatialite ebuild

This is an external spatialite ebuild which is ok

BUT IT PRODUCE:

 * Detected file collision(s):
 * 
 * 	/usr/lib/libsqlite3.la
 * 	/usr/lib/libsqlite3.a
 * 	/usr/lib/libsqlite3.so
 * 	/usr/lib/libsqlite3.so.0
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-db/sqlite-3.6.10
 * 	/usr/lib/libsqlite3.a
 * 	/usr/lib/libsqlite3.la
 * 	/usr/lib/libsqlite3.so
 * 	/usr/lib/libsqlite3.so.0

so it would be better to have it included in a experimental sqlite build using USE="spatial"
Comment 2 kunitoki (Lucio Asnaghi) 2009-02-23 15:50:36 UTC
Created attachment 182907 [details, diff]
sqlite patch adding readline / rtree support

sqlite patch adding optional readline support (for embedded gentoo builds that do not have readline) and add optional rtree indexing in the database (it is needed for spatial tables)
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-11 17:52:36 UTC
*** Bug 269719 has been marked as a duplicate of this bug. ***
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-11 21:18:18 UTC
I added support for R-trees in dev-db/sqlite-3.6.18.