public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* 'make' is no longer producing *.ko files?
@ 2008-12-30 21:25 Michael Park
  2008-12-31  0:16 ` walt
  2008-12-31 10:15 ` Avi Kivity
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Park @ 2008-12-30 21:25 UTC (permalink / raw)
  To: kvm

Hello,

I'm running into a strange problem of 'make' not producing any *.ko
files recently (kvm-82). This seems rather odd, as 'make' still
completes successfully (echo $? returns 0), and there are *.o files
that are output as a result.

I've done a paste of my ./configure and make steps here:

http://rafb.net/p/BKK6yH11.html

[emparq@bart:~]$ uname -a
Linux bart.localdomain 2.6.27.9-73.fc9.x86_64 #1 SMP Tue Dec 16
14:54:03 EST 2008x86_64 x86_64 x86_64 GNU/Linux
[emparq@bart:~]$ cat /etc/issue
Fedora release 9 (Sulphur)
Kernel \r on an \m (\l)

Has anyone seen this behavior before? (I successfully compiled kvm-79,
kvm-80, and kvm-81, however recently I've noticed that this problem is
occurring when I try to build those previous kvm releases as well. Is
this a Fedora kernel-devel problem?


--Mike

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

* Re: 'make' is no longer producing *.ko files?
  2008-12-30 21:25 'make' is no longer producing *.ko files? Michael Park
@ 2008-12-31  0:16 ` walt
  2008-12-31  1:15   ` Michael Park
  2008-12-31 10:15 ` Avi Kivity
  1 sibling, 1 reply; 6+ messages in thread
From: walt @ 2008-12-31  0:16 UTC (permalink / raw)
  To: kvm



On Tue, 30 Dec 2008, Michael Park wrote:

> Hello,
>
> I'm running into a strange problem of 'make' not producing any *.ko
> files recently (kvm-82). This seems rather odd, as 'make' still
> completes successfully (echo $? returns 0), and there are *.o files
> that are output as a result.
>
> I've done a paste of my ./configure and make steps here:
>
> http://rafb.net/p/BKK6yH11.html
>
> [emparq@bart:~]$ uname -a
> Linux bart.localdomain 2.6.27.9-73.fc9.x86_64 #1 SMP Tue Dec 16
> 14:54:03 EST 2008x86_64 x86_64 x86_64 GNU/Linux
> [emparq@bart:~]$ cat /etc/issue
> Fedora release 9 (Sulphur)
> Kernel \r on an \m (\l)
>
> Has anyone seen this behavior before? (I successfully compiled kvm-79,
> kvm-80, and kvm-81, however recently I've noticed that this problem is
> occurring when I try to build those previous kvm releases as well. Is
> this a Fedora kernel-devel problem?

Just curious -- have you not been using the kvm modules included with
the linux kernel?  (I'm assuming you mean kvm.ko and friends?)



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

* Re: 'make' is no longer producing *.ko files?
  2008-12-31  0:16 ` walt
@ 2008-12-31  1:15   ` Michael Park
  2008-12-31  1:34     ` walt
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Park @ 2008-12-31  1:15 UTC (permalink / raw)
  To: walt; +Cc: kvm

Hi there,

> Just curious -- have you not been using the kvm modules included with
> the linux kernel?  (I'm assuming you mean kvm.ko and friends?)

I started out with Fedora's packaged kvm module, but at some point I
went the upstream route (thinking back now, I don't remember the
reason why I wanted the newer stuff).

...and yes, there are no *.ko files to be found, currently, despite
'make' exiting with 0.


--Mike

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

* Re: 'make' is no longer producing *.ko files?
  2008-12-31  1:15   ` Michael Park
@ 2008-12-31  1:34     ` walt
  0 siblings, 0 replies; 6+ messages in thread
From: walt @ 2008-12-31  1:34 UTC (permalink / raw)
  To: kvm

Michael Park wrote:
> Hi there,
>
>> Just curious -- have you not been using the kvm modules included with
>> the linux kernel?  (I'm assuming you mean kvm.ko and friends?)
>
> I started out with Fedora's packaged kvm module, but at some point I
> went the upstream route (thinking back now, I don't remember the
> reason why I wanted the newer stuff).
>
> ...and yes, there are no *.ko files to be found, currently, despite
> 'make' exiting with 0.

This may be of no help to you whatever, but I use the 
--With-patched-kernel flag for configure or the compile of kvm-userspace 
fails with
errors caused by out-of-date headers in /usr/include/linux.

I track the git repository of kvm-userspace along with Linus's git
kernel repository, which is much more recent than the kernel that
Fedora is shipping, so my experience may be quite irrelevant to yours.
Just another data point for your reference.


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

* Re: 'make' is no longer producing *.ko files?
  2008-12-30 21:25 'make' is no longer producing *.ko files? Michael Park
  2008-12-31  0:16 ` walt
@ 2008-12-31 10:15 ` Avi Kivity
       [not found]   ` <50ebac890901022112x5834970x4d46e77cef2e7e2c@mail.gmail.com>
  1 sibling, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2008-12-31 10:15 UTC (permalink / raw)
  To: Michael Park; +Cc: kvm

Michael Park wrote:
> Hello,
>
> I'm running into a strange problem of 'make' not producing any *.ko
> files recently (kvm-82). This seems rather odd, as 'make' still
> completes successfully (echo $? returns 0), and there are *.o files
> that are output as a result.
>
> I've done a paste of my ./configure and make steps here:
>
> http://rafb.net/p/BKK6yH11.html
>
> [emparq@bart:~]$ uname -a
> Linux bart.localdomain 2.6.27.9-73.fc9.x86_64 #1 SMP Tue Dec 16
> 14:54:03 EST 2008x86_64 x86_64 x86_64 GNU/Linux
> [emparq@bart:~]$ cat /etc/issue
> Fedora release 9 (Sulphur)
> Kernel \r on an \m (\l)
>
> Has anyone seen this behavior before? (I successfully compiled kvm-79,
> kvm-80, and kvm-81, however recently I've noticed that this problem is
> occurring when I try to build those previous kvm releases as well. Is
> this a Fedora kernel-devel problem?
>
>   

Very strange. Can you add 'V=1' to the line that starts with $(MAKE) -C 
$(KERNELDIR) in kernel/Makefile and rerun? post the log.


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


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

* Re: 'make' is no longer producing *.ko files?
       [not found]   ` <50ebac890901022112x5834970x4d46e77cef2e7e2c@mail.gmail.com>
@ 2009-01-04 12:57     ` Avi Kivity
  0 siblings, 0 replies; 6+ messages in thread
From: Avi Kivity @ 2009-01-04 12:57 UTC (permalink / raw)
  To: Michael Park; +Cc: kvm

Michael Park wrote:
> Hi there,
>
> Sorry for the delay..
>
>   
>> Very strange. Can you add 'V=1' to the line that starts with $(MAKE) -C
>> $(KERNELDIR) in kernel/Makefile and rerun? post the log.
>>     
>
> ..sure thing, I've attached it inline below.
>
> I'm guessing this is some sort of autoconf-related error (something
> mis-detected or something)?.. Or could it be related to my most recent
> updated kernel + relevant sources (2.6.27.9-73.fc9.x86_64)?
>
>   

kvm-82 doesn't even compile for me on this kernel version due to some 
hrtimer backports.  Are you throwing stderr somewhere and losing the 
error messages?

I suggest going back to the previous kernel, or waiting for kvm-83 which 
will have this fixed.

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


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

end of thread, other threads:[~2009-01-04 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 21:25 'make' is no longer producing *.ko files? Michael Park
2008-12-31  0:16 ` walt
2008-12-31  1:15   ` Michael Park
2008-12-31  1:34     ` walt
2008-12-31 10:15 ` Avi Kivity
     [not found]   ` <50ebac890901022112x5834970x4d46e77cef2e7e2c@mail.gmail.com>
2009-01-04 12:57     ` Avi Kivity

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