[EMAIL PROTECTED] wrote:

> Hi All,
>
>       Have any of you faced a similar problem and if so how did you fix it?
> the make seems to run allright but when I run the make test all the tests
> fail.
>
> we are on SUN solaris SunOS 5.6 Generic_105181-30 sun4u sparc SUNW,Ultra-80
>
> The errors I get are logged in the script output and it is attached for
> reference.
>
> make looks like goes through fine but make test fails
>
> I installed a new version of GCC compiler too but somehow it doesnt seem to
> be right
>
> The output is as follows
>
> make test
> cp Changes blib/lib/DBI/Changes.pm
> PERL_DL_NONLAZY=1 /usr/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/basics............dubious
>         Test returned status 0 (wstat 139, 0x8b)
>         test program seems to have generated a core
>         after all the subtests completed successfully
> [...]
> Failed Test  Status Wstat Total Fail  Failed  List of Failed
> --------------------------------------------------------------------------------
> t/basics.t         0   139    36    0   0.00%  ??
> t/dbidrv.t         0   139    17    0   0.00%  ??
> t/examp.t          0   139   201  200  99.50%  2-201
> t/meta.t           0   139     6    0   0.00%  ??
> t/preparse.t       0   139    23    0   0.00%  ??
> t/proxy.t          0   139    ??   ??       %  ??
> t/shell.t          0   139     3    0   0.00%  ??
> t/subclass.t       0   139    15    0   0.00%  ??
> Failed 8/8 test scripts, 0.00% okay. 200/301 subtests failed, 33.55% okay.
> make: *** [test_dynamic] Error 2
>
> Thanks for your help in advance.
>
> Cheers
>
> ArunHallur

Thomas Lowery suggested "Is Perl compiled using the same compiler"?  That's a valid 
question.  Also, was it compiled on Solaris 5.6 or an older version?
Or on a later version?  If a later version, then the problem might be backwards 
compatibility.  The same or older version of the o/s should be OK.
Depending on the different versions of GCC, you might or might not be OK; using the 
same version to build both Perl and the extensions is the safest
course of action.

See also the FAQs at http://xmlproj.dyndns.org/cgi-bin/fom

It has a question particularly applicable to Solaris 8.  And also see a previous 
posting from me tonight for a Solaris 8 vitcim.



--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED])
Guardian of DBD::Informix 1.00.PC2 -- see http://dbi.perl.org/
#include <disclaimer.h>


Reply via email to