All of lore.kernel.org
 help / color / mirror / Atom feed
* build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64
@ 2009-07-23  9:07 mike xiao
  2009-08-04 13:12 ` Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: mike xiao @ 2009-07-23  9:07 UTC (permalink / raw)
  To: xen-devel, Maturi,Srinivas

Build infomation:
  build of xen-unstable(cs:19963 and 19974) failed for 
i386/x86_64,details as below:

....

make[1]: Entering directory `/builddir/build/BUILD/xen-unstable/tools'
set -ex; \
	if test -d git://xenbits.xensource.com/qemu-xen-unstable.git; then \
		rm -f ioemu-dir; \
		ln -sf git://xenbits.xensource.com/qemu-xen-unstable.git ioemu-dir; \
	else \
		if [ ! -d ioemu-remote ]; then \
			rm -rf ioemu-remote ioemu-remote.tmp; \
			mkdir ioemu-remote.tmp; rmdir ioemu-remote.tmp; \
			git clone git://xenbits.xensource.com/qemu-xen-unstable.git ioemu-remote.tmp; \
			if [ "a42b67ed27a9744a2492c8ffe5c26935bd19ee27" ]; then			\
				cd ioemu-remote.tmp;			\
				git branch -D dummy >/dev/null 2>&1 ||:; \
				git checkout -b dummy a42b67ed27a9744a2492c8ffe5c26935bd19ee27;	\
				cd ..;					\
			fi;						\
			mv ioemu-remote.tmp ioemu-remote; \
		fi; \
		rm -f ioemu-dir; \
		ln -sf ioemu-remote ioemu-dir; \
	fi
+ test -d git://xenbits.xensource.com/qemu-xen-unstable.git
+ '[' '!' -d ioemu-remote ']'
+ rm -rf ioemu-remote ioemu-remote.tmp
+ mkdir ioemu-remote.tmp
+ rmdir ioemu-remote.tmp
+ git clone git://xenbits.xensource.com/qemu-xen-unstable.git ioemu-remote.tmp
Initialize ioemu-remote.tmp/.git
xenbits.xensource.com[0: 70.42.241.107]: errno=No route to host
fatal: unable to connect a socket (No route to host)
Initialized empty Git repository in /builddir/build/BUILD/xen-unstable/tools/ioemu-remote.tmp/.git/
make[1]: *** [ioemu-dir-find] Error 128
make[1]: Leaving directory `/builddir/build/BUILD/xen-unstable/tools'

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64
  2009-07-23  9:07 build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64 mike xiao
@ 2009-08-04 13:12 ` Ian Jackson
  2009-08-04 14:07   ` Dan Magenheimer
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Jackson @ 2009-08-04 13:12 UTC (permalink / raw)
  To: mike xiao; +Cc: Maturi, Srinivas, xen-devel

mike xiao writes ("[Xen-devel] build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64"):
> Build infomation:
>   build of xen-unstable(cs:19963 and 19974) failed for 
> i386/x86_64,details as below:
...
> xenbits.xensource.com[0: 70.42.241.107]: errno=No route to host
> fatal: unable to connect a socket (No route to host)

I think this means that either:
 (a) there was a temporary network problem
or
 (b) your firewall is preventing access to the xenbits git repository.

If the problem persists, the answer is (b).  There are two possible
fixes: 1. fix your firewall to allow git through; 2. use the tree via
http (slower and less efficient).

To do 2, change the definition of QEMU_REMOTE to
 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
by editing Config.mk or setting it in .config in your xen-unstable tree.

Ian.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64
  2009-08-04 13:12 ` Ian Jackson
@ 2009-08-04 14:07   ` Dan Magenheimer
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Magenheimer @ 2009-08-04 14:07 UTC (permalink / raw)
  To: Ian Jackson, mike.xiao; +Cc: srinivas.maturi, xen-devel

/me bets this isn't the last time this question will need
to be answered.

Ian --

Since my rant yesterday was (perhaps justifiably) ignored *,
could you please at least put the alternate QEMU_REMOTE
in Config.mk as a comment and add a line or two to
the main README (with something like "if git repeatedly
fails...").

Dan

* http://lists.xensource.com/archives/html/xen-devel/2009-08/msg00031.html

> -----Original Message-----
> From: Ian Jackson [mailto:Ian.Jackson@eu.citrix.com]
> Sent: Tuesday, August 04, 2009 7:13 AM
> To: Mike Xiao
> Cc: Srinivas Maturi; xen-devel@lists.xensource.com
> Subject: Re: [Xen-devel] build of xen-unstable(cs:19963 and 19974)
> failed for i386/x86_64
> 
> 
> mike xiao writes ("[Xen-devel] build of xen-unstable(cs:19963 
> and 19974) failed for i386/x86_64"):
> > Build infomation:
> >   build of xen-unstable(cs:19963 and 19974) failed for 
> > i386/x86_64,details as below:
> ...
> > xenbits.xensource.com[0: 70.42.241.107]: errno=No route to host
> > fatal: unable to connect a socket (No route to host)
> 
> I think this means that either:
>  (a) there was a temporary network problem
> or
>  (b) your firewall is preventing access to the xenbits git repository.
> 
> If the problem persists, the answer is (b).  There are two possible
> fixes: 1. fix your firewall to allow git through; 2. use the tree via
> http (slower and less efficient).
> 
> To do 2, change the definition of QEMU_REMOTE to
>  
> QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-uns
> table.git
> by editing Config.mk or setting it in .config in your 
> xen-unstable tree.
> 
> Ian.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-04 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-23  9:07 build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64 mike xiao
2009-08-04 13:12 ` Ian Jackson
2009-08-04 14:07   ` Dan Magenheimer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.