On Jan 20, 2008 1:23 PM, via RT Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by  Moritz Lenz
> # Please include the string:  [perl #50032]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50032 >
>
>
> in languages/perl6/ the command "make spectest" complains about
> util/fudgeall which can't be found:
>
> make spectest
> cd t/spec && svn up
> Skipped '.'
> /usr/bin/perl t/harness \
>             t/spec/S02-literals \
>             t/spec/S03-operators \
>             t/spec/S04-statements \
>             t/spec/S29-str \
>
> /usr/bin/perl util/fudgeall rakudo t/spec/S02-literals
> t/spec/S03-operators/autoincrement.t t/spec/S03-operators/comparison.t
> t/spec/S03-operators/equality.t t/spec/S03-operators/relational.t
> t/spec/S04-statements t/spec/S29-strCan't open perl script
> "util/fudgeall": No such file or directory
> t/00-parrot/01-literals............ok
>
> ...
>
> I guess this is because util/fudgeall lives in the pugs svn, and should
> be fetched from there before it can be executed.
>
looks to me like the 'clean' target in the makefile should delete the
t/spec directory (it doesn't currently.) if you delete that directory
yourself, then the next run of spectest should Just Work. let me know
if it doesn't. i'll fix the makefile target in the next 24 hours,
unless somebody beats me to it.
~jerry

Reply via email to