[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: postgresql 7.4.2 update, needs testing




On 7 Jun 2004, at 08:52, Morten Liebach wrote:

> On 2004-06-05 09:24:47 +0100, Anil Madhavapeddy wrote:
>> this is what im testing so far, w/ sparc64 fix included.
>> tested by me on i386, sparc64, amd64 - anyone else?
>
> Seems to work fine here on i386.
>
> But p5-DBD-Pg breaks:
>
> cc -c  -I/usr/local/include/postgresql 
> -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI 
> -fno-strict-aliasing -I/usr/local/include -O2 -pipe 
> -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree 
> -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.32\" 
> -DXS_VERSION=\"1.32\" -DPIC -fPIC 
> "-I/usr/libdata/perl5/i386-openbsd/5.8.3/CORE"   quote.c
> quote.c:210: conflicting types for `PQunescapeBytea'
> /usr/local/include/postgresql/libpq-fe.h:400: previous declaration of 
> `PQunescapeBytea'
> *** Error code 1
>

I'm unable to reproduce this, p5-DBD-Pg works fine here - could you try 
and track down where this previous declaration is coming from - might 
be some stale include files on your system.

-anil