From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 04:45:12 2004 Return-Path: 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 0854016A4CE for ; Sat, 19 Jun 2004 04:45:12 +0000 (GMT) Received: from smtp11.singnet.com.sg (smtp11.singnet.com.sg [165.21.6.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E3D43D1F for ; Sat, 19 Jun 2004 04:45:08 +0000 (GMT) (envelope-from john@allservers.net) Received: from astral (bb-203-125-28-192.singnet.com.sg [203.125.28.192]) by smtp11.singnet.com.sg (8.12.11/8.12.11) with SMTP id i5J4j1lm017891 for ; Sat, 19 Jun 2004 12:45:01 +0800 Message-ID: <03be01c455b8$361e8610$fa10fea9@astral> From: "John Lee" To: Date: Sat, 19 Jun 2004 12:45:13 +0800 Organization: AllServers SG 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.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: make world problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Lee List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 04:45:12 -0000 Dear All, I installed a clean 4.10-RC2 and CVSUP to the latest, while makeing world, I encountered this error and tried a few times but same error. Please advise. I'm using a P4 2.8Ghz 1U server system. >>> 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 -DNO_WERROR bootstrap-tools echo "===> usr.bin/yacc"; cd /usr/src/usr.bin/yacc; make DIRPRFX=usr.bin/yacc/ obj; make DIRPRFX=usr.bin/yacc/ depend; make DIRPRFX=usr.bin/yacc/ all; make DIRPRFX=usr.bin/yacc/ DESTDIR=/usr/obj/usr/src/i386 install ===> usr.bin/yacc 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.