From owner-freebsd-stable@freebsd.org Mon Jan 22 12:43:02 2018 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 8CF7BEBF12A for ; Mon, 22 Jan 2018 12:43:02 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E3CE7A595 for ; Mon, 22 Jan 2018 12:43:01 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 9776F20853 for ; Mon, 22 Jan 2018 07:42:59 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Mon, 22 Jan 2018 07:42:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=vGarOgqOmPy5r8N7sdPa+yu8E3++y ygsq86WXipyOHY=; b=gdYy5/iPVBODstIT6r1XbaBB0tAt4phqtOW67evnt+z/n L8VkvWZEa/zYC+wd3vMw8Mgs3QrzMX5rm33T8Tf40MH34i343ikGss3SbKkJ058d jTqECzS0mmASE+vlKPNviUCVeu6IPncWjGJRznDNfN4iKsHdaDMjmBBRnvDOZdV6 hghZhr8oWmKetOgfN8DEfiRfBntqyMdu2oaGBBu5+H6GegnZ9vvwmI2wsZ4kbpdz u3CLnnztOfulZMpfH9BCFXPAlY3mpi+s6Yd26BjxeqcZJpkDF/NxrCRSwYae8Cpk p+qdjjMhfvJABoI/bK+3kny4PgAyXe3B1+OtoC1+Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=vGarOg qOmPy5r8N7sdPa+yu8E3++yygsq86WXipyOHY=; b=kRG+k+71N23JmX31g1jOo/ ssx35w42mKxO+lRMs+CIaUOLCvqJKrh16T1nu47INzt2CAJPtdWAs0cvznwduQTQ jbRZyLJNMBuP14KyMT56Z1vZJ//xUy2GNLKHp6LKEFsQLZ0rCCu71zAUxYKmaCPi 9Gi5v4UPjlpEfOYp7Zz5b8wJe1ML4sHK+cg/0PLeLaq2c4DynBzHgyVfAUTdKhMK W/cMLTXmjij5K3ObIu/EEzsIqWhqw0Dnu3r/B1MQu+TOTcJkMOWpxk2smYlsXZ/T zGYnsE92DbS16ZOBmTpnb/WKWsdFp2uwZ1k63qbKLJB8UMIedRLX6FjdbkeBQoqA == X-ME-Sender: Received: from desktop.parsley.growveg.org (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 3205F246F4 for ; Mon, 22 Jan 2018 07:42:59 -0500 (EST) Subject: Re: why does buildworld fail on stable/11 ? To: freebsd-stable@freebsd.org References: <201801220917.w0M9HnB5002106@sdf.org> From: tech-lists Message-ID: <1440c3d4-ee8b-76a7-6727-d18641da7c2d@zyxst.net> Date: Mon, 22 Jan 2018 12:42:58 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <201801220917.w0M9HnB5002106@sdf.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jan 2018 12:43:02 -0000 On 22/01/2018 09:17, Scott Bennett wrote: > Anyway, I'm stuck. Can someone please tell me what is going wrong and > how to fix it? I'd really like to be able to update my system, not only to > keep it reasonably current, but also to be able to customize a kernel. Thanks > in advance for any suggestions/solutions. Hi, What I'd do is firstly to make things as simple as possible. First do the upgrade simply. Either delete or call make.conf & src.conf something else. Then get a fresh src and ports tree via svnlite. Then do rm -rf /buildwork/ccache.freebsd mkdir /buildwork/ccache.freebsd then [/usr/src #] make cleandir && make clean && make buildworld && make buildkernel && make installkernel && mergemaster -p [make changes if needed] [/usr/src #] make installworld && mergemaster [make more changes if needed] reboot then cd into /usr/src as root, then do yes | make delete-old yes | make delete-old-libs reboot again then re-enable your extra lines in make.conf and src.conf, if you need them. It may be down to something in the ccache dir, I guess. -- J.