|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: Howto compiling Xen 3.3
Building Xen 3.3.1rc1-pre on CentOS 5.2 :-
# cd /usr/src/
# hg clone http://xenbits.xensource.com/xen-3.3-testing.hg
# cd xen-3.3-testing.hg
# make world
# make install
I've noticed several "wgets" besides "hg linux-2.6-18-xen.hg" in phase:- # make world In particular, a kind of "newlib" was downloaded from http://redhat.com
--- On Wed, 11/19/08, Torsten <tlehmann@xxxxxxxxxxxxx> wrote:
From: Torsten <tlehmann@xxxxxxxxxxxxx> Subject: [Xen-users] Re: Howto compiling Xen 3.3 To: rachita.dhawan@xxxxxxxxx Cc: xen-users@xxxxxxxxxxxxxxxxxxx Date: Wednesday, November 19, 2008, 3:47 PM
> Hi TorstenL, > Were you able to compile Xen without connecting m/c to internet? Well i > am facing the same issue, while compiling i get an error > abort: error: temporary failure in name resolution > that's probably because of an hg. > > I have downloaded the Xen package and installed all libraries, but have no >
way to connect this machine to an internet. and the documentations are not > well enough to resolve this issue. how to get that hg package without it > trying to clone it? > > Let me know if u found any solution to compile it?
schould be working:
a $ hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg a $ tar -czf linux-2.6.18-xen.hg.tgz linux-2.6.18-xen.hg b $ tar -xzf linux-2.6.18-xen.hg.tgz b $ tar -xzf xen-3.3.0.tar.gz b $ cd xen-3.3.0 b # make xen tools install-tools b # cp -p xen/xen.gz /boot b # cd .. b # cd inux-2.6.18-xen.hg b # make maenuconfig all....
a complete documentation you found on: http://www2.fh-lausitz.de/launic/comp/xen/080915.xen-3.3
regards torsten
_______________________________________________ Xen-users mailing
list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|