|
|
sybperl-l Archive
Up Prev Next
From: Brian Craft <bccraft at uci dot edu>
Subject: Re: sybperl 'make test' problem
Date: Aug 31 2006 6:16PM
It looks like it hangs after test 19 ... Now where do i go with it?
Thanks
bc
(thea) root:/tmp/sybperl-2.18 # perl -Mblib t/1_db_dblib.t
Using /tmp/sybperl-2.18/blib
1..22
Sybperl Version This is sybperl, version 2.18
Sybase::DBlib $Revision: 1.61 $ $Date: 2005/03/20 19:50:59 $
Copyright (c) 1991-2001 Michael Peppler
DB-Library version: Sybase DB-Library/12.5.1/P-EBF13138 ESD
#12/DRV.12.5.1.4/SPARC/Solaris 2.8/BUILD1251-045/OPT/Tue Jan 31 21:57:10 2006
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
michael.peppler@bnpparibas.com wrote:
> Try to run
> perl -Mblib t/1_db_dblib.t
> by itself to see where it gets to, and to try to figure out where it
> hangs...
>
> Michael
>
>
>
>
> Internet
> bccraft@uci.edu@peppler.org - 31/08/2006 00:52
>
>
> Sent by: owner-sybperl-l@peppler.org
>
> To: sybperl-l
>
> cc:
>
>
> Subject: sybperl 'make test' problem
>
>
> Trying to upgrade to sybperl 2.18 (from 2.17) after an ASE upgrade to
> 12.5.4
> (from 12.5.3a). This is on Solaris 9 using the 64 bit version of ASE.
> However,
> the sybperl compile should be 32 bit. The open client libraries are 12.5.1
> and
> are the ones distributed with the ASE install.
>
> Edit CONFIG by changing the SYBASE line and EXTRA_LIBS line
> (EXTRA_LIBS=-ltli
> -lnsl -ldl -lm), also added -DNOBLK to the EXTRA_DEFS line.
>
> perl Makefile
> gmake
> gmake test
>
> I get the following output from 'gmake test' -
>
> gmake[1]: Entering directory `/tmp/sybperl-2.18/BCP'
> gmake[1]: Leaving directory `/tmp/sybperl-2.18/BCP'
> gmake[1]: Entering directory `/tmp/sybperl-2.18/BLK'
> gmake[1]: Leaving directory `/tmp/sybperl-2.18/BLK'
> gmake[1]: Entering directory `/tmp/sybperl-2.18/CTlib'
> gmake[1]: Leaving directory `/tmp/sybperl-2.18/CTlib'
> gmake[1]: Entering directory `/tmp/sybperl-2.18/DBlib'
> gmake[1]: Leaving directory `/tmp/sybperl-2.18/DBlib'
> gmake[1]: Entering directory `/tmp/sybperl-2.18/Sybperl'
> gmake[1]: Leaving directory `/tmp/sybperl-2.18/Sybperl'
> PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1 -e
> 'use
> Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/1_db_dblib...........
>
>
> and it stops and never comes back. I do an sp__who in ASE and I see the
> login.
> I have to hit control-C to end things. Any ideas on what I can look at
> to
> troubleshoot? Thanks
the other details
|