From owner-freebsd-questions@FreeBSD.ORG Tue Sep 13 14:26:35 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 E83C316A41F for ; Tue, 13 Sep 2005 14:26:35 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9921B43D4C for ; Tue, 13 Sep 2005 14:26:35 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 18098 invoked from network); 13 Sep 2005 14:26:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Sep 2005 14:26:34 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 73D6EE5; Tue, 13 Sep 2005 10:26:34 -0400 (EDT) Sender: lowell@be-well.ilk.org To: epf1@cec.wustl.edu References: <2429.172.16.16.1.1126492420.squirrel@clarion.cec.wustl.edu> From: Lowell Gilbert Date: 13 Sep 2005 10:26:34 -0400 In-Reply-To: <2429.172.16.16.1.1126492420.squirrel@clarion.cec.wustl.edu> Message-ID: <44hdcpavs5.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Can't run "make buildworld" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 14:26:36 -0000 epf1@cec.wustl.edu writes: > 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. Pretty odd, indeed. Try truss and ptrace, for a start. And look at top to see what's happening from a wider perspective.