From owner-freebsd-stable@freebsd.org Sat Aug 27 11:20:45 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38119B76E55 for ; Sat, 27 Aug 2016 11:20:45 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: from mail.xtaz.uk (tao.xtaz.uk [IPv6:2001:8b0:fe33::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 047A5135; Sat, 27 Aug 2016 11:20:44 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: by mail.xtaz.uk (Postfix, from userid 1001) id 68EB6209B035; Sat, 27 Aug 2016 12:20:41 +0100 (BST) Date: Sat, 27 Aug 2016 12:20:41 +0100 From: Matt Smith To: Bryan Drewery , freebsd-stable@freebsd.org Subject: Re: Error compiling stable/11 from stable/10 Message-ID: <20160827112041.GC17937@xtaz.uk> Mail-Followup-To: Matt Smith , Bryan Drewery , freebsd-stable@freebsd.org References: <20160826133834.GA17937@xtaz.uk> <453dcc9a-10ef-86f8-a255-dbc44517fa55@FreeBSD.org> <20160827075651.GB17937@xtaz.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20160827075651.GB17937@xtaz.uk> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2016 11:20:45 -0000 On Aug 27 08:56, Matt Smith wrote: >I have not been running this build within script(1) though I am afraid >so I don't have a copy of the whole build. I might stop the build and >reenable all of the options again, but this time with a completely >empty ccache. I just tried this, and it bombed out again. This time I have a full build log which you can find at https://xtaz.uk/temp/build.log This was with all of those commented out options in make.conf and src.conf from my last email uncommented once again, but with a completely clean ccache. This time I'm trying another build but with ccache commented out, but the three src.conf options still enabled. Luckily when it bombs out it bombs out within an hour or so. Whereas last night with both the src.conf and make.conf options commented out it was still compiling stuff after 14 hours, so I assume that made it past that point. Although I'm still shocked why it was still going after 14 hours when it completed the process within 5 hours on 10.x. I'll let you know how this build goes with the current settings. -- Matt