Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Perl: porters

Smoke [blead] v5.17.0-581-g9bdaae7 FAIL(FMt) MSWin32 Win2000 SP4 (x86/1 cpu)

 

 

Perl porters RSS feed   Index | Next | Previous | View Threaded


perl at greerga

Jun 18, 2012, 10:20 AM

Post #1 of 2 (30 views)
Permalink
Smoke [blead] v5.17.0-581-g9bdaae7 FAIL(FMt) MSWin32 Win2000 SP4 (x86/1 cpu)

Smoke logs available at http://m-l.org/~perl/smoke/perl/

Note: VirtualBox clock issues have been apparently fixed by host reboot/upgrade.

Automated smoke report for 5.17.0 patch 9bdaae7867d9f4ce1eeda017a740daf28dec9c9a v5.17.0-581-g9bdaae7
perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2661 MHz) (x86/1 cpu)
on MSWin32 - Win2000 SP4
using cl version 14.00.50727.762
smoketime 1 hour 34 minutes (average 23 minutes 33 seconds)

Summary: FAIL(FMt)

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.17.0-581-g9bdaae7 Configuration (common) none
----------- ---------------------------------------------------------
M t
F F -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
uncommitted-changes
SMOKE9bdaae7867d9f4ce1eeda017a740daf28dec9c9a

Failures: (common-args) none
[default] -Duseithreads
[default] -DDEBUGGING -Duseithreads
../cpan/Memoize/t/expmod_t.t................................FAILED
7

Passed Todo tests: (common-args) none
[default] -Duseithreads
[default] -DDEBUGGING -Duseithreads
../cpan/CGI/t/tmpdir.t......................................PASSED
3-9

Compiler messages(MSWin32):
op.c(6732) : warning C4244: 'initializing' : conversion from 'U32' to 'const char', possible loss of data
op.c(10840) : warning C4028: formal parameter 1 different from declaration
..\pp.c(5870) : warning C4244: 'function' : conversion from 'U32' to 'const char', possible loss of data
..\pp_hot.c(2685) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
..\pp_sort.c(1668) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
..\regexec.c(4346) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
..\regexec.c(4349) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
..\toke.c(768) : warning C4244: '=' : conversion from 'U32' to 'U8', possible loss of data
..\util.c(4148) : warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
..\util.c(6010) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\util.c(6056) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(291) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(297) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(306) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(324) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(352) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(371) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(376) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(384) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(559) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(670) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(801) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(858) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(877) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(922) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1108) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
.\win32.c(1389) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1566) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1583) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1594) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
.\win32.c(1754) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1819) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1853) : warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
.\win32.c(1858) : warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
.\win32.c(1946) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1949) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1952) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1955) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1961) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1966) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1969) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1977) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1980) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2012) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2017) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2467) : warning C4996: '__sys_nerr': This function or variable may be unsafe. Consider using strerror instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2477) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2482) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2509) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2571) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(2574) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2591) : warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details.
.\win32.c(2602) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(2605) : warning C4996: 'freopen': This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2641) : warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.
.\win32.c(2831) : warning C4996: '_fmode': This function or variable may be unsafe. Consider using _get_fmode instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2959) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3005) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(3007) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3035) : warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _setmode. See online help for details.
.\win32.c(3083) : warning C4996: 'chsize': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chsize. See online help for details.
.\win32.c(3093) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
.\win32.c(3103) : warning C4996: 'tell': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _tell. See online help for details.
.\win32.c(3118) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(3121) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
.\win32.c(3136) : warning C4996: 'eof': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _eof. See online help for details.
.\win32.c(3163) : warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.
.\win32.c(3169) : warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details.
.\win32.c(3175) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
.\win32.c(3181) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
.\win32.c(3188) : warning C4996: 'mkdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help for details.
.\win32.c(3195) : warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
.\win32.c(3206) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
.\win32.c(3213) : warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.
.\win32.c(3220) : warning C4996: 'chmod': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chmod. See online help for details.
.\win32.c(3262) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(3276) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(3281) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(3341) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3354) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
.\win32.c(3399) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3410) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3418) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3512) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3705) : warning C4996: 'execv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _execv. See online help for details.
.\win32.c(3725) : warning C4996: 'execvp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _execvp. See online help for details.
.\win32.c(3737) : warning C4996: 'setbuf': This function or variable may be unsafe. Consider using setvbuf instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3749) : warning C4996: 'flushall': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _flushall. See online help for details.
.\win32.c(3755) : warning C4996: 'fcloseall': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fcloseall. See online help for details.
.\win32.c(3767) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3984) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(4188) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
.\win32sck.c(382) : warning C4996: 'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32sck.c(394) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32sck.c(470) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
.\win32sck.c(476) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
.\win32sck.c(482) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
.\win32sck.c(488) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
IO.xs(493) : warning C4101: 'ret' : unreferenced local variable
ListUtil.xs(249) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
ListUtil.xs(297) : 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
POSIX.xs(707) : warning C4101: 'charstring' : unreferenced local variable
scalar.xs(175) : warning C4018: '>' : signed/unsigned mismatch
Piece.xs(950) : warning C4101: 'ret' : unreferenced local variable
APItest.xs(3046) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
APItest.xs(3370) : warning C4101: 'tmp' : unreferenced local variable
re_exec.c(4346) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
re_exec.c(4349) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data
op.c(10840) : warning C4028: formal parameter 2 different from declaration

--
Report by Test::Smoke v1.42 build 1267 running on perl 5.10.0
(Reporter v0.035 / Smoker v0.045)


nick at ccl4

Jun 20, 2012, 3:56 AM

Post #2 of 2 (27 views)
Permalink
Re: Smoke [blead] v5.17.0-581-g9bdaae7 FAIL(FMt) MSWin32 Win2000 SP4 (x86/1 cpu) [In reply to]

On Mon, Jun 18, 2012 at 12:48:00PM -0400, George Greer wrote:

> v5.17.0-581-g9bdaae7 Configuration (common) none
> ----------- ---------------------------------------------------------
> M t
> F F -Duseithreads

Smokes with this result (M followed by t) seem to have a common pattern.
The 'M' failure is like this:

Making all in cpan/perlfaq nmake -nologo all PERL_CORE=1
Making podlators (all)Making all in cpan/podlators nmake -nologo all PERL_CORE=1 D:\smoke\perl\blead\build\miniperl.exe "-I..\..\lib" "-I..\..\lib" -MExtUtils::Command -e cp -- pod2text blib\script\pod2text ..\..\miniperl.exe "-I..\..\lib" "-I..\..\lib" ..\../win32/bin/pl2bat.pl blib\script\pod2text xcopy /f /r /i /d /y ..\*.h ..\lib\CORE\*.*0 File(s) copied ..\miniperl.exe -I..\lib ..\make_ext.pl "MAKE=nmake -nologo" --dir=..\ext --dynaloader
In d:/smoke/perl/blead/build/win32 Making DynaLoader (all)
Makefile out-of-date with respect to ..\..\lib\Config.pm ..\..\lib\CORE\config.h
Cleaning current config before rebuilding Makefile...
nmake -nologo /D -f Makefile.old clean > NUL
..\..\miniperl.exe "-I..\..\lib" "-I..\..\lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "DynaLoader.c"
Writing Makefile for DynaLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the nmake -nologo /D command. <==
D:\smoke\perl\blead\build\miniperl.exe "-I..\..\lib" "-I..\..\lib" -e "exit 1" --
NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\miniperl.exe' : return code '0x1'
Stop.
nmake -nologo config PERL_CORE=1 DynaLoader.c failed, continuing anyway...
Making all in ext/DynaLoader
nmake -nologo all PERL_CORE=1 DynaLoader.c
Makefile out-of-date with respect to ..\..\lib\Config.pm ..\..\lib\CORE\config.h
Cleaning current config before rebuilding Makefile...
nmake -f Makefile.old clean > NUL

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.

..\..\miniperl.exe "-I..\..\lib" "-I..\..\lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "DynaLoader.c"
Writing Makefile for DynaLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the nmake command. <==
D:\smoke\perl\blead\build\miniperl.exe "-I..\..\lib" "-I..\..\lib" -e "exit 1" --
NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\miniperl.exe' : return code '0x1'
Stop.
Unsuccessful make(ext/DynaLoader): code=512 at ..\make_ext.pl line 468.
NMAKE : fatal error U1077: '..\miniperl.exe' : return code '0x2'
Stop.

error while running harness target 'minitest': 2 at D:\smoke\test-smoke\lib/Test/Smoke.pm line 193




and then the 't' failure is like this:


Extracting find2perl (with variable substitutions)
..\miniperl.exe -I..\lib ..\x2p\s2p.PL
Extracting s2p (with variable substitutions)
Linking s2p to psed.
link -subsystem:console -out:..\x2p\a2p.exe @C:\DOCUME~1\TIVRUS~1.PER\LOCALS~1\Temp\nmC6A7.tmp
if exist ..\x2p\a2p.exe.manifest mt -nologo -manifest ..\x2p\a2p.exe.manifest -outputresource:..\x2p\a2p.exe;1 && if exist ..\x2p\a2p.exe.manifest del ..\x2p\a2p.exe.manifest
Mon, Jun 18 2012 11:16:39 Extensions_nonxs
Mon, Jun 18 2012 11:23:09 Extensions
all target does not exist
Everything is up to date. 'nmake test' to run test suite.

[nmake -f smoke.mk -nologo /D CCTYPE=MSVC80FREE MAKE="nmake -nologo /D" test-prep]
Running config_h.PL
Writing config.h
config.h has changed
Options: (DEBUGGING HAS_TIMES HAVE_INTERP_INTERN PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERL_ATOF USE_SITECUSTOMIZE)
Defines: (DEBUGGING HAS_ACCESS HAS_ALARM HAS_CHSIZE HAS_CRYPT HAS_DBL_DIG HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FLOCK HAS_FLOCK_PROTO HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_ISASCII HAS_ISNAN HAS_KILLPG HAS_LDBL_DIG HAS_LINK HAS_LOCALECONV HAS_LONG_DOUBLE HAS_LSEEK_PROTO HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MEMCHR HAS_MEMCMP HAS_MEMCPY HAS_MEMMOVE HAS_MEMSET HAS_MKDIR HAS_MKTIME HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_QUAD HAS_READDIR HAS_RENAME HAS_REWINDDIR HAS_RMDIR HAS_SANE_MEMCMP HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKET HAS_STATIC_INLINE HAS_STRCHR HAS_STRCOLL HAS_STRERROR HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOUL HAS_STRXFRM HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TIME HAS_TIMES HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VPRINTF HAS_VSNPRINTF HAS_WAITPID HAS_WCSTOMBS HAS_WCTOMB HAVE_INTERP_INTERN NO_STRICT PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_IMPLICIT_CONTEXT PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS SPRINTF_RETURNS_STRLEN USE_DYNAMIC_LOADING USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_STRUCT_COPY USE_THREADS WIN32 _CONSOLE _CRT_NONSTDC_NO_DEPRECATE _CRT_SECURE_NO_DEPRECATE)
NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\miniperl.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\miniperl.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\miniperl.exe' : return code '0x1'
Stop.


[.repeat that error about the miniperl.exe exit code a few dozen more times]


There have been 3 or 4 like this over the past month. Seemingly with the same
pairing - DynaLoader fails to build (hence 'M'), and then the next
configuration builds completely, but the tests fail to even start.

Nicholas Clark

Perl porters RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.