From owner-freebsd-questions@FreeBSD.ORG Mon Sep 12 02:33:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 759B216A41F for ; Mon, 12 Sep 2005 02:33:45 +0000 (GMT) (envelope-from epf1@cec.wustl.edu) Received: from express.cec.wustl.edu (express.cec.wustl.edu [128.252.21.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F24343D46 for ; Mon, 12 Sep 2005 02:33:44 +0000 (GMT) (envelope-from epf1@cec.wustl.edu) Received: from clarion.cec.wustl.edu (clarion.cec.wustl.edu [128.252.21.3]) by express.cec.wustl.edu (8.12.5/8.12.5) with ESMTP id j8C2XhO9013653 for ; Sun, 11 Sep 2005 21:33:44 -0500 (CDT) Received: from 16-1.int.cec.wustl.edu ([172.16.16.1]) (SquirrelMail authenticated user epf1) by clarion.cec.wustl.edu with HTTP; Sun, 11 Sep 2005 21:33:40 -0500 (CDT) Message-ID: <2429.172.16.16.1.1126492420.squirrel@clarion.cec.wustl.edu> Date: Sun, 11 Sep 2005 21:33:40 -0500 (CDT) From: epf1@cec.wustl.edu To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Can't run "make buildworld" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 02:33:46 -0000 Hi All, So I have an odd problem with a FreeBSD box of mine. It's a 6.0 Beta3 box upgraded from 5.4 and it can't seem to run "make buildworld" and only "make buildworld". I can run \ "make cleandir" & "make cleanworld" & even "make kernel". I can build other things from the ports tree as well. When I run "make buildworld" there is no output returned to the screen, I have even left "building" overnight & got nothing, no errors at all. The system does create the following path: /usr/obj/usr/src/tools/build/make_check but that is all the activity I can tell has happened. The system is running FreeBSD 6.0-BETA3 #0 and was compiled on Mon Aug 29th. The system has been cvsup'ed since then. Any ideas or suggestions on where to start troubleshooting this would be appreciated. Thank you! -Will