Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Rudy Lippan <rlippan(at)remotelinux(dot)com>, David Wheeler <david(at)wheeler(dot)net>, Dominic Mitchell <dom(at)semantico(dot)com>, pgsql-interfaces(at)postgresql(dot)org, "'DBI developers'" <dbi-dev(at)perl(dot)org>
Subject: Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Date: 2003-06-06 05:03:49
Message-ID: 200306060503.h5653nZ24299@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


It is back up now --- Marc installed a new kernel.

Also, with our current CVS of DBD:pg, perl 5.005_03 can no longer do
'gmake test'. I get:

PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl5/5.00503/i386-bsdos -I/usr/libdata/perl5/5.00503 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00basic...........Can't locate 5.61 in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl5/5.00503/i386-bsdos /usr/li
bdata/perl5/5.00503/i386-bsdos /usr/libdata/perl5/5.00503/i386-bsdos /usr/libdata/perl5/5.00503 /usr/libdata/perl5/5.00503/i38
6-bsdos /usr/libdata/perl5/5.00503/i386-bsdos /usr/libdata/perl5/5.00503 /usr/libdata/perl5/site_perl/i386-bsdos /usr/libdata/
perl5/site_perl/i386-bsdos /usr/libdata/perl5/site_perl /usr/libdata/perl5/site_perl/i386-bsdos/include . /usr/libdata/perl5/5
.00503/i386-bsdos /usr/libdata/perl5/5.00503 /usr/libdata/perl5/site_perl/i386-bsdos /usr/libdata/perl5/site_perl /usr/libdata
/perl5/site_perl/i386-bsdos/include .) at blib/lib/DBD/Pg.pm line 12.
BEGIN failed--compilation aborted at t/00basic.t line 4.
dubious
Test returned status 2 (wstat 512, 0x200)
t/01connect.........skipping test on this platform
t/01constants.......Can't locate 5.61 in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl5/5.00503/i386-bsdos /usr/li
bdata/perl5/5.00503/i386-bsdos /usr/libdata/perl5/5.00503/i386-bsdos /usr/libdata/perl5/5.00503 /usr/libdata/perl5/5.00503/i38
6-bsdos /usr/libdata/perl5/5.00503/i386-bsdos /usr/libdata/perl5/5.00503 /usr/libdata/perl5/site_perl/i386-bsdos /usr/libdata/
perl5/site_perl/i386-bsdos /usr/libdata/perl5/site_perl /usr/libdata/perl5/site_perl/i386-bsdos/include . /usr/libdata/perl5/5
.00503/i386-bsdos /usr/libdata/perl5/5.00503 /usr/libdata/perl5/site_perl/i386-bsdos /usr/libdata/perl5/site_perl /usr/libdata
/perl5/site_perl/i386-bsdos/include .) at blib/lib/DBD/Pg.pm line 12.
BEGIN failed--compilation aborted at t/01constants.t line 4.
# Looks like your test died before it could output anything.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-20
Failed 20/20 tests, 0.00% okay
t/01setup...........skipping test on this platform
t/02prepare.........skipping test on this platform
t/03bind............skipping test on this platform
t/04execute.........skipping test on this platform
t/04rows............skipping test on this platform
t/05fetch...........skipping test on this platform
t/06disconnect......skipping test on this platform
t/07reuse...........skipping test on this platform
t/08txn.............skipping test on this platform
t/09autocommit......skipping test on this platform
t/11quoting.........skipping test on this platform
t/12placeholders....skipping test on this platform
t/13pgtype..........skipping test on this platform
t/15funct...........skipping test on this platform
t/16pgbooltf........skipping test on this platform
t/17arrays..........skipping test on this platform
t/99cleanup.........skipping test on this platform
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/00basic.t 2 512 ?? ?? % ??
t/01constants.t 2 512 20 20 100.00% 1-20

Any ideas?

---------------------------------------------------------------------------

Tom Lane wrote:
> Rudy Lippan <rlippan(at)remotelinux(dot)com> writes:
> > developer.postgresql.org seems to be down? Grrr.
>
> Tell me about it :-(. But you can read the 7.4 protocol document at
> Bruce's machine,
> http://candle.pha.pa.us/main/writings/pgsql/sgml/protocol.html
> The extended-query stuff is what you want.
>
> regards, tom lane
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Rudy Lippan 2003-06-06 18:44:59 Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Previous Message Bruno Wolff III 2003-06-05 12:06:54 Re: anon CVS changes?