From: "Alex Bennée" <alex.bennee@linaro.org>
To: Lucas Meneghel Rodrigues <lmr@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [Build bug] Problem checking out submodules
Date: Tue, 01 Oct 2013 20:37:53 +0100 [thread overview]
Message-ID: <874n906avo.fsf@linaro.org> (raw)
In-Reply-To: <524B1083.3080807@redhat.com>
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
>> <snip>
>> fatal: reference is not a tree: ece025f5980bae88fa677bc9c0d24d2e580e205d
>> <snip>
>> Unable to checkout 'ece025f5980bae88fa677bc9c0d24d2e580e205d' in submodule 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 work
around it for now by patching .gitmodules:
commit 7149af13dd5600b27dac90235e60ff91d0468636
Author: Alex Bennée <alex@bennee.com>
Date: Tue Oct 1 16:51:38 2013 +0100
.gitmodules: use upstream SeaBIOS repo to fix submodule init
Currently master is broken as the wanted commit doesn't exist in
qemu's mirror of SeaBIOS.
diff --git a/.gitmodules b/.gitmodules
index d7e3f3c..d5d5417 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,7 +3,7 @@
url = git://git.qemu.org/vgabios.git/
[submodule "roms/seabios"]
path = roms/seabios
- url = git://git.qemu.org/seabios.git/
+ url = git://git.seabios.org/seabios.git
[submodule "roms/SLOF"]
path = roms/SLOF
url = git://git.qemu.org/SLOF.git
--
Alex Bennée
next prev parent reply other threads:[~2013-10-01 19:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 18:12 [Qemu-devel] [Build bug] Problem checking out submodules Lucas Meneghel Rodrigues
2013-10-01 19:37 ` Alex Bennée [this message]
2013-10-01 19:44 ` Lucas Meneghel Rodrigues
2013-10-01 19:52 ` Alex Bennée
2013-10-01 20:39 ` Lucas Meneghel Rodrigues
2013-10-02 1:32 ` Anthony Liguori
2013-10-02 3:47 ` Lucas Meneghel Rodrigues
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874n906avo.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=lmr@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.