Skip Menu |

This queue is for tickets about the DBD-Trini CPAN distribution.

Report information
The Basics
Id: 4303
Status: resolved
Priority: 0/
Queue: DBD-Trini

People
Owner: Nobody in particular
Requestors: pmandal [...] cisco.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: make test fails for update statement
Perl Module: DBD-Trini-0.01 While executing make test, the following output is generated bldadmin@natk-22<DBD-Trini-0.01> make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..1 dbih_getcom given an undefined handle (perhaps returned from a previous call which failed) at test.pl line 42, <GEN1> line 54. make: *** [test_dynamic] Error 255 if lines 42 and 43 are commented out in test.pl, the test passes without error, but the output generated does not look right(pasted below), instead of fetching 5 rows from the table only the second row is fetched. bldadmin@natk-22<DBD-Trini-0.01> make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..1 dbih_getcom given an undefined handle (perhaps returned from a previous call which failed) at test.pl line 42, <GEN1> line 54. make: *** [test_dynamic] Error 255 please help Other information bldadmin@natk-22<DBD-Trini-0.01> uname -a SunOS natk-22 5.7 Generic_106541-26 sun4u sparc SUNW,Ultra-5_10 bldadmin@natk-22<DBD-Trini-0.01> make -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This is perl, v5.8.0 built for sun4-solaris Copyright 1987-2002, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page.
Script started on Wed Nov 05 16:05:18 2003 bldadmin@natk-22<DBD-Trini-0.01> perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for DBD::Trini bldadmin@natk-22<DBD-Trini-0.01> make cp Trini.pm blib/lib/DBD/Trini.pm Manifying blib/man3/DBD::Trini.3 bldadmin@natk-22<DBD-Trini-0.01> make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..1 dbih_getcom given an undefined handle (perhaps returned from a previous call which failed) at test.pl line 42, <GEN1> line 54. make: *** [test_dynamic] Error 255 bldadmin@natk-22<DBD-Trini-0.01> exit exit script done on Wed Nov 05 16:05:49 2003
DBD::Trini is cancelled and is no longer on CPAN. On Wed Nov 05 19:18:01 2003, guest wrote: Show quoted text
> Perl Module: DBD-Trini-0.01 > > While executing make test, the following output is generated > > bldadmin@natk-22<DBD-Trini-0.01> make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" > test.pl > 1..1 > dbih_getcom given an undefined handle (perhaps returned from a > previous call which failed) at test.pl line 42, <GEN1> line 54. > make: *** [test_dynamic] Error 255 > > if lines 42 and 43 are commented out in test.pl, the test passes > without error, but the output generated does not look right(pasted > below), instead of fetching 5 rows from the table only the second row > is fetched. > > bldadmin@natk-22<DBD-Trini-0.01> make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" > test.pl > 1..1 > dbih_getcom given an undefined handle (perhaps returned from a > previous call which failed) at test.pl line 42, <GEN1> line 54. > make: *** [test_dynamic] Error 255 > > please help > Other information > bldadmin@natk-22<DBD-Trini-0.01> uname -a > SunOS natk-22 5.7 Generic_106541-26 sun4u sparc SUNW,Ultra-5_10 > bldadmin@natk-22<DBD-Trini-0.01> make -v > GNU Make 3.80 > Copyright (C) 2002 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > > This is perl, v5.8.0 built for sun4-solaris > > Copyright 1987-2002, Larry Wall > > Perl may be copied only under the terms of either the Artistic License > or the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using `man perl' or `perldoc perl'. If you have access to > the > Internet, point your browser at http://www.perl.com/, the Perl Home > Page.