Re: Rakudo Perl 6 development release #17 ("Stockholm")

2009-05-30 Thread Hiroyuki Hanai
On Thu, 28 May 2009 22:58:47 +0100, Nelo Onyiah  
wrote:
> That appears to have fixed it. Here are the results of the spectess:
> 
> Test Summary Report
> ---
> t/spec/S02-literals/quoting.rakudo   (Wstat: 0
> Tests: 136 Failed: 0)
>   TODO passed:   24
> t/spec/S09-subscript_slice/slice.rakudo  (Wstat: 10
> Tests: 27 Failed: 0)
>   Non-zero wait status: 10
> Files=383, Tests=11494, 981 wallclock secs ( 6.79 usr  3.52 sys + 1679.86
> cusr 95.69 csys = 1785.86 CPU)
> Result: FAIL

I've confirmed that ``parrot_config --dump'' doesn't die w/o
--optimize option in the configuration using the HEAD's source.

Thanks,

--
Hiroyuki Hanai 
S2 Factory, Inc. <http://www.s2factory.co.jp/>
Tokyo, JAPAN


Re: Rakudo Perl 6 development release #17 ("Stockholm")

2009-05-28 Thread Hiroyuki Hanai
Christian Aperghis wrote:
> Reini Urban a $(D+1(Bcrit :
> > Patrick R. Michaud schrieb:
> >> On behalf of the Rakudo development team, I'm pleased to announce
> >> the May 2009 development release of Rakudo Perl #17 "Stockholm".
> >> Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1].
> >> The tarball for the May 2009 release is available from
> >> http://github.com/rakudo/rakudo/downloads .
> >
> > Does it finally build and work with installed parrot only?
> 
> On Mac os X 10.5.T the Configure --gen-parrot provides an error in building
> "Stockholm" after having installed the parrot folder.

I've encountered the same problem and found that it'll be solved by cofiguring
parrot with --optimze option, which means that the following may help you:

$ perl Configure.pl --gen-parrot --gen-parrot-option="--optimize"

Regards,

--
Hiroyuki Hanai 
S2 Factory, Inc. <http://www.s2factory.co.jp/>
Tokyo, JAPAN