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.

Re: Compile errors Patching 2.6.11.7 to 2.6.12-rc2

2005-04-14 Thread vinai
On Thu, 14 Apr 2005, Brian W. Carver wrote: download 2.6.11.7 from kernel.org and put it in /usr/src tar -jxf linux-2.6.11.7.tar.bz2 rm /usr/src/linux ln -s linux-2.6.11.7 linux download patch-2.6.12-rc2.bz2 bunzip2 patch-2.6.12-rc2.bz2 mv patch-2.6.12-rc2 /usr/src/linux cd /usr/src/linux patch -p1

Re: Compile errors Patching 2.6.11.7 to 2.6.12-rc2

2005-04-14 Thread Johannes Berg
On Thu, 2005-04-14 at 06:09 -0700, Brian W. Carver wrote: > patch -p1 P.S. Ben's speed patch, Colin's temperature patch, and > Johannes' trackpad driver all barfed when I attempted to > add them after the 2.6.12-rc patch and Ben's sound patch > (which seemed to apply ok). I'd like to apply tho

Compile errors Patching 2.6.11.7 to 2.6.12-rc2

2005-04-14 Thread Brian W. Carver
Hi, I want to apply Ben's sound patch for new powerbooks. By looking at the patch I saw that it seemed to be applied against 2.6.12-rc2 so here's exactly what I did and the compilation error that resulted: download 2.6.11.7 from kernel.org and put it in /usr/src tar -jxf linux-2.6.11.7.tar.bz2

Re: Compile Errors on 2.6.8 for Johannes' Trackpad Driver

2005-04-14 Thread Johannes Berg
Hi, > Read about your trackpad driver on debian-powerpc here: > http://lists.debian.org/debian-powerpc/2005/03/msg00984.html :) > I'm using a 2.6.8 kernel (the default one from debian > Sarge net install 2.6.8-12) and the trackpad driver didn't > compile so well. I suppose I'll try a 2.6.11 ke

Compile Errors on 2.6.8 for Johannes' Trackpad Driver

2005-04-13 Thread Brian W. Carver
Hi, Read about your trackpad driver on debian-powerpc here: http://lists.debian.org/debian-powerpc/2005/03/msg00984.html I'm using a 2.6.8 kernel (the default one from debian Sarge net install 2.6.8-12) and the trackpad driver didn't compile so well. I suppose I'll try a 2.6.11 kernel next, but

Re: kernel 2.6.11.5 compile errors (fwd)

2005-03-27 Thread Rolando Abarca
On Sun, 27 Mar 2005, Lee Braiden wrote: I think you probably need to select the normal PCI IDE drivers along with the Powermac ones. Last time I checked at least, the kernel config was weird in that you had to have both of those options on, but the menu system wouldn't indicate that :( -- Lee. tha

Re: kernel 2.6.11.5 compile errors (fwd)

2005-03-27 Thread David Medina
El 27/03/2005, a las 4:17, Rolando Abarca escribió: I was trying to compile kernel 2.6.11.5 and got this error: drivers/ide/ppc/pmac.c: In function `pmac_ide_build_dmatable': drivers/ide/ppc/pmac.c:1583: warning: implicit declaration of function `ide_build_sglist' drivers/ide/ppc/pmac.c: In functi

Re: kernel 2.6.11.5 compile errors (fwd)

2005-03-26 Thread Lee Braiden
On Sunday 27 March 2005 03:17, Rolando Abarca wrote: > I was trying to compile kernel 2.6.11.5 and got this error: > > drivers/ide/ppc/pmac.c: In function `pmac_ide_build_dmatable': >[...] > drivers/ide/ppc/pmac.c:2026: error: `__ide_dma_timeout' undeclared (first > use in this function) > > any i

kernel 2.6.11.5 compile errors (fwd)

2005-03-26 Thread Rolando Abarca
I was trying to compile kernel 2.6.11.5 and got this error: drivers/ide/ppc/pmac.c: In function `pmac_ide_build_dmatable': drivers/ide/ppc/pmac.c:1583: warning: implicit declaration of function `ide_build_sglist' drivers/ide/ppc/pmac.c: In function `pmac_ide_setup_dma': drivers/ide/ppc/pmac.c:2016

Kernel compile errors - g3 wallstreet 2.6.8 kernel

2004-12-23 Thread iceblaze
I have a g3 wallstreet 266mhz and trying to compile my own 2.6.8 kernel i recieve the following: include/linux/kdev_t.h: In function `old_decode_dev': include/linux/kdev_t.h:34: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. Se

Re: compile errors kernel-source-2.6.8

2004-09-01 Thread Christian Leimer
Chris Howells wrote: > On Tuesday 31 August 2004 10:50, Christian Leimer wrote: >> Because I cant use kernel-image-2.4.26-powerpc-smp-pmac to boot. And >> there are problems with initrd booting on oldworld I also cant use >> kernel-image-2.6.8-powerpc-smp. So I built my own kernel and got the >> f

Re: compile errors kernel-source-2.6.8

2004-08-31 Thread Chris Howells
On Tuesday 31 August 2004 10:50, Christian Leimer wrote: > Because I cant use kernel-image-2.4.26-powerpc-smp-pmac to boot. And there > are problems with initrd booting on oldworld I also cant use > kernel-image-2.6.8-powerpc-smp. So I built my own kernel and got the > following errors: > > CC

compile errors kernel-source-2.6.8

2004-08-31 Thread Christian Leimer
Hi! I have anUmax S900SMP with Voodoo3 and adaptec 2940UW scsi card running sarge. Because I cant use kernel-image-2.4.26-powerpc-smp-pmac to boot. And there are problems with initrd booting on oldworld I also cant use kernel-image-2.6.8-powerpc-smp. So I built my own kernel and got the following

Re: 2.6.0[-test11] compile errors

2003-12-18 Thread Lee Braiden
On Thursday 18 Dec 2003 9:49 pm, Lee Braiden wrote: > Hi, > I'm currently running -test10. When compiling both -test11 and 2.6.0, I > get the following errors: Oh, both of those were benh's rsyncs, btw :) -- Lee.

2.6.0[-test11] compile errors

2003-12-18 Thread Lee Braiden
Hi, I'm currently running -test10. When compiling both -test11 and 2.6.0, I get the following errors: CC arch/ppc/kernel/traps.o In file included from arch/ppc/kernel/traps.c:29: include/linux/interrupt.h:38: error: syntax error before "irqreturn_t" include/linux/interrupt.h:38: warning

2.6.0-test8 compile errors with gconfig

2003-10-22 Thread Adam
I have downloaded the newest 2.6.0-test8 kernel and have been trying to configure it with xconfig or gconfig and the only one which kinda works is gconfig but every time i try to make a change the gui quits on me and dies with these errors. #  make gconfig make[1]: `scripts/fixdep' is up to d

Re: compile errors...

1999-12-08 Thread Dänzer
--- Josh Huber <[EMAIL PROTECTED]> wrote: > To fix this, I can add -L/usr/X11R6/lib -lX11 -lXext to my compile line, > but shouldn't this be done somehow automatically? i.e., it's not my program > that's using libX11/Xext, but libSDL. So the problem might be with libSDL as well ? Michel ==

Re: compile errors...

1999-12-08 Thread Josh Huber
I seem to be having trouble with the dynamic linker on ppc. I don't know if this a problem with the current Linuxppc ld.so, but it is for me (I'm running debian/ppc...latest as of yesterday) It doesn't seem to be loading shared library dependancies, which I'm told works on x86, alpha, and ?some