Re: [Libguestfs] [PATCH] builder: add index-struct.h as dependency for index-parser-c.c

2014-02-17 Thread Pino Toscano
On Sunday 16 February 2014 22:32:52 Richard W.M. Jones wrote: > BTW, although there is nothing wrong with this patch, it doesn't seem > to completely resolve the problem. It looks like there could be > another missing dependency. > > When I did: > > make distclean && ./configure && make -j5 >

Re: [Libguestfs] [PATCH] builder: add index-struct.h as dependency for index-parser-c.c

2014-02-16 Thread Richard W.M. Jones
BTW, although there is nothing wrong with this patch, it doesn't seem to completely resolve the problem. It looks like there could be another missing dependency. When I did: make distclean && ./configure && make -j5 the build failed as below (not always reproducible). As you can see 'index-

Re: [Libguestfs] [PATCH] builder: add index-struct.h as dependency for index-parser-c.c

2014-01-21 Thread Richard W.M. Jones
On Tue, Jan 21, 2014 at 10:56:32AM +0100, Pino Toscano wrote: > Just like with index-parse.h, also index-struct.h is a dependency of > index-parser-c.c which automake cannot generate correctly. > Thus, add it manually. > --- > builder/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[Libguestfs] [PATCH] builder: add index-struct.h as dependency for index-parser-c.c

2014-01-21 Thread Pino Toscano
Just like with index-parse.h, also index-struct.h is a dependency of index-parser-c.c which automake cannot generate correctly. Thus, add it manually. --- builder/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Makefile.am b/builder/Makefile.am index fc4c552