cross-compiler madness!

2002-03-10 Thread B. Douglas Hilton
I may have just scored on a used netwinder box. If so this brings my Debian GNU Zoo up to this: (current) alphatron: Debian Linux 2.0 ( laptop Compaq Contura 4/25c ) - The original! [gave to wife] pavilion: Debian Linux 2.1 ( HP Pavilion 8250 ) - Waaay faster than alphatron. [on loan to wife]

Re: Debian GNU/Hurd and Debian GNU/*BSD

2002-03-10 Thread Raphael Hertzog
Hi, Le Sat, Mar 09, 2002 at 03:03:46PM +0100, Robert Millan écrivait: What is your personal opinion on those ports? I'm in favor of those ports, and as such I'm willing to make the required changes. However I'm not sure they can get done for woody+1 considering that we are targetting on a

Re: oskit-mach debugging log

2002-03-10 Thread Roland McGrath
In reference to compiling oskit / oskit-mach Should I perhaps use gcc-3.0 ?? Disable optimization ? I would not recommend either of those, especially for the oskit. It's not unlikely that the linux driver code in the oskit won't compile properly if you try either one of these. The proven

New oskit-mach debugging log - failed assertion 'port-ip_srights 0'

2002-03-10 Thread B. Douglas Hilton
Ok, I improved my debugging report. This time, I just loaded the debugger and hit c to let it run. It always crashed in oskit-mach/ipc/ipc_port.c at line 1126 in function ipc_port_release_send(). Through the use of breakpoints, I found that it fails the *third* time it runs through this function,

Re: New oskit-mach debugging log - failed assertion 'port-ip_srights 0'

2002-03-10 Thread Marcus Brinkmann
On Sun, Mar 10, 2002 at 09:43:27PM -0500, B. Douglas Hilton wrote: Through the use of breakpoints, I found that it fails the *third* time it runs through this function, when it attempts to execute: 1126 assert(port-ip_srights 0); Ok, so there is a bug in the boot script cleanup

Re: New oskit-mach debugging log - failed assertion 'port-ip_srights 0'

2002-03-10 Thread B. Douglas Hilton
Hi, mission accomplished. ${root} and $(task-create) are NULL. I don't fully understand how this works, so the ball is in your court. Marcus Brinkmann wrote: Ok, so there is a bug in the boot script cleanup handler. It should probably be more helpful. ;) module 0: /hurd/ext2fs.static

Re: New oskit-mach debugging log - failed assertion 'port-ip_srights 0'

2002-03-10 Thread B. Douglas Hilton
Aha, I have found some discrepancies. My module lines are from Neil's web page: http://web.walfield.org/papers/hurd-installation-guide/english/hurd-install-guide.html#SEC5 Wherein he says: Next, the root file system server and the |exec| server must be loaded. This is done using Grub's boot