Bug 134918 - libdbi-drivers-0.8.1-r1 fails with USE="oci8"
Bug#: 134918 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: robbat2@gentoo.org Reported By: stkn@gentoo.org
Component: Ebuilds
URL: 
Summary: libdbi-drivers-0.8.1-r1 fails with USE="oci8"
Keywords:  
Status Whiteboard: 
Opened: 2006-05-30 07:21 0000
Description:   Opened: 2006-05-30 07:21 0000
i586-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include
-I/usr/include -I/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/demo
-I/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/public -O20
-ffast-math -D_REENTRANT -fsigned-char -MT dbd_oracle.lo -MD -MP -MF
.deps/dbd_oracle.Tpo -c dbd_oracle.c  -fPIC -DPIC -o .libs/dbd_oracle.o
dbd_oracle.c: In function '_get_row_data':
dbd_oracle.c:526: error: 'dword' undeclared (first use in this function)
dbd_oracle.c:526: error: (Each undeclared identifier is reported only once
dbd_oracle.c:526: error: for each function it appears in.)
dbd_oracle.c:526: error: expected ';' before 'status'
dbd_oracle.c:563: error: 'status' undeclared (first use in this function)
dbd_oracle.c: At top level:
dbd_oracle.c:703: error: conflicting types for 'dbd_quote_binary'
/usr/include/dbi/dbd.h:52: error: previous declaration of 'dbd_quote_binary'
was here
make[3]: *** [dbd_oracle.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/libdbi-drivers-0.8.1-r1/work/libdbi-drivers-0.8.1/drivers/oracle'

------- Comment #1 From Stefan Knoblich (RETIRED) 2006-05-30 07:23:41 0000 -------
Created an attachment (id=87865) [details]
libdbi-drivers-0.8.1-oci8.diff

attached patch fixes the errors

------- Comment #2 From Robin Johnson 2006-06-11 02:53:34 0000 -------
in cvs, thanks.