On Wed, Jul 13, 2011 at 2:49 PM, George Greer <[email protected]> wrote: > Smoke logs available at http://m-l.org/~perl/smoke/perl/ > > Automated smoke report for 5.15.0 patch > 7be5bd17122a532f2806c8321c9ea10a46b62c48 v5.15.0-545-g7be5bd1 > perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2675 MHz) (x86/1 cpu) > on MSWin32 - Win2000 SP4 > using cl version 14.00.50727.762 > smoketime 1 hour 50 minutes (average 27 minutes 31 seconds) > > Summary: FAIL(FM) > > O = OK F = Failure(s), extended report at the bottom > X = Failure(s) under TEST but not under harness > ? = still running or test results not (yet) available > Build failures during: - = unknown or N/A > c = Configure, m = make, M = make (after miniperl), t = make test-prep > > v5.15.0-545-g7be5bd1 Configuration (common) none > ----------- --------------------------------------------------------- > M F > M F -Duseithreads > | +--------- -DDEBUGGING > +----------- no debugging > > > Locally applied patches: > uncommitted-changes > SMOKE7be5bd17122a532f2806c8321c9ea10a46b62c48 > > Failures: (common-args) none > [default] -DDEBUGGING > ../t/op/sleep.t.............................................FAILED > 1, 3 > ../cpan/ExtUtils-MakeMaker/t/basic.t........................FAILED > 19, 62, 67, 72, 82 > Non-zero exit status: 2 > Bad plan. You planned 171 tests but ran 84. > ../cpan/ExtUtils-MakeMaker/t/oneliner.t.....................FAILED > 4, 7-11 > Non-zero exit status: 6 > ../cpan/Time-HiRes/t/usleep.t...............................FAILED > 3-4 > Non-zero exit status: 2 > > [default] -DDEBUGGING -Duseithreads > ../cpan/ExtUtils-MakeMaker/t/basic.t........................FAILED > 19, 62, 67, 72, 82 > Non-zero exit status: 2 > Bad plan. You planned 171 tests but ran 84. > ../cpan/ExtUtils-MakeMaker/t/oneliner.t.....................FAILED > 4, 7-11 > Non-zero exit status: 6 > ../cpan/Time-HiRes/t/usleep.t...............................FAILED > 3-4 > Non-zero exit status: 2 > > Passed Todo tests: (common-args) none > [default] -DDEBUGGING > [default] -DDEBUGGING -Duseithreads > ../cpan/CGI/t/tmpdir.t......................................PASSED > 3-9 > > Compiler messages(MSWin32): > ..\pad.c(540) : warning C4028: formal parameter 3 different from declaration > ..\pad.c(609) : warning C4028: formal parameter 2 different from declaration > ..\pad.c(625) : warning C4028: formal parameter 2 different from declaration > ..\pp_hot.c(2656) : warning C4244: 'initializing' : conversion from 'I32' to > 'U8', possible loss of data > ..\pp_sort.c(1650) : warning C4244: 'initializing' : conversion from 'I32' to > 'U8', possible loss of data > perldll.def : error LNK2001: unresolved external symbol Perl_pad_setsv > ..\perl515.lib : fatal error LNK1120: 1 unresolved externals
I think what this means is that Perl_pad_setsv, because it only exists under -DDEBUGGING, needs to be added to the same exclusion list in makedef.pl that's already got Perl_pad_sv: http://perl5.git.perl.org/perl.git/blob/HEAD:/makedef.pl#l708 > ListUtil.xs(297) : warning C4244: 'initializing' : conversion from 'I32' to > 'U8', possible loss of data > ListUtil.xs(335) : warning C4244: 'initializing' : conversion from 'I32' to > 'U8', possible loss of data > Base64.xs(394) : warning C4146: unary minus operator applied to unsigned > type, result still unsigned > Base64.xs(396) : warning C4146: unary minus operator applied to unsigned > type, result still unsigned > Piece.xs(950) : warning C4101: 'ret' : unreferenced local variable > APItest.xs(2722) : warning C4244: 'initializing' : conversion from 'I32' to > 'U8', possible loss of data > # NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\t\perl.exe' : return > code '0xff' > ..\pad.c(540) : warning C4028: formal parameter 4 different from declaration > ..\pad.c(609) : warning C4028: formal parameter 3 different from declaration > ..\pad.c(625) : warning C4028: formal parameter 3 different from declaration > > -- > Report by Test::Smoke v1.42 build 1267 running on perl 5.10.0 > (Reporter v0.035 / Smoker v0.045) > >
