Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2013-03-03 Thread Tetsuo Handa
Sam Ravnborg wrote: > On Mon, Mar 04, 2013 at 12:07:31AM +0900, Tetsuo Handa wrote: > > Sam Ravnborg wrote: > > > On Wed, Nov 28, 2012 at 01:55:14PM +, David Howells wrote: > > > > Tetsuo Handa wrote: > > > > > > > > > Tetsuo Handa wrote: > > > > > > Linux 3.6 builds fine. I can't use "git bi

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2013-03-03 Thread Sam Ravnborg
On Mon, Mar 04, 2013 at 12:07:31AM +0900, Tetsuo Handa wrote: > Sam Ravnborg wrote: > > On Wed, Nov 28, 2012 at 01:55:14PM +, David Howells wrote: > > > Tetsuo Handa wrote: > > > > > > > Tetsuo Handa wrote: > > > > > Linux 3.6 builds fine. I can't use "git bisect" until Linux 3.7-rc6 > > > >

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2013-03-03 Thread Tetsuo Handa
Sam Ravnborg wrote: > On Wed, Nov 28, 2012 at 01:55:14PM +, David Howells wrote: > > Tetsuo Handa wrote: > > > > > Tetsuo Handa wrote: > > > > Linux 3.6 builds fine. I can't use "git bisect" until Linux 3.7-rc6 but > > > > possibly caused by either commit 10b63956 "UAPI: Plumb the UAPI Kbuild

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2013-03-03 Thread Sam Ravnborg
On Wed, Nov 28, 2012 at 01:55:14PM +, David Howells wrote: > Tetsuo Handa wrote: > > > Tetsuo Handa wrote: > > > Linux 3.6 builds fine. I can't use "git bisect" until Linux 3.7-rc6 but > > > possibly caused by either commit 10b63956 "UAPI: Plumb the UAPI Kbuilds > > > into the user header ins

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2012-11-28 Thread David Howells
Tetsuo Handa wrote: > Tetsuo Handa wrote: > > Linux 3.6 builds fine. I can't use "git bisect" until Linux 3.7-rc6 but > > possibly caused by either commit 10b63956 "UAPI: Plumb the UAPI Kbuilds > > into the user header installation and checking" or commit 40f1d4c2 "UAPI: > > Remove the objhdr-y e

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2012-11-25 Thread Tetsuo Handa
Tetsuo Handa wrote: > Linux 3.6 builds fine. I can't use "git bisect" until Linux 3.7-rc6 but > possibly caused by either commit 10b63956 "UAPI: Plumb the UAPI Kbuilds into > the user header installation and checking" or commit 40f1d4c2 "UAPI: Remove > the > objhdr-y export list". Bisected to com

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2012-11-20 Thread Tetsuo Handa
David Howells wrote: > Does $(info ...) not work at all in version 3.80? If it does, can you get it > to display the values $(destination-y), $(dst) and $(obj) at the top of > Makefile.headersinst? If $(info ...) doesn't exist, does $(warning ...)? $(info ...) does not work, but $(warning ...) w

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2012-11-19 Thread Tetsuo Handa
David Howells wrote: > The version of the compiler shouldn't have any effect as far as I can see. > Can you add the following: > > $(info $(srcdir)/$(hdr)) \ > $(info $(oldsrcdir)/$(hdr)) \ > > immediately before the marked line and look for the lines in the output from > ma

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2012-11-19 Thread David Howells
Tetsuo Handa 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 \

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2012-11-18 Thread Tetsuo Handa
David Howells wrote: > Tetsuo Handa wrote: > > > I get build error which complains that include/uapi/asm-generic/auxvec.h is > > missing although the file exists. I'm using gcc 3.3.5. > > This bug seems to not happen with gcc 4.x. > > What configuration? > > David > It is available at http://

Re: [3.7-rc6] Build failure with scripts/Makefile.headersinst

2012-11-18 Thread David Howells
Tetsuo Handa wrote: > I get build error which complains that include/uapi/asm-generic/auxvec.h is > missing although the file exists. I'm using gcc 3.3.5. > This bug seems to not happen with gcc 4.x. What configuration? David -- To unsubscribe from this list: send the line "unsubscribe linux-ke