Re: LFS with linux-2.6.18-rc1 headers_install

2006-07-08 Thread Matthew Burgess
> On 7/8/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: > So, what uses page.h, for example? Whatever it is should be using getpagesize(2) anyway. Regards, Matt. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above informat

Re: LFS with linux-2.6.18-rc1 headers_install

2006-07-08 Thread Andrew Benton
Dan Nicholson wrote: I haven't built any BLFS packages yet. I'll probably just let my scripts run and see where they bomb. I don't think there are any problems with these kernel headers and BLFS (I've not come across any). I've used the git-hdrinstall.patch to produce the kernel headers for

Re: LFS with linux-2.6.18-rc1 headers_install

2006-07-08 Thread Dan Nicholson
On 7/8/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: On 7/8/06, Jim Gifford <[EMAIL PROTECTED]> wrote: > > The best example and most noticeable is from page.h, PAGE_SHIFT is set > by a variable from the configuration file used to create the kernel. Interesting. I'd take another look. There is mor

Re: LFS with linux-2.6.18-rc1 headers_install

2006-07-08 Thread Dan Nicholson
On 7/8/06, Jim Gifford <[EMAIL PROTECTED]> wrote: The best example and most noticeable is from page.h, PAGE_SHIFT is set by a variable from the configuration file used to create the kernel. Here is an unsanitized version. The same holds true with all architectures in various different files. /*

Re: LFS with linux-2.6.18-rc1 headers_install

2006-07-08 Thread Jim Gifford
Dan, They are still not up to the task, there are a lot of things that need to be fixed in them. Good example is page.h, requires variables from the configuration file that is used to build Linux. The best example and most noticeable is from page.h, PAGE_SHIFT is set by a variable from the

LFS with linux-2.6.18-rc1 headers_install

2006-07-08 Thread Dan Nicholson
Hi guys, Since David Woodhouse's hdrinstall branch was merged into Linus' tree and released in 2.6.18-rc1, I decided to give it a spin with the bits in trunk now. Everything built except for sysklogd and util-linux in Chapter 6. I haven't actually ran anything yet since the build was done remotel