[2018-12-19 14:01] Olivier Girondel <oliv...@biniou.info> > On Wed, 19 Dec 2018 02:12:11 +0100 Olivier Girondel <oliv...@biniou.info> > wrote: > > On Thu, 13 Dec 2018 16:15:40 +0100 Adam Borowski <kilob...@angband.pl> > > wrote: > > > Alas, it doesn't build: http://ix.io/1vVp > > > > > > common.c:37:10: fatal error: conf_parser.tab.h: No such file or directory > > > #include "conf_parser.tab.h" > > > ^~~~~~~~~~~~~~~~~~~ > > > > > > (I didn't review further.) > > > > Hi Adam, > > > > (...) > > dh_auto_build: make V=1 -j6 returned exit code 2 > > > > It's a parallel build issue, most likely due to missing Makefile > > dependencies, upstream is aware of this. > > > I'll make a patch to address this issue.
You could pass --no-parallel to `dh', you know?