# New Ticket Created by Seth Whelan
# Please include the string: [perl #40923]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40923 >
I downloaded parrot 0.4.7 and went through the built process as
detailed in "docs/intro.pod". 'Configure.pl' and 'make' went smoothly
but I had one major (looking) error in 'make test'. I don't really know
what happened or if this information will be useful, but I've attached
both the snippet of output where the error occurred and a copy of the
myconfig file that resulted.
Here's my 'uname -a':
Linux support.nb.engr.washington.edu 2.6.9-42.0.3.EL #1 Mon Sep 25
17:14:19 EDT 2006 i686 i686 i386 GNU/Linux
I'm running minimal, no-X RHEL 4 that I keep fully updated (there was a
sysreport update today that I haven't yet applied). Let me know if you
have any questions.
--
____________________________________
Seth Whelan
NESAC/BIO Senior Computer Specialist
Department of Bioengineering
University of Washington
Phone: (206) 616-8187
Summary of my parrot 0.4.7 (r0) configuration:
configdate='Fri Nov 17 15:11:25 2006'
Platform:
osname=linux, archname=i386-linux-thread-multi
jitcapable=1, jitarchname=i386-linux,
jitosname=LINUX, jitcpuarch=i386
execcapable=1
perl=/usr/bin/perl
Compiler:
cc='gcc', ccflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm',
Linker and Libraries:
ld='gcc', ldflags=' -L/usr/local/lib',
cc_ldflags='',
libs='-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt'
Dynamic Linking:
share_ext='.so', ld_share_flags='-shared -L/usr/local/lib -fPIC',
load_ext='.so', ld_load_flags='-shared -L/usr/local/lib -fPIC'
Types:
iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
ptrsize=4, ptr_alignment=1 byteorder=1234,
nv=double, numvalsize=8, doublesize=8
t/examples/namespace.....................ok
t/examples/pasm..........................ok
t/examples/past..........................skipped
all skipped: PAST is being redesigned
t/examples/pir...........................ok
t/examples/shootout......................ok 15/20
# Failed test (t/examples/shootout.t at line 101)
# got: 'agggtaaa|tttaccct 0
# [cgt]gggtaaa|tttaccc[acg] 3
# a[act]ggtaaa|tttacc[agt]t 9
# ag[act]gtaaa|tttac[agt]ct 8
# agg[act]taaa|ttta[agt]cct 10
# aggg[acg]aaa|ttt[cgt]ccct 3
# agggt[cgt]aa|tt[acg]accct 4
# agggta[cgt]a|t[acg]taccct 3
# agggtaa[cgt]|[acg]ttaccct 5
#
# 101745
# 100000
# 133640
# parrot: src/pmc/fixedpmcarray.pmc:157: Parrot_FixedPMCArray_destroy:
Assertion `(pmc)->pmc_ext' failed.
# sh: line 1: 31796 Aborted ./parrot
"/home/ladmin/sandbox/parrot-0.4.7/t/examples/shootout_16.pir"
<examples/shootout/regexdna.pir.input
# '
# expected: 'agggtaaa|tttaccct 0
# [cgt]gggtaaa|tttaccc[acg] 3
# a[act]ggtaaa|tttacc[agt]t 9
# ag[act]gtaaa|tttac[agt]ct 8
# agg[act]taaa|ttta[agt]cct 10
# aggg[acg]aaa|ttt[cgt]ccct 3
# agggt[cgt]aa|tt[acg]accct 4
# agggta[cgt]a|t[acg]taccct 3
# agggtaa[cgt]|[acg]ttaccct 5
#
# 101745
# 100000
# 133640
# '
# './parrot < examples/shootout/regexdna.pir.input
"/home/ladmin/sandbox/parrot-0.4.7/t/examples/shootout_16.pir"' failed with
exit code 134
t/examples/shootout......................ok 19/20# Looks like you failed 1 test
of 20.
t/examples/shootout......................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 16
Failed 1/20 tests, 95.00% okay (less 1 skipped test: 18 okay, 90.00%)
t/examples/streams.......................ok
t/examples/subs..........................ok
t/run/exit...............................ok