From owner-freebsd-hackers@freebsd.org Tue Mar 17 18:47:10 2020 Return-Path: Delivered-To: freebsd-hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D36BD26EF49 for ; Tue, 17 Mar 2020 18:47:10 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48hhwt4Vzsz3yqT for ; Tue, 17 Mar 2020 18:47:10 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 88CD626EF42; Tue, 17 Mar 2020 18:47:10 +0000 (UTC) Delivered-To: hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87EF126EF40 for ; Tue, 17 Mar 2020 18:47:10 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48hhwt2c4nz3yps; Tue, 17 Mar 2020 18:47:10 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 164D12D7D; Tue, 17 Mar 2020 18:47:10 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f181.google.com with SMTP id j4so17787620qkc.11; Tue, 17 Mar 2020 11:47:10 -0700 (PDT) X-Gm-Message-State: ANhLgQ3+JLoQKDdILTnOi8IUcyglRPDTGf+XEIziehhM9oH2ojdTgHWK WS9XzgtUdvIxv2Hp6LvYwhNBfOP5C+2Svi+ekPc= X-Google-Smtp-Source: ADFU+vtu/U5HPvZqrbw9+mWdj6TIMOFVcid7DPcmbrHgGAN7GQ0SeI2zCXlvC0JNNq42PLNNbbZwFkHSGeClWQa/evk= X-Received: by 2002:a37:cc1:: with SMTP id 184mr284047qkm.430.1584470829568; Tue, 17 Mar 2020 11:47:09 -0700 (PDT) MIME-Version: 1.0 References: <20200317164829.GB83983@spindle.one-eyed-alien.net> <202003171814.02HIE2XF098643@gndrsh.dnsmgr.net> <20200317183347.GA37820@troutmask.apl.washington.edu> In-Reply-To: <20200317183347.GA37820@troutmask.apl.washington.edu> From: Kyle Evans Date: Tue, 17 Mar 2020 13:46:57 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: HEADS UP: importing kyua into the base system To: sgk@troutmask.apl.washington.edu Cc: "Rodney W. Grimes" , hackers@freebsd.org, Brooks Davis Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2020 18:47:11 -0000 On Tue, Mar 17, 2020 at 1:34 PM Steve Kargl wrote: > > On Tue, Mar 17, 2020 at 11:14:02AM -0700, Rodney W. Grimes wrote: > > > I'll be importing kyua and it's dependency lutok into the base system > > > this week. Integrating it into the FreeBSD build system will make it > > > available by default which is especially valuable on emerging > > > architectures were we aren't building packages yet (e.g. riscv). > > > > > Why isnt there a preceding discussion of this on -arch? > > > > As there appears to be no open discussion about this addition, > is there a WITHOUT_KYUA knob that can be set in /etc/src.conf > to completely disable all kyua related components. The svn > commit with a new internal library appear to not have a knob. > If you're referring to r359045, this cannot be used as an indicator of kyua plans. Internal libs are not installed, just built for use elsewhere -- and liblua must be built, as it's used in flua and will likely also end up integrated into lldb to enable that for folks that build WITH_LLDB in addition to the various other uses of it.