From owner-freebsd-current@freebsd.org Tue May 10 18:36:48 2016 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 883D9B363B5 for ; Tue, 10 May 2016 18:36:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (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 54B441833; Tue, 10 May 2016 18:36:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x22b.google.com with SMTP id lr7so17412683igb.1; Tue, 10 May 2016 11:36:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=Zhh2AqiPBD8ySu9qa3eZXCiUGEccpwHqt7Lk+/t5kdw=; b=yhtMs+1VUlTV749CljyM1NLBGNOpLnLP5k4ig0C0/Qi7bek0pF7vR7/3HSo+rp4fTu zDAByw8qApCgG6awDfaS3hACO7cd4vqlIm5Y3UZoNBGDyTjmw2fxuyp2CQ3Adn4ghqhZ Zlw/clufXXvyGQXilieHvLKBO+ruNqimm/FhEQWwUeuzRspjPh6MsjbDjzWPA4fwaIqQ ZnOmNnHFaaoy4BIP7b8eHacse95+mIEIxbScHnBezWyHYuNEJKIzrVnkpQP8SPYSf7h0 WIveew3rAdxOGwap78uRtQ8f5GDhQHbrJSljIfE+HXcK49HjTj3c7zKtoXgQmal8V3hO 1MnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Zhh2AqiPBD8ySu9qa3eZXCiUGEccpwHqt7Lk+/t5kdw=; b=W2wIoQLa3KzpS60q8OIXE7WaDK+7e6Y21rZAArlRHiWLtg0iaAhPYhYjWfrmCfaRfU VxDIGfBlw32sjSaHVemNbt236c8/M51y6prLTSCcxtoQBARNpXT3GChmO9S36skDYHbQ WIHU4xeNvSCAh6U53s/Y6qAlo1jo7BifKt+7IrLuViUoPzfkY3c2JV1zIiOiMUd8RicN n+iIHh6ivIjhnKDqhN7YB2OmMlDr2djUNsWzxSj6fszCtVmC1cbtJnTbOR6juvptKg6C ULeRTe1Zryu6LF/IuCYgMaLfwhga+aXJ0HM0c+/bIa+9SudPDiHZIXpvn3al6z7ntlmw 7FxA== X-Gm-Message-State: AOPr4FVjgi8kffjIBkpOViYTpCH8YRsYGBKGUiEGi4ikC6H6nyud8p5edL/PWJdX0kE3PZhIPyUAiX+DGzPFzg== MIME-Version: 1.0 X-Received: by 10.50.92.41 with SMTP id cj9mr17954948igb.22.1462905407758; Tue, 10 May 2016 11:36:47 -0700 (PDT) Received: by 10.36.113.3 with HTTP; Tue, 10 May 2016 11:36:47 -0700 (PDT) In-Reply-To: References: <949278F4-0451-483B-A684-2563210F69B5@FreeBSD.org> Date: Tue, 10 May 2016 11:36:47 -0700 Message-ID: Subject: Re: Buildworld Fails From: Adrian Chadd To: Johan Hendriks Cc: Dimitry Andric , freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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 May 2016 18:36:48 -0000 Hi, please file a bug and I'll go make sure we can run it without it running a script like this. should be easy to do. -a On 10 May 2016 at 11:29, Johan Hendriks wrote: > > > Op 10/05/16 om 19:47 schreef Dimitry Andric: >> On 10 May 2016, at 13:53, Johan Hendriks wrote: >>> My buildworld of current fails today with the following error message. >>> This is FreeBSD desk.server.netaffairs.nl 11.0-CURRENT FreeBSD >>> 11.0-CURRENT #8 r299158: >> ... >>> ===> bhnd (all) >>> machine -> /usr/src/sys/amd64/include >>> x86 -> /usr/src/sys/x86/include >>> /usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh >>> /usr/src/sys/dev/bhnd/nvram/nvram_map -h >>> make[4]: exec(/usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh) failed >>> (Permission denied) >> Have you got /usr/src mounted noexec? >> >> -Dimitry >> > Thank you all. > I had exec=off on my /usr/src zfs dataset. > > Never needed exec on /usr/src so for that reason it was turned to off. > Till now, now it is turned to on. > > Now the kernel builds fine. > > Thanks Adrian and Dimitry for your time. > > regards > Johan > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"