Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Compiling pugs r12925 failed

4 views
Skip to first unread message

Markus Laire

unread,
Sep 2, 2006, 4:23:16 AM9/2/06
to perl6-c...@perl.org
I tried to compile pugs r12925 with parrot r14364 (both current as of
yesterday) and "make" for pugs failed with this message:

...
...
/KNOPPIX/usr/bin/perl util/gen_prelude.pl -v -i src/perl6/Prelude.pm
-p ./pugs --output blib6/lib/Prelude.pm.yml
Generating precompiled Prelude... ./pugs -C Parse-YAML Prelude.pm >
blib6/lib/Prelude.pm.yml
***
unexpected "\""
expecting comment, "(", ":", operator, postfix conditional,
postfix loop, postfix iteration, ";" or "}"
at Prelude.pm line 682, column 9
Output is empty at util/gen_prelude.pl line 167.
system: [/KNOPPIX/usr/bin/perl util/gen_prelude.pl -v -i
src/perl6/Prelude.pm -p ./pugs --output blib6/lib/Prelude.pm.yml]:
Tiedostoa tai hakemistoa ei ole at util/build_pugs.pl line 516.
make: *** [pugs] Error 2

"Tiedostoa tai hakemistoa ei ole" is "No such file or directory" in english.
I checked src/perl6/Prelude.pm but didn't see anything interesting on
line 682. Maybe the linenumber was wrong?

My system is Knoppix 4.0.2 CD + ghc 6.4.1 from Debian-backports.
$ uname -a
Linux Knoppix 2.6.12 #2 SMP Tue Aug 9 23:20:52 CEST 2005 i686 GNU/Linux

--
Markus Laire

Audrey Tang

unread,
Sep 2, 2006, 4:53:44 AM9/2/06
to Markus Laire, perl6-c...@perl.org
2006/9/2, Markus Laire <mal...@gmail.com>:

> I tried to compile pugs r12925 with parrot r14364 (both current as of
> yesterday) and "make" for pugs failed with this message:

Heya. r12925 is at the middle of gaal's mad hax0ring to support
:(Sig) syntax in addition to \(Capt) syntax. Can you try again?
Maybe remove blib6\lib\Prelude.pm.yml before typing "make", too.

Thanks!
Audrey

Markus Laire

unread,
Sep 2, 2006, 9:30:41 AM9/2/06
to perl6-c...@perl.org
On 9/2/06, Audrey Tang <audre...@gmail.com> wrote:
> 2006/9/2, Markus Laire <mal...@gmail.com>:
> > I tried to compile pugs r12925 with parrot r14364 (both current as of
> > yesterday) and "make" for pugs failed with this message:
>
> Heya. r12925 is at the middle of gaal's mad hax0ring to support
> :(Sig) syntax in addition to \(Capt) syntax. Can you try again?

I get same error with r12939 (except that "line 516" is now "line 517")

> Maybe remove blib6\lib\Prelude.pm.yml before typing "make", too.

There is no such file before running "make". (Not even a directory
called "blib6")

--
Markus Laire

Markus Laire

unread,
Sep 2, 2006, 1:02:49 PM9/2/06
to perl6-c...@perl.org
On 9/2/06, Audrey Tang <audre...@gmail.com> wrote:
> 2006/9/2, Markus Laire <mal...@gmail.com>:
> > On 9/2/06, Audrey Tang <audre...@gmail.com> wrote:
> > > 2006/9/2, Markus Laire <mal...@gmail.com>:
> > > > I tried to compile pugs r12925 with parrot r14364 (both current as of
> > > > yesterday) and "make" for pugs failed with this message:
> > >
> > > Heya. r12925 is at the middle of gaal's mad hax0ring to support
> > > :(Sig) syntax in addition to \(Capt) syntax. Can you try again?
> >
> > I get same error with r12939 (except that "line 516" is now "line 517")
>
> This is quite strange, as I cannot duplicate this failure mode; neither can
> others in #perl6. Nevertheless, I've attempted a fix. Can you try
> again with r12945?

It's too late to do it today (it takes about 2 hours), and I'm not
using computer tomorrow, so I'll try again on monday.

--
Markus Laire

Audrey Tang

unread,
Sep 2, 2006, 12:01:12 PM9/2/06
to Markus Laire, perl6-c...@perl.org
2006/9/2, Markus Laire <mal...@gmail.com>:

> On 9/2/06, Audrey Tang <audre...@gmail.com> wrote:
> > 2006/9/2, Markus Laire <mal...@gmail.com>:
> > > I tried to compile pugs r12925 with parrot r14364 (both current as of
> > > yesterday) and "make" for pugs failed with this message:
> >
> > Heya. r12925 is at the middle of gaal's mad hax0ring to support
> > :(Sig) syntax in addition to \(Capt) syntax. Can you try again?
>
> I get same error with r12939 (except that "line 516" is now "line 517")

This is quite strange, as I cannot duplicate this failure mode; neither can


others in #perl6. Nevertheless, I've attempted a fix. Can you try
again with r12945?

Thanks,
Audrey

Markus Laire

unread,
Sep 4, 2006, 1:01:36 PM9/4/06
to perl6-c...@perl.org

I just tried it and pugs r12945 (with parrot r14400) works :)
Thanks for fixing it even if you couldn't duplicate it :)

--
Markus Laire

0 new messages