make spectest_smolder

2010-02-21 Thread Ivan Avery Frey
Any way I can post my tests with my name?

Ivan.


Re: Announcing Rakudo Perl 6 Development release #26 ("Amsterdam")

2010-02-21 Thread Ivan Avery Frey
On 20/02/10 11:17, Mark Rada wrote:
> I had the same issue, but I just nuked the parrot* directories in the working 
> tree and tried it again, which worked.
>   
I accidentally only nuked the parrot directory, forgetting
parrot_install, but I was able to build both parrot and rakudo.

Thanks,
Ivan.


Re: Announcing Rakudo Perl 6 Development release #26 ("Amsterdam")

2010-02-20 Thread Ivan Avery Frey
After the command "perl Configure.pl --gen-parrot" I'm getting the
following errors:

make -C compilers/pirc clean
make[1]: *** No rule to make target
`/Users/ivan/Development/rakudo/parrot/config/gen/makefiles/pirc.in',
needed by `Makefile'.  Stop.

and

Reading configuration information from parrot_install/bin/parrot_config ...
dyld: Library not loaded:
/Users/ivan/Development/rakudo/parrot/blib/lib/libparrot.dylib
  Referenced from:
/Users/ivan/Development/rakudo/parrot_install/bin/parrot_config
  Reason: image not found
Died at Configure.pl line 119.

I'm running Mac OS X 10.5 on a PowerBook G4.

I updated rakudo using git pull. I have already built and uploaded test
results twice. So something broke.

Ivan.


MacPorts Install of Parrot

2010-01-17 Thread Ivan Avery Frey
I just recently upgraded to Mac OS X 10.5. When I try to install Parrot
I get this:

ld: file not found: /opt/local/lib/libicuuc.40.dylib

And parrot refuses to compile under MacPorts.

Is there a fix?

Ivan.