[Pdx-pm] meeting next week: Rakudo Perl 6 "Feet Wettening"

Jeff Lavallee jeff at zeroclue.com
Sat Jul 10 16:31:15 PDT 2010


Hi Tom, I'm curious what version of Test::Harness you've got installed.

I was able to run perl Configure.pl --gen-parrot and then build rakudo using both my system Perl (5.10.0) on OS X and Perl 5.12.1


jeff at pokey:~ $ /usr/bin/perl -MTest::Harness -e 'print "perl version: $]\nTest::Harness::VERSION: $Test::Harness::VERSION\n"'
perl version: 5.010000
Test::Harness::VERSION: 2.64

jeff at pokey:~ $ /usr/local/bin/perl -MTest::Harness -e 'print "perl version: $]\nTest::Harness::VERSION: $Test::Harness::VERSION\n"'
perl version: 5.012001
Test::Harness::VERSION: 3.17


My system perl is bone-stock (/Library/Perl/Updates/5.10.0 contains only ReadMe.txt), so I suspect that the trouble you're having us due to some combination of the modules you've installed.

Have you tried upgrading Test::Harness to the latest version?


Jeff


On Jul 10, 2010, at 3:55 PM, Tom Keller wrote:

> Greetings.
> I'm having trouble installing rakudo/perl6.
> Here's what I get with 
> $ perl Configure.pl --gen-parrot
> Generating Parrot ...
> perl build/gen_parrot.pl --prefix=/Users/kellert/Documents/Programming/rakudo/parrot_install --optimize
> 
> Checking out Parrot r48026 via svn...
> Checked out revision 48026.
> 
> Configuring Parrot ...
> perl Configure.pl --prefix=/Users/kellert/Documents/Programming/rakudo/parrot_install --optimize
> Can't locate object method "register_handler" via package "TAP::Parser::IteratorFactory" at /Library/Perl/Updates/5.10.0/TAP/Parser/SourceHandler/Executable.pm line 12.
> Compilation failed in require at /Library/Perl/Updates/5.10.0/TAP/Parser/SourceHandler/Perl.pm line 10.
> BEGIN failed--compilation aborted at /Library/Perl/Updates/5.10.0/TAP/Parser/SourceHandler/Perl.pm line 10.
> Compilation failed in require at /Library/Perl/Updates/5.10.0/Test/Harness.pm line 13.
> BEGIN failed--compilation aborted at /Library/Perl/Updates/5.10.0/Test/Harness.pm line 13.
> Compilation failed in require at lib/Parrot/Configure/Options/Test.pm line 7.
> BEGIN failed--compilation aborted at lib/Parrot/Configure/Options/Test.pm line 7.
> Compilation failed in require at Configure.pl line 13.
> BEGIN failed--compilation aborted at Configure.pl line 13.
> Command failed (status 65280): perl Configure.pl --prefix=/Users/kellert/Documents/Programming/rakudo/parrot_install --optimize
> ===SORRY!===
> Unable to locate parrot_config
> 
> 
> I'm running perl v5.10.0 built for darwin-thread-multi-2level
> 
> thanks for any suggestions.
> 
> Tom
> kellert at ohsu.edu
> 503-494-2442
> 
> 
> 
> 
> 
> 
> 
> On Jul 7, 2010, at 5:06 PM, Seven till Seven wrote:
> 
>> 
>> http://pdx.pm.org/kwiki/?July2010Meeting
>> 
>> Wed. July 14th, 6:53pm at FreeGeek – 1731 SE 10th Ave. 
>> 
>> speaker: you and us 
>> 
>> The Rakudo * release of Perl 6 on Parrot is almost here. Whether you 
>> want to get your own feet wet, or help wetten someone else's feet, join 
>> us to write some Perl 6 code and share some learning.
>> 
>> We'll begin with introductions, cover some basics, and then work in 
>> small groups or pairs for about an hour, followed by a recap, then 
>> beer.
>> 
>> If you can bring a laptop, download and install rakudo ahead of time:
>> 
>>  $ git clone git://github.com/rakudo/rakudo.git
>>  $ cd rakudo
>>  $ perl Configure.pl --gen-parrot
>>  $ make
>>  $ make install
>>  $ PATH=$PWD/parrot_install/bin/:$PATH
>>  $ perl6 -e 'say "Hello World"'
>> 
>> For more info, see http://rakudo.org.
>> 
>> As always, the meeting will be followed by social hour at the Lucky Lab.
>> -- 
>> 
>>        http://pdx.pm.org
>> _______________________________________________
>> Pdx-pm-list mailing list
>> Pdx-pm-list at pm.org
>> http://mail.pm.org/mailman/listinfo/pdx-pm-list
> 
> _______________________________________________
> Pdx-pm-list mailing list
> Pdx-pm-list at pm.org
> http://mail.pm.org/mailman/listinfo/pdx-pm-list



More information about the Pdx-pm-list mailing list