| Newsgroups |
perl.win32.vanilla |
| Message-ID |
<[email protected]> |
Yes, I will try to debug it.
Also, I found, that IO::AIO not installed too.
On 28.05.2019 06:50, sisyphus wrote:
> Looking at it a bit more closely, I see that the t/80_ssltest.t tests
> are all skipped for me because I don't have Net::SSLeay installed.
> When I switch to Strawberry 5.30.0 (which has Net-SSLeay-1.88) I see the
> same failure as you.
> Also, I think I misinterpreted the message accompanying the test failure.
>
> Probably the best approach to gaining an understanding of what's going
> wrong would be to work your way through "t/80_ssltest.t".
>
> Cheers,
> Rob
>
>
> On Tue, May 28, 2019 at 12:42 PM [email protected]
> <mailto:[email protected]> <[email protected]
> <mailto:[email protected]>> wrote:
>
> I don't have AV software installed.
> Yes, I know, that I can skip tests, but better, if the are passed.
>
> On 28.05.2019 05:38, sisyphus wrote:
> > Hmmm ... could that be some active anti-virus software interfering
> with
> > the test ?
> > I would just ignore that failure and install with force by running:
> >
> > cpan -fi AnyEvent
> >
> > (I don't have any such anti-virus software installed here.)
> >
> > Cheers,
> > Rob
> >
> > On Tue, May 28, 2019 at 12:17 PM [email protected]
> <mailto:[email protected]>
> > <mailto:[email protected] <mailto:[email protected]>>
> <[email protected] <mailto:[email protected]>
> > <mailto:[email protected] <mailto:[email protected]>>> wrote:
> >
> > Hi,
> >
> > I am trying to intall AnyEvent 7.15.
> >
> > The problem:
> >
> > t/80_ssltest.t ............. 1/415
> > # Failed test 'server_error <An established connection was
> aborted by
> > the software in your host machine.>'
> > # at t/80_ssltest.t line 37.
> > # Looks like you failed 1 test of 415.
> > t/80_ssltest.t ............. Dubious, test returned 1 (wstat
> 256, 0x100)
> > Failed 1/415 subtests
> >
> > Perl -V
> >
> > Summary of my perl5 (revision 5 version 28 subversion 1)
> configuration:
> >
> > Platform:
> > osname=MSWin32
> > osvers=10.0.17134.407
> > archname=MSWin32-x64-multi-thread
> > uname='Win32 strawberry-perl 5.28.1.1 #1 Sun Dec 2 14:24:00
> > 2018 x64'
> > config_args='undef'
> > hint=recommended
> > useposix=true
> > d_sigaction=undef
> > useithreads=define
> > usemultiplicity=define
> > use64bitint=define
> > use64bitall=undef
> > uselongdouble=undef
> > usemymalloc=n
> > default_inc_excludes_dot=define
> > bincompat5005=undef
> > Compiler:
> > cc='gcc'
> > ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE
> > -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS
> -DPERL_IMPLICIT_CONTEXT
> > -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing
> > -mms-bitfields'
> > optimize='-s -O2'
> > cppflags='-DWIN32'
> > ccversion=''
> > gccversion='7.1.0'
> > gccosandvers=''
> > intsize=4
> > longsize=4
> > ptrsize=8
> > doublesize=8
> > byteorder=12345678
> > doublekind=3
> > d_longlong=define
> > longlongsize=8
> > d_longdbl=define
> > longdblsize=16
> > longdblkind=3
> > ivtype='long long'
> > ivsize=8
> > nvtype='double'
> > nvsize=8
> > Off_t='long long'
> > lseeksize=8
> > alignbytes=8
> > prototype=define
> > Linker and Libraries:
> > ld='g++.exe'
> > ldflags ='-s -L"D:\devel\perl\perl\lib\CORE"
> > -L"D:\devel\perl\c\lib"'
> > libpth=D:\devel\perl\c\lib
> D:\devel\perl\c\x86_64-w64-mingw32\lib
> > D:\devel\perl\c\lib\gcc\x86_64-w64-mingw32\7.1.0
> > libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool
> -lcomdlg32
> > -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid
> -lws2_32 -lmpr
> > -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
> > perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool
> > -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32
> -luuid
> > -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
> > libc=
> > so=dll
> > useshrplib=true
> > libperl=libperl528.a
> > gnulibc_version=''
> > Dynamic Linking:
> > dlsrc=dl_win32.xs
> > dlext=xs.dll
> > d_dlsymun=undef
> > ccdlflags=' '
> > cccdlflags=' '
> > lddlflags='-mdll -s -L"D:\devel\perl\perl\lib\CORE"
> > -L"D:\devel\perl\c\lib"'
> >
> >
> > Characteristics of this binary (from libperl):
> > Compile-time options:
> > HAS_TIMES
> > HAVE_INTERP_INTERN
> > MULTIPLICITY
> > PERLIO_LAYERS
> > PERL_COPY_ON_WRITE
> > PERL_DONT_CREATE_GVSV
> > PERL_IMPLICIT_CONTEXT
> > PERL_IMPLICIT_SYS
> > PERL_MALLOC_WRAP
> > PERL_OP_PARENT
> > PERL_PRESERVE_IVUV
> > USE_64_BIT_INT
> > USE_ITHREADS
> > USE_LARGE_FILES
> > USE_LOCALE
> > USE_LOCALE_COLLATE
> > USE_LOCALE_CTYPE
> > USE_LOCALE_NUMERIC
> > USE_LOCALE_TIME
> > USE_PERLIO
> > USE_PERL_ATOF
> > Built under MSWin32
> > Compiled at Dec 2 2018 14:30:03
> > %ENV:
> > PERL5LIB="d:/pcore-lib/pcore/lib;"
> > PERL_CPANM_HOME="C:\Users\zdm\AppData\Local\Temp\.cpanm"
> > PERL_CPANM_OPT="--metacpan --from https://cpan.metacpan.org/"
> > @INC:
> > d:/pcore-lib/pcore/lib
> > d:/devel/perl/perl/site/lib/MSWin32-x64-multi-thread
> > d:/devel/perl/perl/site/lib
> > d:/devel/perl/perl/vendor/lib
> > d:/devel/perl/perl/lib
> >
> > On 28.05.2019 02:54, sisyphus wrote:
> > > Version 7.15 installed ok for me (with 'cpan -i
> AnyEvent') on my own
> > > build of Windows perl:
> > >
> > > C:\>perl -v
> > > This is perl 5, version 30, subversion 0 (v5.30.0) built for
> > > MSWin32-x64-multi-hread
> > >
> > > What's your 'perl -V' output, and what was the problem ?
> > >
> > > Cheers,
> > > Rob
> > >
> > > On Tue, May 28, 2019 at 1:02 AM [email protected]
> <mailto:[email protected]>
> > <mailto:[email protected] <mailto:[email protected]>>
> > > <mailto:[email protected] <mailto:[email protected]>
> <mailto:[email protected] <mailto:[email protected]>>>
> > <[email protected] <mailto:[email protected]>
> <mailto:[email protected] <mailto:[email protected]>>
> > > <mailto:[email protected] <mailto:[email protected]>
> <mailto:[email protected] <mailto:[email protected]>>>> wrote:
> > >
> > > Does somebody has success with installing AnyEvent?
> > > It is successfully installing on linux perl 5.30, but not
> > installing
> > > under windows.
> > >
> >
>