I was recently stumped by the following error emitted from deep within a build process:
fd:4: hClose: resource vanished (Broken pipe)
It turned out to be coming from an invocation of pandoc
with the --filter
option, where the filter script was failing due to missing package dependencies (an artefact of the python2
→ python3
transition, aargh).
Posted in Devel
| add a comment