From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: xen-api installation problem Date: Mon, 16 Nov 2009 18:06:51 +0000 Message-ID: <4B0194BB.5040506@eu.citrix.com> References: <40B551BEDC7945419A5897958AB3947C01B1B386@mtexch.marathontechnologies.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <40B551BEDC7945419A5897958AB3947C01B1B386@mtexch.marathontechnologies.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: Tony Wei Cc: "xen-devel@lists.xensource.com" , Dave Scott List-Id: xen-devel@lists.xenproject.org Tony Wei wrote: > > Hi, I built xapi build appliance VM by following the instruction as: > > =20 > > http://xenbits.xen.org/xapi/install.html > > =20 > > Everything looks OK until I run: > > =20 > > # ./build-xapi-toolstack.sh > > =20 > > It stops at: > > =20 > > =85 > > Building xapi-specific libraries > > Make: *** No rule to make target =91clean=92. Stop. > > =20 > > Please advise. Thanks. > Not sure that will fix it but you can try adding just before the=20 ./rebuild step line 28 in the build-xapi-toolstack.sh script: sh autogen.sh ./configure the script should look like: ... echo "Building xapi-specific libraries" cd $REPO/xen-api-libs.hg sh autogen.sh ./configure ./rebuild echo "Building xapi toolstack" ... --=20 Vincent Hanquez