Mail Archives: cygwin/2001/07/05/17:54:23
PATCHLEVEL IS: 11148
Harness Summary:
================
Failed 3/422 test scripts, 99.29% okay. 13/23837 subtests failed, 99.95% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------------------------
../ext/IPC/SysV/t/sem.t 255 65280 10 9 90.00% 2-10
../lib/warnings.t 434 3 0.69% 380-382
op/groups.t 2 1 50.00% 1
(3 subtests UNEXPECTEDLY SUCCEEDED), 10 tests and 132 subtests skipped.
Single errors:
==============
$ ../perl groups.t
# groups=0(Jeder),544(Administratoren),545(Benutzer),11041(services)
# g0 = 0(Jeder) 544(Administratoren) 545(Benutzer) 11041(services)
# g1 = Jeder Administratoren Benutzer services
1..2
#gr1 is <Administratoren Benutzer Jeder services>
#gr2 is <Benutzer Jeder services>
not ok 1
ok 2
From the harness:
=================
../ext/IPC/SysV/t/sem.................semctl not implemented at ../lib/IPC/Semaphore.pm line 98.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-10
Failed 9/10 tests, 10.00% okay
[...]
../lib/warnings.......................PROG: -T
# taint.c
open(FH, "<abc") ;
$a = <FH> ;
close FH ;
chdir $a ;
print "xxx\n" ;
EXPECTED:
Insecure dependency in chdir while running with -T switch at - line 5.
GOT:
Insecure dependency in chdir while running with -T switch at - line 5.
PROG: -TU
# taint.c
open(FH, "<abc") ;
$a = <FH> ;
close FH ;
chdir $a ;
print "xxx\n" ;
EXPECTED:
xxx
GOT:
xxx
PROG: -TU
# taint.c
open(FH, "<abc") ;
$a = <FH> ;
close FH ;
use warnings 'taint' ;
chdir $a ;
print "xxx\n" ;
no warnings 'taint' ;
chdir $a ;
print "yyy\n" ;
EXPECTED:
Insecure dependency in chdir while running with -T switch at - line 6.
xxx
yyy
GOT:
Insecure dependency in chdir while running with -T switch at - line 6.
xxx
yyy
FAILED tests 380-382
Failed 3/434 tests, 99.31% okay
SUMMARY:
========
Summary of my perl5 (revision 5.0 version 7 subversion 17) configuration:
Platform:
osname=cygwin, osvers=1.3.2(0.3932), archname=cygwin-multi
uname='cygwin_nt-4.0 loreley 1.3.2(0.3932) 2001-05-20 23:28 i686 unknown '
config_args='-des -Dusedevel -Dmksymlinks -Dusemultiplicity -Duseperlio'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -Wall -fno-strict-aliasing -I/usr/local/include',
optimize='-O2',
cppflags='-DPERL_USE_SAFE_PUTENV -Wall -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.95.3-5 (cygwin special)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='ld2', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -lcrypt -liconv -lcygipc
perllibs=-lcrypt -liconv -lcygipc
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl5_7_1.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
Locally applied patches:
DEVEL11146
Built under cygwin
Compiled at Jul 5 2001 01:29:19
%ENV:
PERLIO="stdio"
CYGWIN="binmode tty ntea ntsec title case_check:strict"
@INC:
/usr/local/lib/perl5/5.7.1/cygwin-multi
/usr/local/lib/perl5/5.7.1
/usr/local/lib/perl5/site_perl/5.7.1/cygwin-multi
/usr/local/lib/perl5/site_perl/5.7.1
/usr/local/lib/perl5/site_perl
.
It builds and installs, but i don't have tested after installation.
gph
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -