From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 23:46:59 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 05D2316A4CF for ; Sun, 9 Nov 2003 23:46:59 -0800 (PST) Received: from e4500a.callatg.com (e4500a.atgi.net [216.174.194.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 4407743FA3 for ; Sun, 9 Nov 2003 23:46:58 -0800 (PST) (envelope-from jason_watkins@pobox.com) Received: (qmail 8525 invoked from network); 10 Nov 2003 07:46:55 -0000 Received: from unknown (HELO boondocks) (64.42.111.66) by e4500a.atgi.net with SMTP; 10 Nov 2003 07:46:55 -0000 Message-ID: <000701c3a75e$e156c370$426f2a40@boondocks> From: "jason watkins" To: Date: Sun, 9 Nov 2003 23:47:24 -0800 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: at my wit's end on buildworld 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: Mon, 10 Nov 2003 07:46:59 -0000 Well, I'm still having problems with buildworld on releng 4.9. My original problem was that make would fail on entering sendmail with a "don't know how to make" error. I removed /usr/src/* and /usr/sup/src-all/* and resynced with a different cvs server, and still had the same problem. So I edited make.conf to not build sendmail, since I don't need it. Now the build hangs with: gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz ===> etc Make appears to exit silently shortly after writing that output. I've tried additional resyncs, and I do remove the concents of /usr/obj/* before each build. I've seen another couple recent posts where clearing obj fixed a similar problem, but it hasn't worked for me. So, I'm at a loss. What do I do next? jason watkins