From owner-freebsd-current@freebsd.org Mon Sep 10 19:08:44 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC9A810992C1 for ; Mon, 10 Sep 2018 19:08:43 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 840A47064B for ; Mon, 10 Sep 2018 19:08:43 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id h20-v6so30161713itf.2 for ; Mon, 10 Sep 2018 12:08:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=wjqDYndK61/6QYeSEutp9drWLyJTRKZA0fEu3v8uSU8=; b=eRmnasLCCl4CJpeXPmnIyKDgOFlvU+Gbb/1PvJ6jHyJB7P7JKa/PKQ6r6EoUxraqFh lH5okVczcAfgzbqEaH8Y5CXrhIFdxW1vDVSTMuzEvPdQf4gg86j03sZt8LXKEc+M+ftC 92u1j7EsQesD9rGL2AmMJ+56rvEdGXljybpLJqw5F1qBP4LcM2h9YYFHXNSI73GTEV79 uNLNK8lchdLl3I4frzeJooQFc2jSEp4SblXYpdkRRd/zlhF40/MmaeSXi2Wi02s1Qher 8fyNAM4ia/6tb8OaQNJqLZsNoXc5kJaG48f80SX+ku4VW+6emC4nF/5Gieo3sIOAfyT1 vnQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=wjqDYndK61/6QYeSEutp9drWLyJTRKZA0fEu3v8uSU8=; b=ZXZ/U6hKejDxt8ZFXl5Kd+HmxaZvxzZG9tQdNi7HLtz8vlcRPAwBiAYF1ZtSNtydmC Yf4nTmviJNsDQTSPGUTHBCe+kph2UbFg8NNyalPldSbThtk0jl9+E/rSWx1ipiJFKxAp ILYMX9AlW2LNcVxjvfNl+eSgQULNl4HOCJIVBC5F0BRiSVbNjaF+yuecVg7q45rinHLW g/OWz14uzm2uQ196YiS5Oqb1g6cawzhAR6xnh+WOxkwBBRezt1c/IjFHSEbnp/jmfIJD pfppPNdK5RbIDweqWQLPw8qAo+rVnh+jV/+3UL5yX83uBwzqPyiDRjP6UnABwHp6GVbE 7TYw== X-Gm-Message-State: APzg51AhdZ14EL2H+ycZm58abu0FX9PTp37TNl1pWmhiKFCgx6C1TF8j yovOMnNmofPp0tb2xpCLHvcsS3dV1Q5cdUrdNhY= X-Google-Smtp-Source: ANB0Vdb6ha4SRQFk1voaN5RZXgGRQpwRdEiWWoolvAjzHjAmX/VNlSjo+0P4TSKf10VaMbmkv5St0eYl14aaG89wW1k= X-Received: by 2002:a02:6c45:: with SMTP id w66-v6mr20205484jab.87.1536606522907; Mon, 10 Sep 2018 12:08:42 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:404:0:0:0:0:0 with HTTP; Mon, 10 Sep 2018 12:08:22 -0700 (PDT) In-Reply-To: References: <201809101757.w8AHvque079079@pdx.rh.CN85.dnsmgr.net> From: Ed Maste Date: Mon, 10 Sep 2018 15:08:22 -0400 X-Google-Sender-Auth: cLCXsrTf9wPa7kSKbRU6hK5YYSs Message-ID: Subject: Re: Enabling the WITH_REPRODUCIBLE_BUILD knob for 12.0-REL To: "Rodney W. Grimes" Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 10 Sep 2018 19:08:44 -0000 On 10 September 2018 at 14:52, Ed Maste wrote: > > I brought this up on -arch in 2015... That said, the kgdb -n issue was brought up in the old thread and it seems I did forget about it. I don't think we should cater too much to the needs of the deprecated in-tree kgdb, but we should make sure that this works with kgdb from the port. There are now standardized ways to specify this information that we should migrate to, rather than the current approach. Note that here I'm really only interested in what we do for FreeBSD binary releases, and the path for kgdb -n etc. isn't really relevant in this case. Src tree defaults are in scope only because release settings and src tree defaults are coupled.