From owner-freebsd-current@FreeBSD.ORG Sun Apr 28 02:42:26 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0B09C994; Sun, 28 Apr 2013 02:42:26 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-x232.google.com (mail-pb0-x232.google.com [IPv6:2607:f8b0:400e:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id D48E614E2; Sun, 28 Apr 2013 02:42:25 +0000 (UTC) Received: by mail-pb0-f50.google.com with SMTP id um15so1544258pbc.9 for ; Sat, 27 Apr 2013 19:42:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=wjbY0n6aaQlo3ocgMdoacFm6z2y3GY6RecuQCF1qrgI=; b=DO9XToNWtf2m4EDvoWODfgDUL7L0c2MpJv/hL9SCZyZ+WeXttQJqEzxXdkN1JcHGgG /YmJJHHrbKyjyPmigRkYIyzAsLCbr1Smn6Xzj0UcVbxeRPXymaFBVijVuhPLRJBnM/Q2 MFXqd5trFFajLYPmVBz5KVGI6EHatzC991tUIdHrK7oIi3z4I3GA/q9y8Jd+dbtUf3b2 GMQpa/dyA+CLcEqWMeDEiMynIyn7DYv6OkSzefavm5XxcVmC0ewvkWRASqa2VN2RlJ8j ffs6QtOZVUN1JVWV+nEKAnd6e/+XWZJAL19KqX9nkhv1r26rfJufjs7D5AqpK9+TAueM juBg== X-Received: by 10.66.148.201 with SMTP id tu9mr25125051pab.56.1367116945316; Sat, 27 Apr 2013 19:42:25 -0700 (PDT) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPSA id l4sm18023491pbo.6.2013.04.27.19.42.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Apr 2013 19:42:24 -0700 (PDT) Message-ID: <517C8C81.408@gmail.com> Date: Sat, 27 Apr 2013 19:42:09 -0700 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130405 Thunderbird/17.0.5 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: buildkernel fails in zlib (all) References: <69F30EA9CDE34DA9B1D3F031D8B404BB@multiplay.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: AN , Steven Hartland , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 02:42:26 -0000 On 04/27/13 19:33, Adrian Chadd wrote: > Do it this time without -j6, so we can see where it failed. > > Another good one is to add | tee buildworld.log to the end of the build command as a matter of course, since you can then search the log if the error was beyond scrollback. AN, if your sources are about 12h old, they are probably failing because of the removal of MAKE_IDEA from some makefiles but not others. If that's the case, update sources and run it again...Buildworld failed for me last night for this reason. Matt