From owner-freebsd-questions Thu Mar 21 21:17: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id B60DF37B417 for ; Thu, 21 Mar 2002 21:16:51 -0800 (PST) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g2M5Gmg75908; Thu, 21 Mar 2002 21:16:48 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Date: Thu, 21 Mar 2002 21:16:48 -0800 (PST) From: Annelise Anderson To: Selvam Cc: Freebsd Subject: Re: Kernel Compile Error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 22 Mar 2002, Selvam wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi there, > > I was tryring to rebuild kernel from 4.4 to 4.5 after doing cvsup and > it stopped > and output an error like below :- > > - -------------------------------------------------------------- > >>> stage 1: bootstrap tools > - -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR= > INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1 > - -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE > - -DNOSHARED bootstrap-tools > cd /usr/src/games/fortune/strfile; make obj; make depend; make > all; make DESTDIR=/usr/obj/usr/src/i386 install > /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for > /usr/src/games/fortune/strfile > rm -f .depend > mkdep -f .depend -a /usr/src/games/fortune/strfile/strfile.c > cd /usr/src/games/fortune/strfile; make _EXTRADEPEND > echo strfile: /usr/lib/libc.a >> .depend > cc -O -pipe -Wall -c /usr/src/games/fortune/strfile/strfile.c > cc: installation problem, cannot exec `cc1': No such file or > directory > *** Error code 1 > > Stop in /usr/src/games/fortune/strfile. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > - -- > Has anyone came across this problem and solved it, please drop me a > line. TQ > Your help is much appreciated > > Selvam This isn't a kernel compile error; it's a buildworld error. You're trying to make buildworld (or make world) and the sources for fortune aren't installed. Maybe only kernel source is installed? Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message