[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable test] 30198: regressions - FAIL
On Wed, Sep 10, 2014 at 04:31:39PM +0100, Wei Liu wrote: > On Wed, Sep 10, 2014 at 04:03:24PM +0100, Ian Campbell wrote: > > On Wed, 2014-09-10 at 15:24 +0100, xen.org wrote: > > > flight 30198 xen-unstable real [real] > > > http://www.chiark.greenend.org.uk/~xensrcts/logs/30198/ > > > > > > Regressions :-( > > > > > > Tests which did not succeed and are blocking, > > > including tests which could not be run: > > > build-armhf 5 xen-build fail REGR. vs. > > > 30187 > > > > This looks like a build system race which just happened to hit arm: > > > > In file included from xen-init-dom0.c:9:0: > > ./libxl.h:716:26: fatal error: _libxl_types.h: No such file or > > directory > > compilation terminated. > > distcc[10044] ERROR: compile xen-init-dom0.c on armada/4 failed > > distcc[10044] (dcc_build_somewhere) Warning: remote compilation of > > 'xen-init-dom0.c' failed, retrying locally > > distcc[10044] (dcc_build_somewhere) Warning: failed to distribute > > and fallbacks are disabled > > > > A missing dependency somewhere in tools/libxl/Makefile I suppose, Wei > > would you mind taking a look please. > > > > Ian. > > > > I will have a look now. > > Wei ---8<--- From 829d37217ed7f026d78072e51be57eaea299c259 Mon Sep 17 00:00:00 2001 From: Wei Liu <wei.liu2@xxxxxxxxxx> Date: Wed, 10 Sep 2014 16:43:16 +0100 Subject: [PATCH] libxl: add missing dependency for xen-init-dom0 in Makfile Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 4bee4af..64e8389 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -185,7 +185,7 @@ libxl_internal_json.h: _libxl_types_internal_json.h xl.h: _paths.h $(LIBXL_OBJS) $(LIBXL_TEST_OBJS) $(LIBXLU_OBJS) \ - $(XL_OBJS) $(TEST_PROG_OBJS) $(SAVE_HELPER_OBJS): libxl.h + $(XL_OBJS) $(TEST_PROG_OBJS) $(SAVE_HELPER_OBJS) xen-init-dom0: libxl.h $(LIBXL_OBJS) $(LIBXL_TEST_OBJS): libxl_internal.h _libxl_type%.h _libxl_type%_json.h _libxl_type%_private.h _libxl_type%.c: libxl_type%.idl gentypes.py idl.py -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |