Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Parrot on AMD64

4 views
Skip to first unread message

Brent 'Dax' Royal-Gordon

unread,
Oct 30, 2004, 2:29:53 AM10/30/04
to Perl 6 Internals
I recently got my hands on money for an upgrade, and got an AMD64 and
motherboard and installed them. I'm still using 32-bit Windows, but
I've also installed a 64-bit Gentoo on some previously unpartitioned
space.

Initially, Parrot didn't build. Fortunately, the error message was
helpful[1]; I had to 'make cvsclean' and run Configure with
--ccflags=':add{ -fPIC }'. Once I did, though...

t/library/streams..............ok 10/21# Failed test
(t/library/streams.t at line 101)
# got: '[hel]
# [lowo] = [lowo]
# [rld!]
# [hel]
# [worl] = [worl]
# [d!]
# [parrotis cool]
# done
# finished
# '
# expected: '[hel]
# [lowo] = [lowo]
# [rld!]
# [lo]
# [lowo] = [lowo]
# [rld!]
# [parrotis cool]
# done
# finished
# '
...
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/library/streams.t 1 256 21 1 4.76% 11
3 tests and 53 subtests skipped.
Failed 1/124 test scripts, 99.19% okay. 1/1959 subtests failed, 99.95% okay.

Any thoughts on this?

make testg gives similar results; testj fails every test with the
complaint that that copy of Parrot can't do the JIT thing, but that's
hardly surprising.


[1] The exact message:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.2/../../../../x86_64-pc-linux-gnu/bin/ld:
src/nci_test.o: relocation R_X86_64_32 can not be used when making a
shared object; recompile with -fPIC

--
Brent 'Dax' Royal-Gordon <br...@brentdax.com>
Perl and Parrot hacker

There is no cabal.

Jeff Clites

unread,
Oct 30, 2004, 2:54:17 AM10/30/04
to br...@brentdax.com, Perl 6 Internals
On Oct 29, 2004, at 11:29 PM, Brent 'Dax' Royal-Gordon wrote:

> I recently got my hands on money for an upgrade, and got an AMD64 and
> motherboard and installed them. I'm still using 32-bit Windows, but
> I've also installed a 64-bit Gentoo on some previously unpartitioned
> space.

...
> Failed Test Stat Wstat Total Fail Failed List of Failed
> -----------------------------------------------------------------------
> --------
> t/library/streams.t 1 256 21 1 4.76% 11
> 3 tests and 53 subtests skipped.
> Failed 1/124 test scripts, 99.19% okay. 1/1959 subtests failed, 99.95%
> okay.
>
> Any thoughts on this?

Known failure currently for all platforms--see recent message "[CVS ci]
indirect register frame 9 - go". So it looks like you are passing all
expected tests!

JEff


0 new messages