public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Preventing conflicts between kernel header versions?
@ 2008-11-09  0:36 walt
  2008-11-11  0:24 ` walt
  0 siblings, 1 reply; 3+ messages in thread
From: walt @ 2008-11-09  0:36 UTC (permalink / raw)
  To: kvm

Hi kvm team,

I'm tracking Linus.git, kvm.git, and VirtualBox.svn, among other
open source projects.  I'm finding a conflict between kvm.git and
VirtualBox.svn over the version of my linux kernel headers.

Specifically, kvm wants the files asm/kvm_para.h (and friends), but
apparently looks in /usr/include/asm for those files and can't find
them --> because my linux distro installs kernel headers from 2.6.26
in /usr/include/linux and /usr/include/asm.

If I make /usr/include/linux and /usr/include/asm symlinks to my
Linus.git repository, then kvm is happy and I'm happy -- until I
try to build VirtualBox.svn, which is now broken because of those
very same symlinks.

Because kvm is very fussy about using exactly the correct version
of the linux kernel headers, wouldn't it be reasonable to teach
kvm.git to look in the right place for those headers instead of in
/usr/include?  I.e. /lib/modules/2.6.28-rc3/build/ for example.

Is there an easier way to fix this problem?

Thanks!


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

end of thread, other threads:[~2008-11-11  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-09  0:36 Preventing conflicts between kernel header versions? walt
2008-11-11  0:24 ` walt
2008-11-11  2:00   ` Glauber Costa

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