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] XEN_TARGET_X86_PAE=y make xen tools currently broken hg 3.0

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] XEN_TARGET_X86_PAE=y make xen tools currently broken hg 3.0 testing
From: Hans-Christian Armingeon <mog.johnny@xxxxxxx>
Date: Fri, 2 Jun 2006 14:15:28 +0200
Delivery-date: Fri, 02 Jun 2006 05:47:55 -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: KMail/1.9.3
Hi,

XEN_TARGET_X86_PAE=y make xen tools

doesnt work on hg 3.0 testing.
I build as an unprivileged user.

It fails late at install.

[...]
ld   -m elf_i386 -T xen.lds -N \
            boot/x86_32.o /usr/src/xen/build/xent/xen/common/built_in.o 
/usr/src/xen/build/xent/xen/drivers/built_in.o 
/usr/src/xen/build/xent/xen/arch/x86/built_in.o 
/usr/src/xen/build/xent/xen/xen-syms.o -o /usr/src/xen/build/xent/xen/xen-syms
rm -f /usr/src/xen/build/xent/xen/xen-syms.S 
/usr/src/xen/build/xent/xen/xen-syms.o
./boot/mkelf32 /usr/src/xen/build/xent/xen/xen-syms 
/usr/src/xen/build/xent/xen/xen 0x100000 \
        `nm /usr/src/xen/build/xent/xen/xen-syms | sort | tail -n 1 | sed -e 
's/^\([^ ]*\).*/0x\1/'`
make[3]: Leaving directory `/usr/src/xen/build/xent/xen/arch/x86'
gzip -f -9 < /usr/src/xen/build/xent/xen/xen > 
/usr/src/xen/build/xent/xen/xen.gz.new
mv /usr/src/xen/build/xent/xen/xen.gz.new /usr/src/xen/build/xent/xen/xen.gz
[ -d //boot ] || install -d -m0755 //boot
install -m0644 /usr/src/xen/build/xent/xen/xen.gz //boot/xen-3.0.2-3.gz
install: cannot create regular file `//boot/xen-3.0.2-3.gz': Permission denied
make[2]: *** [_install] Error 1
make[2]: Leaving directory `/usr/src/xen/build/xent/xen'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/xen/build/xent/xen'
make: *** [install-xen] Error 2


Can somebody confirm that?

Thanks in advance,

Johnny

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] XEN_TARGET_X86_PAE=y make xen tools currently broken hg 3.0 testing, Hans-Christian Armingeon <=