jaspervdj / jaspervdj

Source code of my personal home page.

Home Page:jaspervdj.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to build your site

eleni-xar opened this issue · comments

Hi,

I have been able to use Hakyll successfully for simple sites using the initial examples, but I wish to build something more interesting. I've tried to look at some realistic examples, but so far none of the examples I've tried have yielded a working website.
I wanted to use your site as a demonstration. Unfortunately, it doesn't build for me. Here are my steps:

$ stack build
$ stack exec jaspervdj build

the build ended with the following:

updated images/2013-09-29-zurichsee.jpg
  updated images/2013-10-22-websockets-console.png
  updated images/2013-11-21-badgers-balanced.dot
convert-im6.q16: unable to open image `_cache/tmp/d0f7c1a16a709aaaf61663e66fdf9b05-xelatex.pdf': No such file or directory @ error/blob.c/OpenBlob/2701.
convert-im6.q16: not authorized `_cache/tmp/d0f7c1a16a709aaaf61663e66fdf9b05-xelatex.pdf' @ error/constitute.c/ReadImage/412.
convert-im6.q16: no images defined `_cache/tmp/d0f7c1a16a709aaaf61663e66fdf9b05-xelatex.png' @ error/convert.c/ConvertImageCommand/3258.
jaspervdj: _cache/tmp/d0f7c1a16a709aaaf61663e66fdf9b05-xelatex.png: renameFile:renamePath:rename: does not exist (No such file or directory)
  updated images/2013-11-21-badgers-huffman.dot
  updated templates/formula.tex
  updated images/2013-11-21-expected-length-bal.tex

Could you please point out what's missing?

My website (unfortunately) depends on a few tools that need to be installed. Off the top of my head, those are:

  • xelatex (and some fonts maybe)
  • convert (from ImageMagick)
  • dot (from GraphViz)

I think the build is failing on your machine because one of these is missing.