[via nntp.perl.org] [similar] [parsed detail]
Subject: Smoke [smoke-me/stuff] v5.17.0-346-ga23916d FAIL(M) MSWin32 Win2000 SP4 (x86/1 cpu)
Content-type: text/plain; charset="iso-8859-1"
Date: Thu, 14 Jun 2012 03:07 -0400
Mime-version: 1.0
Content-transfer-encoding: quoted-printable
Message-ID: <20120614072103.B8B234E012C@zwei>
Smoke logs available at http://m-l.org/~perl/smoke/perl/
Note: VirtualBox clock issues have been apparently fixed by host reboot/upg=
rade.
Automated smoke report for 5.17.0 patch a23916d3d60974653e5424059ee77b63fd7=
32fa7 v5.17.0-346-ga23916d
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 41 minutes 58 seconds (average 10 minutes 30 seconds)
Summary: FAIL(M)
O =3D OK F =3D Failure(s), extended report at the bottom
X =3D Failure(s) under TEST but not under harness
? =3D still running or test results not (yet) available
Build failures during: - =3D unknown or N/A
c =3D Configure, m =3D make, M =3D make (after miniperl), t =3D make test-p=
rep
v5.17.0-346-ga23916d Configuration (common) none
----------- ---------------------------------------------------------
M M=20=20=20=20=20=20=20=20=20
O M -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging
Locally applied patches:
uncommitted-changes
SMOKEa23916d3d60974653e5424059ee77b63fd732fa7
Passed Todo tests: (common-args) none
[default] -Duseithreads
../cpan/CGI/t/tmpdir.t......................................PASSED
3-9
Compiler messages(MSWin32):
op.c(6568) : warning C4244: 'initializing' : conversion from 'U32' to 'cons=
t char', possible loss of data
op.c(10676) : warning C4028: formal parameter 1 different from declaration
..\pp.c(5870) : warning C4244: 'function' : conversion from 'U32' to 'cons=
t char', possible loss of data
..\pp_hot.c(2671) : 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
..\toke.c(765) : warning C4244: '=3D' : conversion from 'U32' to 'U8', pos=
sible loss of data
perldll.def : error LNK2001: unresolved external symbol Perl_alloccopstash
..\perl517.lib : fatal error LNK1120: 1 unresolved externals
op.c(10676) : warning C4028: formal parameter 2 different from declaration
IO.xs(493) : warning C4101: 'ret' : unreferenced local variable
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 ty=
pe, result still unsigned
Base64.xs(396) : warning C4146: unary minus operator applied to unsigned ty=
pe, 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
..\hv.c(450) : warning C4996: 'strupr': The POSIX name for this item is de=
precated. Instead, use the ISO C++ conformant name: _strupr. See online hel=
p for details.
..\hv.c(510) : warning C4996: 'strupr': The POSIX name for this item is de=
precated. Instead, use the ISO C++ conformant name: _strupr. See online hel=
p for details.
..\hv.c(552) : warning C4996: 'strupr': The POSIX name for this item is de=
precated. Instead, use the ISO C++ conformant name: _strupr. See online hel=
p for details.
..\hv.c(947) : warning C4996: 'strupr': The POSIX name for this item is de=
precated. Instead, use the ISO C++ conformant name: _strupr. See online hel=
p for details.
d:\smoke\perl\smoke-me\build\time64.c(307) : warning C4996: 'localtime': Th=
is function or variable may be unsafe. Consider using localtime_s instead. =
To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for de=
tails.
d:\smoke\perl\smoke-me\build\time64.c(326) : warning C4996: 'gmtime': This =
function or variable may be unsafe. Consider using gmtime_s instead. To dis=
able deprecation, use _CRT_SECURE_NO_WARNINGS. 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 onlin=
e help for details.
..\regcomp.c(10797) : warning C4996: 'sprintf': This function or variable =
may be unsafe. Consider using sprintf_s instead. To disable deprecation, us=
e _CRT_SECURE_NO_WARNINGS. 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(2964) : 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(10132) : warning C4996: 'sprintf': This function or variable may b=
e unsafe. Consider using sprintf_s instead. To disable deprecation, use _CR=
T_SECURE_NO_WARNINGS. See online help for details.
..\sv.c(10981) : warning C4996: 'sprintf': This function or variable may b=
e unsafe. Consider using sprintf_s instead. To disable deprecation, use _CR=
T_SECURE_NO_WARNINGS. See online help for details.
..\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 m=
ay 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 m=
ay be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, =
use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\smoke\perl\smoke-me\build\win32\vdir.h(200) : warning C4996: 'strcpy': T=
his function or variable may be unsafe. Consider using strcpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(213) : warning C4996: 'wcscpy': T=
his function or variable may be unsafe. Consider using wcscpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(271) : warning C4996: 'wcscpy': T=
his function or variable may be unsafe. Consider using wcscpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(283) : warning C4996: 'strcpy': T=
his function or variable may be unsafe. Consider using strcpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\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 de=
tails.
d:\smoke\perl\smoke-me\build\win32\vdir.h(435) : warning C4996: 'strcpy': T=
his function or variable may be unsafe. Consider using strcpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(436) : warning C4996: 'strcat': T=
his function or variable may be unsafe. Consider using strcat_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(450) : warning C4996: 'strcpy': T=
his function or variable may be unsafe. Consider using strcpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(453) : warning C4996: 'strcpy': T=
his function or variable may be unsafe. Consider using strcpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(462) : warning C4996: 'strcat': T=
his function or variable may be unsafe. Consider using strcat_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(524) : warning C4996: 'strcpy': T=
his function or variable may be unsafe. Consider using strcpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\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 de=
tails.
d:\smoke\perl\smoke-me\build\win32\vdir.h(663) : warning C4996: 'wcscpy': T=
his function or variable may be unsafe. Consider using wcscpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(664) : warning C4996: 'wcscat': T=
his function or variable may be unsafe. Consider using wcscat_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(678) : warning C4996: 'wcscpy': T=
his function or variable may be unsafe. Consider using wcscpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(681) : warning C4996: 'wcscpy': T=
his function or variable may be unsafe. Consider using wcscpy_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\vdir.h(690) : warning C4996: 'wcscat': T=
his function or variable may be unsafe. Consider using wcscat_s instead. To=
disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for deta=
ils.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(1015) : warning C4996: 'mktem=
p': The POSIX name for this item is deprecated. Instead, use the ISO C++ co=
nformant name: _mktemp. See online help for details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(1057) : warning C4996: 'tmpna=
m': This function or variable may be unsafe. Consider using tmpnam_s instea=
d. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for=
details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(1063) : warning C4996: 'umask=
': The POSIX name for this item is deprecated. Instead, use the ISO C++ con=
formant name: _umask. See online help for details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(1553) : warning C4996: 'execl=
': The POSIX name for this item is deprecated. Instead, use the ISO C++ con=
formant name: _execl. See online help for details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(2199) : warning C4996: 'strcp=
y': This function or variable may be unsafe. Consider using strcpy_s instea=
d. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for=
details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(2206) : warning C4996: 'strcp=
y': This function or variable may be unsafe. Consider using strcpy_s instea=
d. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for=
details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(2296) : warning C4996: 'strcp=
y': This function or variable may be unsafe. Consider using strcpy_s instea=
d. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for=
details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(2305) : warning C4996: 'strcp=
y': This function or variable may be unsafe. Consider using strcpy_s instea=
d. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for=
details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(2313) : warning C4996: 'strcp=
y': This function or variable may be unsafe. Consider using strcpy_s instea=
d. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for=
details.
d:\smoke\perl\smoke-me\build\win32\perlhost.h(2330) : warning C4996: 'strcp=
y': This function or variable may be unsafe. Consider using strcpy_s instea=
d. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for=
details.
..\perlio.c(160) : warning C4996: 'fileno': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _fileno. See online=
help for details.
..\perlio.c(3013) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3031) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3047) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3053) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3081) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3122) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3139) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3142) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3158) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3252) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3757) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3792) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
..\perlio.c(3810) : warning C4996: 'fileno': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _fileno. See onlin=
e help for details.
.\win32.c(291) : warning C4996: 'sprintf': This function or variable may b=
e unsafe. Consider using sprintf_s instead. To disable deprecation, use _CR=
T_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 b=
e unsafe. Consider using sprintf_s instead. To disable deprecation, use _CR=
T_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(371) : warning C4996: 'sprintf': This function or variable may b=
e unsafe. Consider using sprintf_s instead. To disable deprecation, use _CR=
T_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(376) : warning C4996: 'sprintf': This function or variable may b=
e unsafe. Consider using sprintf_s instead. To disable deprecation, use _CR=
T_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(384) : warning C4996: 'sprintf': This function or variable may b=
e unsafe. Consider using sprintf_s instead. To disable deprecation, use _CR=
T_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(1389) : warning C4996: 'strncpy': This function or variable may =
be unsafe. Consider using strncpy_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1566) : warning C4996: 'strcpy': This function or variable may b=
e 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 b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1719) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1784) : warning C4996: 'localtime': This function or variable ma=
y be unsafe. Consider using localtime_s instead. To disable deprecation, us=
e _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1818) : 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(1823) : 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(1911) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1914) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1917) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1920) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1926) : warning C4996: 'sprintf': This function or variable may =
be unsafe. Consider using sprintf_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1931) : warning C4996: 'sprintf': This function or variable may =
be unsafe. Consider using sprintf_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1934) : warning C4996: 'sprintf': This function or variable may =
be unsafe. Consider using sprintf_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1942) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1945) : warning C4996: 'strncpy': This function or variable may =
be unsafe. Consider using strncpy_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1977) : warning C4996: 'sprintf': This function or variable may =
be unsafe. Consider using sprintf_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(1982) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2429) : warning C4996: '__sys_nerr': This function or variable m=
ay be unsafe. Consider using strerror instead. To disable deprecation, use =
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2432) : warning C4996: '__sys_nerr': This function or variable m=
ay be unsafe. Consider using strerror instead. To disable deprecation, use =
_CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2442) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2447) : 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(2474) : warning C4996: 'sprintf': This function or variable may =
be unsafe. Consider using sprintf_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2536) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(2539) : warning C4996: 'fopen': This function or variable may be=
unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_S=
ECURE_NO_WARNINGS. See online help for details.
.\win32.c(2556) : 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(2567) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(2570) : warning C4996: 'freopen': This function or variable may =
be unsafe. Consider using freopen_s instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2606) : 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(2796) : warning C4996: '_fmode': This function or variable may b=
e unsafe. Consider using _get_fmode instead. To disable deprecation, use _C=
RT_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2924) : warning C4996: 'wcscpy': This function or variable may b=
e unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(2970) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(2972) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3000) : warning C4996: 'setmode': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _setmode. See onlin=
e help for details.
.\win32.c(3048) : 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(3058) : warning C4996: 'lseek': The POSIX name for this item is =
deprecated. Instead, use the ISO C++ conformant name: _lseek. See online he=
lp for details.
.\win32.c(3068) : warning C4996: 'tell': The POSIX name for this item is d=
eprecated. Instead, use the ISO C++ conformant name: _tell. See online help=
for details.
.\win32.c(3083) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(3086) : warning C4996: 'open': The POSIX name for this item is d=
eprecated. Instead, use the ISO C++ conformant name: _open. See online help=
for details.
.\win32.c(3101) : warning C4996: 'eof': The POSIX name for this item is de=
precated. Instead, use the ISO C++ conformant name: _eof. See online help f=
or details.
.\win32.c(3128) : warning C4996: 'dup': The POSIX name for this item is de=
precated. Instead, use the ISO C++ conformant name: _dup. See online help f=
or details.
.\win32.c(3134) : warning C4996: 'dup2': The POSIX name for this item is d=
eprecated. Instead, use the ISO C++ conformant name: _dup2. See online help=
for details.
.\win32.c(3140) : warning C4996: 'read': The POSIX name for this item is d=
eprecated. Instead, use the ISO C++ conformant name: _read. See online help=
for details.
.\win32.c(3146) : warning C4996: 'write': The POSIX name for this item is =
deprecated. Instead, use the ISO C++ conformant name: _write. See online he=
lp for details.
.\win32.c(3153) : warning C4996: 'mkdir': The POSIX name for this item is =
deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online he=
lp for details.
.\win32.c(3160) : warning C4996: 'rmdir': The POSIX name for this item is =
deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online he=
lp for details.
.\win32.c(3171) : warning C4996: 'chdir': The POSIX name for this item is =
deprecated. Instead, use the ISO C++ conformant name: _chdir. See online he=
lp for details.
.\win32.c(3178) : 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(3185) : warning C4996: 'chmod': The POSIX name for this item is =
deprecated. Instead, use the ISO C++ conformant name: _chmod. See online he=
lp for details.
.\win32.c(3227) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(3241) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(3246) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(3306) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3319) : warning C4996: 'stricmp': The POSIX name for this item i=
s deprecated. Instead, use the ISO C++ conformant name: _stricmp. See onlin=
e help for details.
.\win32.c(3375) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3383) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3477) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3668) : warning C4996: 'spawnv': The POSIX name for this item is=
deprecated. Instead, use the ISO C++ conformant name: _spawnv. See online =
help for details.
.\win32.c(3670) : warning C4996: 'execv': The POSIX name for this item is =
deprecated. Instead, use the ISO C++ conformant name: _execv. See online he=
lp for details.
.\win32.c(3690) : 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(3702) : warning C4996: 'setbuf': This function or variable may b=
e unsafe. Consider using setvbuf instead. To disable deprecation, use _CRT_=
SECURE_NO_WARNINGS. See online help for details.
.\win32.c(3714) : warning C4996: 'flushall': The POSIX name for this item =
is deprecated. Instead, use the ISO C++ conformant name: _flushall. See onl=
ine help for details.
.\win32.c(3720) : warning C4996: 'fcloseall': The POSIX name for this item=
is deprecated. Instead, use the ISO C++ conformant name: _fcloseall. See o=
nline help for details.
.\win32.c(3732) : warning C4996: 'gets': This function or variable may be =
unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SEC=
URE_NO_WARNINGS. See online help for details.
.\win32.c(3949) : warning C4996: 'strcpy': This function or variable may b=
e unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT=
_SECURE_NO_WARNINGS. See online help for details.
.\win32.c(4153) : 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 m=
ay be unsafe. Consider using wcstombs_s instead. To disable deprecation, us=
e _CRT_SECURE_NO_WARNINGS. See online help for details.
.\win32sck.c(470) : warning C4996: 'close': The POSIX name for this item i=
s 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 i=
s 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 i=
s 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 i=
s deprecated. Instead, use the ISO C++ conformant name: _close. See online =
help for details.
--=20
Report by Test::Smoke v1.42 build 1267 running on perl 5.10.0
(Reporter v0.035 / Smoker v0.045)