public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Missing symlink in qemu-kvm.git?
@ 2009-04-29 17:30 walt
  2009-04-29 18:18 ` Cam Macdonell
  2009-04-30  8:35 ` Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: walt @ 2009-04-29 17:30 UTC (permalink / raw)
  To: kvm

When building on x86 I get this error:

make[2]: Entering directory `/home/wa1ter/src/qemu-kvm/kvm/libkvm'
make[2]: *** No rule to make target
`/home/wa1ter/src/qemu-kvm/kvm/kernel/include/asm/kvm.h', needed by `libkvm.o'.

I fixed it by adding the same symlink that I add to Linus's kernel.git for
exactly the same reason:

#cd qemu-kvm/kvm/kernel/include
#ln -s ../arch/x86/include/asm asm  [there was no asm directory here]

Am I the only one who has this problem?

Thanks!



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

* Re: Missing symlink in qemu-kvm.git?
  2009-04-29 17:30 Missing symlink in qemu-kvm.git? walt
@ 2009-04-29 18:18 ` Cam Macdonell
  2009-04-30  8:35 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Cam Macdonell @ 2009-04-29 18:18 UTC (permalink / raw)
  To: walt; +Cc: kvm

walt wrote:
> When building on x86 I get this error:
> 
> make[2]: Entering directory `/home/wa1ter/src/qemu-kvm/kvm/libkvm'
> make[2]: *** No rule to make target
> `/home/wa1ter/src/qemu-kvm/kvm/kernel/include/asm/kvm.h', needed by `libkvm.o'.
> 
> I fixed it by adding the same symlink that I add to Linus's kernel.git for
> exactly the same reason:
> 
> #cd qemu-kvm/kvm/kernel/include
> #ln -s ../arch/x86/include/asm asm  [there was no asm directory here]
> 
> Am I the only one who has this problem?
> 

No you're not.  I had that problem.  It's mentioned in the replies to 
Avi's announcement that qemu-kvm.git is live.  configure has been 
modified to create "include" if it's not there.  I'm not sure if that 
change has been pushed, but it's there.

Cam

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

* Re: Missing symlink in qemu-kvm.git?
  2009-04-29 17:30 Missing symlink in qemu-kvm.git? walt
  2009-04-29 18:18 ` Cam Macdonell
@ 2009-04-30  8:35 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2009-04-30  8:35 UTC (permalink / raw)
  To: walt; +Cc: kvm

walt wrote:
> When building on x86 I get this error:
>
> make[2]: Entering directory `/home/wa1ter/src/qemu-kvm/kvm/libkvm'
> make[2]: *** No rule to make target
> `/home/wa1ter/src/qemu-kvm/kvm/kernel/include/asm/kvm.h', needed by `libkvm.o'.
>
> I fixed it by adding the same symlink that I add to Linus's kernel.git for
> exactly the same reason:
>
> #cd qemu-kvm/kvm/kernel/include
> #ln -s ../arch/x86/include/asm asm  [there was no asm directory here]
>
> Am I the only one who has this problem?
>
>   

This is already fixed. Pull again and retry.

-- 
error compiling committee.c: too many arguments to function


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

end of thread, other threads:[~2009-04-30  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 17:30 Missing symlink in qemu-kvm.git? walt
2009-04-29 18:18 ` Cam Macdonell
2009-04-30  8:35 ` Avi Kivity

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