From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 08:35:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEA1910656A5 for ; Sat, 1 Jan 2011 08:35:23 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from dionisos.otenet.gr (dionisos.otenet.gr [83.235.67.28]) by mx1.freebsd.org (Postfix) with ESMTP id 36D628FC16 for ; Sat, 1 Jan 2011 08:35:22 +0000 (UTC) Received: from pulstar.local (ppp-94-69-83-234.home.otenet.gr [94.69.83.234]) by dionisos.otenet.gr (8.13.8/8.13.8) with ESMTP id p018ZIEj029766; Sat, 1 Jan 2011 10:35:21 +0200 Message-ID: <4D1EE746.7000001@otenet.gr> Date: Sat, 01 Jan 2011 10:35:18 +0200 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Mike References: <4D1EDDA2.9020507@gmail.com> In-Reply-To: <4D1EDDA2.9020507@gmail.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld errors 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: Sat, 01 Jan 2011 08:35:23 -0000 On 01/01/2011 9:54 ?.?., Mike wrote: > > Trying to buildworld but it keeps failing. I finally deleted /usr/src > and recopyed from a cd then cvsup using standard-supfile. Tried > limiting how much ram freebsd uses and only using one stick of ram. > All attempts have failed at the same place. Would using the GENERIC > kernel make a difference? > You shouldn't have any trouble building world using a custom kernel. Try rm -rf /usr/obj/* before starting the build. This usually solves th