public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Error during make kvm-88 and kvm-87
@ 2010-02-12 23:15 Brian Kelly
  2010-02-12 23:23 ` Brian Kelly
  2010-02-13  7:37 ` Michael Tokarev
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Kelly @ 2010-02-12 23:15 UTC (permalink / raw)
  To: kvm

Tried making kvm-88 and kvm-77 today recieving the errors below.  Not
sure where to go from here.  ?
You guys ever see this error?  Am I missing something or is their a
conflict somewhere?

Thanks!
BK

  AR    x86_64-softmmu/libqemu.a
  LINK  x86_64-softmmu/qemu-system-x86_64
make -C /lib/modules/2.6.18-164.11.1.el5/build M=`pwd` \
                LINUXINCLUDE="-I`pwd`/include -Iinclude \
                 -Iarch/x86/include -I`pwd`/include-compat \
                -include include/linux/autoconf.h \
                -include `pwd`/x86/external-module-compat.h " \
                "$@"
  LD      /root/Desktop/sf/kvm-87/kvm/kernel/x86/built-in.o
  CC [M]  /root/Desktop/sf/kvm-87/kvm/kernel/x86/svm.o
In file included from <command line>:1:
/root/Desktop/sf/kvm-87/kvm/kernel/x86/external-module-compat.h:12:
error: redefinition of typedef ‘phys_addr_t’
include/asm/types.h:50: error: previous declaration of ‘phys_addr_t’ was here
In file included from
/root/Desktop/sf/kvm-87/kvm/kernel/x86/external-module-compat.h:16,
                 from <command line>:1:
/root/Desktop/sf/kvm-87/kvm/kernel/x86/../external-module-compat-comm.h:609:
error: static declaration of ‘get_user_pages_fast’ follows non-static
declaration
include/linux/mm.h:854: error: previous declaration of
‘get_user_pages_fast’ was here
make[4]: *** [/root/Desktop/sf/kvm-87/kvm/kernel/x86/svm.o] Error 1
make[3]: *** [/root/Desktop/sf/kvm-87/kvm/kernel/x86] Error 2
make[2]: *** [_module_/root/Desktop/sf/kvm-87/kvm/kernel] Error 2
make[1]: *** [all] Error 2
make: *** [kvm-kmod] Error 2

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

* Re: Error during make kvm-88 and kvm-87
  2010-02-12 23:15 Error during make kvm-88 and kvm-87 Brian Kelly
@ 2010-02-12 23:23 ` Brian Kelly
  2010-02-12 23:31   ` Brian Kelly
  2010-02-13  7:37 ` Michael Tokarev
  1 sibling, 1 reply; 4+ messages in thread
From: Brian Kelly @ 2010-02-12 23:23 UTC (permalink / raw)
  To: kvm

This is on centos.  and is also mentioned here -
http://www.mail-archive.com/kvm@vger.kernel.org/msg24249.html
Doesn't look like a fix was prescribed however.

On Fri, Feb 12, 2010 at 6:15 PM, Brian Kelly <kelly.brianx@gmail.com> wrote:
> Tried making kvm-88 and kvm-77 today recieving the errors below.  Not
> sure where to go from here.  ?
> You guys ever see this error?  Am I missing something or is their a
> conflict somewhere?
>
> Thanks!
> BK
>
>  AR    x86_64-softmmu/libqemu.a
>  LINK  x86_64-softmmu/qemu-system-x86_64
> make -C /lib/modules/2.6.18-164.11.1.el5/build M=`pwd` \
>                LINUXINCLUDE="-I`pwd`/include -Iinclude \
>                 -Iarch/x86/include -I`pwd`/include-compat \
>                -include include/linux/autoconf.h \
>                -include `pwd`/x86/external-module-compat.h " \
>                "$@"
>  LD      /root/Desktop/sf/kvm-87/kvm/kernel/x86/built-in.o
>  CC [M]  /root/Desktop/sf/kvm-87/kvm/kernel/x86/svm.o
> In file included from <command line>:1:
> /root/Desktop/sf/kvm-87/kvm/kernel/x86/external-module-compat.h:12:
> error: redefinition of typedef ‘phys_addr_t’
> include/asm/types.h:50: error: previous declaration of ‘phys_addr_t’ was here
> In file included from
> /root/Desktop/sf/kvm-87/kvm/kernel/x86/external-module-compat.h:16,
>                 from <command line>:1:
> /root/Desktop/sf/kvm-87/kvm/kernel/x86/../external-module-compat-comm.h:609:
> error: static declaration of ‘get_user_pages_fast’ follows non-static
> declaration
> include/linux/mm.h:854: error: previous declaration of
> ‘get_user_pages_fast’ was here
> make[4]: *** [/root/Desktop/sf/kvm-87/kvm/kernel/x86/svm.o] Error 1
> make[3]: *** [/root/Desktop/sf/kvm-87/kvm/kernel/x86] Error 2
> make[2]: *** [_module_/root/Desktop/sf/kvm-87/kvm/kernel] Error 2
> make[1]: *** [all] Error 2
> make: *** [kvm-kmod] Error 2
>



-- 
Email:  bkelly@storcor.com / kelly.brianx@gmail.com
Voice:  732-644-6666

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

* Re: Error during make kvm-88 and kvm-87
  2010-02-12 23:23 ` Brian Kelly
@ 2010-02-12 23:31   ` Brian Kelly
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Kelly @ 2010-02-12 23:31 UTC (permalink / raw)
  To: kvm

Moving to Fedora - please disregard thread.
thanks

On Fri, Feb 12, 2010 at 6:23 PM, Brian Kelly <kelly.brianx@gmail.com> wrote:
> This is on centos.  and is also mentioned here -
> http://www.mail-archive.com/kvm@vger.kernel.org/msg24249.html
> Doesn't look like a fix was prescribed however.
>
> On Fri, Feb 12, 2010 at 6:15 PM, Brian Kelly <kelly.brianx@gmail.com> wrote:
>> Tried making kvm-88 and kvm-77 today recieving the errors below.  Not
>> sure where to go from here.  ?
>> You guys ever see this error?  Am I missing something or is their a
>> conflict somewhere?
>>
>> Thanks!
>> BK
>>
>>  AR    x86_64-softmmu/libqemu.a
>>  LINK  x86_64-softmmu/qemu-system-x86_64
>> make -C /lib/modules/2.6.18-164.11.1.el5/build M=`pwd` \
>>                LINUXINCLUDE="-I`pwd`/include -Iinclude \
>>                 -Iarch/x86/include -I`pwd`/include-compat \
>>                -include include/linux/autoconf.h \
>>                -include `pwd`/x86/external-module-compat.h " \
>>                "$@"
>>  LD      /root/Desktop/sf/kvm-87/kvm/kernel/x86/built-in.o
>>  CC [M]  /root/Desktop/sf/kvm-87/kvm/kernel/x86/svm.o
>> In file included from <command line>:1:
>> /root/Desktop/sf/kvm-87/kvm/kernel/x86/external-module-compat.h:12:
>> error: redefinition of typedef ‘phys_addr_t’
>> include/asm/types.h:50: error: previous declaration of ‘phys_addr_t’ was here
>> In file included from
>> /root/Desktop/sf/kvm-87/kvm/kernel/x86/external-module-compat.h:16,
>>                 from <command line>:1:
>> /root/Desktop/sf/kvm-87/kvm/kernel/x86/../external-module-compat-comm.h:609:
>> error: static declaration of ‘get_user_pages_fast’ follows non-static
>> declaration
>> include/linux/mm.h:854: error: previous declaration of
>> ‘get_user_pages_fast’ was here
>> make[4]: *** [/root/Desktop/sf/kvm-87/kvm/kernel/x86/svm.o] Error 1
>> make[3]: *** [/root/Desktop/sf/kvm-87/kvm/kernel/x86] Error 2
>> make[2]: *** [_module_/root/Desktop/sf/kvm-87/kvm/kernel] Error 2
>> make[1]: *** [all] Error 2
>> make: *** [kvm-kmod] Error 2
>>
>

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

* Re: Error during make kvm-88 and kvm-87
  2010-02-12 23:15 Error during make kvm-88 and kvm-87 Brian Kelly
  2010-02-12 23:23 ` Brian Kelly
@ 2010-02-13  7:37 ` Michael Tokarev
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2010-02-13  7:37 UTC (permalink / raw)
  To: Brian Kelly; +Cc: kvm

Brian Kelly wrote:
> Tried making kvm-88 and kvm-77 today recieving the errors below.

Come on, don't use ancient long-unsupported development snapshots.
Use qemu-kvm-0.12.2.

/mjt

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

end of thread, other threads:[~2010-02-13  7:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12 23:15 Error during make kvm-88 and kvm-87 Brian Kelly
2010-02-12 23:23 ` Brian Kelly
2010-02-12 23:31   ` Brian Kelly
2010-02-13  7:37 ` Michael Tokarev

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