From owner-freebsd-current@freebsd.org Tue Nov 10 01:17:39 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10466A2B75C for ; Tue, 10 Nov 2015 01:17:39 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com [IPv6:2607:f8b0:4002:c07::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C40611D68; Tue, 10 Nov 2015 01:17:38 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by ykdr82 with SMTP id r82so19046185ykd.3; Mon, 09 Nov 2015 17:17:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TNf4KL8+45mwt02CJNBhMPZtvZIuePye75vFZlNgEhQ=; b=VB1DKAzhMgtLcprBLhPsAE6qtOtoOVc8NknVZHw/+U1Ne9YduP+8c6g7eSjE5Ibj+L sVN6LHtCyc8EabBnsGug5Y23c5uPNh7H+hxH/fixTfi+7IcdtdFc0EJHAeqeX2GNTeNf fqrQ7PGjdaVcGZdHhbVpmUQdpOPpnHkMdOhXTGBukkaNTfpcPvM+fw5vSlLliBu2Dh8n dHt7+jBmGK5iuUysU2/iTd7Rqtbs8kxZNzlOYE8WBPMAHFy60dPdktEAR4t98lIG78Ia 0BjK7Yc1g+Jm9ohNPoZu+vHaYonIW9wdMJwg9UPF/92czI1Y6gZNrGnhyAZBL5IYCf+J CrnQ== X-Received: by 10.129.145.210 with SMTP id i201mr854926ywg.98.1447118257878; Mon, 09 Nov 2015 17:17:37 -0800 (PST) Received: from [21.196.67.138] ([172.56.14.167]) by smtp.gmail.com with ESMTPSA id i12sm1109146ywg.40.2015.11.09.17.17.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Nov 2015 17:17:37 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Failing buildword due to execution permission (with fix) From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: <564136A0.4080406@FreeBSD.org> Date: Mon, 9 Nov 2015 17:17:35 -0800 Cc: =?utf-8?Q?Jos=C3=A9_P=C3=A9rez?= , freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5655EBD2-5EC5-425E-82B9-F7FF30312F02@gmail.com> References: <233C431B-1675-4A55-A46E-B1B858056A09@gmail.com> <564136A0.4080406@FreeBSD.org> To: Bryan Drewery X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 10 Nov 2015 01:17:39 -0000 > On Nov 9, 2015, at 16:13, Bryan Drewery wrote: ... > If this is a shell file then it is best to invoke it with 'sh' rather > than a chmod/#!. The src checkout should be noexec-safe. Right. I think it'd be a good idea for me to hunt down other issues though i= n the build by setting -o noexec. The only thing that concerns me with doing that is that it could result in w= eirdness, e.g. The osreldate.h generation script in include/ . Thanks! -NGie=