From owner-freebsd-current@FreeBSD.ORG Wed Dec 24 14:41:02 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 581DE381 for ; Wed, 24 Dec 2014 14:41:02 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A1CDC1D03 for ; Wed, 24 Dec 2014 14:41:01 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 6de46da4; for ; Wed, 24 Dec 2014 15:40:56 +0100 (CET) Date: Wed, 24 Dec 2014 15:40:56 +0100 From: "Herbert J. Skuhra" To: FreeBSD Current Subject: Re: Buildworld fails due to WITHOUT_CRYPT (3 issues) Message-ID: <20141224144056.GC94416@oslo.ath.cx> References: <20141224114504.73165f6a@rsbsd.rsb> <20141224124309.79f9b8fa@rsbsd.rsb> <20141224144757.4916f2c5@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141224144757.4916f2c5@rsbsd.rsb> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Dec 2014 14:41:02 -0000 On Wed, Dec 24, 2014 at 02:47:57PM +0200, Beeblebrox wrote: > I patched Herbert's code, deleted the entire partial world and have > WITHOUT_CRYPT, WITHOUT_BSNMP in src.conf. Too many parts require openssl (libfetch, bsdinstall/distfetch?, pkg, dma, etc.) some of them can be disabled with knobs but others require some hacking. -- Herbert