From: Avi Kivity <avi@redhat.com>
To: Lucas Meneghel Rodrigues <lmr@redhat.com>
Cc: KVM mailing list <kvm@vger.kernel.org>,
Michael Goldish <mgoldish@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
Dor Laor <dlaor@redhat.com>, Jan Kiszka <jan.kiszka@siemens.com>
Subject: Re: qemu-kvm.git build problem
Date: Mon, 28 Dec 2009 21:55:44 +0200 [thread overview]
Message-ID: <4B390D40.8060507@redhat.com> (raw)
In-Reply-To: <1262025646.2774.16.camel@localhost.localdomain>
On 12/28/2009 08:40 PM, Lucas Meneghel Rodrigues wrote:
> Hi, we've had a problem on today's git testing when trying to build from
> latest upstream qemu-kvm.git repo:
>
> 12/28 13:39:18 DEBUG| utils:0069| Running 'make -j 2'
> 12/28 13:39:18 DEBUG| utils:0101| [stdout] make -C /lib/modules/2.6.31.6-166.fc12.x86_64/build M=`pwd` \
> 12/28 13:39:18 DEBUG| utils:0101| [stdout] LINUXINCLUDE="-I`pwd`/include -Iinclude \
> 12/28 13:39:18 DEBUG| utils:0101| [stdout] -Iarch/x86/include -I`pwd`/include-compat -I`pwd`/x86 \
> 12/28 13:39:18 DEBUG| utils:0101| [stdout] -include include/linux/autoconf.h \
> 12/28 13:39:18 DEBUG| utils:0101| [stdout] -include `pwd`/x86/external-module-compat.h" \
> 12/28 13:39:18 DEBUG| utils:0101| [stdout] "$@"
> 12/28 13:39:18 DEBUG| utils:0101| [stdout] make[1]: Entering directory `/usr/src/kernels/2.6.31.6-166.fc12.x86_64'
> 12/28 13:39:19 DEBUG| utils:0101| [stdout] LD /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/built-in.o
> 12/28 13:39:19 DEBUG| utils:0101| [stdout] CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/svm.o
> 12/28 13:39:19 DEBUG| utils:0101| [stdout] CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.o
> 12/28 13:39:22 ERROR| utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c:271: error: ‘MSR_TSC_AUX’ undeclared here (not in a function)
> 12/28 13:39:22 ERROR| utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c: In function ‘setup_msrs’:
> 12/28 13:39:22 ERROR| utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c:985: warning: passing argument 2 of ‘__find_msr_index’ makes integer from pointer without a cast
> 12/28 13:39:22 ERROR| utils:0101| [stderr] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c:424: note: expected ‘u32’ but argument is of type ‘const u32 *’
> 12/28 13:39:22 ERROR| utils:0101| [stderr] make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.o] Error 1
> 12/28 13:39:22 ERROR| utils:0101| [stderr] make[3]: *** Waiting for unfinished jobs....
> 12/28 13:39:23 ERROR| utils:0101| [stderr] make[2]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86] Error 2
> 12/28 13:39:23 DEBUG| utils:0101| [stdout] make[1]: Leaving directory `/usr/src/kernels/2.6.31.6-166.fc12.x86_64'
> 12/28 13:39:23 ERROR| utils:0101| [stderr] make[1]: *** [_module_/usr/local/autotest/tests/kvm/src/kvm_kmod] Error 2
> 12/28 13:39:23 ERROR| utils:0101| [stderr] make: *** [all] Error 2
>
> This might be a problem on kvm-kmod, I am just making sure you guys are aware of this.
>
>
It is, copying Jan.
--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.
next prev parent reply other threads:[~2009-12-28 19:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-28 18:40 qemu-kvm.git build problem Lucas Meneghel Rodrigues
2009-12-28 19:55 ` Avi Kivity [this message]
2010-01-09 5:23 ` Lucas Meneghel Rodrigues
2010-01-11 10:13 ` Jan Kiszka
2010-01-11 10:18 ` Avi Kivity
2010-01-11 10:21 ` Jan Kiszka
2010-01-12 0:23 ` Jan Kiszka
2010-01-12 0:51 ` Paul E. McKenney
2010-01-12 8:28 ` Jan Kiszka
2010-01-12 13:50 ` Paul E. McKenney
2010-01-14 0:11 ` Jan Kiszka
2010-01-14 2:13 ` Paul E. McKenney
2010-01-15 8:58 ` Jan Kiszka
2010-01-18 2:09 ` Paul E. McKenney
2010-01-14 20:02 ` Lucas Meneghel Rodrigues
2010-01-14 23:48 ` Paul E. McKenney
2010-01-15 8:56 ` Jan Kiszka
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=4B390D40.8060507@redhat.com \
--to=avi@redhat.com \
--cc=dlaor@redhat.com \
--cc=ehabkost@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=kvm@vger.kernel.org \
--cc=lmr@redhat.com \
--cc=mgoldish@redhat.com \
/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.