URGENT -- let's solve this permanently (Re: /dev/mouse not found?)

1999-04-03 Thread Adam Di Carlo
Why can't we solve this problem permanently? I'd like to file important bugs against the right packages, but I'm not sure which ones are the right packages: * is it a bug that /dev/mouse is not a symlink to /dev/sunmouse? What would make that link? basefiles or some such? * is it instead a

Re: sparc porting and wanna-build

1999-04-03 Thread Adam Di Carlo
Jules == Jules Bean [EMAIL PROTECTED] writes: Jules How we're coordinating? Ad hoc, is the answer. Christian Jules Meder was doing most of the stuff when I first came along - Jules more recently, Steve Dunham has been doing many of the Jules compiles. Jules I think a wanna-build buildd set-up

Re: 24bits and colors

1999-04-03 Thread Angel Martin Alganza
Hello! I'm recompiling my kernel and want to include sound support... which options do I have to enable for my Sun box? Thanks, Angel ___ Angel Martin Alganza Phone: +34-958-24.32.62 Departamento de GeneticaFax:

Re: kernel-package rules file patch for UltraSparc

1999-04-03 Thread Adam Di Carlo
Steve Dunham [EMAIL PROTECTED] writes: Ok, here is a simple patch to the kernel-package rules file to add UltraSparc support: --- /usr/lib/kernel-package/rules.bak Tue Mar 30 12:50:20 1999 +++ /usr/lib/kernel-package/rules Tue Mar 30 12:55:24 1999 @@ -194,6 +194,9 @@ kimagesrc =

Re: kernel-package rules file patch for UltraSparc

1999-04-03 Thread Steve Dunham
Adam Di Carlo [EMAIL PROTECTED] writes: Steve Dunham [EMAIL PROTECTED] writes: Did all that, but now I get: rm -f kernel.o ld -m elf64_sparc -r -o kernel.o signal.o ksyms.o sched.o dma.o fork.o exec_domain.o panic.o printk.o sys.o module.o exit.o itimer.o info.o time.o softirq.o

Re: kernel-package rules file patch for UltraSparc

1999-04-03 Thread Adam Di Carlo
Steve Dunham [EMAIL PROTECTED] writes: Argh. Forgot about that. Bug in egcs64 package that I fixed locally with a symlink. I'll add this to the egcs64 package if I can't find a better solution. install -d /usr/sparc-linux ln -s ../lib /usr/sparc-linux/lib A bug report should be

Re: kernel-package rules file patch for UltraSparc

1999-04-03 Thread Ben Collins
On Sat, Apr 03, 1999 at 01:09:30PM -0400, Steve Dunham wrote: Ok, a couple of issues here: When we make a proper sparc64 egcs cross compiler, we're supposed to merge it in with the main egcs package. I think Espy is the person to talk to. (The reason I made egcs64 was that special

Re: kernel-package rules file patch for UltraSparc

1999-04-03 Thread Steve Dunham
Adam Di Carlo [EMAIL PROTECTED] writes: Steve Dunham [EMAIL PROTECTED] writes: Argh. Forgot about that. Bug in egcs64 package that I fixed locally with a symlink. I'll add this to the egcs64 package if I can't find a better solution. install -d /usr/sparc-linux ln -s ../lib