From owner-freebsd-smp Fri Apr 18 03:50:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA23977 for smp-outgoing; Fri, 18 Apr 1997 03:50:01 -0700 (PDT) Received: from ceylon.informatik.uni-rostock.de (ceylon.informatik.uni-rostock.de [139.30.5.237]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA23951 for ; Fri, 18 Apr 1997 03:49:57 -0700 (PDT) Received: from donau.informatik.uni-rostock.de (donau [139.30.7.135]) by ceylon.informatik.uni-rostock.de (8.8.5/8.8.5/relay2.1) with ESMTP id MAA16221 for ; Fri, 18 Apr 1997 12:49:47 +0200 Received: (from gunther@localhost) by donau.informatik.uni-rostock.de (8.8.5/8.8.5/fin1.16) id MAA04095 for smp@FreeBSD.org; Fri, 18 Apr 1997 12:49:45 +0200 (MET DST) Date: Fri, 18 Apr 1997 12:49:45 +0200 (MET DST) From: Gunther Hipper Message-Id: <199704181049.MAA04095@donau.informatik.uni-rostock.de> To: smp@FreeBSD.org Subject: Since last sup on April 18th an error in make depend Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-MD5: eYdse0dtFBNLK6DY2em4dw== Sender: owner-smp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi ! I'm back again. Yesterday, i successfully compiled and ran the SMP-kernel on a diskless GA-586DX Board with 2 P150 CPUs. Today, i installed a completely new machine on a local EIDE drive (to test the EIDE support, i had some problems yesterday to mount the /dev/wd0a and broke my filesystem..) So, i supped the today in the morning the latest SMP-sys-tree with a: src-sys release=smp host=cvsup.freebsd.org hostbase=/home base=/usr prefix=/usr/sup/cvssmp delete old use-rel-suffix Then, I copied my old SMPFCNA.3 to /usr/src/sys/i386/conf and did a /usr/sbin/config SMPFCNA.3. Config is okay, switch to /usr/src/sys/compile/SMPFCNA.3. make depend and now i got the following error: fcna1:{root} /usr/src/sys-SMP.970418/compile/SMPFCNA.2 [228] make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c In file included from ../../i386/i386/genassym.c:71: ../../nfs/nfsdiskless.h:68: field `swap_args' has incomplete type ../../nfs/nfsdiskless.h:75: field `root_args' has incomplete type ../../nfs/nfsdiskless.h:87: field `swap_args' has incomplete type ../../nfs/nfsdiskless.h:93: field `root_args' has incomplete type ../../i386/i386/genassym.c: In function `main': ../../i386/i386/genassym.c:119: `UMAXPTDI' undeclared (first use this function) ../../i386/i386/genassym.c:119: (Each undeclared identifier is reported only once ../../i386/i386/genassym.c:119: for each function it appears in.) ../../i386/i386/genassym.c:119: `UMAXPTEOFF' undeclared (first use this function) *** Error code 1 Stop. I looked for the error, but did'nt find anything yet (e.g. uncommented options NFS). Is this my mistake ? Bye Gunther