Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread Joshua Uziel
* Horst von Brand <[EMAIL PROTECTED]> [010105 09:24]: > Sun Ultra 1, RH 6.2 + updates (+ local hacks) > > Building modules: > > In drivers/sbus/audio: > > amd7930.c:113: ../../isdn/hisax/foreign.h: No such file or directory > amd7930.c:1159: warning: function declaration isn't a prototype

Re: 2.4.0 on sparc64 build problems

2001-01-05 Thread Joshua Uziel
* Horst von Brand [EMAIL PROTECTED] [010105 09:24]: Sun Ultra 1, RH 6.2 + updates (+ local hacks) Building modules: In drivers/sbus/audio: amd7930.c:113: ../../isdn/hisax/foreign.h: No such file or directory amd7930.c:1159: warning: function declaration isn't a prototype

Re: linux-2.4.0 SMP does not compile on sparc32

2000-10-17 Thread Joshua Uziel
* Felix von Leitner <[EMAIL PROTECTED]> [001017 09:34]: > This is the error message (yes, I am cross compiling): > > mm/mm.o: In function `smp_call_function_all_cpus': > mm/mm.o(.text+0xb194): undefined reference to `smp_call_function' > make: *** [vmlinux] Error 1 > > smp_call_function is

Re: linux-2.4.0 SMP does not compile on sparc32

2000-10-17 Thread Joshua Uziel
* Felix von Leitner [EMAIL PROTECTED] [001017 09:34]: This is the error message (yes, I am cross compiling): mm/mm.o: In function `smp_call_function_all_cpus': mm/mm.o(.text+0xb194): undefined reference to `smp_call_function' make: *** [vmlinux] Error 1 smp_call_function is defined in

Re: aaaah! complete lockup 2.4.0-test9 SPARC32

2000-10-12 Thread Joshua Uziel
* Dr. Kelsey Hudson <[EMAIL PROTECTED]> [001004 19:06]: > Machine: > SPARCstation 20, 1xTMS390Z55 50MHz SuperSPARC II w/1MB SuperCACHE > 48MB RAM, about 9G total disk space spanned over 3 drives, TGX... Ok, if you wanna try it, snarf from the vger cvs tree or just change DBRI_NO_INTS in

Re: aaaah! complete lockup 2.4.0-test9 SPARC32

2000-10-12 Thread Joshua Uziel
* Dr. Kelsey Hudson [EMAIL PROTECTED] [001004 19:06]: Machine: SPARCstation 20, 1xTMS390Z55 50MHz SuperSPARC II w/1MB SuperCACHE 48MB RAM, about 9G total disk space spanned over 3 drives, TGX... Ok, if you wanna try it, snarf from the vger cvs tree or just change DBRI_NO_INTS in

Re: aaaah! complete lockup 2.4.0-test9 SPARC32

2000-10-09 Thread Joshua Uziel
* Anton Blanchard <[EMAIL PROTECTED]> [001004 21:31]: > > I just had my box completely lock up under 2.4.0-test9. I had insmodded > > the dbri.o audio driver, which for some reason was refusing to work, at > > all. So I rmmodded it, and at that point, the screen flickered once and > > wham,

Re: aaaah! complete lockup 2.4.0-test9 SPARC32

2000-10-09 Thread Joshua Uziel
* Anton Blanchard [EMAIL PROTECTED] [001004 21:31]: I just had my box completely lock up under 2.4.0-test9. I had insmodded the dbri.o audio driver, which for some reason was refusing to work, at all. So I rmmodded it, and at that point, the screen flickered once and wham, complete

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Joshua Uziel
* Horst von Brand <[EMAIL PROTECTED]> [001002 10:35]: > This PCI stuff was discussed before... > > pcic.c: At top level: > pcic.c:39: redefinition of `pcibios_present' > /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously >defined here > make[1]: *** [pcic.o] Error 1

Re: 2.4.0-test9-pre8 on SPARC build failure

2000-10-03 Thread Joshua Uziel
* Horst von Brand [EMAIL PROTECTED] [001002 10:35]: This PCI stuff was discussed before... pcic.c: At top level: pcic.c:39: redefinition of `pcibios_present' /usr/src/linux-2.4.0-test/include/linux/pci.h:562: `pcibios_present' previously defined here make[1]: *** [pcic.o] Error 1

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Joshua Uziel
* Mark Salisbury <[EMAIL PROTECTED]> [000918 07:32]: > I use cscope version 13.7 (on solaris 2.6) There is an open sourced version of cscope released under a BSD license at http://cscope.sourceforge.net/ ... > the source file linux/fs/hpfs/super.c > > from kernel version 2.4-test8 causes

Re: [PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Joshua Uziel
* Jens Axboe <[EMAIL PROTECTED]> [000906 06:32]: > On Wed, Sep 06 2000, Arnaldo Carvalho de Melo wrote: > > Em Wed, Sep 06, 2000 at 02:42:02AM -0700, Joshua Uziel escreveu: > > > Heya acme... seems you fixed the sr.c driver a bit too much and > > > killed an #if

[PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Joshua Uziel
Heya acme... seems you fixed the sr.c driver a bit too much and killed an #ifdef MODULE that was needed if you build without modules (as I do on some of my SPARCs)... this change was made in 2.4.0-test8-pre5... drivers/scsi/scsidrv.o: In function `init_sr': drivers/scsi/scsidrv.o(.text+0x1ece8):

[PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Joshua Uziel
Heya acme... seems you fixed the sr.c driver a bit too much and killed an #ifdef MODULE that was needed if you build without modules (as I do on some of my SPARCs)... this change was made in 2.4.0-test8-pre5... drivers/scsi/scsidrv.o: In function `init_sr': drivers/scsi/scsidrv.o(.text+0x1ece8):

Re: [PATCH] sr.c 2.4.0-test8-pre5 breakage

2000-09-06 Thread Joshua Uziel
* Jens Axboe [EMAIL PROTECTED] [000906 06:32]: On Wed, Sep 06 2000, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 06, 2000 at 02:42:02AM -0700, Joshua Uziel escreveu: Heya acme... seems you fixed the sr.c driver a bit too much and killed an #ifdef MODULE that was needed if you build