The compiler warnings in the smoke report below suggest that you haven't
got the -DCCTYPE=MSVC80 which you need when building with cl.exe version
14.x (VC++ 2005).


> -----Original Message-----
> From: George Greer [mailto:[email protected]]
> Sent: 16 February 2010 14:43
> To: [email protected]
> Cc: [email protected]
> Subject: Smoke [5.11.4] v5.11.4-96-g212cd26 FAIL(FM) MSWin32 Win2000
> SP4 (x86/1 cpu)
> 
> Automated smoke report for 5.11.4 patch
> 212cd266432f0c6e02c448f95b77ba4a3302bf4c v5.11.4-96-g212cd26
> perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~3440 MHz) (x86/1
> cpu)
>     on        MSWin32 - Win2000 SP4
>     using     cl version 14.00.50727.762
>     smoketime 3 hours 21 minutes (average 25 minutes 10 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.11.4-96-g212cd26  Configuration (common) none
> ----------- ---------------------------------------------------------
> O M
> F O         -Duselargefiles
> M F         -Duseithreads
> F O         -Duseithreads -Duselargefiles
> | +--------- -DDEBUGGING
> +----------- no debugging
> 
> 
> Locally applied patches:
>     SMOKE212cd266432f0c6e02c448f95b77ba4a3302bf4c
> 
> Failures: (common-args) none
> [default] -Duselargefiles
> ../t/op/alarm.t.............................................FAILED
>     2
> ../cpan/Memoize/t/expmod_t.t................................FAILED
>     7
> 
> [default] -DDEBUGGING -Duseithreads
> ../t/op/alarm.t.............................................FAILED
>     4
> ../cpan/Memoize/t/expmod_t.t................................FAILED
>     10, 14
> ../dist/threads-shared/t/waithires.t........................FAILED
>     17, 19
> 
> [default] -Duseithreads -Duselargefiles
> ../cpan/ExtUtils-MakeMaker/t/basic.t........................FAILED
>     62
>     Non-zero exit status: 1
> ../cpan/Memoize/t/expmod_t.t................................FAILED
>     7
> 
> Passed Todo tests: (common-args) none
> [default]
> [default] -Duselargefiles
> [default] -DDEBUGGING -Duselargefiles
> ../t/re/reg_fold.t..........................................PASSED
>     458, 2632, 4398, 4404, 4410, 4416, 4422
>     4428, 4434
> ../dist/Safe/t/safesort.t...................................PASSED
>     10
> 
> [default] -DDEBUGGING -Duseithreads
> [default] -Duseithreads -Duselargefiles
> [default] -DDEBUGGING -Duseithreads -Duselargefiles
> ../t/re/reg_fold.t..........................................PASSED
>     458, 2632, 4398, 4404, 4410, 4416, 4422
>     4428, 4434
> 
> Compiler messages(MSWin32):
> Cwd.xs(75) : warning C4101: 'symlink' : unreferenced local variable
> ..\hv.c(461) : warning C4996: 'strupr': The POSIX name for this item
is
> deprecated. Instead, use the ISO C++ conformant name: _strupr. See
> online help for details.
> ..\hv.c(521) : warning C4996: 'strupr': The POSIX name for this item
is
> deprecated. Instead, use the ISO C++ conformant name: _strupr. See
> online help for details.
> ..\hv.c(563) : warning C4996: 'strupr': The POSIX name for this item
is
> deprecated. Instead, use the ISO C++ conformant name: _strupr. See
> online help for details.
> ..\hv.c(960) : warning C4996: 'strupr': The POSIX name for this item
is
> deprecated. Instead, use the ISO C++ conformant name: _strupr. See
> online help for details.
> d:\smoke\perl\blead\build\time64.c(307) : 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.
> d:\smoke\perl\blead\build\time64.c(326) : warning C4996: 'gmtime':
This
> function or variable may be unsafe. Consider using gmtime_s instead.
To
> disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for
> details.
> ..\pp_sys.c(697) : warning C4996: 'umask': The POSIX name for this
item
> is deprecated. Instead, use the ISO C++ conformant name: _umask. See
> online help for details.
> ..\pp_sys.c(702) : warning C4996: 'umask': The POSIX name for this
item
> is deprecated. Instead, use the ISO C++ conformant name: _umask. See
> online help for details.
> ..\pp_sys.c(705) : warning C4996: 'umask': The POSIX name for this
item
> is deprecated. Instead, use the ISO C++ conformant name: _umask. See
> online help for details.
> ..\sv.c(2772) : 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.
> ..\sv.c(2965) : 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.
> ..\sv.c(9417) : 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.
> ..\sv.c(10222) : 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.
> ..\util.c(4052) : 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(5888) : 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(5928) : 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(337) : 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(343) : 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: 'stricmp': The POSIX name for this
item
> is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See
> online help for details.
> .\win32.c(370) : 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(398) : 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(417) : 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(422) : 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(430) : 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(629) : 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(740) : 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(871) : 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(939) : 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(958) : 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(1007) : 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(1144) : 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(1448) : 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(1648) : 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(1665) : 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(1676) : 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(1773) : 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(1838) : 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(1872) : 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(1877) : 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(1965) : 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(1968) : 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(1971) : 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(1974) : 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: '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(1985) : 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(1988) : 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(1996) : 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(1999) : 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(2064) : 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(2069) : 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(2624) : 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(2627) : 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(2637) : 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(2642) : 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(2669) : 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(2731) : 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(2734) : 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(2751) : 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(2762) : 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(2765) : 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(2801) : 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(3054) : 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(3250) : 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(3271) : 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(3273) : 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(3304) : 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(3305) : 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(3327) : 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(3336) : 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(3374) : 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(3422) : 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(3448) : 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(3475) : 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(3490) : 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(3493) : 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(3508) : 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(3535) : 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(3541) : 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(3753) : 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(3760) : 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(3767) : 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(3778) : 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(3785) : 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(3792) : 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(3834) : 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(3849) : 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(3854) : 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(3914) : 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(3927) : 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(3972) : 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(3983) : 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(3991) : 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(4085) : 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(4287) : 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(4311) : 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(4324) : 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(4336) : 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(4342) : 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(4354) : 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(4591) : 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(4804) : 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(479) : 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(485) : 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(491) : warning C4996: 'close': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _close.
> See online help for details.
> ..\pp_sys.c(3071) : warning C4996: 'access': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _access.
> See online help for details.
> d:\smoke\perl\blead\build\win32\vdir.h(200) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(213) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(271) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(283) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(416) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(435) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(436) : warning C4996: 'strcat':
> This function or variable may be unsafe. Consider using strcat_s
> instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See
> online help for details.
> d:\smoke\perl\blead\build\win32\vdir.h(450) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(453) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(462) : warning C4996: 'strcat':
> This function or variable may be unsafe. Consider using strcat_s
> instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See
> online help for details.
> d:\smoke\perl\blead\build\win32\vdir.h(524) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(644) : warning C4996:
'wcsncpy':
> This function or variable may be unsafe. Consider using wcsncpy_s
> instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See
> online help for details.
> d:\smoke\perl\blead\build\win32\vdir.h(663) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(664) : warning C4996: 'wcscat':
> This function or variable may be unsafe. Consider using wcscat_s
> instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See
> online help for details.
> d:\smoke\perl\blead\build\win32\vdir.h(678) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(681) : 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.
> d:\smoke\perl\blead\build\win32\vdir.h(690) : warning C4996: 'wcscat':
> This function or variable may be unsafe. Consider using wcscat_s
> instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See
> online help for details.
> d:\smoke\perl\blead\build\win32\perlhost.h(1031) : warning C4996:
> 'mktemp': The POSIX name for this item is deprecated. Instead, use the
> ISO C++ conformant name: _mktemp. See online help for details.
> d:\smoke\perl\blead\build\win32\perlhost.h(1073) : warning C4996:
> 'tmpnam': This function or variable may be unsafe. Consider using
> tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS.
> See online help for details.
> d:\smoke\perl\blead\build\win32\perlhost.h(1079) : warning C4996:
> 'umask': The POSIX name for this item is deprecated. Instead, use the
> ISO C++ conformant name: _umask. See online help for details.
> d:\smoke\perl\blead\build\win32\perlhost.h(1569) : warning C4996:
> 'execl': The POSIX name for this item is deprecated. Instead, use the
> ISO C++ conformant name: _execl. See online help for details.
> d:\smoke\perl\blead\build\win32\perlhost.h(2228) : 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.
> d:\smoke\perl\blead\build\win32\perlhost.h(2235) : 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.
> d:\smoke\perl\blead\build\win32\perlhost.h(2325) : 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.
> d:\smoke\perl\blead\build\win32\perlhost.h(2334) : 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.
> d:\smoke\perl\blead\build\win32\perlhost.h(2342) : 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.
> d:\smoke\perl\blead\build\win32\perlhost.h(2359) : 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.
> ..\perlio.c(154) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(2874) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(2892) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(2908) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(2914) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(2942) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(2983) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(3000) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(3003) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(3019) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(3115) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(3609) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(3644) : warning C4996: 'fileno': The POSIX name for this
> item is deprecated. Instead, use the ISO C++ conformant name: _fileno.
> See online help for details.
> ..\perlio.c(3662) : 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(4281) : warning C4996: 'spawnv': The POSIX name for this
item
> is deprecated. Instead, use the ISO C++ conformant name: _spawnv. See
> online help for details.
> # NMAKE : fatal error U1077: 'D:\smoke\perl\blead\build\t\perl.exe' :
> return code '0x1'
> # NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio
> 8\VC\BIN\nmake.EXE"' : return code '0x2'
> 
> --
> Report by Test::Smoke v1.42 build 1267 running on perl 5.10.0
> (Reporter v0.035 / Smoker v0.045)

Reply via email to