public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Build problem strikes again
@ 2010-01-18 17:24 Lucas Meneghel Rodrigues
  2010-01-18 17:37 ` Gleb Natapov
  0 siblings, 1 reply; 3+ messages in thread
From: Lucas Meneghel Rodrigues @ 2010-01-18 17:24 UTC (permalink / raw)
  To: KVM mailing list; +Cc: Avi Kivity, Jan Kiszka, Marcelo Tosatti

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


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

* Re: Build problem strikes again
  2010-01-18 17:24 Build problem strikes again Lucas Meneghel Rodrigues
@ 2010-01-18 17:37 ` Gleb Natapov
  2010-01-18 17:59   ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Gleb Natapov @ 2010-01-18 17:37 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues
  Cc: KVM mailing list, Avi Kivity, Jan Kiszka, Marcelo Tosatti

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.

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

* Re: Build problem strikes again
  2010-01-18 17:37 ` Gleb Natapov
@ 2010-01-18 17:59   ` Jan Kiszka
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2010-01-18 17:59 UTC (permalink / raw)
  To: Gleb Natapov
  Cc: Lucas Meneghel Rodrigues, KVM mailing list, Avi Kivity,
	Marcelo Tosatti

Gleb Natapov wrote:
> 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.
> 

Yep, already noticed this in my nightly buildbot run. Will fix soon.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

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

end of thread, other threads:[~2010-01-18 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-18 17:24 Build problem strikes again Lucas Meneghel Rodrigues
2010-01-18 17:37 ` Gleb Natapov
2010-01-18 17:59   ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox