From owner-freebsd-arm@FreeBSD.ORG Thu Aug 29 15:03:14 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 AC074F1A for ; Thu, 29 Aug 2013 15:03:14 +0000 (UTC) (envelope-from 01aurelien@gmail.com) Received: from mail-ea0-x234.google.com (mail-ea0-x234.google.com [IPv6:2a00:1450:4013:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E52F2E8E for ; Thu, 29 Aug 2013 15:03:14 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id h10so310609eaj.39 for ; Thu, 29 Aug 2013 08:03:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; bh=DcoRa6sj5NbmbOvLqGKvo7QEaWBdXhI4k2xDw+/ldPs=; b=L1bf7cE/dDJzqU8ZSO3DREu8aIPbs/m/YDxs+UrAA5C7c1UUBiDR/t02XiF7U+Q+QY 7isdZQJMFpHZ3M8h1evGiTyzjySCJ7Cr4d1k6mOsnVO9Jg2jweInErOnKRZ3KkJz2YCk 1hUKZaErumxlw/Nmuw4PpuWvBTxMSMg1+MWr90SsFx7CvOtF/6efvf90fQeNYWv0XFPH YQEodQrl3MmOfrpLOsxoiQRzr1yGR9JPOZ/rBek+Ta6XEUSZYofLNzPHUoVDWEW/Qe3A i9DSK4BRwIwv3318JgQ5nsT37I0K4vEP+FW6OHu57cC19iNEeAvrmjkmcZewSLTQuJUd QLhw== X-Received: by 10.14.88.65 with SMTP id z41mr4973390eee.38.1377788592636; Thu, 29 Aug 2013 08:03:12 -0700 (PDT) Received: from [128.141.43.169] (pb-d-128-141-43-169.cern.ch. [128.141.43.169]) by mx.google.com with ESMTPSA id z12sm46809559eev.6.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 29 Aug 2013 08:03:12 -0700 (PDT) Message-ID: <1377788495.4692.2.camel@pandabook> Subject: Re: unbound compilation issue rpi From: Aurelien Martin <01aurelien@gmail.com> To: Paul Mather Date: Thu, 29 Aug 2013 17:01:35 +0200 In-Reply-To: References: <1377705113.23901.8.camel@pandabook> <20130828163545.GA55072@ci0.org> <1377761762.6953.7.camel@pandabook> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 15:03:14 -0000 Hi Paul, Thanks for your feedback ! In deed with > CC=gcc > CXX=g++ > CPP=gcpp It work like a charm ! As you can expect, I cannot reply for the compilator issue. Have a nice day Aurelien On Thu, 2013-08-29 at 08:44 -0400, Paul Mather wrote: > On Aug 29, 2013, at 3:36 AM, Aurelien Martin <01aurelien@gmail.com> wrote: > > > Hi Olivier, > > > > I did "make clean" > > http://pastebin.com/ki0c7MWf > > > > 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: > > ===== > 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 > ===== > > 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=gcc > CXX=g++ > CPP=gcpp > > 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. > > > > > The "make install" advice me to sent the following attachment to > > autotools@FreeBSD.org [maintainer]. Should I ? > > > > http://pastebin.com/JpyRFshY > > > > p.s: mailing list prefer pastebin log or attachment ? > > > > Aurelien > > > > > > > > > > On Wed, 2013-08-28 at 18:35 +0200, Olivier Houchard wrote: > >> 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 > > > > > > _______________________________________________ > > 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" > > >