Re: linux-next: build failure after merge of the rd-docs tree

2014-09-16 Thread Peter Foley
On Tue, Sep 16, 2014 at 7:38 PM, Randy Dunlap wrote: > I don't have a good answer to that, so yes, I suppose just > disable it. Please send a patch. Will do. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majo

Re: linux-next: build failure after merge of the rd-docs tree

2014-09-16 Thread Randy Dunlap
On 09/16/14 16:18, Peter Foley wrote: > On Tue, Sep 16, 2014 at 7:00 PM, Stephen Rothwell > wrote: >> Hi Peter, >> >> My build machine runs Debian stable which only has libc6 version 2.13. > > Ok, depending on a specific glibc version seems kinda hacky. > Maybe we should just disable auto-buildi

Re: linux-next: build failure after merge of the rd-docs tree

2014-09-16 Thread Peter Foley
On Tue, Sep 16, 2014 at 7:00 PM, Stephen Rothwell wrote: > Hi Peter, > > My build machine runs Debian stable which only has libc6 version 2.13. Ok, depending on a specific glibc version seems kinda hacky. Maybe we should just disable auto-building vdso_test? Randy? -- To unsubscribe from this li

Re: linux-next: build failure after merge of the rd-docs tree

2014-09-16 Thread Stephen Rothwell
Hi Peter, On Tue, 16 Sep 2014 13:19:07 -0400 Peter Foley wrote: > > On Tue, Sep 16, 2014 at 3:11 AM, Stephen Rothwell > wrote: > > > > After merging the rd-docs tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > Documentation/vDSO/vdso_test.c:15:22: fatal error:

Re: linux-next: build failure after merge of the rd-docs tree

2014-09-16 Thread Peter Foley
On Tue, Sep 16, 2014 at 3:11 AM, Stephen Rothwell wrote: > Hi Randy, > > After merging the rd-docs tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > Documentation/vDSO/vdso_test.c:15:22: fatal error: sys/auxv.h: No such file > or directory > What glibc version are you

linux-next: build failure after merge of the rd-docs tree

2014-09-16 Thread Stephen Rothwell
Hi Randy, After merging the rd-docs tree, today's linux-next build (powerpc allyesconfig) failed like this: Documentation/vDSO/vdso_test.c:15:22: fatal error: sys/auxv.h: No such file or directory Caused by commit e9cb990eff15 ("Documentation: update vDSO makefile to build portable examples").