It looks like DBD::Sybase is still working (after forcing the install), but I 
thought I'd report these test failures. Seeing "86.84% okay" is pretty scary. 
-grin-

Thanks!

j


freetds-0.62.4

# perl -MDBI -e 'DBI->installed_versions'
  Perl            : 5.008004    (i686-linux)
  OS              : linux       (2.4.21-215-default)
  DBI             : 1.46
  DBD::Sybase     : 1.04
  -snipped for relevancy-



-----------------------
TEST ERRORS...
-------------------------

cpan> force install DBD::Sybase
Running install for module DBD::Sybase
Running make for M/ME/MEWP/DBD-Sybase-1.04.tar.gz
Checksum for 
/var/cache/cpan/sources/authors/id/M/ME/MEWP/DBD-Sybase-1.04.tar.gz ok
DBD-Sybase-1.04/
DBD-Sybase-1.04/t/
DBD-Sybase-1.04/t/login.t
DBD-Sybase-1.04/t/autocommit.t
DBD-Sybase-1.04/t/exec.t
DBD-Sybase-1.04/t/place.t
DBD-Sybase-1.04/t/nsql.t
DBD-Sybase-1.04/t/screen.jpg
DBD-Sybase-1.04/t/main.t
DBD-Sybase-1.04/t/xblob.t
DBD-Sybase-1.04/t/_test.pm
DBD-Sybase-1.04/t/fail.t
DBD-Sybase-1.04/t/thread.t
DBD-Sybase-1.04/t/base.t
DBD-Sybase-1.04/README.freetds
DBD-Sybase-1.04/Sybase.h
DBD-Sybase-1.04/MANIFEST
DBD-Sybase-1.04/eg/
DBD-Sybase-1.04/eg/Show.cgi
DBD-Sybase-1.04/eg/dbschema.pl
DBD-Sybase-1.04/eg/check-space.pl
DBD-Sybase-1.04/eg/README
DBD-Sybase-1.04/dbdimp.c
DBD-Sybase-1.04/CHANGES
DBD-Sybase-1.04/META.yml
DBD-Sybase-1.04/dbdimp.h
DBD-Sybase-1.04/PWD.factory
DBD-Sybase-1.04/README.vms
DBD-Sybase-1.04/CONFIG
DBD-Sybase-1.04/dbd-sybase.pod
DBD-Sybase-1.04/BUGS
DBD-Sybase-1.04/Sybase.pm
DBD-Sybase-1.04/Sybase.xs
DBD-Sybase-1.04/Makefile.PL
DBD-Sybase-1.04/README
Removing previously used /var/cache/cpan/build/DBD-Sybase-1.04

  CPAN.pm: Going to build M/ME/MEWP/DBD-Sybase-1.04.tar.gz

Sybase OpenClient  found.
The DBD::Sybase module need access to a Sybase server to run the tests.
To clear an entry please enter 'undef'
Sybase server to use (default: SYBASE): omares-pms
User ID to log in to Sybase (default: sa):
Password (default: undef): Sybase database to use on omares-pms (default: 
undef): hotel

* Writing login information, including password, to file PWD.

Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lcs
Note (probably harmless): No library found for -lsybtcl
Note (probably harmless): No library found for -lcomn
Note (probably harmless): No library found for -lintl
Using DBI 1.46 (for perl 5.008004 on i686-linux) installed in 
/usr/lib/perl5/site_perl/5.8.4/i686-linux/auto/DBI/
Writing Makefile for DBD::Sybase
cp dbd-sybase.pod blib/lib/DBD/dbd-sybase.pod
cp Sybase.pm blib/lib/DBD/Sybase.pm
/usr/bin/perl -p -e "s/~DRIVER~/Sybase/g" 
/usr/lib/perl5/site_perl/5.8.4/i686-linux/auto/DBI//Driver.xst > Sybase.xsi
/usr/bin/perl /usr/lib/perl5/5.8.4/ExtUtils/xsubpp  -typemap 
/usr/lib/perl5/5.8.4/ExtUtils/typemap  Sybase.xs > Sybase.xsc && mv Sybase.xsc 
Sybase.c
cc -c  -I/usr/local/freetds/include 
-I/usr/lib/perl5/site_perl/5.8.4/i686-linux/auto/DBI -fno-strict-aliasing 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   
-DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fpic 
"-I/usr/lib/perl5/5.8.4/i686-linux/CORE"   Sybase.c
cc -c  -I/usr/local/freetds/include 
-I/usr/lib/perl5/site_perl/5.8.4/i686-linux/auto/DBI -fno-strict-aliasing 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   
-DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fpic 
"-I/usr/lib/perl5/5.8.4/i686-linux/CORE"   dbdimp.c
Running Mkbootstrap for DBD::Sybase ()
chmod 644 Sybase.bs
rm -f blib/arch/auto/DBD/Sybase/Sybase.so
LD_RUN_PATH="/usr/local/freetds/lib" cc  -L/usr/local/freetds/lib -shared 
-L/usr/local/lib Sybase.o dbdimp.o  -o blib/arch/auto/DBD/Sybase/Sybase.so   
-L/usr/local/freetds/lib -lct -ltds -ldl -lm
chmod 755 blib/arch/auto/DBD/Sybase/Sybase.so
cp Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs
chmod 644 blib/arch/auto/DBD/Sybase/Sybase.bs
Manifying blib/man3/DBD::Sybase.3
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/autocommit....ok
t/base..........ok
t/exec..........DBD::Sybase::st execute failed: ct_param() failed! at t/exec.t 
line 36.
Use of uninitialized value in numeric ne (!=) at t/exec.t line 38.
DBD::Sybase::st bind_param failed: ct_param() failed! at t/exec.t line 59.
DBD::Sybase::st bind_param failed: ct_param() failed! at t/exec.t line 62.
Use of uninitialized value in numeric ne (!=) at t/exec.t line 65.
DBD::Sybase::st execute failed: ct_param() failed! at t/exec.t line 73.
Use of uninitialized value in numeric ne (!=) at t/exec.t line 74.
DBD::Sybase::st execute failed: ct_param() failed! at t/exec.t line 83.
Use of uninitialized value in numeric ne (!=) at t/exec.t line 84.
Use of uninitialized value in numeric eq (==) at t/exec.t line 87.
t/exec..........FAILED test 9
        Failed 1/9 tests, 88.89% okay
t/fail..........FAILED tests 2, 5, 10, 12
        Failed 4/13 tests, 69.23% okay (less 3 skipped tests: 6 okay, 46.15%)
t/login.........ok
t/main..........ok 10/19Setting of CS_OPT_TEXTSIZE failed. at t/main.t line 123.
type_info_all result has 19 keys but 20 fields at t/main.t line 179
t/main..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 13-14, 18-19
        Failed 4/19 tests, 78.95% okay
t/nsql..........ok
t/place.........?-style placeholders aren't supported with this SQL Server.
t/place.........ok
        10/11 skipped:
t/thread........skipped
        all skipped: this perl 5.008004 not configured to support iThreads
t/xblob.........Use of uninitialized value in print at t/xblob.t line 56.
Setting of CS_OPT_TEXTSIZE failed. at t/xblob.t line 65.
t/xblob.........FAILED test 5
        Failed 1/6 tests, 83.33% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/exec.t                   9    1  11.11%  9
t/fail.t                  13    4  30.77%  2 5 10 12
t/main.t     255 65280    19    6  31.58%  13-14 18-19
t/xblob.t                  6    1  16.67%  5
1 test and 13 subtests skipped.
Failed 4/10 test scripts, 60.00% okay. 10/76 subtests failed, 86.84% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
Files found in blib/arch: installing files in blib/lib into architecture 
dependent library tree
Writing /usr/lib/perl5/site_perl/5.8.4/i686-linux/auto/DBD/Sybase/.packlist
Appending installation info to /usr/lib/perl5/5.8.4/i686-linux/perllocal.pod
  /usr/bin/make install  -- OK



-----------------
perl -V
-------------------
phedwig:/home/jhannah/src/freetds-0.62.4 # perl -V
Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=linux, osvers=2.4.21-215-default, archname=i686-linux
    uname='linux peruvian 2.4.21-215-default #1 tue apr 27 01:00:43 utc 2004 
i686 i686 i386 gnulinux '
    config_args='-ds -e -Dprefix=/usr -Dotherlibdirs=/usr/lib/perl5/vendor_perl'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='3.3.1 (SuSE Linux)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: USE_LARGE_FILES
  Built under linux
  Compiled at May 20 2004 14:54:51
  %ENV:
    PERL5LIB="/usr/lib/perl5/site_perl/Omni/MVC"
  @INC:
    /usr/lib/perl5/site_perl/Omni/MVC
    /usr/lib/perl5/5.8.4/i686-linux
    /usr/lib/perl5/5.8.4
    /usr/lib/perl5/site_perl/5.8.4/i686-linux
    /usr/lib/perl5/site_perl/5.8.4
    /usr/lib/perl5/site_perl/5.8.1
    /usr/lib/perl5/site_perl
    /usr/lib/perl5/vendor_perl/5.8.1
    /usr/lib/perl5/vendor_perl
    .


Reply via email to