From owner-freebsd-current@freebsd.org Mon Mar 30 15:53:08 2020 Return-Path: Delivered-To: freebsd-current@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 ED0DA2A6B1F for ; Mon, 30 Mar 2020 15:53:08 +0000 (UTC) (envelope-from carpeddiem@gmail.com) 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 48rcS332dWz44fX for ; Mon, 30 Mar 2020 15:53:07 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id 915812A6B19; Mon, 30 Mar 2020 15:52:59 +0000 (UTC) Delivered-To: current@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 8BC372A6B18 for ; Mon, 30 Mar 2020 15:52:59 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48rcRt1vt9z44cG; Mon, 30 Mar 2020 15:52:57 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f51.google.com with SMTP id r25so6434022ioc.11; Mon, 30 Mar 2020 08:52:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SY13bMS5hJoVf+hfBhuY6Rws+jusbneimKrTtwniU0s=; b=BvHUJKWPaJmQVwIdaoAS1sVJjAW7yj0QLzJ+2tOBtz225qqKx0HEebtrINqpfSZbAE l4Sez8oNi+k1dtjd16zZO7Bd4a46UOZrSv5rtc1BhXHmNggZ/y4wvKUoz6lWLWC3lzL4 bZr3F2geL4s53oyg+ekzQTnjUeKQgB6XnTO9TkryyuxurA7Qroq6DR3J8Fuiuai5JKBL iGoaekj3bEUBH/u5kmNMTslQQSJGnmeH2MKQEAFWN7OmggqlJQQN+Tf2gtyk0Ih7TlZ+ sbsoQqJIh97TpW3ABXLzDQC1SgOuOftC6g+IwWXXNSq8e9y3O/h5W02+tZPKqCUBEUYI ubhQ== X-Gm-Message-State: ANhLgQ3+Aqd/dbtBSwUyvvct1W7A5GAQsOBwwmunpaWN/75H3RWGY9Tv s9+ovnC3GrSrU/YhyY+EG2NhCxnOSRSO554H5i4sXg== X-Google-Smtp-Source: ADFU+vvFDpU76K525pmZpr09E3kF8QhAytjIR8LrLDHSgQR5b24n1QaPd6y1MjejeYUG/y1CNqsrWHFrmsIq0eTvn6c= X-Received: by 2002:a02:3808:: with SMTP id b8mr11780541jaa.136.1585583566052; Mon, 30 Mar 2020 08:52:46 -0700 (PDT) MIME-Version: 1.0 References: <202003280115.02S1FTvb011219@fire.js.berklix.net> <20200330153143.GC40889@spindle.one-eyed-alien.net> In-Reply-To: <20200330153143.GC40889@spindle.one-eyed-alien.net> From: Ed Maste Date: Mon, 30 Mar 2020 11:52:33 -0400 Message-ID: Subject: Re: src/usr.bin/kyua breaks on manbuild.sh: Permission denied To: Brooks Davis Cc: "Julian H. Stacey" , current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48rcRt1vt9z44cG X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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, 30 Mar 2020 15:53:09 -0000 On Mon, 30 Mar 2020 at 11:33, Brooks Davis wrote: > > FWIW, we don't generally rely on +x and invoke the interperter directly > (to enable storing src on a noexec filesystm). I fixed the bug that > caused direct invocation of the script in r359426. Good point, we should probably add a CI run to build from a noexec tree, or maybe switch existing run(s) to do so.