Masroor Vettuparambil
2008-Oct-15 18:37 UTC
[Xen-devel] compilation error on unstable version
Hi, I issued ''make world''. But git clone of ioemu-remote is failed. Error details are, + test -d http://xenbits.xensource.com/git-http/qemu-xen-3.3-testing.git + ''['' ''!'' -d ioemu-remote '']'' + rm -rf ioemu-remote ioemu-remote.tmp + mkdir ioemu-remote.tmp + rmdir ioemu-remote.tmp + git clone http://xenbits.xensource.com/git-http/qemu-xen-3.3-testing.git ioemu-remote.tmp Getting alternates list for http://xenbits.xensource.com/git-http/qemu-xen-3.3-testing.git/ Getting pack list for http://xenbits.xensource.com/git-http/qemu-xen-3.3-testing.git/ Getting index for pack fbf05baa19ab37b0d46740aa77177a280d8f308e Getting index for pack 15350f5e5c842c4d16ed950f52332d1725e932cb Getting pack fbf05baa19ab37b0d46740aa77177a280d8f308e which contains dc23ff50bb890c8c743d7f86ccfb7f300c03db82 error: cannot unpack 0002f0deaa953bfb30cecedef0197a99c90ec63e from /home/xen-3.3-testing.hg/tools/ioemu-remote.tmp/.git/objects/pack/pack-f bf05baa19ab37b0d46740aa77177a280d8f308e.pack ....... error: Unable to find dc23ff50bb890c8c743d7f86ccfb7f300c03db82 under http://xenbits.xensource.com/git-http/qemu-xen-3.3-testing.git/ Cannot obtain needed none dc23ff50bb890c8c743d7f86ccfb7f300c03db82 while processing commit 0000000000000000000000000000000000000000. make[2]: *** [ioemu-dir-find] Error 1 make[2]: Leaving directory `/home/masroor/xen-3.3-testing.hg/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/home/masroor/xen-3.3-testing.hg/tools'' make: *** [install-tools] Error 2 Thanks Masroor _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Masroor Vettuparambil writes ("[Xen-devel] compilation error on unstable version"):> I issued ''make world''. But git clone of ioemu-remote is failed....> error: cannot unpack 0002f0deaa953bfb30cecedef0197a99c90ec63e from > /home/xen-3.3-testing.hg/tools/ioemu-remote.tmp/.git/objects/pack/pack-f > bf05baa19ab37b0d46740aa77177a280d8f308e.packI''ve tested this here with git 1.4.4.4 (Debian etch) and it works for me. It''s possible you had a transient network error or are out of disk space or something. If the problem persists, please run git under strace eg strace -vvs5000 -f -o git.strace \ git clone http://xenbits.xensource.com/git-http/qemu-xen-3.3-testing.git \ ioemu-remote.tmp and email me (privately) the file git.strace. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel