From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR4Qv-0008Rv-6M for qemu-devel@nongnu.org; Tue, 01 Oct 2013 14:12:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR4Qq-0002G8-Gs for qemu-devel@nongnu.org; Tue, 01 Oct 2013 14:12:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR4Qq-0002Fm-8F for qemu-devel@nongnu.org; Tue, 01 Oct 2013 14:12:24 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r91ICMQg027092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Oct 2013 14:12:22 -0400 Received: from [10.36.7.141] (vpn1-7-141.ams2.redhat.com [10.36.7.141]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r91ICKep002567 for ; Tue, 1 Oct 2013 14:12:21 -0400 Message-ID: <524B1083.3080807@redhat.com> Date: Tue, 01 Oct 2013 15:12:19 -0300 From: Lucas Meneghel Rodrigues MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [Build bug] Problem checking out submodules List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 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 > Submodule path 'dtc': checked out 'bc895d6d09695d05ceb8b52486ffe861d6cfbdde' > Submodule path 'pixman': checked out '97336fad32acf802003855cd8bd6477fa49a12e3' > Submodule path 'roms/SLOF': checked out '8cfdfc43f4c4c8c8dfa4b7cf16f7c19c84eee812' > Submodule path 'roms/ipxe': checked out '09c5109b8585178172c7608de8d52e9d9af0b680' > Submodule path 'roms/openbios': checked out '0f3d51ef22ec9166beb3ed434d253029ed7cfe84' > Submodule path 'roms/qemu-palcode': checked out 'c87a92639b28ac42bc8f6c67443543b405dc479b' > Cloning into 'roms/seabios'... > remote: Counting objects: 9706, done. > remote: Compressing objects: 100% (2392/2392), done. > remote: Total 9706 (delta 7753), reused 9244 (delta 7308) > Receiving objects: 100% (9706/9706), 2.26 MiB | 220.00 KiB/s, done. > Resolving deltas: 100% (7753/7753), done. > fatal: reference is not a tree: ece025f5980bae88fa677bc9c0d24d2e580e205d > Cloning into 'roms/sgabios'... > remote: Counting objects: 24, done. > remote: Compressing objects: 100% (23/23), done. > remote: Total 24 (delta 8), reused 0 (delta 0) > Receiving objects: 100% (24/24), 44.33 KiB | 0 bytes/s, done. > Resolving deltas: 100% (8/8), done. > Submodule path 'roms/sgabios': checked out '23d474943dcd55d0550a3d20b3d30e9040a4f15b' > Cloning into 'roms/vgabios'... > remote: Counting objects: 1281, done. > remote: Compressing objects: 100% (381/381), done. > remote: Total 1281 (delta 898), reused 1281 (delta 898) > Receiving objects: 100% (1281/1281), 762.30 KiB | 172.00 KiB/s, done. > Resolving deltas: 100% (898/898), done. > Submodule path 'roms/vgabios': checked out '19ea12c230ded95928ecaef0db47a82231c2e485' > Unable to checkout 'ece025f5980bae88fa677bc9c0d24d2e580e205d' in submodule path 'roms/seabios' Top commit: > commit a684f3cf9b9b9c3cb82be87aafc463de8974610c > Merge: 349cd52 1cf9412 > Author: Anthony Liguori > Date: Mon Sep 30 17:15:27 2013 -0500 > > Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging > > # By Gerd Hoffmann > # Via Gerd Hoffmann > * kraxel/seabios-1.7.3.2: > update seabios from 1.7.2.2 to 1.7.3.2 > > Message-id: 1380533055-24960-1-git-send-email-kraxel@redhat.com Can someone please take a look at fixing this? Thanks! Lucas