All of lore.kernel.org
 help / color / mirror / Atom feed
* fuzz/wrappers.c fails to build due to missing x86-emulate.h
@ 2018-03-29  9:46 Olaf Hering
  2018-03-29 10:04 ` Jan Beulich
  0 siblings, 1 reply; 3+ messages in thread
From: Olaf Hering @ 2018-03-29  9:46 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 332 bytes --]

In my automated SLE_11 builds I often see failures like that:

[   74s] wrappers.c:5:25: error: x86-emulate.h: No such file or directory
[   74s] make[6]: *** [wrappers.o] Error 1

Just retriggering the package build fixes the error. SLE11 has make-3.81.
Is that version of make perhaps too old to recognize the dependencies?

Olaf

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: fuzz/wrappers.c fails to build due to missing x86-emulate.h
  2018-03-29  9:46 fuzz/wrappers.c fails to build due to missing x86-emulate.h Olaf Hering
@ 2018-03-29 10:04 ` Jan Beulich
  2018-03-29 11:34   ` Olaf Hering
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2018-03-29 10:04 UTC (permalink / raw)
  To: Olaf Hering; +Cc: xen-devel

>>> On 29.03.18 at 11:46, <olaf@aepfle.de> wrote:
> In my automated SLE_11 builds I often see failures like that:
> 
> [   74s] wrappers.c:5:25: error: x86-emulate.h: No such file or directory
> [   74s] make[6]: *** [wrappers.o] Error 1
> 
> Just retriggering the package build fixes the error. SLE11 has make-3.81.
> Is that version of make perhaps too old to recognize the dependencies?

No, there's

wrappers.o: $(x86_emulate.h)

missing as it looks. Mind sending a patch?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: fuzz/wrappers.c fails to build due to missing x86-emulate.h
  2018-03-29 10:04 ` Jan Beulich
@ 2018-03-29 11:34   ` Olaf Hering
  0 siblings, 0 replies; 3+ messages in thread
From: Olaf Hering @ 2018-03-29 11:34 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 191 bytes --]

On Thu, Mar 29, Jan Beulich wrote:

> wrappers.o: $(x86_emulate.h)

Thanks. This did probably help, the build got further. Will send a patch.
But another unrelated regression appeared.

Olaf

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-03-29 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29  9:46 fuzz/wrappers.c fails to build due to missing x86-emulate.h Olaf Hering
2018-03-29 10:04 ` Jan Beulich
2018-03-29 11:34   ` Olaf Hering

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.