Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 21:16:48 -0800 (PST)
From:      Annelise Anderson <andrsn@andrsn.stanford.edu>
To:        Selvam <selvam@bernama.com>
Cc:        Freebsd <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Kernel Compile Error
Message-ID:  <Pine.BSF.4.10.10203212114380.75874-100000@andrsn.stanford.edu>
In-Reply-To: <EOEHJJODFIMKFOCMNABIKEFPHDAA.selvam@bernama.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10203212114380.75874-100000>