From owner-freebsd-stable@freebsd.org Mon Jul 18 08:11:33 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 AB8B0B9BE65 for ; Mon, 18 Jul 2016 08:11:33 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 745801F27 for ; Mon, 18 Jul 2016 08:11:33 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1bP3e9-0000jj-7D for freebsd-stable@freebsd.org; Mon, 18 Jul 2016 10:11:25 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: Building "extra" kernels in stable/11...? References: <20160716134746.GN1261@albert.catwhisker.org> <86mvlh7fjs.wl-herbert@mailbox.org> <20160716205647.GW1261@albert.catwhisker.org> Date: Mon, 18 Jul 2016 10:11:24 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <20160716205647.GW1261@albert.catwhisker.org> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: dfea3049d3b923820beb462d65569822 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: Mon, 18 Jul 2016 08:11:33 -0000 On Sat, 16 Jul 2016 22:56:47 +0200, David Wolfskill wrote: > On Sat, Jul 16, 2016 at 05:45:11PM +0200, Herbert J. Skuhra wrote: >> .... >> Well, I cannot reproduce this issue on my stable/11 machine. >> .... > > For good reason. It turns out that I was so *sure* I had my kernel > config files (for ALBERT & BATS) in place thta I didn't even check to > verify that. > > And when I did: > > freebeast(11.0)[1] ls -lT /usr/src/sys/amd64/conf/{GENERIC,ALBERT,BATS} > ls: /usr/src/sys/amd64/conf/ALBERT: No such file or directory > ls: /usr/src/sys/amd64/conf/BATS: No such file or directory > -rw-r--r-- 1 david wheel 14315 Jul 8 04:00:47 2016 > /usr/src/sys/amd64/conf/GENERIC > freebeast(11.0)[2] cd > > Oops. :-( sorry for the noise. > > Once I corrected that & re-tested... well, GENERIC built; ALBERT > is building as I type.... > > Thanks for the reality check! :-} > > Peace, > david Coincidentally there was just a fix committed about this last week. https://svnweb.freebsd.org/base/head/Makefile.inc1?view=log&pathrev=302865 Regards, Ronald.