From owner-freebsd-current@FreeBSD.ORG Wed Dec 18 05:22:50 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEF88A8E; Wed, 18 Dec 2013 05:22:50 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5ADF9146F; Wed, 18 Dec 2013 05:22:49 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rBI5MmF6060568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Dec 2013 09:22:48 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rBI5Mm88060567; Wed, 18 Dec 2013 09:22:48 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 18 Dec 2013 09:22:48 +0400 From: Gleb Smirnoff To: Mark Martinec Subject: Re: 10-RC unable to build kernel without INET (i.e. IPv6-only) Message-ID: <20131218052248.GC29088@FreeBSD.org> References: <201312172013.20436.Mark.Martinec+freebsd@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201312172013.20436.Mark.Martinec+freebsd@ijs.si> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-net@freebsd.org, freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 18 Dec 2013 05:22:50 -0000 Mark, On Tue, Dec 17, 2013 at 08:13:20PM +0100, Mark Martinec wrote: M> Under 9.2 the following could be used to build an IPv6-only kernel: M> M> /sys/amd64/conf/TEST : M> M> include GENERIC M> makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" M> nooptions INET M> M> M> Now with stable/10 the: M> M> make buildkernel KERNCONF=TEST Just fixed that in stable/10. I expect we will merge the patch to release branch as well. -- Totus tuus, Glebius.