From owner-freebsd-current@freebsd.org Mon Nov 9 22:42:35 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 7473BA2AAA8 for ; Mon, 9 Nov 2015 22:42:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-yk0-x22e.google.com (mail-yk0-x22e.google.com [IPv6:2607:f8b0:4002:c07::22e]) (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 3450911F3 for ; Mon, 9 Nov 2015 22:42:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by ykfs79 with SMTP id s79so61254508ykf.1 for ; Mon, 09 Nov 2015 14:42:34 -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=Clb08PA7CqJfzPt34zjGZvPD1+kMHP6kgB1IMvfMCpo=; b=NaNxU/xtS2UVONut+qVph0d3w8YHLMw2XTgKd6zEXu1b1ceE6OEsrmyGIYOaBDeYfR O8OfC59gv20u+gJoqcllXJhrwQmgxbBdMvDYcLDi53KBhGO9FiXzkDtqPnrcOG+7LpWy OTsRlNv3DyEIrUhxJ7lhfjEJEZam7L2r4VHcujmhpCAXxijwzs3aM3L0KQBmCrDxgQbL 1uCm1OZWHUlWCb7zMpCZmtIZiLg2MmvarZStMI2flyj5dW9TcvFsFb/Dv3Y/ECzrKZ4X Xko3CALCONgDKaSWSBxFoIKRccf9BFnoKWv2vFmYsIKZsnt2J8Ajm4eZF+KbBthrTYJ2 Un2w== X-Received: by 10.13.232.78 with SMTP id r75mr324697ywe.67.1447108954288; Mon, 09 Nov 2015 14:42:34 -0800 (PST) Received: from [21.196.67.138] ([172.56.14.167]) by smtp.gmail.com with ESMTPSA id g5sm367418ywf.16.2015.11.09.14.42.33 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Nov 2015 14:42:33 -0800 (PST) Content-Type: text/plain; charset=utf-8 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: Date: Mon, 9 Nov 2015 14:42:29 -0800 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <233C431B-1675-4A55-A46E-B1B858056A09@gmail.com> References: To: =?utf-8?Q?Jos=C3=A9_P=C3=A9rez?= 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: Mon, 09 Nov 2015 22:42:35 -0000 > On Nov 9, 2015, at 13:35, Jos=C3=A9 P=C3=A9rez wrote: >=20 > Hello, > I have this buildwordl failure: >=20 > =3D=3D=3D> libexec/rbootd (depend) > --- depend_subdir_lib --- > --- aton_ether_subr.c --- > /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr /usr/src/sys/net= /if_ethersubr.c ato > n_ether_subr.c > sh: /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr: Permission d= enied > *** [aton_ether_subr.c] Error code 126 >=20 >=20 > I fixed with: > chmod +x /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr >=20 >=20 > This was from a fresh checkout of current on a new machine. >=20 > Is it me or shall I report a bug? Please file a bug and assign it to me (ngie). Is the file system mounted wit= h noexec? Thanks, -NGie=