Thomas Schwinge <tho...@codesourcery.com> writes: > Hi! > > On Mon, 24 Sep 2018 11:19:42 -0400, Joshua Branson <jbra...@fastmail.com> > wrote: >> A few years ago I had the Hurd wiki cloned locally, and I could rather >> trivially set it up. However, following the online guide a few days >> ago, I'm running into some issues. >> >> is a bit of a pain. > > That's why these non-standard "field" etc. plugins are shipped inside the > Hurd "web" repository, see ".library/IkiWiki/Plugin/". > >> This is not a complaint just an observation and a request for help. > > Thanks for reporting. > > > I'm aware of one problem that is seen with "recent" verions of Perl > (don't know when exactly this started), which indeed makes the "getfield" > plugin fail to load: > > $ ./render_locally > Failed to load plugin IkiWiki::Plugin::getfield: Unescaped left brace in > regex is illegal here in regex; marked by <-- HERE in m/{{ <-- HERE > \$([-\w/]+#)?[-\w]+}}/ at [...]/.library/IkiWiki/Plugin/getfield.pm line 68. > Compilation failed in require at (eval 94) line 1. > BEGIN failed--compilation aborted at (eval 94) line 1. >
This is pretty the exact issue that I had. :) > (This, or something similar, also happens when pushing to darnassus.) > > I already have identified a fix, and will push that in the next days. > > > Grüße > Thomas