From owner-freebsd-stable Fri Feb 1 17:18:19 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 7313B37B66D for ; Fri, 1 Feb 2002 17:17:19 -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 g121HH589839; Fri, 1 Feb 2002 19:17:17 -0600 (CST) Received: (from dpoland@localhost) by shell.core.com (8.11.6/8.11.6/1.3) id g121HGE24954; Fri, 1 Feb 2002 19:17:16 -0600 (CST) Date: Fri, 1 Feb 2002 19:17:16 -0600 From: Doug Poland To: "Brian T.Schellenberger" Cc: Doug Poland , freebsd-stable@FreeBSD.ORG Subject: Re: make buildkernel KERNCONF=MYKERNEL error Message-ID: <20020201191716.A23998@polands.org> References: <20020201185209.A23402@polands.org> <20020202005842.7139A406A@i8k.babbleon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020202005842.7139A406A@i8k.babbleon.org>; from bts@babbleon.org on Fri, Feb 01, 2002 at 07:58:42PM -0500 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 On Fri, Feb 01, 2002 at 07:58:42PM -0500, Brian T.Schellenberger wrote: > On Friday 01 February 2002 07:52 pm, you wrote: > > looks like you didn't get all of the source, or something's in an > inconsistent state. > > The message is telling you that the make requires a c file that isn't there > already, and it doesn't have directions for creating it. > > Typically (though not always), a .c is original source and it's supposed to > be in place already, not to be generated by Make. > Since I've already done a make buildworld, can I just cvsupd again and redo the make buildkernel or do I have to start over again and do another buildworld? -- Regards, Doug > > 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, > > -- > Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) > Brian, the man from Babble-On . . . . bts@babbleon.org (personal) > ME --> http://www.babbleon.org > http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message