All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gleb Natapov <gleb@redhat.com>
To: Lucas Meneghel Rodrigues <lmr@redhat.com>
Cc: KVM mailing list <kvm@vger.kernel.org>,
	Avi Kivity <avi@redhat.com>, Jan Kiszka <jan.kiszka@siemens.com>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: Re: Build problem strikes again
Date: Mon, 18 Jan 2010 19:37:33 +0200	[thread overview]
Message-ID: <20100118173733.GC22111@redhat.com> (raw)
In-Reply-To: <1263835485.2224.25.camel@localhost.localdomain>

On Mon, Jan 18, 2010 at 03:24:45PM -0200, Lucas Meneghel Rodrigues wrote:
> Today's git tests failed due to kvm-kmod problems again, please verify:
> 
kvm-kmod needs to copy arch/x86/include/asm/hyperv.h during sync now.

> 		ERROR	kvm.qemu-kvm-git.build	kvm.qemu-kvm-git.build	timestamp=1263836706	localtime=Jan 18 12:45:06	Command <make -j 2> failed, rc=2, Command returned non-zero exit status
> 		  * Command: 
> 		      make -j 2
> 		  Exit status: 2
> 		  Duration: 0
> 		  
> 		  stdout:
> 		  make -C /lib/modules/2.6.31.6-166.fc12.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.31.6-166.fc12.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
> 		  make[1]: Leaving directory `/usr/src/kernels/2.6.31.6-166.fc12.x86_64'
> 		  stderr:
> 		  In file included from /usr/local/autotest/tests/kvm/src/kvm_kmod/include/linux/kvm_para.h:64,
> 		                   from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/../external-module-compat-comm.h:14,
> 		                   from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/external-module-compat.h:16,
> 		                   from <command-line>:0:
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/include/asm/kvm_para.h:45:24: error: asm/hyperv.h: No such file or directory
> 		  In file included from /usr/local/autotest/tests/kvm/src/kvm_kmod/include/linux/kvm_para.h:64,
> 		                   from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/../external-module-compat-comm.h:14,
> 		                   from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/external-module-compat.h:16,
> 		                   from <command-line>:0:
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/include/asm/kvm_para.h:45:24: error: asm/hyperv.h: No such file or directory
> 		  In file included from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/irq.h:32,
> 		                   from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.c:58:
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h: In function ‘kvm_hv_vapic_assist_page_enabled’:
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h:57: error: ‘HV_X64_MSR_APIC_ASSIST_PAGE_ENABLE’ undeclared (first use in this function)
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h:57: error: (Each undeclared identifier is reported only once
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h:57: error: for each function it appears in.)
> 		  In file included from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/irq.h:32,
> 		                   from /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/svm.c:58:
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h: In function ‘kvm_hv_vapic_assist_page_enabled’:
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h:57: error: ‘HV_X64_MSR_APIC_ASSIST_PAGE_ENABLE’ undeclared (first use in this function)
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h:57: error: (Each undeclared identifier is reported only once
> 		  /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/lapic.h:57: error: for each function it appears in.)
> 		  make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.o] Error 1
> 		  make[3]: *** Waiting for unfinished jobs....
> 		  make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/svm.o] Error 1
> 		  make[2]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86] Error 2
> 		  make[1]: *** [_module_/usr/local/autotest/tests/kvm/src/kvm_kmod] Error 2
> 		  make: *** [all] Error 2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
			Gleb.

  reply	other threads:[~2010-01-18 17:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-18 17:24 Build problem strikes again Lucas Meneghel Rodrigues
2010-01-18 17:37 ` Gleb Natapov [this message]
2010-01-18 17:59   ` 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=20100118173733.GC22111@redhat.com \
    --to=gleb@redhat.com \
    --cc=avi@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kvm@vger.kernel.org \
    --cc=lmr@redhat.com \
    --cc=mtosatti@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.