From owner-freebsd-questions Fri Sep 13 22:32:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2613737B400 for ; Fri, 13 Sep 2002 22:32:46 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CD043E42 for ; Fri, 13 Sep 2002 22:32:45 -0700 (PDT) (envelope-from calvinsnet@attbi.com) Received: from ces ([12.229.174.64]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020914053245.TUFV23613.sccrmhc02.attbi.com@ces> for ; Sat, 14 Sep 2002 05:32:45 +0000 Message-ID: <001b01c25bb0$3ac73260$9701a8c0@home> From: "Calvin Smith" To: Subject: Problems with "make world" Date: Fri, 13 Sep 2002 22:33:17 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 I am having problems compiling my kernel using the following steps and after making all of the changes in the kernel text file: cd /usr/src echo "KERNCONF=CSTSGW" >> /etc/make.conf make world I then get the following error: -------------------------------------------------------------- >>> 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/usr.bin/yacc; make obj; make depend; make all; make DESTDIR=/usr/obj/usr/src/i386 install cd: can't cd to /usr/src/usr.bin/yacc *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I am able to compile the kernel by doing the following: /usr/sbin/config -g CSTSGW cd ../../compile CSTSGW make depend make make install I am running 4.6-RELEASE on a pentium 133. I am running a very stripped down kernel, but experience the same problem with the GENERIC kernel. I think I must be missing something simple, but at the moment I can not see it. Any help would be appreciated. Calvin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message