Hi,

sorry for the delay in getting back to you. 

If you have the time, could you try something for me please?

Edit Filter-1.26/t/cpp.t and change these lines

print "1..2\n" ;
ok(1, ($? >>8) == 0) ;
#print "|$a| vs |$expected_output|\n";
ok(2, $a eq $expected_output) ;

to this

print "1..2\n" ;
ok(1, ($? >>8) == 0) ;
print "returned $?\n";
print "|$a| vs |$expected_output|\n";
ok(2, $a eq $expected_output) ;

Now run this in the Filter-1.26 directory

    perl -Mblib t/cpp.t

and send me the output.

Paul

> -----Original Message-----
> From: P Kent [mailto:[EMAIL PROTECTED]]
> Sent: 24 December 2001 09:31
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: FAIL Filter-1.26 ppc-linux-multi 2.2.14
> 
> 
> This distribution has been tested as part of the cpan-testers
> effort to test as many new uploads to CPAN as possible.  See
> http://testers.cpan.org/
> 
> Please cc any replies to [EMAIL PROTECTED] to keep other
> test volunteers informed and to prevent any duplicate effort.
> 
> -- 
> Found when testing Net::OSCAR
> 
> ---- Unsatisfied dependencies detected during 
> [M/MA/MATTHEWG/Net-OSCAR-0.50.tar.gz] -----
>     Filter::Util::Call
> Shall I follow them and prepend them to the queue
> of modules we are processing right now? [yes] yes
> Running test for module Filter::Util::Call
> Running make for P/PM/PMQS/Filter-1.26.tar.gz
>   Is already unwrapped into directory /root/.cpan5.6/build/Filter-1.26
>   Has already been processed within this session
> Running make test
> make[1]: Entering directory `/root/.cpan5.6/build/Filter-1.26/Call'
> make[1]: Leaving directory `/root/.cpan5.6/build/Filter-1.26/Call'
> make[1]: Entering directory `/root/.cpan5.6/build/Filter-1.26/Exec'
> make[1]: Leaving directory `/root/.cpan5.6/build/Filter-1.26/Exec'
> make[1]: Entering directory `/root/.cpan5.6/build/Filter-1.26/decrypt'
> make[1]: Leaving directory `/root/.cpan5.6/build/Filter-1.26/decrypt'
> make[1]: Entering directory `/root/.cpan5.6/build/Filter-1.26/tee'
> make[1]: Leaving directory `/root/.cpan5.6/build/Filter-1.26/tee'
> PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib 
> -I/usr/local/perl5.6/lib/5.6.1/ppc-linux-multi -I/usr/local/perl5.6/lib
> /5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; 
> runtests @ARGV;' t/*.t
> t/call..............ok
> t/cpp...............FAILED tests 1-2
>         Failed 2/2 tests, 0.00% okay
> t/decrypt...........ok
> t/exec..............ok
> t/order.............ok
> t/sh................ok
> t/tee...............ok
> Failed Test Status Wstat Total Fail  Failed  List of Failed
> ------------------------------------------------------------------
> --------------
> t/cpp.t                        2    2 100.00%  1-2
> Failed 1/7 test scripts, 85.71% okay. 2/48 subtests failed, 95.83% okay.
> make: *** [test_dynamic] Error 29
>   /usr/bin/make test -- NOT OK
> 
> 
> --
> 
> Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
>   Platform:
>     osname=linux, osvers=2.2.14, archname=ppc-linux-multi
>     uname='linux dev 2.2.14 #1 sun sep 23 01:51:48 gmt 2001 ppc unknown '
>     config_args=''
>     hint=recommended, useposix=true, d_sigaction=define
>     usethreads=undef use5005threads=undef useithreads=undef 
> usemultiplicity=define
>     useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
>     use64bitint=undef use64bitall=undef uselongdouble=undef
>   Compiler:
>     cc='/usr/bin/gcc', ccflags ='-DDEBUGGING -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64',
>     optimize='-O2',
>     cppflags='-DDEBUGGING'
>     ccversion='', gccversion='2.95.2 19991024 (release)', gccosandvers=''
>     intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
>     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
>     ivtype='long', ivsize=4, nvtype='double', nvsize=8, 
> Off_t='off_t', lseeksize=8
>     alignbytes=8, usemymalloc=n, prototype=define
>   Linker and Libraries:
>     ld='/usr/bin/gcc', ldflags =' -L/usr/local/lib'
>     libpth=/usr/local/lib /lib /usr/lib
>     libs=-lnsl -lndbm -lgdbm -ldbm -ldb -ldl -lm -lc -lposix 
> -lcrypt -lutil
>     perllibs=-lnsl -ldl -lm -lc -lposix -lcrypt -lutil
>     libc=, so=so, useshrplib=false, libperl=libperl.a
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
>     cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
> 

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to