[BUGS] perl5 interface won't compile

2000-03-25 Thread Marc Lehmann
POSTGRESQL BUG REPORT TEMPLATE Your name : Marc Lehmann Your email address : [EMAIL PRO

[BUGS] initdb won't run due to syntax errors

2000-03-25 Thread Marc Lehmann
POSTGRESQL BUG REPORT TEMPLATE Your name : Marc Lehmann Your email address : [EMAIL PR

Re: [BUGS] perl5 interface won't compile

2000-03-25 Thread Bruce Momjian
> > the perl interface does not compile with newer perl versions (5.006 and > probably 5.005 without options). > > Please describe a way to repeat the problem. Please try to provide a > > (sorry, just found out that plperl also won't compile, so I have "re-added" > another, a second diff agai

Re: [BUGS] initdb won't run due to syntax errors

2000-03-25 Thread Bruce Momjian
> initdb stops with > > bin/initdb[483]: >&/dev/null : illegal file descriptor name > > Of course, >&/dev/null is not valid shell syntax (it's probably a bash > extension :() Thanks. Tomorrow's snapshot will have this fixed. I thought I found most of them. Seems I missed a few. Thanks. --

Re: [BUGS] perl5 interface won't compile

2000-03-25 Thread Tom Lane
Marc Lehmann <[EMAIL PROTECTED]> writes: > the perl interface does not compile with newer perl versions (5.006 and > probably 5.005 without options). We've seen this reported a few times, but in fact the perl code *does* compile against 5.005_03 --- without options --- and AFAICT that is still co

Re: [BUGS] perl5 interface won't compile

2000-03-25 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > I have added your POLLUTE=1 solution to interfaces/perl5 and > plperl. Please try tomorrow's snapshot to see if this works for you. I think the more interesting question is whether that breaks older Perls... regards, tom lane

[BUGS] Pg.pm with perl 5.6.0

2000-03-25 Thread John M. Flinchbaugh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pg.pm compiles fine with perl 5.00503, but it fails with perl 5.6.0. i'm under the impression that perl 5.6.0 is the latest stable, so i guess it should be made to work before the release. i don't know much about perl modules, but i'll take a crack

[BUGS] Pg.pm and perl 5.6.0

2000-03-25 Thread John M. Flinchbaugh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 the problem looks like it is quite beyond me. here is my error: gcc -c -I../libpq -I../../include -D_REENTRANT -fno-strict-aliasing - -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 - -DVERSION=\"1.8.0\" -DXS_VERSION=\"1.8.0\" -fp

Re: [BUGS] perl5 interface won't compile

2000-03-25 Thread Tom Lane
I said > Bruce Momjian <[EMAIL PROTECTED]> writes: >> I have added your POLLUTE=1 solution to interfaces/perl5 and >> plperl. Please try tomorrow's snapshot to see if this works for you. > I think the more interesting question is whether that breaks older > Perls... I have now tried it with per

Re: [BUGS] perl5 interface won't compile

2000-03-25 Thread Bruce Momjian
> I said > > Bruce Momjian <[EMAIL PROTECTED]> writes: > >> I have added your POLLUTE=1 solution to interfaces/perl5 and > >> plperl. Please try tomorrow's snapshot to see if this works for you. > > > I think the more interesting question is whether that breaks older > > Perls... > > I have now

Re: [BUGS] Pg.pm and perl 5.6.0

2000-03-25 Thread Bruce Momjian
This is fixed in tomorrow's snapshot. -- Start of PGP signed section. > the problem looks like it is quite beyond me. here is my error: > gcc -c -I../libpq -I../../include -D_REENTRANT -fno-strict-aliasing > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 > -DVERSION=\"1.8.0\