[perl #64712] something is wrong with gen_parrot.pl

2009-04-15 Thread Will Coleda via RT
On Wed Apr 15 04:37:21 2009, samm...@gmail.com wrote: > Hi, I tried installing rakudo again just a minute ago, following this: > http://rakudo.org/how-to-get-rakudo. It works ok now. Thanks guys! > > Regards, > Sam Good luck. =-) Resolving ticket. -- Will "Coke" Coleda

Re: [perl #64712] something is wrong with gen_parrot.pl

2009-04-15 Thread Sam Dela Cruz
Hi, I tried installing rakudo again just a minute ago, following this: http://rakudo.org/how-to-get-rakudo. It works ok now. Thanks guys! Regards, Sam On Tue, Apr 14, 2009 at 4:05 PM, Mark J. Reed wrote: > Please do not replace system(LIST) with system(STR). All sorts of > complexities arise

Re: [perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread Mark J. Reed
Please do not replace system(LIST) with system(STR). All sorts of complexities arise. What is the exact value of $required? Is something maybe adding quotation marks to it? That would fit the symptom. On 4/14/09, Sam Dela Cruz wrote: > Hi Will, > > Thanks for the reply. Here's the error mess

Re: [perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread Sam Dela Cruz
Hi Will, Thanks for the reply. Here's the error message I'm getting: Generating Parrot ... /usr/bin/perl build/gen_parrot.pl via svn...t Parrot r37980 'vn: Syntax error in revision argument '37980 And I just tried it again, after changing line 47 to: system("svn checkout -r" . $required . "

Re: [perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread John Macdonald
On Tue, Apr 14, 2009 at 05:17:08AM -0700, Will Coleda via RT wrote: > On Tue Apr 14 01:44:39 2009, samm...@gmail.com wrote: > > Hi, > > > > I think this line is wrong: > > line 47: system(qw(svn checkout -r), $required , qw( > > https://svn.parrot.org/parrot/trunk parrot)); > > > > all qw shoul

[perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread Will Coleda via RT
On Tue Apr 14 01:44:39 2009, samm...@gmail.com wrote: > Hi, > > I think this line is wrong: > line 47: system(qw(svn checkout -r), $required , qw( > https://svn.parrot.org/parrot/trunk parrot)); > > all qw should be removed, in my ubuntu, i think what' s happening is it's > removing all the sp

[perl #64712] something is wrong with gen_parrot.pl

2009-04-14 Thread via RT
# New Ticket Created by Sam Dela Cruz # Please include the string: [perl #64712] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64712 > Hi, I think this line is wrong: line 47: system(qw(svn checkout -r), $required , qw(