All of lore.kernel.org
 help / color / mirror / Atom feed
* Build problem found during daily testing (09/30/09)
@ 2009-09-30 11:51 Lucas Meneghel Rodrigues
  2009-09-30 17:36 ` Marcelo Tosatti
  0 siblings, 1 reply; 3+ messages in thread
From: Lucas Meneghel Rodrigues @ 2009-09-30 11:51 UTC (permalink / raw)
  To: KVM mailing list

Today's git test failed due to a build problem:

09/30 04:53:37 ERROR|       kvm:0114| Test failed: Command <make -j 4>
failed, rc=2, Command returned non-zero exit status
* Command: 
    make -j 4
Exit status: 2
Duration: 0

stdout:
make -C /lib/modules/2.6.29.6-217.2.8.fc11.x86_64/build M=`pwd` \
		LINUXINCLUDE="-I`pwd`/include -Iinclude \
		 -Iarch/x86/include -I`pwd`/include-compat -I`pwd`/x86 \
		-include include/linux/autoconf.h \
		-include `pwd`/x86/external-module-compat.h " \
		"$@"
make[1]: Entering directory `/usr/src/kernels/2.6.29.6-217.2.8.fc11.x86_64'
  LD      /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/built-in.o
  CC [M]  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/svm.o
  CC [M]  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.o
  CC [M]  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx-debug.o
  CC [M]  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.o
make[1]: Leaving directory `/usr/src/kernels/2.6.29.6-217.2.8.fc11.x86_64'
stderr:
/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.c:381: error: unknown field ‘change_pte’ specified in initializer
/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.c:381: warning: initialization from incompatible pointer type
make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.o] Error 1

Relevant commit hashes:

09/30 04:52:40 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git is d80e68823cada7b6d850330da1edfdf8bff9e2e6 (v2.6.31-rc3-11538-gd80e688)
09/30 04:53:21 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git is 692d9aca97b865b0f7903565274a52606910f129 (kvm-88-1366-g692d9ac)
09/30 04:53:23 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git is b86de9524511f75bf9115047b7b57e1da86bfb37 (kvm-88-22-gb86de95)

If you need more info please let me know,

Lucas


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Build problem found during daily testing (09/30/09)
  2009-09-30 11:51 Build problem found during daily testing (09/30/09) Lucas Meneghel Rodrigues
@ 2009-09-30 17:36 ` Marcelo Tosatti
  2009-10-01 15:14   ` Lucas Meneghel Rodrigues
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Tosatti @ 2009-09-30 17:36 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: KVM mailing list, Jan Kiszka

On Wed, Sep 30, 2009 at 08:51:43AM -0300, Lucas Meneghel Rodrigues wrote:
> Today's git test failed due to a build problem:

> /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.c:381: error: unknown field ‘change_pte’ specified in initializer
> /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.c:381: warning: initialization from incompatible pointer type
> make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.o] Error 1
> 
> Relevant commit hashes:
> 
> 09/30 04:52:40 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git is d80e68823cada7b6d850330da1edfdf8bff9e2e6 (v2.6.31-rc3-11538-gd80e688)
> 09/30 04:53:21 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git is 692d9aca97b865b0f7903565274a52606910f129 (kvm-88-1366-g692d9ac)
> 09/30 04:53:23 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git is b86de9524511f75bf9115047b7b57e1da86bfb37 (kvm-88-22-gb86de95)
> 
> If you need more info please let me know,
> 
> Lucas

Lucas,

I commited a half-assed fix to kvm-kmod.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Build problem found during daily testing (09/30/09)
  2009-09-30 17:36 ` Marcelo Tosatti
@ 2009-10-01 15:14   ` Lucas Meneghel Rodrigues
  0 siblings, 0 replies; 3+ messages in thread
From: Lucas Meneghel Rodrigues @ 2009-10-01 15:14 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: KVM mailing list, Jan Kiszka

On Wed, Sep 30, 2009 at 2:36 PM, Marcelo Tosatti <mtosatti@redhat.com> wrote:
> On Wed, Sep 30, 2009 at 08:51:43AM -0300, Lucas Meneghel Rodrigues wrote:
>> Today's git test failed due to a build problem:
>
>> /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.c:381: error: unknown field ‘change_pte’ specified in initializer
>> /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.c:381: warning: initialization from incompatible pointer type
>> make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.o] Error 1
>>
>> Relevant commit hashes:
>>
>> 09/30 04:52:40 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git is d80e68823cada7b6d850330da1edfdf8bff9e2e6 (v2.6.31-rc3-11538-gd80e688)
>> 09/30 04:53:21 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git is 692d9aca97b865b0f7903565274a52606910f129 (kvm-88-1366-g692d9ac)
>> 09/30 04:53:23 INFO | kvm_utils:0182| Commit hash for git://git.kernel.org/pub/scm/virt/kvm/kvm-kmod.git is b86de9524511f75bf9115047b7b57e1da86bfb37 (kvm-88-22-gb86de95)
>>
>> If you need more info please let me know,
>>
>> Lucas
>
> Lucas,
>
> I commited a half-assed fix to kvm-kmod.
>

And indeed it worked, today's git test is running. Thank you very much Marcelo!

Cheers,

Lucas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-01 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-30 11:51 Build problem found during daily testing (09/30/09) Lucas Meneghel Rodrigues
2009-09-30 17:36 ` Marcelo Tosatti
2009-10-01 15:14   ` Lucas Meneghel Rodrigues

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.