From owner-freebsd-questions@FreeBSD.ORG Tue Dec 27 08:41:10 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 32C2716A41F for ; Tue, 27 Dec 2005 08:41:10 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6AE343D49 for ; Tue, 27 Dec 2005 08:41:09 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id CC6524B1C6; Tue, 27 Dec 2005 09:49:15 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id C0A2D5285C; Tue, 27 Dec 2005 09:39:09 +0100 (CET) Message-ID: <43B0FE17.9010308@spray.se> Date: Tue, 27 Dec 2005 09:40:55 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Doug Hardie References: <03683319-0CC1-4367-BCBC-29D0D4B97D41@lafn.org> In-Reply-To: <03683319-0CC1-4367-BCBC-29D0D4B97D41@lafn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: 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: Tue, 27 Dec 2005 08:41:10 -0000 Doug Hardie schrieb: > I am upgrading a server to 6.0 and encountered an error in make > buildworld. However, I don't know what the error was as I piped stdout > to a file, but not stderr. It was fairly near the end so I really hate > to restart from the beginning again. The master server is a fairly > slow machine. When something like this happens, is there a way to > restart the make where it died? Is there an easy way to build the > specific module that failed to get the complete errors? In this case > the module was /usr/libexec/telnet. I went to /usr/src/ libexec/telnet > and did a make. It completed without any problems. So, I ended up > restarting the make from the top again, but would like to know for > future situations. Thanks. Try "make -DNO_CLEAN buildworld" next time. This prevents the build script from deleting object files in /usr/obj. Regards Björn