All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] 'make check' error
@ 2019-03-09  5:53 Li Qiang
  2019-03-09 17:37 ` Emilio G. Cota
  0 siblings, 1 reply; 3+ messages in thread
From: Li Qiang @ 2019-03-09  5:53 UTC (permalink / raw)
  To: qemu-devel, cota

Hi all, 

Today I ‘git clone’ && configure && make && make check 

And get following error, 

fp-test.c:50:10: fatal error: fail.h: No such file or directory
 #include "fail.h"
          ^~~~~~~~

I look at the commit:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=3ac1f81329f4dfdc10a51e180f9cf28dbcb02a3c;hp=b44b5abeae4a3b54ccbd7137f59c0a8923cecec9

Seems it’s old commit, I think I got ‘make check’ work after this commit.
So I don’t know anywhere wrong.

Any hints?

Thanks,
Li Qiang

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

* Re: [Qemu-devel] 'make check' error
  2019-03-09  5:53 [Qemu-devel] 'make check' error Li Qiang
@ 2019-03-09 17:37 ` Emilio G. Cota
  2019-03-10  8:52   ` [Qemu-devel] 答复: " Li Qiang
  0 siblings, 1 reply; 3+ messages in thread
From: Emilio G. Cota @ 2019-03-09 17:37 UTC (permalink / raw)
  To: Li Qiang; +Cc: qemu-devel

On Sat, Mar 09, 2019 at 13:53:32 +0800, Li Qiang wrote:
> Hi all, 
> 
> Today I ‘git clone’ && configure && make && make check 
> 
> And get following error, 
> 
> fp-test.c:50:10: fatal error: fail.h: No such file or directory
>  #include "fail.h"
>           ^~~~~~~~
> 
> I look at the commit:
> https://git.qemu.org/?p=qemu.git;a=commitdiff;h=3ac1f81329f4dfdc10a51e180f9cf28dbcb02a3c;hp=b44b5abeae4a3b54ccbd7137f59c0a8923cecec9
> 
> Seems it’s old commit, I think I got ‘make check’ work after this commit.
> So I don’t know anywhere wrong.
> 
> Any hints?

fail.h is part of berkeley-testfloat-3 -- I suspect the
berkeley-testfloat-3 git submodule wasn't checked out.

Make sure both berkeley-softfloat-3 and berkeley-testfloat-3 are
checked out at $src/tests/fp. If not, you can get them with
"git submodule init && git submodule update".

Hope that helps,

		Emilio

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

* [Qemu-devel] 答复: 'make check' error
  2019-03-09 17:37 ` Emilio G. Cota
@ 2019-03-10  8:52   ` Li Qiang
  0 siblings, 0 replies; 3+ messages in thread
From: Li Qiang @ 2019-03-10  8:52 UTC (permalink / raw)
  To: Emilio G. Cota; +Cc: qemu-devel

Thanks Emilio,
I found the ssh connection is very slow and the submodule wasn’t checked out completely.
I uses the https connection and it works as normal.

Thanks,
Li Qiang

发件人: Emilio G. Cota
发送时间: 2019年3月10日 1:38
收件人: Li Qiang
抄送: qemu-devel@nongnu.org
主题: Re: 'make check' error

On Sat, Mar 09, 2019 at 13:53:32 +0800, Li Qiang wrote:
> Hi all, 
> 
> Today I ‘git clone’ && configure && make && make check 
> 
> And get following error, 
> 
> fp-test.c:50:10: fatal error: fail.h: No such file or directory
>  #include "fail.h"
>           ^~~~~~~~
> 
> I look at the commit:
> https://git.qemu.org/?p=qemu.git;a=commitdiff;h=3ac1f81329f4dfdc10a51e180f9cf28dbcb02a3c;hp=b44b5abeae4a3b54ccbd7137f59c0a8923cecec9
> 
> Seems it’s old commit, I think I got ‘make check’ work after this commit.
> So I don’t know anywhere wrong.
> 
> Any hints?

fail.h is part of berkeley-testfloat-3 -- I suspect the
berkeley-testfloat-3 git submodule wasn't checked out.

Make sure both berkeley-softfloat-3 and berkeley-testfloat-3 are
checked out at $src/tests/fp. If not, you can get them with
"git submodule init && git submodule update".

Hope that helps,

		Emilio

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

end of thread, other threads:[~2019-03-10  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-09  5:53 [Qemu-devel] 'make check' error Li Qiang
2019-03-09 17:37 ` Emilio G. Cota
2019-03-10  8:52   ` [Qemu-devel] 答复: " Li Qiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.