Summary: | dev-db/sqlite-3.6.10: add spatial USE flag in conjunction with recompiling spatialite | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | kunitoki (Lucio Asnaghi) <kunitoki> |
Component: | Current packages | Assignee: | Petteri Räty (RETIRED) <betelgeuse> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | arfrever |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.gaia-gis.it/spatialite/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
spatialite ebuild
sqlite patch adding readline / rtree support |
Description
kunitoki (Lucio Asnaghi)
2009-02-04 17:30:05 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"
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)
*** Bug 269719 has been marked as a duplicate of this bug. *** I added support for R-trees in dev-db/sqlite-3.6.18. |