linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Latest kernel build problem in arch/x86/ia32/audit.c
@ 2014-12-18 19:04 Cyrill Gorcunov
  2014-12-19  8:05 ` Cyrill Gorcunov
  0 siblings, 1 reply; 2+ messages in thread
From: Cyrill Gorcunov @ 2014-12-18 19:04 UTC (permalink / raw)
  To: LKML

Hi! Being trying to build latest repo (2dbfca5a181973558277b28b1f4c36362291f5e0)
and ended up in

  CC      arch/x86/ia32/audit.o
arch/x86/ia32/audit.c: In function ‘ia32_classify_syscall’:
arch/x86/ia32/audit.c:38:7: error: ‘__NR_execveat’ undeclared (first use in this function)
  case __NR_execveat:
       ^
arch/x86/ia32/audit.c:38:7: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [arch/x86/ia32/audit.o] Error 1
make[1]: *** [arch/x86/ia32] Error 2
make: *** [arch/x86] Error 2
make: *** Waiting for unfinished jobs....

The kernel's config at https://gist.github.com/cyrillos/cd9749c4205fed698f13
Because it's middle of merge window I guess it's not anyhow important and I'll
try take a look myself tomorrow or on weekend, but just for info.

	Cyrill

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

* Re: Latest kernel build problem in arch/x86/ia32/audit.c
  2014-12-18 19:04 Latest kernel build problem in arch/x86/ia32/audit.c Cyrill Gorcunov
@ 2014-12-19  8:05 ` Cyrill Gorcunov
  0 siblings, 0 replies; 2+ messages in thread
From: Cyrill Gorcunov @ 2014-12-19  8:05 UTC (permalink / raw)
  To: LKML

On Thu, Dec 18, 2014 at 10:04:09PM +0300, Cyrill Gorcunov wrote:
>   case __NR_execveat:
>        ^
> arch/x86/ia32/audit.c:38:7: note: each undeclared identifier is reported only once for each function it appears in
> make[2]: *** [arch/x86/ia32/audit.o] Error 1
> make[1]: *** [arch/x86/ia32] Error 2
> make: *** [arch/x86] Error 2
> make: *** Waiting for unfinished jobs....

Looks like it was leftover from old builds. mrproper fixed it.
Sorry for noise.

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

end of thread, other threads:[~2014-12-19  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 19:04 Latest kernel build problem in arch/x86/ia32/audit.c Cyrill Gorcunov
2014-12-19  8:05 ` Cyrill Gorcunov

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).