On Sun, Mar 30, 2008 at 9:23 PM, Ryan Richter <[EMAIL PROTECTED]> wrote: > > Actually, that cron job hasn't been working for a long time... >
I've just checked the cronjob mails and it seems to me that the update-syn script is working fine. So the Synopses are still fresh :) I think you meant the auto-smoke script, which indeed has been failing due to a build error while linking pugs (after make veryclean): Linking pugs.new ... /usr/bin/perl util/gen_prelude.pl -v -i src/perl6/Prelude.pm -i ext/Math-Basic/lib/Math/Basic.pm -p ./pugs --output blib6/lib/Prelude.pm.yml # ./pugs -Iext/Math-Basic/lib -C Parse-YAML Prelude.pm > blib6/lib/Prelude.pm.yml Generating precompiled Prelude, Math::Basic... pugs: Internal error: Invalid grammatical category: "Bool" Please file a bug report. Output is empty at util/gen_prelude.pl line 189. system: [/usr/bin/perl util/gen_prelude.pl -v -i src/perl6/Prelude.pm -i ext/Math-Basic/lib/Math/Basic.pm -p ./pugs --output blib6/lib/Prelude.pm.yml]: at util/build_pugs.pl line 600. make: *** [pugs] Error 1 It only affects the passing/failing marks for the embedded test snippets ;) I'd like to seek help to fix this :) Cheers, agentzh