From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [libvirt test] 33157: regressions - trouble: blocked/fail/pass/preparing/queued Date: Thu, 8 Jan 2015 16:45:34 +0000 Message-ID: <1420735534.19787.114.camel@citrix.com> References: <54AEB265.9040500@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54AEB265.9040500@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jim Fehlig Cc: xen-devel@lists.xensource.com, "xen.org" List-Id: xen-devel@lists.xenproject.org On Thu, 2015-01-08 at 09:37 -0700, Jim Fehlig wrote: > xen.org wrote: > > flight 33157 libvirt running [real] > > http://www.chiark.greenend.org.uk/~xensrcts/logs/33157/ > > > > Regressions :-( > > > > Tests which did not succeed and are blocking, > > including tests which could not be run: > > build-amd64-libvirt queued > > test-amd64-i386-libvirt queued > > test-amd64-amd64-libvirt queued > > build-armhf-libvirt 5 libvirt-build fail REGR. vs. 32648 > > build-i386-libvirt 5 libvirt-build fail REGR. vs. 32648 > > > > The build failure here was > > make[2]: *** No rule to make target `xenconfig/xen_xl_disk.h', needed by > `all'. Stop. > > Now fixed with libvirt commits edacdb3d and 533349ff. Great, thanks for the heads up. It looks like libvirt has imported the disk syntax parser stuff from xen.git/tools/libxl/libxlu_disk_l.l? Why not just use libxlu.so which Xen ships containing that code? We do so pretty much exactly because we thought it would be useful to libvirt... I must confess that I thought you already did use libxlu... Ian.