From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [xen-unstable test] 15136: regressions - FAIL Date: Sat, 19 Jan 2013 12:52:08 +0000 Message-ID: <1358599928.12854.33.camel@dagon.hellion.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen.org" Cc: "Fioravante, Matthew E." , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Sat, 2013-01-19 at 12:41 +0000, xen.org wrote: > Tests which did not succeed and are blocking, > including tests which could not be run: > build-i386 4 xen-build fail REGR. vs. 15130 > build-i386-oldkern 4 xen-build fail REGR. vs. 15130 Looks like vtpm_storage.c doesn't compile for 32-bit: vtpm_storage.c: In function 'vtpm_storage_load_header': vtpm_storage.c:658: error: format '%ld' expects type 'long int', but argument 5 has type 'unsigned int' vtpm_storage.c:658: error: format '%ld' expects type 'long int', but argument 5 has type 'unsigned int' make[2]: *** [vtpm_storage.o] Error 1 Ian.