mike xiao
2009-Jul-23 09:07 UTC
[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: .... 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'' _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2009-Aug-04 13:12 UTC
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-unstable.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
Dan Magenheimer
2009-Aug-04 14:07 UTC
RE: [Xen-devel] build of xen-unstable(cs:19963 and 19974) failed for i386/x86_64
/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 >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- Qemu-0.8.1 based ioemu preview available
- xen-unstable/staging: qemu git file corrupt
- [PATCH v10 0/7] build upstream qemu and seabios by default
- strip/install error when executing make install-tools
- Fwd: Re: xen-qemu-dm does not build with backported xen-4.1