Date: Fri, 1 Feb 2002 19:58:42 -0500 From: Brian T.Schellenberger <bts@babbleon.org> To: Doug Poland <doug@polands.org> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make buildkernel KERNCONF=MYKERNEL error Message-ID: <20020202005842.7139A406A@i8k.babbleon.org> In-Reply-To: <20020201185209.A23402@polands.org> References: <20020201185209.A23402@polands.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020202005842.7139A406A>