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-devel

[Xen-devel] install issues

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] install issues
From: Ronald G Minnich <rminnich@xxxxxxxx>
Date: Mon, 17 Jul 2006 08:44:57 -0600
Delivery-date: Mon, 17 Jul 2006 07:47:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501)

xen shares a problem with a lot of python installers: if you build the xen on a file system mounted with root squash, the install fails:

if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b / -r 2.6.16.13-xen; fi make[3]: Leaving directory `/home/rminnich/src/xen-3.0-testing.hg/linux-2.6.16.13-xen'
make -C linux-2.6.16.13-xen ARCH=i386 INSTALL_PATH=/ vmlinuz
make[3]: Entering directory `/home/rminnich/src/xen-3.0-testing.hg/linux-2.6.16.13-xen'
rm: cannot remove `.kernelrelease': Permission denied
make[3]: *** [.kernelrelease] Error 1
make[3]: Leaving directory `/home/rminnich/src/xen-3.0-testing.hg/linux-2.6.16.13-xen'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/home/rminnich/src/xen-3.0-testing.hg'
make[1]: *** [linux-2.6-xen-install] Error 2
make[1]: Leaving directory `/home/rminnich/src/xen-3.0-testing.hg'
make: *** [install-kernels] Error 1


This is a particularly annoying attribute of many python install tools, that you can't run it as root and you can't NOT run it as root.

I don't know how this ought to be fixed, but note that (e.g.) linux install gets this one right.

thanks

ron

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] install issues, Ronald G Minnich <=