Event.pm failing tests on tru64
[email protected] ("Stracchino, Peri") Tue, 26 Jul 2005 16:08:24 +0100
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
------_=_NextPart_001_01C591F3.DE3F77C8
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi
=20
I'm trying to install the perl Event module (1.06, but 1.0 behaves
similarly) on tru64., with the following perl version
=20
Platform:
osname=3Ddec_osf, osvers=3D5.1b, archname=3Dalpha-dec_osf-ld
uname=3D'osf1 castar.bl.uk v5.1 2650 alpha '
config_args=3D'-Dprefix=3D/usr/local/perl5.8.4'
hint=3Drecommended, useposix=3Dtrue, d_sigaction=3Ddefine
usethreads=3Dundef use5005threads=3Dundef useithreads=3Dundef
usemultiplicity=3Dunde
f
useperlio=3Ddefine d_sfio=3Dundef uselargefiles=3Ddefine =
usesocks=3Dundef
use64bitint=3Ddefine use64bitall=3Ddefine uselongdouble=3Ddefine
usemymalloc=3Dn, bincompat5005=3Dundef
Compiler:
cc=3D'cc', ccflags =3D'-std -D_INTRINSICS -fprm d -ieee
-I/usr/local/include -DL
ANGUAGE_C',
optimize=3D'-O4',
cppflags=3D'-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include
-DLANGUAGE_C
'
ccversion=3D'V6.5-011', gccversion=3D'', gccosandvers=3D''
intsize=3D4, longsize=3D8, ptrsize=3D8, doublesize=3D8, =
byteorder=3D12345678
d_longlong=3Ddefine, longlongsize=3D8, d_longdbl=3Ddefine, =
longdblsize=3D16
ivtype=3D'long', ivsize=3D8, nvtype=3D'long double', nvsize=3D16,
Off_t=3D'off_t', lse
eksize=3D8
alignbytes=3D16, prototype=3Ddefine
Linker and Libraries:
ld=3D'ld', ldflags =3D' -L/usr/local/lib'
libpth=3D/usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc
/usr/lib /v
ar/shlib
libs=3D-ldbm -ldb -lm -lutil
perllibs=3D-lm -lutil
libc=3D/usr/shlib/libc.so, so=3Dso, useshrplib=3Dtrue, =
libperl=3Dlibperl.so
gnulibc_version=3D''
Dynamic Linking:
dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsymun=3Dundef, ccdlflags=3D'
-Wl,-rpath,/usr/
local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE'
cccdlflags=3D' ', lddlflags=3D'-shared -expect_unresolved "*" -O4 =
-msym
-std -s=20
-L/usr/local/lib'
=20
Running make gives the output
=20
# make=20
cp lib/Event/signal.pm blib/lib/Event/signal.pm
cp lib/Event/io.pm blib/lib/Event/io.pm
cp lib/Event/generic.pod blib/lib/Event/generic.pod
cp lib/Event/timer.pm blib/lib/Event/timer.pm
cp lib/Event/generic.pm blib/lib/Event/generic.pm
cp lib/Event/var.pm blib/lib/Event/var.pm
cp lib/Event/idle.pm blib/lib/Event/idle.pm
cp lib/Event/typemap blib/lib/Event/typemap
cp lib/Event.pm blib/lib/Event.pm
cp lib/Event/EventAPI.h blib/lib/Event/EventAPI.h
cp lib/Event.pod blib/lib/Event.pod
cp lib/Event/group.pm blib/lib/Event/group.pm
cp lib/Event/Watcher.pm blib/lib/Event/Watcher.pm
cp lib/Event/type.pm blib/lib/Event/type.pm
cp lib/Event/MakeMaker.pm blib/lib/Event/MakeMaker.pm
/usr/bin/perl /usr/local/perl5.8.4/lib/5.8.4/ExtUtils/xsubpp -typemap
/usr/local/perl5.8.4/lib/5.8.4/ExtUtils/typemap -typemap
./lib/Event/typemap Event.xs > Event.xsc && mv Event.xsc Event.c
cc -c -Ic -Ilib/Event -std -D_INTRINSICS -fprm d -ieee
-I/usr/local/include -DLANGUAGE_C -O4 -DVERSION=3D\"1.06\"
-DXS_VERSION=3D\"1.06\"
"-I/usr/local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE" Event.c
Running Mkbootstrap for Event ()
chmod 644 Event.bs
ar cr tmp.a Event.o
: tmp.a
rm -f blib/arch/auto/Event/Event.so
LD_RUN_PATH=3D"" ld -shared -expect_unresolved "*" -O4 -msym -std -s
-L/usr/local/lib -all tmp.a -none -o blib/arch/auto/Event/Event.so
chmod 755 blib/arch/auto/Event/Event.so
cp Event.bs blib/arch/auto/Event/Event.bs
chmod 644 blib/arch/auto/Event/Event.bs
Manifying blib/man3/Event.3
Manifying blib/man3/Event::generic.3
Manifying blib/man3/Event::MakeMaker.3
#
=20
on running make test, almost every test fails and generates a core
like so:
Failed 7/7 tests, 0.00% okay
t/unconfigured....ok
t/var.............dubious
Test returned status -1 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------
-------
t/attach_to.t -1 139 3 6 200.00% 1-3
t/bored.t -1 139 5 10 200.00% 1-5
t/callback.t -1 139 6 12 200.00% 1-6
t/delete.t -1 139 1 2 200.00% 1
t/eval.t -1 139 7 14 200.00% 1-7
t/fifo.t -1 139 1 2 200.00% 1
t/generic.t -1 139 10 6 60.00% 8-10
t/group.t -1 139 3 0 0.00% ??
t/hook.t -1 139 4 8 200.00% 1-4
t/hup.t -1 139 1 2 200.00% 1
t/idle.t -1 139 4 8 200.00% 1-4
t/idle2.t -1 139 5 10 200.00% 1-5
t/io.t -1 139 8 12 150.00% 3-8
t/leak2.t -1 139 2 4 200.00% 1-2
t/loop.t -1 139 3 6 200.00% 1-3
t/now.t -1 139 13 26 200.00% 1-13
t/reenter.t -1 139 7 14 200.00% 1-7
t/signal.t -1 139 4 8 200.00% 1-4
t/timeout_cb.t -1 139 6 12 200.00% 1-6
t/timer.t -1 139 7 14 200.00% 1-7
t/var.t -1 139 6 12 200.00% 1-6
Failed 21/24 test scripts, 12.50% okay. 94/126 subtests failed, 25.40%
okay.
*** Exit 2
Stop.
#=20
=20
Has anyone come across a similar problem with this module, or does
anyone have any suggestions? =20
=20
Peri
*************************************************************************=
*
=20
Experience the British Library online at www.bl.uk
=20
Help the British Library conserve the world's knowledge. Adopt a Book. =
www.bl.uk/adoptabook
=20
*************************************************************************=
*
=20
The information contained in this e-mail is confidential and may be =
legally privileged. It is intended for the addressee(s) only. If you are =
not the intended recipient, please delete this e-mail and notify the =
[email protected] : The contents of this e-mail must not be disclosed or =
copied without the sender's consent.=20
=20
The statements and opinions expressed in this message are those of the =
author and do not necessarily reflect those of the British Library. The =
British Library does not take any responsibility for the views of the =
author.=20
=20
*************************************************************************=
*
------_=_NextPart_001_01C591F3.DE3F77C8
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<HTML xmlns:eXclaimer=3D"http://www.exclaimer.co.uk" =
xmlns:msxsl=3D"urn:schemas-microsoft-com:xslt" =
xmlns:exc=3D"http://www.exclaimer.co.uk/rtf">
<HEAD>
<META http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3DUTF-16">
<TITLE>Message</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1505" name=3DGENERATOR></HEAD>
<BODY >
<DIV>
<DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005>Hi</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>I'm =
trying to=20
install the perl Event module (1.06, but 1.0 behaves similarly) on =
tru64., with=20
the following perl version</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial size=3D1><SPAN=20
class=3D240283514-26072005> Platform:<BR> =
osname=3Ddec_osf,=20
osvers=3D5.1b, archname=3Dalpha-dec_osf-ld<BR> =
uname=3D'osf1=20
castar.bl.uk v5.1 2650 alpha '<BR> =20
config_args=3D'-Dprefix=3D/usr/local/perl5.8.4'<BR> =20
hint=3Drecommended, useposix=3Dtrue, =
d_sigaction=3Ddefine<BR> =20
usethreads=3Dundef use5005threads=3Dundef useithreads=3Dundef=20
usemultiplicity=3Dunde<BR>f<BR> useperlio=3Ddefine =
d_sfio=3Dundef=20
uselargefiles=3Ddefine usesocks=3Dundef<BR> =
use64bitint=3Ddefine=20
use64bitall=3Ddefine uselongdouble=3Ddefine<BR> =
usemymalloc=3Dn,=20
bincompat5005=3Dundef<BR> Compiler:<BR> =
cc=3D'cc', ccflags=20
=3D'-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include=20
-DL<BR>ANGUAGE_C',<BR> =
optimize=3D'-O4',<BR> =20
cppflags=3D'-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include=20
-DLANGUAGE_C<BR>'<BR> ccversion=3D'V6.5-011', =
gccversion=3D'',=20
gccosandvers=3D''<BR> intsize=3D4, longsize=3D8, =
ptrsize=3D8,=20
doublesize=3D8, byteorder=3D12345678<BR> =
d_longlong=3Ddefine,=20
longlongsize=3D8, d_longdbl=3Ddefine, =
longdblsize=3D16<BR> =20
ivtype=3D'long', ivsize=3D8, nvtype=3D'long double', nvsize=3D16, =
Off_t=3D'off_t',=20
lse<BR>eksize=3D8<BR> alignbytes=3D16, =
prototype=3Ddefine<BR> =20
Linker and Libraries:<BR> ld=3D'ld', ldflags =3D'=20
-L/usr/local/lib'<BR> libpth=3D/usr/local/lib =
/usr/shlib=20
/usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib =
/v<BR>ar/shlib<BR> =20
libs=3D-ldbm -ldb -lm -lutil<BR> perllibs=3D-lm=20
-lutil<BR> libc=3D/usr/shlib/libc.so, so=3Dso, =
useshrplib=3Dtrue,=20
libperl=3Dlibperl.so<BR> =
gnulibc_version=3D''<BR> Dynamic=20
Linking:<BR> dlsrc=3Ddl_dlopen.xs, dlext=3Dso, =
d_dlsymun=3Dundef,=20
ccdlflags=3D' =20
-Wl,-rpath,/usr/<BR>local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE'<BR>&=
nbsp; =20
cccdlflags=3D' ', lddlflags=3D'-shared -expect_unresolved "*" -O4 -msym =
-std -s=20
<BR>-L/usr/local/lib'<BR></SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><SPAN =
class=3D240283514-26072005>Running make gives=20
the output</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005># make =
<BR>cp=20
lib/Event/signal.pm blib/lib/Event/signal.pm<BR>cp lib/Event/io.pm=20
blib/lib/Event/io.pm<BR>cp lib/Event/generic.pod=20
blib/lib/Event/generic.pod<BR>cp lib/Event/timer.pm=20
blib/lib/Event/timer.pm<BR>cp lib/Event/generic.pm=20
blib/lib/Event/generic.pm<BR>cp lib/Event/var.pm =
blib/lib/Event/var.pm<BR>cp=20
lib/Event/idle.pm blib/lib/Event/idle.pm<BR>cp lib/Event/typemap=20
blib/lib/Event/typemap<BR>cp lib/Event.pm blib/lib/Event.pm<BR>cp=20
lib/Event/EventAPI.h blib/lib/Event/EventAPI.h<BR>cp lib/Event.pod=20
blib/lib/Event.pod<BR>cp lib/Event/group.pm =
blib/lib/Event/group.pm<BR>cp=20
lib/Event/Watcher.pm blib/lib/Event/Watcher.pm<BR>cp lib/Event/type.pm=20
blib/lib/Event/type.pm<BR>cp lib/Event/MakeMaker.pm=20
blib/lib/Event/MakeMaker.pm<BR>/usr/bin/perl=20
/usr/local/perl5.8.4/lib/5.8.4/ExtUtils/xsubpp -typemap=20
/usr/local/perl5.8.4/lib/5.8.4/ExtUtils/typemap -typemap=20
./lib/Event/typemap Event.xs > Event.xsc && mv =
Event.xsc=20
Event.c<BR>cc -c -Ic -Ilib/Event -std -D_INTRINSICS -fprm d =
-ieee=20
-I/usr/local/include -DLANGUAGE_C -O4 =
-DVERSION=3D\"1.06\" =20
-DXS_VERSION=3D\"1.06\" =20
"-I/usr/local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE" =20
Event.c<BR>Running Mkbootstrap for Event ()<BR>chmod 644 Event.bs<BR>ar =
cr tmp.a=20
Event.o<BR>: tmp.a<BR>rm -f =
blib/arch/auto/Event/Event.so<BR>LD_RUN_PATH=3D""=20
ld -shared -expect_unresolved "*" -O4 -msym -std -s =
-L/usr/local/lib -all=20
tmp.a -none -o =
blib/arch/auto/Event/Event.so =20
<BR>chmod 755 blib/arch/auto/Event/Event.so<BR>cp Event.bs=20
blib/arch/auto/Event/Event.bs<BR>chmod 644=20
blib/arch/auto/Event/Event.bs<BR>Manifying =
blib/man3/Event.3<BR>Manifying=20
blib/man3/Event::generic.3<BR>Manifying=20
blib/man3/Event::MakeMaker.3<BR>#</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>on =
running make=20
test, almost every test fails and generates a =
core</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>like=20
so:</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005> =
Failed 7/7=20
tests, 0.00%=20
okay<BR>t/unconfigured....ok &nb=
sp; &nbs=
p;  =
; =
=
<BR>t/var.............dubious &n=
bsp; &nb=
sp; &nbs=
p;  =
; =20
<BR> Test returned status -1 =
(wstat=20
139, 0x8b)<BR> test program =
seems to=20
have generated a core<BR>DIED. FAILED tests=20
1-6<BR> Failed 6/6 tests, =
0.00%=20
okay<BR>Failed Test Stat Wstat Total Fail =
Failed =20
List of=20
Failed<BR>---------------------------------------------------------------=
----------------<BR>t/attach_to.t =20
-1 139 3 6 =
200.00% =20
1-3<BR>t/bored.t =
-1 =20
139 5 10 200.00% =20
1-5<BR>t/callback.t -1 =20
139 6 12 200.00% =20
1-6<BR>t/delete.t -1 =20
139 1 2 200.00% =20
1<BR>t/eval.t =
-1 =20
139 7 14 200.00% =20
1-7<BR>t/fifo.t =
-1 =20
139 1 2 200.00% =20
1<BR>t/generic.t -1 =20
139 10 6 60.00% =20
8-10<BR>t/group.t =
-1 =20
139 3 0 =
0.00% =20
??<BR>t/hook.t =
-1 =20
139 4 8 200.00% =20
1-4<BR>t/hup.t =20
-1 139 1 2 =
200.00% =20
1<BR>t/idle.t =
-1 =20
139 4 8 200.00% =20
1-4<BR>t/idle2.t =
-1 =20
139 5 10 200.00% =20
1-5<BR>t/io.t =
=20
-1 139 8 12 =
150.00% =20
3-8<BR>t/leak2.t =
-1 =20
139 2 4 200.00% =20
1-2<BR>t/loop.t =
-1 =20
139 3 6 200.00% =20
1-3<BR>t/now.t =20
-1 139 13 26 200.00% =20
1-13<BR>t/reenter.t -1 =20
139 7 14 200.00% =20
1-7<BR>t/signal.t -1 =20
139 4 8 200.00% =20
1-4<BR>t/timeout_cb.t -1 =
139 =20
6 12 200.00% =20
1-6<BR>t/timer.t =
-1 =20
139 7 14 200.00% =20
1-7<BR>t/var.t =20
-1 139 6 12 =
200.00% =20
1-6<BR>Failed 21/24 test scripts, 12.50% okay. 94/126 subtests failed, =
25.40%=20
okay.<BR>*** Exit 2<BR>Stop.<BR># </SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D240283514-26072005>Has =
anyone come=20
across a similar problem with this module, or does anyone have any=20
suggestions? </SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D240283514-26072005></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><SPAN =
class=3D240283514-26072005>Peri</DIV>
<DIV><BR> </SPAN></FONT></DIV></DIV>
</DIV>
<DIV>********************************************************************=
******</DIV>
<DIV> </DIV>
<DIV>Experience the British Library online at <A =
HREF=3D"http://www.bl.uk/">www.bl.uk</A></DIV>
<DIV> </DIV>
<DIV>Help the British Library conserve the world's knowledge. Adopt a =
Book. <A =
HREF=3D"http://www.bl.uk/adoptabook">www.bl.uk/adoptabook</A></DIV>
<DIV> </DIV>
<DIV>********************************************************************=
******</DIV>
<DIV> </DIV>
<DIV>The information contained in this e-mail is confidential and may be =
legally privileged. It is intended for the addressee(s) only. If you are =
not the intended recipient, please delete this e-mail and notify the <A =
HREF=3D"mailto:[email protected]">[email protected]</A> : The contents of =
this e-mail must not be disclosed or copied without the sender's =
consent. </DIV>
<DIV> </DIV>
<DIV>The statements and opinions expressed in this message are those of =
the author and do not necessarily reflect those of the British Library. =
The British Library does not take any responsibility for the views of =
the author. </DIV>
<DIV> </DIV>
<DIV>********************************************************************=
******</DIV>
<DIV> </DIV></BODY></HTML>
------_=_NextPart_001_01C591F3.DE3F77C8--