From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: ocaml parallel build errors Date: Mon, 17 May 2010 10:55:22 +0100 Message-ID: References: <201005171137.54707.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201005171137.54707.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 17/05/2010 10:37, "Christoph Egger" wrote: > > Hi! > > On a clean source tree, I get an ocaml build error > with gmake -j4 : Should be fixed by xen-unstable:21401. Thanks, Keir > === building libs/uuid > === building xenstored > MLDEP > MLI symbol.cmi > MLI trie.cmi > MLOPT define.cmx > MLOPT stdext.cmx > MLOPT trie.cmx > MLOPT config.cmx > MLI uuid.cmi > MLC uuid.cmo > MLOPT uuid.cmx > MLOPT logging.cmx > File "logging.ml", line 20, characters 16-26: > Error: Unbound value Logs.error > gmake[4]: *** [logging.cmx] Error 2 > gmake[4]: *** Waiting for unfinished jobs.... > MLA uuid.cma > MLA uuid.cmxa > gmake[3]: *** [SUBDIRS_PROGRAMS] Error 2 > gmake[3]: *** Waiting for unfinished jobs.... > > > On a second gmake run I have: > > === building libs/xs > File "transaction.ml", line 193, characters 2-12: > Error: Unbound value Disk.write > > On a third gmake run oxenstored builds. > > Christoph >