From owner-freebsd-questions@FreeBSD.ORG Mon Nov 10 04:07:30 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 F216916A4CF for ; Mon, 10 Nov 2003 04:07:30 -0800 (PST) Received: from falcon.midgard.homeip.net (h76n3fls24o1048.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id BE30743FE5 for ; Mon, 10 Nov 2003 04:07:28 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 13849 invoked by uid 1001); 10 Nov 2003 12:07:26 -0000 Date: Mon, 10 Nov 2003 13:07:26 +0100 From: Erik Trulsson To: jason watkins Message-ID: <20031110120726.GA13832@falcon.midgard.homeip.net> Mail-Followup-To: jason watkins , freebsd-questions@freebsd.org References: <000701c3a75e$e156c370$426f2a40@boondocks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000701c3a75e$e156c370$426f2a40@boondocks> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: 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 12:07:31 -0000 On Sun, Nov 09, 2003 at 11:47:24PM -0800, jason watkins wrote: > 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. As it should. The only things that should come after that are some sendmail related stuff, which you apparently told it not to build. If you have 'NO_SENDMAIL=true' in /etc/make.conf then the above is the last thing that builworld should output, and means it is finished. > 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? Your next step should be to build and install a kernel, and then install the world. -- Erik Trulsson ertr1013@student.uu.se