* [Qemu-devel] F10 build failure
@ 2009-11-26 15:52 Michael S. Tsirkin
2009-11-26 18:33 ` [Qemu-devel] " Juan Quintela
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2009-11-26 15:52 UTC (permalink / raw)
To: qemu-devel, quintela
Hi!
qemu build on fedora 10 fails with:
/root/scm/qemu/fpu/softfloat-native.c:132:5: error: "HOST_LONG_BITS" is not defined
make[1]: *** [fpu/softfloat-native.o] Error 1
make: *** [subdir-x86_64-softmmu] Error 2
just sticking
#define HOST_LONG_BITS 64
in fpu/softfloat-native.c helps, but what is the correct
fix?
--
MST
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: F10 build failure
2009-11-26 15:52 [Qemu-devel] F10 build failure Michael S. Tsirkin
@ 2009-11-26 18:33 ` Juan Quintela
2009-11-29 11:08 ` Michael S. Tsirkin
0 siblings, 1 reply; 4+ messages in thread
From: Juan Quintela @ 2009-11-26 18:33 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: qemu-devel
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> Hi!
> qemu build on fedora 10 fails with:
> /root/scm/qemu/fpu/softfloat-native.c:132:5: error: "HOST_LONG_BITS" is not defined
> make[1]: *** [fpu/softfloat-native.o] Error 1
> make: *** [subdir-x86_64-softmmu] Error 2
>
> just sticking
>
> #define HOST_LONG_BITS 64
>
> in fpu/softfloat-native.c helps, but what is the correct
> fix?
rm */config.h
You updated from an old tree, right?
Later, Juan.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: F10 build failure
2009-11-26 18:33 ` [Qemu-devel] " Juan Quintela
@ 2009-11-29 11:08 ` Michael S. Tsirkin
2009-11-29 20:56 ` Juan Quintela
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2009-11-29 11:08 UTC (permalink / raw)
To: Juan Quintela; +Cc: qemu-devel
On Thu, Nov 26, 2009 at 07:33:02PM +0100, Juan Quintela wrote:
> "Michael S. Tsirkin" <mst@redhat.com> wrote:
> > Hi!
> > qemu build on fedora 10 fails with:
> > /root/scm/qemu/fpu/softfloat-native.c:132:5: error: "HOST_LONG_BITS" is not defined
> > make[1]: *** [fpu/softfloat-native.o] Error 1
> > make: *** [subdir-x86_64-softmmu] Error 2
> >
> > just sticking
> >
> > #define HOST_LONG_BITS 64
> >
> > in fpu/softfloat-native.c helps, but what is the correct
> > fix?
>
> rm */config.h
>
> You updated from an old tree, right?
>
> Later, Juan.
Yes. That helped, but I am surprised simply re-running configure was
insufficient.
--
MST
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: F10 build failure
2009-11-29 11:08 ` Michael S. Tsirkin
@ 2009-11-29 20:56 ` Juan Quintela
0 siblings, 0 replies; 4+ messages in thread
From: Juan Quintela @ 2009-11-29 20:56 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: qemu-devel
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> On Thu, Nov 26, 2009 at 07:33:02PM +0100, Juan Quintela wrote:
>> "Michael S. Tsirkin" <mst@redhat.com> wrote:
>> > Hi!
>> > qemu build on fedora 10 fails with:
>> > /root/scm/qemu/fpu/softfloat-native.c:132:5: error: "HOST_LONG_BITS" is not defined
>> > make[1]: *** [fpu/softfloat-native.o] Error 1
>> > make: *** [subdir-x86_64-softmmu] Error 2
>> >
>> > just sticking
>> >
>> > #define HOST_LONG_BITS 64
>> >
>> > in fpu/softfloat-native.c helps, but what is the correct
>> > fix?
>>
>> rm */config.h
>>
>> You updated from an old tree, right?
>>
>> Later, Juan.
>
> Yes. That helped, but I am surprised simply re-running configure was
> insufficient.
It is a long, long story. basically config.h was generated and stoped
being generated, then moved to a different directory, and you could have
an old one around. Make distclean also fixed the problem.
Later, Juan.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-29 20:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-26 15:52 [Qemu-devel] F10 build failure Michael S. Tsirkin
2009-11-26 18:33 ` [Qemu-devel] " Juan Quintela
2009-11-29 11:08 ` Michael S. Tsirkin
2009-11-29 20:56 ` Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).