From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: libxenstore.so Makefile dependency issue Date: Tue, 21 Feb 2012 23:01:49 +0100 Message-ID: <20120221220148.GA5984@aepfle.de> References: <20120220192655.GA8280@aepfle.de> <20291.57670.186303.970388@mariner.uk.xensource.com> <20120221183042.GA24861@aepfle.de> <20291.58206.279883.482278@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20291.58206.279883.482278@mariner.uk.xensource.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: Ian Jackson Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, Feb 21, Ian Jackson wrote: > Olaf Hering writes ("Re: [Xen-devel] libxenstore.so Makefile dependency issue"): > > Is this with make 3.82? > > > > I think its time to ask on a make mailing list for advice. The NEWS file > > for 3.82 did not contain any (obvious related) incompatible change. > > 3.81. > > You could try the patch from my last mail which I think should enable > to you repro the bug every time. Not really. If I put a simple sleep 1 or 2 in there libxenstore.so is not created in time, but sleep 3 and more helps. Olaf