|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Make world problem compiling Xen 4.0.1 from source
Greetings, Xen gurus! Per the Ubuntu community documentation at https://help.ubuntu.com/community/Xen#Maverick%20Notes%20(Xen%204.0.1%20pvops%20on%20Ubuntu%2010.10) I am trying to install Xen 4.0.1 from source which I got from bits.xensource.com/oss-xen/release/4.0.1/xen-4.0.1.tar.gz because apparently the ubuntu-xen-server package has broken dependencies. The instructions as provided state that gettext, bin86, bcc, libc6-dev-i386, iasl, texinfo and git are needed and even after that, I found (presumably because the server was installed with only the core operating system and OpenSSH server) that make world wouldn't run properly and I also needed to install build-essential libssl-dev uuid-dev zlib1g-dev libncurses5-dev libx11-dev and python-dev.
So I've installed all those packages, re-expanded the tarball into an empty directory and tried running make world again but this time I'm running into a different kind of problem. There are thousands of lines of output, but here's the section at the end that seems most salient:
Initialized empty Git repository in /home/sawozny/xen-4.0.1/linux-2.6-pvops.git.tmp/.git/ remote: Counting objects: 1856803, done. remote: Compressing objects: 100% (292454/292454), done. remote: Total 1856803 (delta 1554357), reused 1848761 (delta 1547505) Receiving objects: 100% (1856803/1856803), 368.76 MiB | 366 KiB/s, done. Resolving deltas: 100% (1554357/1554357), done. + cd linux-2.6-pvops.git.tmp + git checkout -b xen/stable-2.6.32.x xen/xen/stable-2.6.32.x fatal: git checkout: branch xen/stable-2.6.32.x already exists make[3]: *** [linux-2.6-pvops.git/.valid-src] Error 128 make[3]: Leaving directory `/home/sawozny/xen-4.0.1' make[2]: *** [linux-2.6-pvops-install] Error 2 make[2]: Leaving directory `/home/sawozny/xen-4.0.1' make[1]: *** [install-kernels] Error 1 make[1]: Leaving directory `/home/sawozny/xen-4.0.1' make: *** [world] Error 2
So, I was wondering if anyone knew if this is an issue with the actual source tarball I have or if I need to be doing something else before the make world to prepare.
Any and all assistance would be GREATLY appreciated!
Thanks,
Scott
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Make world problem compiling Xen 4.0.1 from source,
Scott A. Wozny <=
|
|
|
|
|