From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR5s8-0004Qc-Dd for qemu-devel@nongnu.org; Tue, 01 Oct 2013 15:44:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR5s1-0006CL-HQ for qemu-devel@nongnu.org; Tue, 01 Oct 2013 15:44:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR5s1-0006CF-9H for qemu-devel@nongnu.org; Tue, 01 Oct 2013 15:44:33 -0400 Message-ID: <524B261C.3070400@redhat.com> Date: Tue, 01 Oct 2013 16:44:28 -0300 From: Lucas Meneghel Rodrigues MIME-Version: 1.0 References: <524B1083.3080807@redhat.com> <874n906avo.fsf@linaro.org> In-Reply-To: <874n906avo.fsf@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Build bug] Problem checking out submodules List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: qemu-devel On 10/01/2013 04:37 PM, Alex Benn=C3=A9e wrote: > > lmr@redhat.com writes: > >> Hello: >> >> In the daily qemu.git autotest run, I started to see the following >> problem while checking out the qemu.git tree and checking out the >> submodules: >> >>> $ git submodule update >>> >>> fatal: reference is not a tree: ece025f5980bae88fa677bc9c0d24d2e580e2= 05d >>> >>> Unable to checkout 'ece025f5980bae88fa677bc9c0d24d2e580e205d' in subm= odule path 'roms/seabios' > > It looks like a recent commit to update the version of SeaBIOS used > broke the build as the qemu mirror hasn't been updated yet. You can wor= k > around it for now by patching .gitmodules: Ok, thanks for the explanation. Local patching is not really a scalable=20 option when performing automated testing though. I'll keep the daily job=20 running, and when the mirror is updated, the failures will stop. Cheers, Lucas