[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable test] 13385: regressions - FAIL
On Fri, 2012-06-29 at 01:09 +0100, xen.org wrote: > flight 13385 xen-unstable real [real] > http://www.chiark.greenend.org.uk/~xensrcts/logs/13385/ > > Regressions :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > build-amd64 4 xen-build fail REGR. vs. > 13379 gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF ._libxl_save_msgs_helper.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -Werror -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I. -fPIC -pthread -I/home/osstest/build.13385.build-amd64/xen-unstable/tools/libxl/../../tools/libxc -I/home/osstest/build.13385.build-amd64/xen-unstable/tools/libxl/../../tools/include -c -o _libxl_save_msgs_helper.o _libxl_save_msgs_helper.c In file included from libxl_save_helper.c:44: libxl.h:346:26: error: _libxl_types.h: No such file or directory In file included from libxl_save_helper.c:44: libxl.h:348: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token [...etc...] ./libxl_event.h:66: error: expected ';' before 'void' make[3]: *** [libxl_save_helper.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Parsing libxl_types_internal.idl Parsing libxl_types.idl Dependencies on the autogenerated code aren't quite right. 8<--------------------------------- # HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1340953509 -3600 # Node ID c5b08c577c7fba45724f4a0f84abf576c6299b9c # Parent 0455d8317631b74c436fd2fadc6dc1c0cc86cb86 libxl: make libxl-save-helper depend on the autogenerated code targets Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r 0455d8317631 -r c5b08c577c7f tools/libxl/Makefile --- a/tools/libxl/Makefile Thu Jun 28 18:43:28 2012 +0100 +++ b/tools/libxl/Makefile Fri Jun 29 08:05:09 2012 +0100 @@ -100,7 +100,7 @@ testidl.c: libxl_types.idl gentest.py li all: $(CLIENTS) libxenlight.so libxenlight.a libxlutil.so libxlutil.a \ $(AUTOSRCS) $(AUTOINCS) -$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): $(AUTOINCS) +$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS) $(SAVE_HELPER_OBJS): $(AUTOINCS) %.c %.h:: %.y @rm -f $*.[ch] @@ -134,7 +134,7 @@ libxl_internal.h: _libxl_types_internal. libxl_internal_json.h: _libxl_types_internal_json.h xl.h: _paths.h -$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): libxl.h +$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS) $(SAVE_HELPER_OBJS): libxl.h $(LIBXL_OBJS): libxl_internal.h _libxl_type%.h _libxl_type%_json.h _libxl_type%.c: libxl_type%.idl gentypes.py idl.py _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |