Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-15 Thread ms419
Yo - I got the same problem with 2.6.12-rc2-mm3 on powerpc - [...] COFFarch/ppc/boot/openfirmware/coffboot lib/lib.a(string.o)(.text+0x5cc): In function `kstrdup': : undefined reference to `__kmalloc' COFFarch/ppc/boot/images/vmlinux.coff powerpc-linux-objcopy: 'arch/ppc/boot/openfirmwa

Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-15 Thread Benjamin Herrenschmidt
On Fri, 2005-04-15 at 18:37 -0700, Brian W. Carver wrote: > On Sat, 16 Apr 2005 09:55:24 +1000 > Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > [snip] > >> Because I guess I cannot figure out which module handles > >> the new Powerbook's SATA hard drive. > > > > PowerBooks don't have SATA

Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-15 Thread Brian W. Carver
On Sat, 16 Apr 2005 09:55:24 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: [snip] Because I guess I cannot figure out which module handles the new Powerbook's SATA hard drive. PowerBooks don't have SATA drives. Right. I meant whatever that new ATA controller is. It occurred to me that

Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-15 Thread Benjamin Herrenschmidt
> Wolfgang, > > Thanks. Could you send me your /usr/src/linux/.config ? > > Because I guess I cannot figure out which module handles > the new Powerbook's SATA hard drive. PowerBooks don't have SATA drives. > When I compiled my most recent kernel it would not boot > because I didn't have an

Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-15 Thread Wolfgang Pfeiffer
On Fri, Apr 15, 2005 at 08:45:09PM +0200, Wolfgang Pfeiffer wrote: > Hi Brian > > On Fri, Apr 15, 2005 at 07:53:24AM -0700, Brian W. Carver wrote: > > Wolfgang wrote: > > [snip] > >> > >`/home/shorty/sources.2.6/kernel-org-source/linux-2.6.11' > > > > Wolfgang, > > > > Thanks. Could you send me

Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-15 Thread Wolfgang Pfeiffer
Hi Brian On Fri, Apr 15, 2005 at 07:53:24AM -0700, Brian W. Carver wrote: > Wolfgang wrote: > [snip] > >The good news: > > >The following worked (omitting the 2.6.12-rc2-mm3 patch): > > >tar xzvf linux-2.6.11.tar.gz > >cd linux-2.6.11/ > >bzip2 -cd ../../patch-2.6.12-rc2.bz2 | patch -p1 > >cp

Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-15 Thread Brian W. Carver
Wolfgang wrote: [snip] The good news: The following worked (omitting the 2.6.12-rc2-mm3 patch): tar xzvf linux-2.6.11.tar.gz cd linux-2.6.11/ bzip2 -cd ../../patch-2.6.12-rc2.bz2 | patch -p1 cp ../linux-2.6.10/.config . make oldconfig fakeroot make-kpkg clean time MAKEFLAGS="CC=gcc-3.4" fakero

Re: Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-14 Thread Wolfgang Pfeiffer
On Thu, Apr 14, 2005 at 10:29:39AM -0700, Brian W. Carver wrote: > Hi all, > > OK, now I am trying to patch the plain vanilla 2.6.11 to > 2.6.12-rc2 (and then adding 2.6.12-rc2-mm3 as well.) The > kernel still doesn't compile. I did this: > [ ... ] > > But then I get the follo

Compile errors patching 2.6.11 to 2.6.12-rc2

2005-04-14 Thread Brian W. Carver
Hi all, OK, now I am trying to patch the plain vanilla 2.6.11 to 2.6.12-rc2 (and then adding 2.6.12-rc2-mm3 as well.) The kernel still doesn't compile. I did this: cd /usr/src wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.bz2 tar -jxf linux-2.6.11.tar.bz2 rm linux ln -s linux-2.