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

2009-05-26 Thread Patrick R. Michaud
On Sat, May 23, 2009 at 07:33:06PM +0200, Christian Aperghis wrote:
 Reini Urban a écrit :
  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.

Could you provide a copy of whatever error you're seeing?
Simply knowing that there's an error doesn't really help us much
in tracking it down.

Pm


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

2009-05-26 Thread Nelo Onyiah
Hi,

All I am seeing is just the message:

Reading configuration information from parrot/parrot_config ...
Died at Configure.pl line 104.

It seems to be when the parrot_config file is being closed. I am using
parrot version 1.2.0 (r39025). I did try to install parrot separately and
got the following error:

Test Summary Report
---
t/steps/auto_icu-01.t (Wstat: 256 Tests: 136 Failed: 1)
  Failed test:  132
  Non-zero exit status: 1
t/op/arithmetics.t(Wstat: 256 Tests: 23 Failed: 1)
  Failed test:  21
  Non-zero exit status: 1
t/compilers/pge/pge_examples.t(Wstat: 0 Tests: 2 Failed: 0)
  TODO passed:   2
Files=395, Tests=11919, 245 wallclock secs ( 4.37 usr  2.79 sys + 107.98
cusr 84.58 csys = 199.72 CPU)
Result: FAIL
make: *** [test] Error 1

Also, I tried re-running perl Configure --gen-parrot on Ubuntu and that
seemed to work. I hope that helps clarify my issues.

Thank you.

2009/5/26 Patrick R. Michaud pmich...@pobox.com

 On Sat, May 23, 2009 at 07:33:06PM +0200, Christian Aperghis wrote:
  Reini Urban a écrit :
   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.

 Could you provide a copy of whatever error you're seeing?
 Simply knowing that there's an error doesn't really help us much
 in tracking it down.

 Pm




-- 
Nelo Onyiah