I'm trying to install POE (within the CPAN shell) on cygwin, and the
tests hang during the 11th or 12th test of
tests/10_units/04_drivers/01_sysrw (see output below). I let it run
overnight, just in case it was a long timeout issue. I've just updated
all my installed cygwin components to the latest version. I've also
included my detailed perl version info. I tried a quick google, but
didn't turn up anything interesting. Has anyone seen this before? I've
tried reading 01_sysrw.t, but I'm not sufficiently familiar with perl
tests to grasp it immediately.
_______________________________________
Running make test
/usr/bin/perl.exe "-Iblib/lib" "-Iblib/arch" test.pl
tests/10_units/01_preprocessor/01_preprocessor......ok
tests/10_units/01_preprocessor/02_macro_usebytes....ok
tests/10_units/02_pipes/01_base.....................skipped
all skipped: not implemented yet
tests/10_units/02_pipes/02_oneway...................ok
tests/10_units/02_pipes/03_twoway...................ok
tests/10_units/03_base/01_poe.......................ok
tests/10_units/03_base/02_api_resloader.............ok
tests/10_units/03_base/03_component.................ok
tests/10_units/03_base/04_driver....................ok
tests/10_units/03_base/05_filter....................ok
tests/10_units/03_base/06_loop......................ok
tests/10_units/03_base/07_queue.....................ok
tests/10_units/03_base/08_resource..................ok
tests/10_units/03_base/09_resources.................skipped
all skipped: not implemented yet
tests/10_units/03_base/10_wheel.....................ok
tests/10_units/03_base/11_assert_usage..............ok
tests/10_units/03_base/12_assert_retval.............ok
tests/10_units/03_base/13_assert_data...............ok
tests/10_units/03_base/14_kernel....................ok
tests/10_units/04_drivers/01_sysrw..................ok 11/17
[this is where the test hangs]
________________________________________
$ perl -V
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=cygwin, osvers=1.5.18(0.13242),
archname=cygwin-thread-multi-64int
uname='cygwin_nt-5.1 inspiron 1.5.18(0.13242) 2005-07-02 20:30 i686
unknown unknown cygwin '
config_args='-de -Dmksymlinks -Duse64bitint -Dusethreads
-Doptimize=-O3 -Dman3ext=3pm -Dusesitecustomize'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=undef
usemymalloc=y, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing
-pipe -I/usr/local/include',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe
-I/usr/local/include'
ccversion='', gccversion='3.4.4 (cygming special) (gdc 0.12, using
dmd 0.125)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='ld2', ldflags =' -s -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -lcrypt -lgdbm_compat
perllibs=-lcrypt -lgdbm_compat
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_64_BIT_INT
USE_LARGE_FILES USE_SITECUSTOMIZE
PERL_IMPLICIT_CONTEXT
Built under cygwin
Compiled at Jul 8 2005 20:39:55
%ENV:
CYGWIN=""
@INC:
/usr/lib/perl5/5.8/cygwin
/usr/lib/perl5/5.8
/usr/lib/perl5/site_perl/5.8/cygwin
/usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/vendor_perl/5.8/cygwin
/usr/lib/perl5/vendor_perl/5.8
/usr/lib/perl5/vendor_perl/5.8
.
|