mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: dhowells@redhat.com, arnd@arndb.de, tglx@linutronix.de,
	paulmck@linux.vnet.ibm.com, davej@redhat.com,
	linux-kernel@vger.kernel.org
Subject: Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst
Date: Mon, 19 Nov 2012 11:10:15 +0000	[thread overview]
Message-ID: <24020.1353323415@warthog.procyon.org.uk> (raw)
In-Reply-To: <201211172227.BHB30739.OVOMFtFLHOFSQJ@I-love.SAKURA.ne.jp>

Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> wrote:

> /usr/src/all/linux/scripts/Makefile.headersinst:50: *** Missing UAPI file /usr/src/all/linux/include/uapi/asm-generic/auxvec.h.  Stop.

That line is here:

	input-files   := $(foreach hdr, $(header-y), \
			   $(or \
				$(wildcard $(srcdir)/$(hdr)), \
				$(wildcard $(oldsrcdir)/$(hdr)), \
--->				$(error Missing UAPI file $(srcdir)/$(hdr)) \
			   )) \
			 $(foreach hdr, $(genhdr-y), \
			   $(or \
				$(wildcard $(gendir)/$(hdr)), \
				$(error Missing generated UAPI file $(gendir)/$(hdr)) \
			   ))

The version of the compiler shouldn't have any effect as far as I can see.
Can you add the following:

	$(info XXXX $(srcdir)/$(hdr)) \
	$(info YYYY $(oldsrcdir)/$(hdr)) \

immediately before the marked line and look for the lines in the output from
make.  The error suggests that neither pattern match worked.

Btw, are you supplying an O= flag to make when you build?

David

  parent reply	other threads:[~2012-11-19 11:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-17 13:27 Tetsuo Handa
2012-11-18 13:53 ` David Howells
2012-11-18 15:14   ` Tetsuo Handa
2012-11-19 11:10 ` David Howells [this message]
2012-11-19 13:02   ` Tetsuo Handa
     [not found]   ` <26846.1353334165@warthog.procyon.org.uk>
2012-11-20 14:22     ` Tetsuo Handa
2012-11-25  9:02       ` Tetsuo Handa
2012-11-28 13:55       ` David Howells
2013-03-03 12:02         ` Sam Ravnborg
2013-03-03 15:07           ` Tetsuo Handa
2013-03-03 15:34             ` Sam Ravnborg
2013-03-03 22:03               ` Tetsuo Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24020.1353323415@warthog.procyon.org.uk \
    --to=dhowells@redhat.com \
    --cc=arnd@arndb.de \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=penguin-kernel@I-love.SAKURA.ne.jp \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®