Dear Todd,

In the README file, it says:

    Note that the tests that create tables with BLOB or CLOB columns will
    place them in the smart blob space designated by DBD_INFORMIX_SBSPACE,
    and will use the default value 'sbspace' if you do not specify an
    alternative.  If you do not have any smart blob spaces, the tests will
    fail unless you set DBD_INFORMIX_NO_SBSPACE.

On the whole, I'd say you're good to go with the build as is - you can
tweak the test environment so that the tests all pass if you wish to
do so.

Thanks for using the bug reporting tool - it helps to have all the
information available in one place.

On 4/25/05, ODELL, TODD E (SWBT) <[EMAIL PROTECTED]> wrote:
> Hello.
> I ran the BugReport for D t91udts.t. Everything seems ok except for that
> one test for udts. From the error I wonder if it has anything to do with
> the DBD::Informix or simply with this version of Informix ( 9.21.UC4 ).
> ? In the past I was able to install DBD::Informix 1.00 with some
> complaining about the udts test but it was able to recognize the sbspace
> correctly.
> 
> BugReport:
> Command:   BugReport D t/t91udts.t
> Date:      Mon Apr 25 11:13:56 CDT 2005
> Machine:   sbctss2 (AIX 3)
> User:      uid=0(root) gid=0(system)
> groups=10(audit),8(cron),7(security),3(sys),2(bin),0(system)
> Directory: /usr/opt/perl5.8.6/.cpan/build/DBD-Informix-2005.01
> Umask:     026
> Terminal:  /dev/pts/5
> 
> #
> # Perl Version
> Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
>   Platform:
>     osname=aix, osvers=4.3.3.0, archname=aix-thread-multi

An interesting combination of 'ancient and modern'.

> Characteristics of this binary (from libperl):
>   Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
> PERL_IMPLICIT_CONTEXT
>   Built under aix
>   Compiled at Apr 22 2005 10:58:16

> Configuring IBM Informix Database Driver for Perl DBI Version 2005.01
> (2005-03-14) (aka DBD::Informix)
>         You are using DBI version 1.48 and Perl version 5.008006
> Remember to actually read the README file!


> t/t90ius............ok
> t/t91udts...........DBD::Informix::db do failed: SQL: -9821: Space
> (sbspace) is not an sbspace. at
> /usr/opt/perl5.8.6/.cpan/build/DBD-Informix-2005.01/blib/lib/DBD/Informi
> x/TestHarness.pm line 347.
> DBD::Informix::db do failed: SQL: -206: The specified table
> (dbd_ix_udts) is not in the database.
> ISAM: -111: ISAM error:  no record found. at
> /usr/opt/perl5.8.6/.cpan/build/DBD-Informix-2005.01/blib/lib/DBD/Informi
> x/TestHarness.pm line 347.
> DBD::Informix::db prepare failed: SQL: -206: The specified table
> (dbd_ix_udts) is not in the database.
> ISAM: -111: ISAM error:  no record found. at t/t91udts.t line 88.
> Can't call method "execute" on an undefined value at t/t91udts.t line
> 99.
> dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 6-7, 9-16
>         Failed 10/16 tests, 37.50% okay
> t/t92rows...........ok
> t/t93lvarchar.......ok
> t/t94bool...........ok
> t/t95int8...........ok
> t/t99clean..........ok
> Failed 1/54 test scripts, 98.15% okay. 10/787 subtests failed, 98.73%
> okay.
> Failed Test Stat Wstat Total Fail  Failed  List of Failed
> ------------------------------------------------------------------------
> -------
> t/t91udts.t  255 65280    16   18 112.50%  6-7 9-16
> 5 tests skipped.
> make: 1254-004 The error code from the last command is 25.



> # Test: do('create distinct type dbd_ix_distofnamed as
> dbd_ix_udts_named'):
> ok 5
> # Test: do('
> #      create table dbd_ix_udts
> #      (s8 serial8,
> #       i8 int8,
> #       b boolean,
> #       lvc lvarchar,
> #       unnamed row(i int, l lvarchar),
> #       named dbd_ix_udts_named,
> #       sint set(int not null),
> #       lunnamed list(row(i int, c char(10)) not null),
> #       mnamed multiset(dbd_ix_udts_named not null),
> #       di8 dbd_ix_distofi8,
> #       db dbd_ix_distofbool,
> #       dlvc dbd_ix_distoflvc,
> #       dnamed dbd_ix_distofnamed, cl clob) put cl in (sbspace)'):
> DBD::Informix::db do failed: SQL: -9821: Space (sbspace) is not an
> sbspace. at blib/lib/DBD/Informix/TestHarness.pm line 347.
> not ok 6


> I excluded the DBI_TRACE=9 for now, let me know if I should send it.

There's no need to send it - thanks for using your judgement.

> Thanks,
> 
> Todd E. O'Dell
> Network Services ( DATA )
> Room 1118
> 500 E. 8th
> Kansas City, MO 64106
> Office: (816)275-3626
> Alpha Page: [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> Rigidity and inflexibility are forever the enemy of ingenuity and
> creativity. -- Teodor Zlatanov

-- 
Jonathan Leffler <[EMAIL PROTECTED]>  #include <disclaimer.h>
Guardian of DBD::Informix - v2005.01 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

Reply via email to