From: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
To: Tony Wei <twei@marathontechnologies.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Dave Scott <Dave.Scott@eu.citrix.com>
Subject: Re: xen-api installation problem
Date: Mon, 16 Nov 2009 18:06:51 +0000 [thread overview]
Message-ID: <4B0194BB.5040506@eu.citrix.com> (raw)
In-Reply-To: <40B551BEDC7945419A5897958AB3947C01B1B386@mtexch.marathontechnologies.com>
Tony Wei wrote:
>
> Hi, I built xapi build appliance VM by following the instruction as:
>
>
>
> http://xenbits.xen.org/xapi/install.html
>
>
>
> Everything looks OK until I run:
>
>
>
> # ./build-xapi-toolstack.sh
>
>
>
> It stops at:
>
>
>
> …
>
> Building xapi-specific libraries
>
> Make: *** No rule to make target ‘clean’. Stop.
>
>
>
> Please advise. Thanks.
>
Not sure that will fix it but you can try adding just before the
./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"
...
--
Vincent Hanquez
next prev parent reply other threads:[~2009-11-16 18:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 17:34 xen-api installation problem Tony Wei
2009-11-16 18:06 ` Vincent Hanquez [this message]
2009-11-17 16:50 ` Tony Wei
2009-11-17 23:20 ` [XCP] " Dave Scott
2009-11-17 23:27 ` Tony Wei
2009-11-17 23:36 ` Dave Scott
2009-11-17 23:47 ` Tony Wei
2009-11-18 2:41 ` Anil Madhavapeddy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B0194BB.5040506@eu.citrix.com \
--to=vincent.hanquez@eu.citrix.com \
--cc=Dave.Scott@eu.citrix.com \
--cc=twei@marathontechnologies.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.