(no commit message)
[ikiwiki.git] / doc / bugs / pagespec_error_on_refresh_but_not_rebuild.mdwn
1 I'm getting this error message when I refresh my wiki:
2
3     $ hg commit -u me -m "Minor corrections"
4     refreshing wiki..
5     scanning htmletc/moco-conf-rooms.mdwn
6     building htmletc/moco-conf-rooms.mdwn
7     Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.8.9/Text/Typography.pm line 542.
8     building sidebar.mdwn, which depends on htmletc/moco-conf-rooms
9     building contact.mdwn, which depends on sidebar
10     building 500.mdwn, which depends on sidebar
11     Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.8.9/Text/Typography.pm line 542.
12     building ceramics.mdwn, which depends on sidebar
13     building glossary.mdwn, which depends on sidebar
14     syntax error in pagespec "internal(glossary/comment_*)"
15     warning: post-commit hook exited with status 2
16
17 But there is no error if I use `ikiwiki --rebuild` to regenerate the whole thing.