WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] question about installing xen-tools

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] question about installing xen-tools
From: Veydan Wu <veydanwu@xxxxxxxxx>
Date: Fri, 28 Jan 2011 13:46:35 -0500
Delivery-date: Fri, 28 Jan 2011 10:48:38 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=7u0sgV8QNkigYdxLeQ1+7zIrYCmUyZjiDh6bHp4MnkI=; b=oxt/RP0kYMtKwRyJ1oDDSFurUzxXThMI3wkHqLJ5BdRQYOdVGdAVRwFnjQRRZ/5CJC 0Y2GVot8Co2hqR29ZyWSRoSrgoQf7D+qhhSx6lXKgkQTy+IDe55PUWxS6IJFjMGo7dmP 74FUNFMRsgzCU6jCc8F8d23E+YFjkA+VvXr98=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LhAwXhyAuMUBuzzNdyVe1Hyk4YfWtr3r5pmhBCx5kRziBh7qUSJQ5GZOiwIV1rMSsp MlCJSjmmkuXwhMPBy/3ndjECVr6seWIV7mihKaxZjhXYYlUlEQsbKKe7SbqLYZrlZ1Qm 2/UMdStyBOSQcpwG9Bitnxey7MxKo/fntHXss=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi, all. I tried to install xen on Ubuntu  10.04. I didn't use "make world", I made the "xen" directory and then in "tools", I successfully made it but encountered an error when installing.

make[1]: Entering directory `/media/Study/Work/ptlx/xen-3.1-ptlsim/tools/xenstore'
install -d -m0755 -p //var/run/xenstored
install -d -m0755 -p //var/lib/xenstored
install -d -m0755 -p //bin
install -d -m0755 -p //usr/bin
install -d -m0755 -p //usr/sbin
install -d -m0755 -p //usr/include
install -m0755 -p xenstored //usr/sbin
install -m0755 -p xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod xenstore-write //usr/bin
for client in domu-xenstore-exists domu-xenstore-list domu-xenstore-read domu-xenstore-rm domu-xenstore-chmod domu-xenstore-write; do \
        install -m0755 -p $client //bin/${client/domu-}; \
    done
/bin/sh: Bad substitution
make[1]: *** [install] Error 2
make[1]: Leaving directory `/media/Study/Work/ptlx/xen-3.1-ptlsim/tools/xenstore'


I don't quite understand what the "Bad substitution" means. Can anybody help me with this? Thanks.

--
Regards,

Veydan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] question about installing xen-tools, Veydan Wu <=