From owner-freebsd-arm@FreeBSD.ORG Wed Jan 7 23:19:35 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 677A2A0F for ; Wed, 7 Jan 2015 23:19:35 +0000 (UTC) Received: from lamora.getmail.no (lamora.getmail.no [84.210.184.7]) by mx1.freebsd.org (Postfix) with ESMTP id 16F4EF57 for ; Wed, 7 Jan 2015 23:19:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id 1B037A6B5C for ; Thu, 8 Jan 2015 00:19:06 +0100 (CET) Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id cqPA3rbqr9PT for ; Thu, 8 Jan 2015 00:19:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id BC940A6B38 for ; Thu, 8 Jan 2015 00:19:05 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.8.4 lamora.getmail.no BC940A6B38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1420672745; bh=dqcVzzMT4Oaa3LpfPCP14T/Kffgt3dnabcGn89jjxS8=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=Lxhhdas61XXCiQRBX4PEvWafqHmt0+oWlbeT9Hdu3fc5orNQjeizsQWfJT9aw+iVF ZXO7UJjrqeNUl8pEszVS80Zyz48qbA/x78EEv5dahrsRrAA4QKH+BodQzZB3lxwNao LWYnhRwFPcJ77bfzGD4cV1tPJzyrtuuXhgKUHJec= X-Virus-Scanned: amavisd-new at lamora.get.c.bitbit.net Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id L0UKvjkWAJeW for ; Thu, 8 Jan 2015 00:19:05 +0100 (CET) Received: from kg-core1.kg4.no (cm-84.215.180.206.getinternet.no [84.215.180.206]) by lamora.getmail.no (Postfix) with ESMTPSA id 8F042A6B1A for ; Thu, 8 Jan 2015 00:19:05 +0100 (CET) Date: Thu, 8 Jan 2015 00:19:04 +0100 From: Torfinn Ingolfsen To: freebsd-arm@FreeBSD.org Subject: Re: Chromebook image - install fails Message-Id: <20150108001904.0616aa31f948c5562029bdab@getmail.no> In-Reply-To: <1420668091.14601.79.camel@freebsd.org> References: <20150104234331.e0f2cdff0837b76199547b48@getmail.no> <20150107000653.619bc2f3bda8be8ea2307f17@getmail.no> <20150107210419.4a6709276e70f8520b60acdb@getmail.no> <20150107224538.c9bf9f9b714a19563d49d06e@getmail.no> <1420668091.14601.79.camel@freebsd.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; amd64-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 23:19:35 -0000 On Wed, 07 Jan 2015 15:01:31 -0700 Ian Lepore wrote: > > Oh... check your /usr/local/etc/sudoers file, make sure you allow > MAKEOBJDIRPREFIX to pass through the environment during sudo. Here are > the relevant lines from my sudoers file (only the last line is relevant > to crossbuilding)... I figured it had to be something with sudo... but wasn't there yet. Thanks! -- Torfinn Ingolfsen