Front page | perl.cpan.testers |
Postings from December 2007
FAIL re-engine-POSIX-0.04 OpenBSD.i386-openbsd-thread-multi-64int4.1
From:
chris
Date:
December 25, 2007 07:48
Subject:
FAIL re-engine-POSIX-0.04 OpenBSD.i386-openbsd-thread-multi-64int4.1
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear AVAR,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
[MSG] [Tue Dec 25 02:15:10 2007] Trying to get 'http://www.cpan.org/authors/id/A/AV/AVAR/CHECKSUMS'
[MSG] [Tue Dec 25 02:15:12 2007] Checksum matches for 're-engine-POSIX-0.04.tar.gz'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/match.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/subexp.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/00-compile.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/captures.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/split-null.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/qr.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/s.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/split.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/null.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/t/flags.t'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/POSIX.pm'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/MANIFEST'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/POSIX.xs'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/ChangeLog'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/META.yml'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/MANIFEST.SKIP'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/Makefile.PL'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're-engine-POSIX-0.04/POSIX.h'
[MSG] [Tue Dec 25 02:15:13 2007] Extracted 're::engine::POSIX' to '/home/chris/perl5.10.0/.cpanplus/5.10.0/build/re-engine-POSIX-0.04'
[MSG] [Tue Dec 25 02:15:15 2007] Checking if your kit is complete...
Looks good
Writing Makefile for re::engine::POSIX
[MSG] [Tue Dec 25 02:15:15 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Tue Dec 25 02:15:21 2007] cp POSIX.pm blib/lib/re/engine/POSIX.pm
/home/chris/perl5.10.0/bin/perl /home/chris/perl5.10.0/lib/5.10.0/ExtUtils/xsubpp -typemap /home/chris/perl5.10.0/lib/5.10.0/ExtUtils/typemap POSIX.xs > POSIX.xsc && mv POSIX.xsc POSIX.c
cc -c -pthread -fno-strict-aliasing -pipe -I/usr/local/include -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fPIC "-I/home/chris/perl5.10.0/lib/5.10.0/OpenBSD.i386-openbsd-thread-multi-64int/CORE" POSIX.c
In file included from POSIX.xs:8:
POSIX.h:5: warning: duplicate `const'
Running Mkbootstrap for re::engine::POSIX ()
chmod 644 POSIX.bs
rm -f blib/arch/auto/re/engine/POSIX/POSIX.so
cc -shared -fPIC -L/usr/local/lib POSIX.o -o blib/arch/auto/re/engine/POSIX/POSIX.so
chmod 755 blib/arch/auto/re/engine/POSIX/POSIX.so
cp POSIX.bs blib/arch/auto/re/engine/POSIX/POSIX.bs
chmod 644 blib/arch/auto/re/engine/POSIX/POSIX.bs
Manifying blib/man3/re::engine::POSIX.3
[ERROR] [Tue Dec 25 02:15:25 2007] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /home/chris/perl5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile....ok
t/captures......ok
t/flags.........ok
t/match.........ok
t/null..........ok
t/qr............ok
t/s.............ok
t/split-null....error compiling : empty (sub)expression at t/split-null.t line 4.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/split.........ok
t/subexp........ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/split-null.t 255 65280 3 6 1-3
Failed 1/10 test scripts. 3/130 subtests failed.
Files=10, Tests=130, 4 wallclock secs ( 0.60 cusr + 2.21 csys = 2.81 CPU)
Failed 1/10 test programs. 3/130 subtests failed.
*** Error code 255
Stop in /home/chris/perl5.10.0/.cpanplus/5.10.0/build/re-engine-POSIX-0.04 (line 898 of Makefile).
[MSG] [Tue Dec 25 02:15:25 2007] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPAN::YACSmoke 0.0307. Powered by POE::Component::CPAN::YACSmoke.
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /home/chris/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
PERL5LIB = :/home/chris/perl5.10.0/.cpanplus/5.10.0/build/re-engine-POSIX-0.04/blib/lib:/home/chris/perl5.10.0/.cpanplus/5.10.0/build/re-engine-POSIX-0.04/blib/arch:/home/chris/perl5.10.0/.cpanplus/5.10.0/build/re-engine-POSIX-0.04/blib
PERL5_CPANPLUS_IS_RUNNING = 2677
PERL5_CPANPLUS_IS_VERSION = 0.84
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/ksh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/chris/perl5.10.0/bin/perl
UID: $< = 1000
EUID: $> = 1000
GID: $( = 10 10 0
EGID: $) = 10 10 0
-------------------------------
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=openbsd, osvers=4.1, archname=OpenBSD.i386-openbsd-thread-multi-64int
uname='openbsd flurble.bingosnet.co.uk 4.1 generic#1435 i386 '
config_args='-e -Dprefix=/home/chris/perl5.10.0 -Dusethreads -Duse64bitint -Dusemymalloc=n'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-pthread -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O2',
cppflags='-pthread -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.3.5 (propolice)', gccosandvers='openbsd4.1'
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=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-pthread -Wl,-E -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-lm -lutil -lc
perllibs=-lm -lutil -lc
libc=/usr/lib/libc.so.40.3, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC -L/usr/local/lib'
-
FAIL re-engine-POSIX-0.04 OpenBSD.i386-openbsd-thread-multi-64int4.1
by chris