Bug#846766: race condition in the build process?

2016-12-07 Thread Arturo Borrero Gonzalez
On 6 December 2016 at 11:06, Adrian Bunk wrote: > > 2. work around it by disabling parallel building: > - dh $@ --with systemd,autotools-dev > + dh $@ --with systemd,autotools-dev --no-parallel > > Thanks Adrian, I think I will take this simple approach by now. best

Bug#846766: race condition in the build process?

2016-12-06 Thread Adrian Bunk
On Mon, Dec 05, 2016 at 12:51:27PM +0100, Arturo Borrero Gonzalez wrote: > Hi, > > from the logs: > > [...] > read_config_lex.l:25:28: fatal error: read_config_yy.h: No such file > or directory > #include "read_config_yy.h" > ^ > compilation terminated. >

Bug#846766: race condition in the build process?

2016-12-05 Thread Arturo Borrero Gonzalez
Hi, from the logs: [...] read_config_lex.l:25:28: fatal error: read_config_yy.h: No such file or directory #include "read_config_yy.h" ^ compilation terminated. Makefile:662: recipe for target 'read_config_lex.o' failed make[3]: *** [read_config_lex.o] Error 1