From owner-freebsd-current@freebsd.org Mon Nov 23 08:00:45 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 EB740A357A3 for ; Mon, 23 Nov 2015 08:00:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (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 BCAD8176C for ; Mon, 23 Nov 2015 08:00:45 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacdm15 with SMTP id dm15so183750992pac.3 for ; Mon, 23 Nov 2015 00:00:45 -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=ih68Nzs4Ksf6JGGpJkXMrKz+jnuo2rSAG+sdT0y+EmY=; b=WK8AYHCUKe0qgBaa3bTAxABrgpemDIcX3tXuoCx+G03v3Ed/ZIKMrazcN0+ml3M0EC dAY+ZonZwlhBIR4QShcWSPns717Kzo1XS/8xPh9wKhzmB6SvmObzds3Q8DWavHmMUKQb X5z8fJnVHbeFRY8yAyxRfQ/fFaIDSxXBnlnrzfBcwUdGdVE0bQWUck+YEI8d1qBfmq5z 59NzpG6cKGd/SBwoI5V/iyK86Tg8JKGrV+ifXbqYNCbt5Bla+sv/99JD/yzIqblcL+cr Ewb9AAiHtT/0n/UjfXpIy3KCj3QYApeauMlIZb6R+LyN/pm1a658iHpmpGPTBHK8MXGQ YNpg== X-Received: by 10.67.4.202 with SMTP id cg10mr31575186pad.81.1448265645353; Mon, 23 Nov 2015 00:00:45 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:b089:4150:5db1:6222? ([2601:601:800:126d:b089:4150:5db1:6222]) by smtp.gmail.com with ESMTPSA id z13sm8788737pfi.11.2015.11.23.00.00.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Nov 2015 00:00:44 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Failing buildword due to execution permission (with fix) From: NGie Cooper In-Reply-To: Date: Mon, 23 Nov 2015 00:00:42 -0800 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: =?utf-8?Q?Jos=C3=A9_P=C3=A9rez?= X-Mailer: Apple Mail (2.2104) 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, 23 Nov 2015 08:00:46 -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 denied > *** [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? Hi Jos=C3=A9, I=E2=80=99ve fixed the issue in r291172 (and no it wasn=E2=80=99t = just you =E2=80=94 I ran into the same problem from my git checkout = later on, which was kind of interesting). Thanks! -NGie=