|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] First release candidate for 3.2.0
On Mon, 2007-12-10 at 17:56 -0200, Marco Sinhoreli wrote:
> Hello all,
>
> I tried to run 'make world' in xen-3.2.0rc1 and it has returned this error:
It works for me here, what is your environment (distro, make and
mercurial version etc)? Did you clone direct from
http://xenbits.xensource.com/xen-unstable.hg or do you use a local
staging repository?
Can you try with this debug patch:
diff -r 4054cd60895b buildconfigs/select-repository
--- a/buildconfigs/select-repository Mon Dec 10 13:49:22 2007 +0000
+++ b/buildconfigs/select-repository Tue Dec 11 09:16:55 2007 +0000
@@ -1,6 +1,10 @@
#!/bin/sh
ME=$(basename $0)
+
+echo "$ME: XEN_ROOT is ${XEN_ROOT}" 1>&2
+
+set -x
if [ $# -lt 1 ] || [ $# -gt 2 ] ; then
echo "usage: $ME <repository-name> [search-path]" 1>&2
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|