From owner-freebsd-questions Tue Oct 20 20:06:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07916 for freebsd-questions-outgoing; Tue, 20 Oct 1998 20:06:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eyry.econ.iastate.edu (eyry.econ.iastate.edu [129.186.32.221]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07909 for ; Tue, 20 Oct 1998 20:06:27 -0700 (PDT) (envelope-from hawk@eyry.econ.iastate.edu) Received: from eyry.econ.iastate.edu (loopback [127.0.0.1]) by eyry.econ.iastate.edu (8.9.1/8.9.1) with ESMTP id XAA02122 for ; Tue, 20 Oct 1998 23:39:44 -0500 (CDT) (envelope-from hawk@eyry.econ.iastate.edu) Message-Id: <199810210439.XAA02122@eyry.econ.iastate.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: questions@FreeBSD.ORG Subject: somethign broken on kernel compiling Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Oct 1998 23:39:43 -0500 From: hawk Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed 3.0 without any serious problem other than a couple of reboots convinced that something was wrong when it took a couple of minutes to do the DNS lookup. I then managed to make a new kernel with ext2fs support so that I can get at important things, like everything :) Having succeded, and having succssfully mounted the ext2fs partitions in my extended partition, I started moving things around in the file system. /home is an extended ext2fs partition. /usr/local is another, and /usr/src After moving the contents into these directories, however, I can no longer compile the kernel. I've make clean'd, deleted the source and installed again, but I can't make it work again. Even trying just the GENERIC kernel gives problems. All goes well until eyry# make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../i386/i386/genassym.c cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h genassym.o -o genassym ./genassym >assym.s Segmentation fault *** Error code 139 I'm stumped. rick -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message