From owner-freebsd-arm@FreeBSD.ORG Thu Aug 29 12:45:42 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 6FF25718 for ; Thu, 29 Aug 2013 12:45:42 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 311982414 for ; Thu, 29 Aug 2013 12:45:41 +0000 (UTC) Received: from mr2.cc.vt.edu (mr2.cc.vt.edu [198.82.163.74]) by lennier.cc.vt.edu (8.13.8/8.13.8) with ESMTP id r7TCix2P009643; Thu, 29 Aug 2013 08:44:59 -0400 Received: from auth3.smtp.vt.edu (auth3.smtp.vt.edu [198.82.161.152]) by mr2.cc.vt.edu (8.14.4/8.14.4) with ESMTP id r7TCiw3G001537; Thu, 29 Aug 2013 08:44:58 -0400 Received: from pmather.tower.lib.vt.edu (pmather.tower.lib.vt.edu [128.173.51.28]) (authenticated bits=0) by auth3.smtp.vt.edu (8.13.8/8.13.8) with ESMTP id r7TCiwFs028368 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 29 Aug 2013 08:44:58 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: unbound compilation issue rpi From: Paul Mather In-Reply-To: <1377761762.6953.7.camel@pandabook> Date: Thu, 29 Aug 2013 08:44:57 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1377705113.23901.8.camel@pandabook> <20130828163545.GA55072@ci0.org> <1377761762.6953.7.camel@pandabook> To: Aurelien Martin <01aurelien@gmail.com> X-Mailer: Apple Mail (2.1508) 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: Thu, 29 Aug 2013 12:45:42 -0000 On Aug 29, 2013, at 3:36 AM, Aurelien Martin <01aurelien@gmail.com> = wrote: > Hi Olivier, >=20 > I did "make clean" > http://pastebin.com/ki0c7MWf >=20 > A new issue with "make install", it's seems related to gettext > http://pastebin.com/g9K6V6EQ I'd say this snippet from the pastebin log is a big clue to your = problem: =3D=3D=3D=3D=3D checking for gcc... gcc42 checking whether the C compiler works... no configure: error: in = `/usr/ports/devel/gettext/work/gettext-0.18.3/gettext-runtime': configure: error: C compiler cannot create executables =3D=3D=3D=3D=3D As someone else asked previously, why are you using gcc42 instead of the = built-in gcc? Is the gcc42 port known to work correctly on arm? You might try this instead: CC=3Dgcc CXX=3Dg++ CPP=3Dgcpp I would have said the built-in compiler has a better track record of = working than any other on FreeBSD/arm, but now I'm not sure that is even = true with the move to EABI. Does gcc on arm support EABI, or just = clang? The seas are mighty rough on FreeBSD/arm nowadays... Cheers, Paul. >=20 > The "make install" advice me to sent the following attachment to > autotools@FreeBSD.org [maintainer]. Should I ? >=20 > http://pastebin.com/JpyRFshY >=20 > p.s: mailing list prefer pastebin log or attachment ? >=20 > Aurelien >=20 >=20 >=20 >=20 > On Wed, 2013-08-28 at 18:35 +0200, Olivier Houchard wrote: >> Hi Aurelien, >>=20 >> On Wed, Aug 28, 2013 at 05:51:53PM +0200, Aurelien Martin wrote: >>> Dear all, my first in mailing list :) >>>=20 >>> I have a compilation failure for "unbound" (gettext seems involved) >>> http://pastebin.com/DUmVpZ5R=20 >>>=20 >>> rpi B with: FreeBSD raspberry-pi 10.0-CURRENT FreeBSD 10.0-CURRENT = #84 >>> r252209M: Thu Jun 27 09:09:14 EDT 2013=20 >>>=20 >>> I already ask to #freebsd channel they advice me to modify my = make.conf: >>> CC=3Dgcc42=20 >>> CXX=3Dg++42=20 >>> CPP=3Dcpp42 >>>=20 >>=20 >> That should probably just be gcc, g++ and cpp. >>=20 >>> But almost the same errors: http://pastebin.com/jstWRMSY >>=20 >> Did you run make clean ? It seems it still tries to use clang as the = compiler. >>=20 >> Regards, >>=20 >> Olivier >=20 >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >=20