Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35679 - dev-db/libsqlora8-2.2.11.ebuild (New Package)
Summary: dev-db/libsqlora8-2.2.11.ebuild (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.poitschke.de/libsqlora8/in...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-12 13:08 UTC by Josh Glover (RETIRED)
Modified: 2007-09-14 15:08 UTC (History)
0 users

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


Attachments
dev-db/libsqlora8-2.2.11.ebuild (New Package) (libsqlora8-2.2.11.ebuild,1.58 KB, text/plain)
2003-12-12 13:08 UTC, Josh Glover (RETIRED)
Details
dev-libs/libsqlora8-2.2.11.ebuild (Bug Fix) (libsqlora8-2.2.11.ebuild,1.61 KB, text/plain)
2004-06-23 04:51 UTC, Josh Glover (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Glover (RETIRED) gentoo-dev 2003-12-12 13:08:02 UTC
I have attached an ebuild for libsqlora8, which is a simple C-library to access Oracle databases via the OCI interface. The homepage is: 

http://www.poitschke.de/libsqlora8/index_noframe.html

I suggest that it be placed in dev-db/libsqlora8. The dependencies are: Oracle 8 client libraries.

Cheers,
Josh
Comment 1 Josh Glover (RETIRED) gentoo-dev 2003-12-12 13:08:36 UTC
Created attachment 22098 [details]
dev-db/libsqlora8-2.2.11.ebuild (New Package)
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-12-14 06:14:23 UTC
wanna try this ?
Comment 3 Don Seiler (RETIRED) gentoo-dev 2003-12-14 18:58:17 UTC
I'll run this through when I test it at my work box, where I have Oracle installed.

FYI don't specify arches other than those you have yourself tested.  And even then initial ebuild commits should be in unstable for those arches.  I'm going to assume you've only tested on x86 so keywords should ONLY be "~x86"
Comment 4 Don Seiler (RETIRED) gentoo-dev 2003-12-15 14:18:28 UTC
I'm getting this during the configure stage:
--
checking Oracle version >= 8.0... 9.0.1.0
checking linking with oracle shared libs (-lclntsh -ldl -lm -lpthread) works... no

Cannot link with oracle !!!
LDFLAGS=-L/opt/oracle/product/9.0.1/lib -Wl,-R/opt/oracle/product/9.0.1/lib  -Wl,-R/usr/lib
LIBS=-lclntsh -ldl -lm -lpthread 
--

My $ORACLE_HOME is /opt/oracle/product/9.0.1, so that appears to be correct.  This happens with both pthreads and orathreads.
Comment 5 Josh Glover (RETIRED) gentoo-dev 2003-12-16 07:09:04 UTC
Don,

Do you have Oracle 8 installed anywhere? This library is meant for Oracle 8, and I would be kind of surprised to see it work with Oracle 9.

I would recommend checking to see whether the libclntsh.so library file exists in /opt/oracle/product/9.0.1/lib.

Like I said, this seems to be an Oracle 9 issue.
Comment 6 Don Seiler (RETIRED) gentoo-dev 2004-02-12 17:50:32 UTC
Sorry I didn't get back right away.

No all of my boxes are Oracle 9 (9.0.1 and 9.2.0.4).

What I might do in the meantime is put this ebuild into portage and mask it.  You can unmask it on your machine via /etc/portage/package.unmask and let me know if it works alright for you.  Then I'll unmask it globally.
Comment 7 Don Seiler (RETIRED) gentoo-dev 2004-02-12 17:54:18 UTC
Also this probably will go into dev-libs and not dev-db, since it appears to be libraries and not an actualy application.
Comment 8 Don Seiler (RETIRED) gentoo-dev 2004-02-12 18:51:35 UTC
OK dev-libs/libsqlora8 is checked into portage and is hard-masked.

There are still some things I need to play with.  Main hurdle for me is that I don't have an Oracle8 linux box.  :p
Comment 9 Don Seiler (RETIRED) gentoo-dev 2004-03-22 13:42:21 UTC
Josh can you verify if this works for you?  If so I'll unmask and close this bug.
Comment 10 Josh Glover (RETIRED) gentoo-dev 2004-03-22 14:38:25 UTC
Yes:

: jmglov@jglover; qpkg -I -i libsqlora
dev-db/libsqlora8-2.2.11 *
        libsqlora8 is simple C-library to access Oracle databases via the OCI interface [ http://www.poitschke.de/libsqlora8/index_noframe.html ]

I have used it on my box successfully.
Comment 11 Don Seiler (RETIRED) gentoo-dev 2004-03-22 14:40:36 UTC
Great to hear.
Comment 12 Josh Glover (RETIRED) gentoo-dev 2004-06-23 04:51:02 UTC
Created attachment 33940 [details]
dev-libs/libsqlora8-2.2.11.ebuild (Bug Fix)

Maybe something in Portage changed, but when I tried this ebuild recently, it
did not work. The issue was that I was tweaking LD_LIBRARY_PATH in pkg_setup(),
so it "went out of scope" by src_compile(). This is fixed now.

Don, do you mind if I take over maintaining this ebuild, now that I am a
developer? Since I actually use it, I thought I might be ideal. :)
Comment 13 Jakub Moc (RETIRED) gentoo-dev 2007-09-14 15:08:17 UTC
Last release is 2.3.3 from 2005... 

Either find a maintainer, or if you want to maintain it yourself, feel free to reopen with updated ebuild and join project sunrise, details here:

http://www.gentoo.org/proj/en/sunrise

Thanks. 

WONTFIX meanwhile.