From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 19:04:44 2003 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 8242937B401 for ; Mon, 18 Aug 2003 19:04:44 -0700 (PDT) Received: from remt20.cluster1.charter.net (remt20.cluster1.charter.net [209.225.8.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA1943F75 for ; Mon, 18 Aug 2003 19:04:43 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt20.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 126782618 for freebsd-questions@freebsd.org; Mon, 18 Aug 2003 22:04:42 -0400 From: "Charles Howse" To: Date: Mon, 18 Aug 2003 21:04:32 -0500 Message-ID: <019901c365f6$3ba89510$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Make buildworld failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2003 02:04:44 -0000 Hi, I've done a fresh install, with ports, cvsup'ed the source, ports and docs. I've copied /etc/defaults/make.conf to /etc/make.conf and edited it according to directions. I have no files in /usr/obj to remove. I cd to /usr/src and do make -j4 buildworld It fails after 1 or 2 seconds. I don't have a way to copy the script file I started to Windows to show it to you, but it ends with: can't cd to /usr/src/usr.bin/yacc Error Code 2 1 Error (2 more repititions of theses lines) What have I done wrong? Thanks, Charles