lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 19 Nov 2012 11:10:15 +0000
From:	David Howells <dhowells@...hat.com>
To:	Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
Cc:	dhowells@...hat.com, arnd@...db.de, tglx@...utronix.de,
	paulmck@...ux.vnet.ibm.com, davej@...hat.com,
	linux-kernel@...r.kernel.org
Subject: Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

Tetsuo Handa <penguin-kernel@...ove.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ