On Tue, 03 Jun 2008 14:59:12 +0200, Bram <[EMAIL PROTECTED]>
wrote:

> smokecurrent.log ends with:
> 
> Configuration: -Dcc=/opt/gcc/bin_ccache/gcc430 -Ud_getprior  
> -Ud_setprior -Ud_setresgid -Ud_setresuid -Dusedevel -Duse64bitint  
> -DDEBUGGING
> ------------------------------------------------------------------------------
> make distclean ...
> Copy Policy.sh ...
> Configure ...[./Configure -des -Dcc=/opt/gcc/bin_ccache/gcc430  
> -Ud_getprior -Ud_setprior -Ud_setresgid -Ud_setresuid -Dusedevel  
> -Duse64bitint -DDEBUGGING]
> getconf: Unrecognized variable `GNU_LIBPTHREAD_VERSION'
> 
> make ...[make ]
>            CCCMD =  /opt/gcc/bin_ccache/gcc430 -DPERL_CORE -c  
> -DPERL_PATCHNUM=33976 -DDEBUGGING -DDEBUGGING -fno-strict-aliasing  
> -pipe -fstack-protector -I/u$
>            CCCMD =  /opt/gcc/bin_ccache/gcc430 -DPERL_CORE -c  
> -DPERL_PATCHNUM=33976 -DDEBUGGING -DDEBUGGING -fno-strict-aliasing  
> -pipe -fstack-protector -I/u$
> gv.c: In function 'Perl_Gv_AMupdate':
> 
> [ lots of other warnings ]
> 
>   Tests start here:
> TSTENV = stdio          AutoSplitting perl library
> ./miniperl -Ilib -MAutoSplit -MFile::Find -e ' \
>          find ({no_chdir=>1, wanted => \
>                 sub {autosplit_lib_modules($_) if /\.pm$/}}, \
>                "lib")'
> 
> [ ... ]
> 
> make[2]: Entering directory `/opt/perl/perl-5.10.x'
> cd t &&   ./perl harness   </dev/tty
> base/cond..........................................................ok
> 
> [ ... ]
> pod/twice..........................................................ok
> x2p/s2p............................................................ok
> 
> Test Summary Report
> -------------------
> op/int.t                                                       (Wstat:  
> 0 Tests: 14 Failed: 1)
>    Failed test:  6
> Files=1530, Tests=200486, 519 wallclock secs (26.40 usr  3.52 sys +  
> 273.69 cusr 19.80 csys = 323.41 CPU)
> Result: FAIL

Rebuild the perl that caused this fail
$ cd t
$ ./perl 
$ env HARNESS_VERBOSE=9 HARNESS_DEBUG=9 ./perl harness op/int.t

and see if it still fails, and if there are more (useful) indicators to
the problem.

I think the '?'s should be either 'F' or 'X' here. No idea as yet why
they are '?'

-- 
H.Merijn Brand         Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.10.x  on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin.       http://qa.perl.org
http://mirrors.develooper.com/hpux/            http://www.test-smoke.org
                        http://www.goldmark.org/jeff/stupid-disclaimers/

Reply via email to