Attached is my make test output from my laptop running Fedora Core 3
x86_64bit: makeTest.txt
Is there any other way I can help?
Jay Scherrer
On Fri, 2005-04-01 at 11:24 -0500, MrJoltCola wrote:
> At 06:33 AM 4/1/2005, Nick Glencross wrote:
>
> >Having never had access to a Tru64 system, does that mean that parrot is
> >compiled 64 bit?
> >
> >Two initial comments:
> >
> > * This is a platform that we've not had a chance to test on, so I'm
> > grateful to see it tested on a new platform. It was hoped that it would
> > work, but to stop the test failing it was supposed to skip them until
> > formally tested. Why did the skipping not work though? What would the
> > intsize attribute be (from config_lib.pasm I guess)
>
> Not true. We've done successful compiles before on Tru64. Maybe as of 0.0.6
> or something but
> we were using Compaq's testdrive system and 64-bit gcc. At one time Parrot
> dir run on
> both 64-bit Sparc and Alpha and I tested all these when doing the
> byte-ordering code.
>
>
> > * Secondly, any chance I can get access to other platforms, such as
> > this one, to troubleshoot the problem? If not, perhaps I can instrument
> > the code and have the results sent back to me...
>
> Check out and see if testdrive is still available. I don't even remember
> the IPs or account info, nor do
> I remember the URL to go to but you can get free shell accounts if they
> still offer it. Also, I had set
> up an S/390 account at IBM for Daniel way back when and did a succesful
> compile there, but we
> never got the JIT written and it fell off the map.
>
> -Melvin
>
>
Compiling with:
xx.c
gcc -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -fPIC -g -Wall -Wstrict-prototypes -Wmissing-prototypes
-Winline -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare -Wformat-nonliteral
-Wformat-security -Wpacked -Wdisabled-optimization
-mno-accumulate-outgoing-args -Wno-shadow -falign-functions=16 -I./include
-I./blib/include -DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c
/usr/local/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >>
8;' docs
make[1]: Entering directory `/home/jay/Downloads/parrot-0.1.2/docs'
/usr/local/bin/perl -e '-d or mkdir $_,0777 or die foreach @ARGV' ops
make[1]: Leaving directory `/home/jay/Downloads/parrot-0.1.2/docs'
/usr/local/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >>
8;' dynclasses
make[1]: Entering directory `/home/jay/Downloads/parrot-0.1.2/dynclasses'
make[1]: Leaving directory `/home/jay/Downloads/parrot-0.1.2/dynclasses'
/usr/local/bin/perl t/harness --gc-debug --running-make-test t/library/*.t
t/op/*.t t/pmc/*.t t/native_pbc/*.t imcc/t/*/*.t t/dynclass/*.t t/src/*.t
t/library/dumper...............ok
t/library/getopt_long..........ok
t/library/parrotlib............ok
t/library/pge..................ok
t/library/sort.................ok
t/library/streams..............ok
t/op/00ff-dos..................ok
t/op/00ff-unix.................ok
t/op/64bit.....................ok
t/op/arithmetics...............ok
t/op/basic.....................ok
t/op/bitwise...................ok
t/op/calling...................ok
t/op/comp......................ok
t/op/conv......................ok
t/op/debuginfo.................ok
3/3 skipped: getline/setline changes not finished
t/op/gc........................ok
t/op/globals...................ok
t/op/hacks.....................ok
2/2 skipped: no universal SIGFPE handling
t/op/ifunless..................ok
t/op/info......................ok
t/op/integer...................ok
t/op/interp....................ok
t/op/jitn......................ok
t/op/jit.......................ok
t/op/lexicals..................ok
t/op/literal...................ok
t/op/macro.....................ok
1/18 skipped: Await exceptions
t/op/number....................ok
t/op/random....................ok
t/op/rx........................ok
1/23 skipped: Pending some sort of lowercasing op
t/op/stacks....................ok
3/56 skipped: no stack limit currently
t/op/string_cs.................ok
t/op/string....................ok
7/144 skipped: various reasons
t/op/stringu...................ok
t/op/time......................ok
t/op/trans.....................ok
t/op/types.....................ok
t/pmc/array....................ok
t/pmc/bigint...................skipped
all skipped: No BigInt Lib configured
t/pmc/boolean..................ok
t/pmc/complex..................ok
t/pmc/coroutine................ok
2/13 skipped: various reasons
t/pmc/delegate.................ok
t/pmc/env......................ok
t/pmc/eval.....................ok
t/pmc/exception................ok
t/pmc/fixedbooleanarray........ok
t/pmc/fixedfloatarray..........ok
t/pmc/fixedintegerarray........ok
t/pmc/fixedpmcarray............ok
t/pmc/fixedstringarray.........ok
t/pmc/float....................ok
t/pmc/floatvalarray............ok
t/pmc/freeze...................ok
t/pmc/globals..................ok
t/pmc/hash.....................ok
t/pmc/integer..................ok
t/pmc/intlist..................ok
t/pmc/io.......................ok
1/30 skipped: clone not finished yet
t/pmc/iter.....................ok
1/41 skipped: N/Y: length of rest of array
t/pmc/key......................ok
t/pmc/managedstruct............ok
t/pmc/mmd......................ok
t/pmc/multiarray...............ok
t/pmc/nci......................ok
t/pmc/object-meths.............ok
1/27 skipped: currently broken
t/pmc/objects..................ok
t/pmc/orderedhash..............ok
1/22 skipped: Mixing keyed & indexed access is broken - see ticket 33641
t/pmc/perlarray................ok
t/pmc/perlhash.................ok
1/37 skipped: no more chartype
t/pmc/perlint..................ok
t/pmc/perlnum..................ok
t/pmc/perlstring...............ok
1/54 skipped: No unicode yet
t/pmc/pmc......................ok
t/pmc/prop.....................ok
t/pmc/ref......................ok
t/pmc/resizablebooleanarray....ok
t/pmc/resizablefloatarray......ok
t/pmc/resizableintegerarray....ok
t/pmc/resizablepmcarray........ok
t/pmc/resizablestringarray.....ok
t/pmc/sarray...................ok
t/pmc/scratchpad...............ok
t/pmc/signal...................ok
1/3 skipped: works standalone but not in test
t/pmc/string...................ok
1/34 skipped: No unicode yet
t/pmc/sub......................ok
t/pmc/sys......................ok
t/pmc/threads..................ok
2/11 skipped: no shared PerlStrings yet
t/pmc/timer....................ok
t/pmc/tqueue...................ok
t/pmc/undef....................ok
t/native_pbc/integer...........ok
t/native_pbc/number............ok
t/native_pbc/string............ok
1/1 skipped: string changes
imcc/t/imcpasm/cfg.............ok
imcc/t/imcpasm/opt0............ok
imcc/t/imcpasm/opt1............ok
1/49 skipped: constant concat N/Y
imcc/t/imcpasm/opt2............ok
5/5 skipped: -O2 disabled
imcc/t/imcpasm/optc............ok
5/6 skipped: PCC changes
imcc/t/imcpasm/pcc.............ok
10/11 skipped: PCC changes
imcc/t/imcpasm/sub.............ok
imcc/t/reg/spill...............ok
imcc/t/syn/bsr.................ok
imcc/t/syn/clash...............ok
imcc/t/syn/const...............ok
imcc/t/syn/eval................ok
7/7 skipped: changed eval semantics - see t/pmc/eval.t
imcc/t/syn/file................ok
1/12 skipped: multiple loading not speced - failing
imcc/t/syn/keyed...............ok
imcc/t/syn/labels..............ok
imcc/t/syn/macro...............ok
imcc/t/syn/namespace...........ok
imcc/t/syn/objects.............ok
imcc/t/syn/op..................ok
imcc/t/syn/pcc.................ok
imcc/t/syn/pod.................ok
imcc/t/syn/scope...............ok
imcc/t/syn/tail................ok
t/dynclass/gdbmhash............ok
t/dynclass/pybuiltin...........ok
1/6 skipped: No BigInt Lib configured
t/dynclass/pyclass.............ok
t/dynclass/pycomplex...........ok
t/dynclass/pyfunc..............ok
t/dynclass/pyint...............ok
t/src/basic....................ok
t/src/cppcomments..............ok
t/src/exit.....................ok
t/src/extend...................ok
t/src/hash.....................ok
1/10 skipped: changed this useless dump format
t/src/intlist..................ok
t/src/io.......................ok
1/20 skipped: fdopen does not handle illegal modes correct
t/src/list.....................ok
t/src/manifest.................ok
2/4 skipped: No CVS version
t/src/sprintf..................ok
t/src/string...................ok
1/1 skipped: Pending Unicode
All tests successful, 1 test and 65 subtests skipped.
Files=135, Tests=2232, 219 wallclock secs (118.92 cusr + 36.55 csys = 155.47
CPU)