From: William S. <wst...@po...> - 2000-08-02 21:10:54
|
On Wed, 2 Aug 2000, Jeff Dike wrote: > wst...@po... said: > > I can't even get the test kernel built before you've found and fixed > > the problem! > > I take it that fixed the bug? > > I wasn't sure because I couldn't get a crash the way you did, and when I did, > the panic wasn't where it was for you. No idea whether that fixes it; both a version patched with the stock sourceforge patch and one overlaid with the cvs tree failt to compile with the following error. gcc -D__KERNEL__ -I/usr/src/linux-2.4.0/include -Wall -Wstrict-prototypes -O2 -g -U__i386__ -Ui386 -D__arch_um__ -DSUBARCH="i386" -DNESTING=0 -fno-strict-aliasing - I../include -c -o syscall_kern.o syscall_kern.c gcc -D__KERNEL__ -D__KERNEL__ -Wall -Wstrict-prototypes -O2 -g -U__i386__ -Ui386 -D__arch_um__ -DSUBARCH="i386" -DNESTING=0 -fno-strict-aliasing -I../include -I../include -c -o syscall_user.o syscall_user.c In file included from syscall_user.c:23: /usr/include/asm/unistd.h:14: conflicting types for `open' /usr/include/fcntl.h:68: previous declaration of `open' /usr/include/asm/unistd.h:21: conflicting types for `dup' /usr/include/unistd.h:437: previous declaration of `dup' /usr/include/asm/unistd.h:37: conflicting types for `waitpid' /usr/include/sys/wait.h:132: previous declaration of `waitpid' syscall_kern.c: In function `um_mount': syscall_kern.c:25: warning: implicit declaration of function `sys_mount' make[1]: *** [syscall_user.o] Error 1 make[1]: *** Waiting for unfinished jobs.... syscall_kern.c: In function `old_select': syscall_kern.c:191: warning: implicit declaration of function `sys_select' make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/usr/src/linux-2.4.0/arch/um/kernel' make: *** [_dir_/usr/src/linux-2.4.0/arch/um/kernel] Error 2 I'll strip the configuration back to a standard uml setup and try again (I had added a few of the filesystem choices). Cheers, - Bill --------------------------------------------------------------------------- "Windows 95 will now attempt to blow chunks across your primary partition. Press any key to continue..." (Courtesy of "Eric Princen" <epr...@ma...>) -------------------------------------------------------------------------- William Stearns (wst...@po...). Mason, Buildkernel, named2hosts, and ipfwadm2ipchains are at: http://www.pobox.com/~wstearns LinuxMonth; articles for Linux Enthusiasts! http://www.linuxmonth.com -------------------------------------------------------------------------- |