From owner-freebsd-arm@FreeBSD.ORG Wed Dec 10 02:17:30 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1659EC6B for ; Wed, 10 Dec 2014 02:17:30 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D24C79DD for ; Wed, 10 Dec 2014 02:17:29 +0000 (UTC) Received: by mail-ig0-f180.google.com with SMTP id h15so2131832igd.7 for ; Tue, 09 Dec 2014 18:17:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=TUQ4aU9mU5gnL8ukDi9Bps/213q0qtybJm0z03vIGvI=; b=fdKYk+yc4yHcGCbek4OYLEBnObhp/2XSmbZFrqNKM8EEs58exrdgcQcxlmeqmXjy1D H4jN34X2bkkS2V77jFI1GB6kUuhFRMawFhAm/6rakFh4JLEA4RZ2OpmkJqfD9Iwa2lPF B0vp6SGNo1BHQJIREgcv3oq2KNk81ICucwb1tV9gXlK502TkWWbHRetAWLU1t1RRyLuR i7N9KwMbnsws2yLiYw0ATp0ZqwSNNh8oac/LUIMe00sxtK4uikLfVLzJqmifkwgV/3uc pXwrCG8AF+KPwFc2O/jF95qhFmGXvSjgyX3aEsmLxAv2khFIrnqSQPmh/EfjwCe1M8EN dyvw== X-Received: by 10.107.6.34 with SMTP id 34mr1624943iog.88.1418177849255; Tue, 09 Dec 2014 18:17:29 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.31.2 with HTTP; Tue, 9 Dec 2014 18:17:08 -0800 (PST) In-Reply-To: <547BDDEC.6070607@foxvalley.net> References: <547BDDEC.6070607@foxvalley.net> From: Ed Maste Date: Tue, 9 Dec 2014 21:17:08 -0500 X-Google-Sender-Auth: DNm9jPSQbiRzGDwbxAW_XWk729M Message-ID: Subject: Re: latest VM images fail to compile for ARM To: Dan Raymond Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-arm@freebsd.org" 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, 10 Dec 2014 02:17:30 -0000 >> I suspect the culprit is: >> >> r272849 emaste: Build gperf only if we=E2=80=99re using g++ (not clan= g++) Sorry I didn't notice this thread when this problem was first identified. > Tim, should I open a bug report for this or did you do it already? I believe this should be fixed as of r275602 [1] As reported before be sure to clear out the obj directory before trying to build with the fix (or when using the workaround of manually building and installing gperf first). [1] https://svnweb.freebsd.org/changeset/base/275602