|
|
|
|
|
|
|
|
|
|
xci-devel
RE: [Xci-devel] How to build XCI from Xen 3.4.2
Hi,
Well... When reading true the exact error I noticed that it could not find
http://xenbits.xen.org/git-http"/xenclient/xenaccess.git which is correct.
It's not there...
So to make it work I disabled BR2_PACKAGE_XENCLIENT_XENACCESS in the
.config...
Sander
-----Original Message-----
From: xci-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xci-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of S. J. van
Harmelen
Sent: dinsdag 1 december 2009 12:46
To: xci-devel@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xci-devel] How to build XCI from Xen 3.4.2
Hi again...
I found out that this problem (git not downloading stuff) was a strange
networking problem in our network. So now I get a lot further :)
After fixing a few problems myself I now run into this error which I don't
know how to fix:
============================================================================
==========
mkdir -p /usr/src/build/repo
git clone "http://xenbits.xen.org/git-http"/xenclient/xenaccess.git
/usr/src/build/repo/xenclient-xenaccess
Initialized empty Git repository in
/usr/src/build/repo/xenclient-xenaccess/.git/
warning: remote HEAD refers to nonexistent ref, unable to checkout.
ln -fs /usr/src/build/repo/xenclient-xenaccess
/usr/src/build/build_i686/xenclient-xenaccess-tip
"/usr/src/build/scripts/git_checkout.sh" xenclient-xenaccess
/usr/src/build/repo
master
touch /usr/src/build/build_i686/xenclient-xenaccess-tip/.stamp_downloaded
for i in /usr/lib/libxenstore\*.so\* /usr/lib/libxenctrl\*.so\*
/usr/include/xen /usr/include/xenctrl.h /usr/include/xs.h
/usr/include/xs_lib.h; \
do \
path=$(dirname "$i"); \
mkdir -p /usr/src/build/build_i686/staging_dir/$path;
\
cp -rlf
/usr/src/build/build_i686/xenclient-xen-tip/dist/install/$i
/usr/src/build/build_i686/staging_dir/$path;\
done
>>> xenclient-xenaccess tip Patching libtool
>>> xenclient-xenaccess tip Patching
package/xenclient/xenaccess/xenclient-xenaccess
make: *** No rule to make target
`/usr/src/build/build_i686/xenclient-xenaccess-tip/libxa/configure.ac',
needed by
`/usr/src/build/build_i686/xenclient-xenaccess-tip/.stamp_autoconfigured'.
Stop.
============================================================================
==========
Anyone encountered this one and knows the fix?
Cheers,
Sander
-----Original Message-----
From: xci-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xci-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of S. J. van
Harmelen
Sent: donderdag 26 november 2009 11:07
To: xci-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xci-devel] How to build XCI from Xen 3.4.2
Hi All!
I was wondering if someone could point me to a good document that can help
me understand how to setup XCI on a test notebook. Of course I found the
XciBuildingInstructions, but I was wondering if this is the only way to
build and setup XCI? Because the release notes of Xen 3.4 mention:
The complete list of new features in Xen 3.4 includes:
.Desktop and Device Computing
o Base Xen Client Hypervisor Code Availability
So that seems that you can compile it yourself using the Xen3.4.2 package.
Or am I wrong about that and is the only way as described in the
XciBuildingInstructions. Speaking of which. When I try that nothing happens
after calling the git clone command:
xci:/usr/src# git clone http://xenbits.xen.org/git-http/xenclient/build.git
/usr/src/build
Initialized empty Git repository in /usr/src/build/.git/
Any tips on how to get past that are also very welcome!
Thanks,
Sander
_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel
_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel
_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel
|
|
|
|
|