Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Denys Vlasenko
I am trying to run the testsuite. # make compile ... ... make[1]: Nothing to be done for `compile'. TEST_LINK assert/ assert In file included from ../../install_dir/usr/include/signal.h:354, from assert.c:14: ../../install_dir/usr/include/bits/sigcontext.h:31:29: error: asm/sigc

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Bernhard Reutner-Fischer
On Tue, Jul 21, 2009 at 05:21:59PM +0200, Denys Vlasenko wrote: >I am trying to run the testsuite. $ make help | grep testsuite check - run testsuite test_compile - compile testsuite binaries > ># make compile >... >... >make[1]: Nothing to be done for `compile'. > T

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Denys Vlasenko
On Tue, Jul 21, 2009 at 5:31 PM, Bernhard Reutner-Fischer wrote: > On Tue, Jul 21, 2009 at 05:21:59PM +0200, Denys Vlasenko wrote: >>I am trying to run the testsuite. > > $ make help | grep testsuite >  check                 - run testsuite >  test_compile          - compile testsuite binaries # m

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Bernhard Reutner-Fischer
On Tue, Jul 21, 2009 at 06:17:02PM +0200, Denys Vlasenko wrote: >> Mike removed it since it's not libc's business to install kernel >> headers (and i agree with him, fwiw). > >Ok, then how can I test uclibc _before_ I install it? >I can build it becuase I have correctly set up KERNEL_HEADERS="xxx",

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Bernhard Reutner-Fischer
On Tue, Jul 21, 2009 at 06:48:08PM +0200, Denys Vlasenko wrote: >On Tue, Jul 21, 2009 at 6:34 PM, Bernhard >Reutner-Fischer wrote: >> On Tue, Jul 21, 2009 at 06:17:02PM +0200, Denys Vlasenko wrote: You have to have a properly installed set of kernel-headers before you build the libc, real

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Ron
On Tue, Jul 21, 2009 at 06:17:02PM +0200, Denys Vlasenko wrote: > On Tue, Jul 21, 2009 at 5:31 PM, Bernhard > Reutner-Fischer wrote: > > > Mike removed it since it's not libc's business to install kernel > > headers (and i agree with him, fwiw). I'll agree with that too while we're at it :) > Ok

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Denys Vlasenko
On Tue, Jul 21, 2009 at 7:07 PM, Bernhard Reutner-Fischer wrote: >>Yes. I want to do that. I set up KERNEL_HEADERS so that uclibc >>build machinery should know where it is. The proof is that >>"make" succeeds. >> >>So uclibc does not require kernel headers to be installed >>into any particular dire

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Bernhard Reutner-Fischer
On Tue, Jul 21, 2009 at 07:07:54PM +0200, Denys Vlasenko wrote: >> In my POV this is a configuration issue and not libc's business. > >Then why do we have KERNEL_HEADERS? So add the hunks that CFLAGS+=-I$(KERNEL_HEADERS) from Rules.mk to the shadow-copy in test/ __

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Denys Vlasenko
On Tuesday 21 July 2009 18:59, Ron wrote: > On Tue, Jul 21, 2009 at 06:17:02PM +0200, Denys Vlasenko wrote: > > On Tue, Jul 21, 2009 at 5:31 PM, Bernhard > > Reutner-Fischer wrote: > > > > > Mike removed it since it's not libc's business to install kernel > > > headers (and i agree with him, fwiw)

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Mike Frysinger
On Tuesday 21 July 2009 13:07:54 Denys Vlasenko wrote: > On Tue, Jul 21, 2009 at 7:07 PM, Bernhard Reutner-Fischer wrote: > >>Yes. I want to do that. I set up KERNEL_HEADERS so that uclibc > >>build machinery should know where it is. The proof is that > >>"make" succeeds. > >> > >>So uclibc does no

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Mike Frysinger
On Tuesday 21 July 2009 15:39:57 Denys Vlasenko wrote: > On Tuesday 21 July 2009 18:59, Ron wrote: > > On Tue, Jul 21, 2009 at 06:17:02PM +0200, Denys Vlasenko wrote: > > > On Tue, Jul 21, 2009 at 5:31 PM, Bernhard Reutner-Fischer wrote: > > > > Mike removed it since it's not libc's business to ins

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Mike Frysinger
On Tuesday 21 July 2009 11:21:59 Denys Vlasenko wrote: > I remember I fixed it by introducing and using install_kernel_headers. > > I check the git log and the last commit regarding that is: > > commit 56ecf3ceca20ba5b1f41f9deba0134112b59f961 > Author: Denis Vlasenko > Date: Sat Apr 18 23:45:13

Re: Where is install_kernel_headers? (+ git web interface question)

2009-07-21 Thread Denys Vlasenko
On Tuesday 21 July 2009 23:04, Mike Frysinger wrote: > On Tuesday 21 July 2009 11:21:59 Denys Vlasenko wrote: > > I remember I fixed it by introducing and using install_kernel_headers. > > > > I check the git log and the last commit regarding that is: > > > > commit 56ecf3ceca20ba5b1f41f9deba013411