From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Re: Second release candidate for Xen 4.0.0 Date: Wed, 27 Jan 2010 14:27:03 +0000 Message-ID: References: <878wbjsmgi.fsf@tac.ki.iif.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <878wbjsmgi.fsf@tac.ki.iif.hu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ferenc Wagner , "xen-devel@lists.xensource.com" Cc: Jeremy Fitzhardinge List-Id: xen-devel@lists.xenproject.org On 27/01/2010 13:31, "Ferenc Wagner" wrote: > Keir Fraser writes: > > git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-pvops.git.tmp > ... > fatal: early EOF > fatal: index-pack failed > > Any idea? Hm, yes it appears to be down or broken. It's probably temporary, but maybe Jeremy can advise. It mighrt be worthwhile moving the tree onto our own xenbits server, which is where all our other build prerequisites live. For now, you can actually use your old kernel: there's no need to build a new one as it's not part of 4.0.0-rc2 anyway. Instead of 'make world' you can do 'cd xen; make install; cd ../tools; make install' to rebuild/reinstall only hypervisor and dom0 tools. -- Keir