Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134918 - libdbi-drivers-0.8.1-r1 fails with USE="oci8"
Summary: libdbi-drivers-0.8.1-r1 fails with USE="oci8"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 07:21 UTC by Stefan Knoblich (RETIRED)
Modified: 2006-06-11 02:53 UTC (History)
0 users

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


Attachments
libdbi-drivers-0.8.1-oci8.diff (libdbi-drivers-0.8.1-oci8.diff,695 bytes, patch)
2006-05-30 07:23 UTC, Stefan Knoblich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Knoblich (RETIRED) gentoo-dev 2006-05-30 07:21:52 UTC
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 Stefan Knoblich (RETIRED) gentoo-dev 2006-05-30 07:23:41 UTC
Created attachment 87865 [details, diff]
libdbi-drivers-0.8.1-oci8.diff

attached patch fixes the errors
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-06-11 02:53:34 UTC
in cvs, thanks.