From owner-freebsd-arm@FreeBSD.ORG Wed Aug 28 16:36:07 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB0B47E0 for ; Wed, 28 Aug 2013 16:36:07 +0000 (UTC) (envelope-from mlfbsd@kanar.ci0.org) Received: from kanar.ci0.org (unknown [IPv6:2a01:e0b:1:150:ca0a:a9ff:fef1:a4c9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6DC26BF for ; Wed, 28 Aug 2013 16:36:07 +0000 (UTC) Received: from kanar.ci0.org (pluxor@localhost [127.0.0.1]) by kanar.ci0.org (8.14.5/8.14.5) with ESMTP id r7SGZjw0055142; Wed, 28 Aug 2013 18:35:45 +0200 (CEST) (envelope-from mlfbsd@kanar.ci0.org) Received: (from mlfbsd@localhost) by kanar.ci0.org (8.14.5/8.14.5/Submit) id r7SGZj1H055141; Wed, 28 Aug 2013 18:35:45 +0200 (CEST) (envelope-from mlfbsd) Date: Wed, 28 Aug 2013 18:35:45 +0200 From: Olivier Houchard To: Aurelien Martin <01aurelien@gmail.com> Subject: Re: unbound compilation issue Message-ID: <20130828163545.GA55072@ci0.org> References: <1377705113.23901.8.camel@pandabook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377705113.23901.8.camel@pandabook> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 16:36:07 -0000 Hi Aurelien, On Wed, Aug 28, 2013 at 05:51:53PM +0200, Aurelien Martin wrote: > Dear all, my first in mailing list :) > > I have a compilation failure for "unbound" (gettext seems involved) > http://pastebin.com/DUmVpZ5R > > rpi B with: FreeBSD raspberry-pi 10.0-CURRENT FreeBSD 10.0-CURRENT #84 > r252209M: Thu Jun 27 09:09:14 EDT 2013 > > I already ask to #freebsd channel they advice me to modify my make.conf: > CC=gcc42 > CXX=g++42 > CPP=cpp42 > That should probably just be gcc, g++ and cpp. > But almost the same errors: http://pastebin.com/jstWRMSY Did you run make clean ? It seems it still tries to use clang as the compiler. Regards, Olivier