Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224205 - sci-libs/gdal: patch for supporting oracle
Summary: sci-libs/gdal: patch for supporting oracle
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on: 224125 230802
Blocks:
  Show dependency tree
 
Reported: 2008-05-30 09:03 UTC by kunitoki (Lucio Asnaghi)
Modified: 2014-06-05 16:32 UTC (History)
2 users (show)

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


Attachments
gdal-1.5.1.patch (gdal-1.5.1.patch,1.46 KB, text/plain)
2008-05-30 09:03 UTC, kunitoki (Lucio Asnaghi)
Details
patch that adds oci support to gdal-1.9.1 (gdal-1.9.1-oracle.patch,2.54 KB, patch)
2012-07-20 09:14 UTC, r4w
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kunitoki (Lucio Asnaghi) 2008-05-30 09:03:14 UTC
gdal-1.5.1 patch for supporting oracle connections for ogr and gdal data sources,
this requires other patches like the ones provided here Bugzilla Bug 224125
Comment 1 kunitoki (Lucio Asnaghi) 2008-05-30 09:03:44 UTC
Created attachment 154803 [details]
gdal-1.5.1.patch
Comment 2 kunitoki (Lucio Asnaghi) 2008-05-30 09:08:20 UTC
i don't know which use flag could be used for oracle and occi (i used the latest one). feel free to change it to a more consistent use flag with other packages.

This patch also add support for ecw files in gdal
Comment 3 r4w 2012-07-20 09:14:17 UTC
Created attachment 318696 [details, diff]
patch that adds oci support to gdal-1.9.1

LDFLAG --as-needed must be filtered 
if not, src-configure won't add oci support
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2012-07-20 13:42:09 UTC
(In reply to comment #3)
> Created attachment 318696 [details, diff] [details, diff]
> patch that adds oci support to gdal-1.9.1
> 
> LDFLAG --as-needed must be filtered 
> if not, src-configure won't add oci support

How about appending it for src_compile() again?
Comment 5 Aaron W. Swenson gentoo-dev 2014-01-27 14:47:18 UTC
I'm willing to accept the patch, but I require an answer to comment 4.
Comment 6 kunitoki (Lucio Asnaghi) 2014-01-27 16:40:03 UTC
whau ! 6 years later :D

we don't use oracle anymore...
Comment 7 Aaron W. Swenson gentoo-dev 2014-01-27 17:50:00 UTC
(In reply to kunitoki (Lucio Asnaghi) from comment #6)
> whau ! 6 years later :D
> 
> we don't use oracle anymore...

Yeah, cabin fever is getting to me. I'm trying to keep my mind off of it by cleaning out some cobwebs.

I've never used Oracle and don't have access to test the success or failure of any patch.