From owner-freebsd-arm@FreeBSD.ORG Mon Dec 1 03:18:11 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 64321F31 for ; Mon, 1 Dec 2014 03:18:11 +0000 (UTC) Received: from mail.FoxValley.net (mail.FoxValley.net [64.135.192.34]) by mx1.freebsd.org (Postfix) with SMTP id 1707BB98 for ; Mon, 1 Dec 2014 03:18:10 +0000 (UTC) Received: (qmail 9496 invoked from network) for freebsd-arm@freebsd.org; 30 Nov 2014 21:18:04 -0600 Received: from 97-122-120-234.hlrn.qwest.net (HELO ?192.168.1.3?) (draymond@97.122.120.234) by mail.foxvalley.net with SMTP; 30 Nov 2014 21:18:04 -0600 Message-ID: <547BDDEC.6070607@foxvalley.net> Date: Sun, 30 Nov 2014 20:18:04 -0700 From: Dan Raymond User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: re: latest VM images fail to compile for ARM Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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: Mon, 01 Dec 2014 03:18:11 -0000 > I suspect the culprit is: > > r272849 emaste: Build gperf only if we’re using g++ (not clang++) > > It seems that the xdev targets need to be updated to build gperf as a prerequisite for > GCC. You can work around this by manually building and installing gperf. > > $ cd /usr/src/gnu/usr.bin/gperf > $ make && make install > > As described inhttp://stackoverflow.com/questions/3040801 > , trying to build GCC without gperf > installed leaves some broken files behind, so you need to clean out the obj directory > before trying again lest you encounter other problems: > > $ rm -rf /usr/obj/armv6-freebsd/ Tim, should I open a bug report for this or did you do it already?