From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: KVM mailing list <kvm@vger.kernel.org>
Subject: KVM module build problem on today's git testing
Date: Wed, 16 Sep 2009 14:48:22 -0300 [thread overview]
Message-ID: <1253123302.2882.5.camel@localhost.localdomain> (raw)
Hi folks, I've got a build problem on today's git testing, the relevant
bits of the failure can be seen here:
09/16 13:17:22 INFO |kvm_instal:0279| Building KVM modules
09/16 13:17:22 DEBUG| utils:0053| Running './configure'
09/16 13:17:22 DEBUG| utils:0053| Running 'make clean'
09/16 13:17:22 DEBUG| utils:0085| make -C /lib/modules/2.6.29.6-217.2.8.fc11.x86_64/build M=`pwd` clean
09/16 13:17:23 DEBUG| utils:0085| make[1]: Entering directory `/usr/src/kernels/2.6.29.6-217.2.8.fc11.x86_64'
09/16 13:17:24 DEBUG| utils:0085| make[1]: Leaving directory `/usr/src/kernels/2.6.29.6-217.2.8.fc11.x86_64'
09/16 13:17:24 DEBUG| utils:0053| Running 'make sync LINUX=/usr/local/autotest/tests/kvm/src/kvm'
09/16 13:17:26 DEBUG| utils:0085| ./sync -v v2.6.31-rc3-8224-g852a3e8 -l /usr/local/autotest/tests/kvm/src/kvm
09/16 13:17:32 DEBUG| utils:0053| Running 'make -j 4'
09/16 13:17:32 DEBUG| utils:0085| make -C /lib/modules/2.6.29.6-217.2.8.fc11.x86_64/build M=`pwd` \
09/16 13:17:32 DEBUG| utils:0085| LINUXINCLUDE="-I`pwd`/include -Iinclude \
09/16 13:17:32 DEBUG| utils:0085| -Iarch/x86/include -I`pwd`/include-compat \
09/16 13:17:32 DEBUG| utils:0085| -include include/linux/autoconf.h \
09/16 13:17:32 DEBUG| utils:0085| -include `pwd`/x86/external-module-compat.h " \
09/16 13:17:32 DEBUG| utils:0085| "$@"
09/16 13:17:32 DEBUG| utils:0085| make[1]: Entering directory `/usr/src/kernels/2.6.29.6-217.2.8.fc11.x86_64'
09/16 13:17:33 DEBUG| utils:0085| LD /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/built-in.o
09/16 13:17:33 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/svm.o
09/16 13:17:33 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx-debug.o
09/16 13:17:33 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/vmx.o
09/16 13:17:33 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/kvm_main.o
09/16 13:17:35 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/x86.o
09/16 13:17:35 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/mmu.o
09/16 13:17:35 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/emulate.o
09/16 13:17:36 DEBUG| utils:0085| CC [M] /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/../anon_inodes.o
09/16 13:17:36 ERROR| utils:0085| /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/x86.c: In function ‘emulator_cmpxchg_emulated’:
09/16 13:17:36 ERROR| utils:0085| /usr/local/autotest/tests/kvm/src/kvm_kmod/x86/x86.c:2681: error: implicit declaration of function ‘printk_once’
09/16 13:17:36 ERROR| utils:0085| make[3]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86/x86.o] Error 1
09/16 13:17:36 ERROR| utils:0085| make[3]: *** Waiting for unfinished jobs....
09/16 13:17:37 ERROR| utils:0085| make[2]: *** [/usr/local/autotest/tests/kvm/src/kvm_kmod/x86] Error 2
09/16 13:17:37 DEBUG| utils:0085| make[1]: Leaving directory `/usr/src/kernels/2.6.29.6-217.2.8.fc11.x86_64'
09/16 13:17:37 ERROR| utils:0085| make[1]: *** [_module_/usr/local/autotest/tests/kvm/src/kvm_kmod] Error 2
09/16 13:17:37 ERROR| utils:0085| make: *** [all] Error 2
09/16 13:17:37 ERROR| kvm:0114| Test failed: Command <make -j 4> failed, rc=2, Command returned non-zero exit status
Please let's look into this in order to unbreak the build. The host machine is a fully up-to-date Fedora 11 box. I am available to provide any additional info.
Cheers,
Lucas
next reply other threads:[~2009-09-16 17:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-16 17:48 Lucas Meneghel Rodrigues [this message]
2009-09-16 19:18 ` KVM module build problem on today's git testing Lucas Meneghel Rodrigues
2009-09-16 21:10 ` Avi Kivity
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=1253123302.2882.5.camel@localhost.localdomain \
--to=lmr@redhat.com \
--cc=kvm@vger.kernel.org \
/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.