From mboxrd@z Thu Jan 1 00:00:00 1970 From: antoni artigues Subject: compilation problem Date: Wed, 26 Jan 2011 11:48:30 +0100 Message-ID: <1296038910.2391.8.camel@dalia.intranet.iac3.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org Return-path: Received: from hapkido.dreamhost.com ([66.33.216.122]:58335 "EHLO hapkido.dreamhost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752517Ab1AZKtV convert rfc822-to-8bit (ORCPT ); Wed, 26 Jan 2011 05:49:21 -0500 Received: from homiemail-a26.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by hapkido.dreamhost.com (Postfix) with ESMTP id 7AC3A17BEF3 for ; Wed, 26 Jan 2011 02:49:20 -0800 (PST) Received: from homiemail-a26.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a26.g.dreamhost.com (Postfix) with ESMTP id 31F00B805C for ; Wed, 26 Jan 2011 02:48:32 -0800 (PST) Received: from [192.168.1.40] (213.201.24.214.static.user.ono.com [213.201.24.214]) (Authenticated sender: tartigues@iac3.eu) by homiemail-a26.g.dreamhost.com (Postfix) with ESMTPA id 8CEFBB805B for ; Wed, 26 Jan 2011 02:48:31 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: Hello I have RHEL4 with kernel 2.6.9 I'm trying to compile kvm-kmod-2.6.30 After make command returns: --------------------- [root@maeko kvm-kmod-2.6.30]# make make -C /lib/modules/2.6.9-67.ELsmp/build M=3D`pwd` \ LINUXINCLUDE=3D"-I`pwd`/include -Iinclude \ \ -Iarch/x86/include -I`pwd`/include-compat \ -include include/linux/autoconf.h \ -include `pwd`/x86/external-module-compat.h " \ "$@" make[1]: Entering directory `/usr/src/kernels/2.6.9-67.EL-smp-x86_64' Building modules, stage 2. MODPOST make[1]: Leaving directory `/usr/src/kernels/2.6.9-67.EL-smp-x86_64' --------------------- It seems all has gone well. But the kvm.ko is not created. The make install returns: ---------------- [root@maeko kvm-kmod-2.6.30]# make install mkdir -p //lib/modules/2.6.9-67.ELsmp/extra cp x86/*.ko //lib/modules/2.6.9-67.ELsmp/extra cp: no se puede efectuar `stat' sobre =C2=ABx86/*.ko=C2=BB: No existe e= l fichero o el directorio make: *** [install] Error 1 ---------------- I tried with kvm-kmod-2.6.31.5 but it returns the same error. With the kvm-kmod-2.6.31.6 the configure command says:"Error: kernel is too old for this kvm-kmod release." Thanks in advance. Regards Antoni Artigues