From owner-freebsd-stable@freebsd.org Fri Jan 29 18:09:03 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 F1770A71861 for ; Fri, 29 Jan 2016 18:09:03 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (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 B8F111D0F for ; Fri, 29 Jan 2016 18:09:03 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aPDTh-000AQs-9O; Fri, 29 Jan 2016 18:09:01 +0000 Date: Fri, 29 Jan 2016 18:09:01 +0000 From: John To: freebsd-stable@freebsd.org Cc: David Wolfskill , GlenBarber@potato.growveg.org Message-ID: <20160129180901.GC92493@potato.growveg.org> Reply-To: freebsd-stable@freebsd.org Mail-Followup-To: freebsd-stable@freebsd.org, David Wolfskill , GlenBarber@potato.growveg.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: john X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 18:09:04 -0000 Bcc: Subject: Re: make clean failure on 10-stable amd64 Reply-To: john@potato.growveg.org In-Reply-To: <20160129174514.GJ1163@albert.catwhisker.org> On Fri, Jan 29, 2016 at 09:45:14AM -0800, David Wolfskill wrote: >On Fri, Jan 29, 2016 at 05:40:05PM +0000, John wrote: >> Hi, >> >> I get the following error in /usr/src when trying to upgrade my system. >> In part of this process, I usually run make clean in /usr/src then go >> on to running buildworld. >> >> The installed system is 10.3-PRERELEASE #0 r294087 >> The sources I'm building from is 295045 >> .... > >You'll probably want to follow-up, specifying: > >* Contents (if any) of /etc/src.conf >* Contents (if any) of /etc/make.conf >* The full path of the "make" executable you're using. root@potato:/usr/src # less /etc/make.conf MAKE_JOBS_NUMBER=6 #WITH_CCACHE_BUILD=yes root@potato:/usr/src # less /etc/src.conf /etc/src.conf: No such file or directory root@potato:/usr/src # root@potato:/usr/src # which make /usr/bin/make root@potato:/usr/src # make -V MAKE_VERSION 20151220 root@potato:/usr/src # thanks, -- John