On Dec 3, 2004, at 10:08 PM, [EMAIL PROTECTED] wrote:
PERL_DL_NONLAZY=1 /usr/local/perl-5.8.5/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_Term_UI....Cannot open /dev/tty for read at t/01_Term_UI.t line 16
# Looks like you planned 7 tests but only ran 1.
# Looks like your test died just after 1.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-7
Failed 6/7 tests, 14.29% okay
Failed 1/1 test scripts, 0.00% okay. 6/7 subtests failed, 14.29% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------- --------
t/01_Term_UI.t 255 65280 7 12 171.43% 2-7
make: *** [test_dynamic] Error 2



Additional comments: --

Summary of my perl5 (revision 5 version 8 subversion 5) configuration:

It works on the solaris box i have to test on:

[EMAIL PROTECTED] ~...other/term-ui]$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_Term_UI....ok
All tests successful.


It seems the line it dies on, line 16 in the test is this:

        my $term = Term::ReadLine->new('test')
                or diag "Could not create a new term. Dying", die;

So it seems Term::ReadLine is actually unhappy... do you have any proposed
fixes? The only thing i can see is to skip all the tests, but that's not
very nice at all...


--
        Jos Boumans

        'Real programmers use "cat > a.out"'

        CPANPLUS        http://cpanplus.sf.net

[EMAIL PROTECTED] ~...other/term-ui]$ uname -a
SunOS searchuk 5.9 Generic_112233-08 sun4u sparc SUNW,Ultra-60

[EMAIL PROTECTED] ~...other/term-ui]$ perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.9, archname=sun4-solaris
uname='sunos cpan 5.9 generic_112233-06 sun4u sparc sunw,ultra-60 '
config_args='-Dprefix=/usr/local -DCC=gcc -des'
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-fno-strict-aliasing -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
ccversion='', gccversion='3.2.3', gccosandvers='solaris2.9'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' '
libpth=/usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G'



Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under solaris
Compiled at Aug 4 2003 12:29:17
%ENV:
PERL5LIB="/export/home/kane/sources/p4/other/archive-extract/lib:/ export/home/kane/sources/p4/other/file-fetch/lib:/export/home/kane/ sources/p4/other/archive-tar-new/lib:/export/home/kane/sources/p4/ other/carp-trace/lib:/export/home/kane/sources/p4/other/log-message/ lib:/export/home/kane/sources/p4/other/module-load/lib:/export/home/ kane/sources/p4/other/params-check/lib:/export/home/kane/sources/p4/ other/qmail-checkpassword/lib:/export/home/kane/sources/p4/other/ module-load-conditional/lib:/export/home/kane/sources/p4/other/term-ui/ lib:/export/home/kane/sources/p4/other/ipc-cmd/lib:/export/home/kane/ sources/p4/other/config-auto/lib:/export/home/kane/sources/p4/include/ Locale-Maketext-Simple/lib"
@INC:
/export/home/kane/sources/p4/other/archive-extract/lib
/export/home/kane/sources/p4/other/file-fetch/lib
/export/home/kane/sources/p4/other/archive-tar-new/lib
/export/home/kane/sources/p4/other/carp-trace/lib
/export/home/kane/sources/p4/other/log-message/lib
/export/home/kane/sources/p4/other/module-load/lib
/export/home/kane/sources/p4/other/params-check/lib
/export/home/kane/sources/p4/other/qmail-checkpassword/lib
/export/home/kane/sources/p4/other/module-load-conditional/lib
/export/home/kane/sources/p4/other/term-ui/lib
/export/home/kane/sources/p4/other/ipc-cmd/lib
/export/home/kane/sources/p4/other/config-auto/lib
/export/home/kane/sources/p4/include/Locale-Maketext-Simple/lib
/usr/local/lib/perl5/5.8.0/sun4-solaris
/usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl




Reply via email to