Jan Kiszka | 18 Jun 2012 18:15
Picon

Re: git access via http to kvm-kmod

On 2012-06-18 18:01, Juan Lorenzo del Castillo wrote:
> Thanks, Jan
> 
> I changed the URL in .git/config and 'git submodule update --init' worked and populated the ./linux
directory. Then, I ran
> 
> ./configure
> make sync
> make
> 
> but I got a build error:
> 
> $ make
> make -C /lib/modules/2.6.32-71.el6.x86_64/build M=`pwd` \
>         LINUXINCLUDE="-I`pwd`/include -Iinclude \
>              -Iinclude2 -I/lib/modules/2.6.32-71.el6.x86_64/source/include
-I/lib/modules/2.6.32-71.el6.x86_64/source/arch/x86/include \
>             -Iarch/x86/include/generated \
>             -I`pwd`/include-compat -I`pwd`/x86 \
>             -include  include/linux/autoconf.h \
>             -include `pwd`/x86/external-module-compat.h" \
>         "$ <at> "
> make[1]: Entering directory `/usr/src/kernels/2.6.32-71.el6.x86_64'
>   CC [M]  /mnt/data/compilations/kvm-kmod/x86/svm.o
> In file included from /mnt/data/compilations/kvm-kmod/x86/external-module-compat.h:26,
>                  from <command-line>:0:
> /mnt/data/compilations/kvm-kmod/x86/../external-module-compat-comm.h:936: error:
redefinition of ‘PageTransCompound’
> include/linux/huge_mm.h:108: note: previous definition of ‘PageTransCompound’ was here
> In file included from /mnt/data/compilations/kvm-kmod/include/asm/kvm_host.h:58,
(Continue reading)


Gmane