#23010: cannot find basewiki --------------------------------+------------------------------------------- Reporter: weakish@… | Owner: tommyd@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: worksforme | Keywords: Port: ikiwiki | --------------------------------+------------------------------------------- Changes (by tommyd@…): * status: assigned => closed * resolution: => worksforme Comment: Replying to [ticket:23010 weakish@…]:
ikiwiki hardcoded basewiki location at /usr/share/ikiwiki/basewiki but macports put the basewiki in /opt/local/share/ikiwiki/basewiki
Error log:
Can't stat /usr/share/ikiwiki/basewiki: No such file or directory at /opt/local/lib/perl5/vendor_perl/5.8.9/IkiWiki/Plugin/autoindex.pm line 60 Can't stat /usr/share/ikiwiki/basewiki: No such file or directory at /opt/local/lib/perl5/vendor_perl/5.8.9/IkiWiki/Render.pm line 341
I've looked more closely on this issue and it seems as if the current version (3.20091218) seems to have fixed this issue. What version do you use? in IkiWiki.pm `$config{underlaydir}` is defined as `$installdir/share/ikiwiki/basewiki`, and `$installdir` is set a couple of lines above correctly to `/opt/local`. -- Ticket URL: <http://trac.macports.org/ticket/23010#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS