From owner-freebsd-stable Fri Feb 1 16:52:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 8DAEE37B400 for ; Fri, 1 Feb 2002 16:52:10 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.voyager.net [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g120q9581021 for ; Fri, 1 Feb 2002 18:52:10 -0600 (CST) Received: (from dpoland@localhost) by shell.core.com (8.11.6/8.11.6/1.3) id g120q9P23593 for freebsd-stable@freebsd.org; Fri, 1 Feb 2002 18:52:09 -0600 (CST) Date: Fri, 1 Feb 2002 18:52:09 -0600 From: Doug Poland To: freebsd-stable@freebsd.org Subject: make buildkernel KERNCONF=MYKERNEL error Message-ID: <20020201185209.A23402@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I need help making sense of this output from a make (see subject): perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src ./aicasm -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/cam/scsi -I/usr/src/sys/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h /usr/ src/sys/dev/aic7xxx/aic7xxx.seq ./aicasm: 866 instructions used perl5 /usr/src/sys/kern/makeops.pl -c /usr/src/sys/kern/device_if.m perl5 /usr/src/sys/kern/makeops.pl -h /usr/src/sys/kern/device_if.m perl5 /usr/src/sys/kern/makeops.pl -c /usr/src/sys/kern/bus_if.m perl5 /usr/src/sys/kern/makeops.pl -h /usr/src/sys/kern/bus_if.m perl5 /usr/src/sys/kern/makeops.pl -c /usr/src/sys/dev/mii/miibus_if.m perl5 /usr/src/sys/kern/makeops.pl -h /usr/src/sys/dev/mii/miibus_if.m perl5 /usr/src/sys/kern/makeops.pl -c /usr/src/sys/dev/ppbus/ppbus_if.m perl5 /usr/src/sys/kern/makeops.pl -h /usr/src/sys/dev/ppbus/ppbus_if.m perl5 /usr/src/sys/kern/makeops.pl -c /usr/src/sys/pci/pci_if.m perl5 /usr/src/sys/kern/makeops.pl -h /usr/src/sys/pci/pci_if.m perl5 /usr/src/sys/kern/makeops.pl -c /usr/src/sys/isa/isa_if.m perl5 /usr/src/sys/kern/makeops.pl -h /usr/src/sys/isa/isa_if.m perl5 /usr/src/sys/kern/makeobjops.pl -c /usr/src/sys/libkern/iconv_converter_if.m perl5 /usr/src/sys/kern/makeobjops.pl -h /usr/src/sys/libkern/iconv_converter_if.m make: don't know how to make /usr/src/sys/crypto/des/des_ecb.c. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. At around noon today I did a completely fresh cvsupd, The buildworld worked without error. Can someone tell me what's going wrong here and how I can debug these situations in the future? Many TIA, -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message