Title: Message
Hi
 
I'm trying to install the perl Event module (1.06, but 1.0 behaves similarly) on tru64., with the following perl version
 
 Platform:
    osname=dec_osf, osvers=5.1b, archname=alpha-dec_osf-ld
    uname='osf1 castar.bl.uk v5.1 2650 alpha '
    config_args='-Dprefix=/usr/local/perl5.8.4'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=unde
f
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include -DL
ANGUAGE_C',
    optimize='-O4',
    cppflags='-std -D_INTRINSICS -fprm d -ieee -I/usr/local/include -DLANGUAGE_C
'
    ccversion='V6.5-011', gccversion='', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lse
eksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='ld', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /v
ar/shlib
    libs=-ldbm -ldb -lm -lutil
    perllibs=-lm -lutil
    libc=/usr/shlib/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -Wl,-rpath,/usr/
local/perl5.8.4/lib/5.8.4/alpha-dec_osf-ld/CORE'
    cccdlflags=' ', lddlflags='-shared -expect_unresolved "*" -O4 -msym -std -s
-L/usr/local/lib'
 
Running make gives the output
 
# make
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=\"1.06\"  -DXS_VERSION=\"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="" 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
#
 
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.
 
Has anyone come across a similar problem with this module, or does anyone have any suggestions? 
 
Peri

 
**************************************************************************
 
Experience the British Library online at www.bl.uk
 
Help the British Library conserve the world's knowledge. Adopt a Book. www.bl.uk/adoptabook
 
**************************************************************************
 
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.
 
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.
 
**************************************************************************
 

Reply via email to