public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: KVM mailing list <kvm@vger.kernel.org>
Cc: Avi Kivity <avi@redhat.com>, Jan Kiszka <jan.kiszka@siemens.com>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: Build problem strikes again
Date: Mon, 18 Jan 2010 15:24:45 -0200	[thread overview]
Message-ID: <1263835485.2224.25.camel@localhost.localdomain> (raw)

Today's git tests failed due to kvm-kmod problems again, please verify:

		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


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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-18 17:24 Lucas Meneghel Rodrigues [this message]
2010-01-18 17:37 ` Build problem strikes again Gleb Natapov
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=1263835485.2224.25.camel@localhost.localdomain \
    --to=lmr@redhat.com \
    --cc=avi@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kvm@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox