From owner-freebsd-arm@FreeBSD.ORG Thu Aug 29 07:37:41 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 3C18E942 for ; Thu, 29 Aug 2013 07:37:41 +0000 (UTC) (envelope-from 01aurelien@gmail.com) Received: from mail-ee0-x22b.google.com (mail-ee0-x22b.google.com [IPv6:2a00:1450:4013:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C23452B6B for ; Thu, 29 Aug 2013 07:37:40 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id e52so39934eek.30 for ; Thu, 29 Aug 2013 00:37:39 -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=L8Tc9lvU3nq11L+6rFsJaIg/OQFoBFr8w7Pk2ZleHkM=; b=JvX1JzG+VaFlBortSEFtgKsDsDTsDDZX2wtKQMiAPQSnt9nyhJzFTc135ej5LPXNjT xK/2m+uJ7IEFB2gfdmfa7yLZKTpyhk50kgBcTtqqzMBJk883sTzzVOcsZMjwHiDT6iN3 p5IBhiadM13Sdgc4VtgdhF0TclX7lLuOpPHEZgrea/5HW2WDLHf4oKAB5wqGxcSlYBo7 if7klyrwZgD07jvqW0CQSsQjFLqBRU5R4km720t3Q5Owlw3tRBLWGj5grFrc+KdrU4cR 6dhDZ8QD58wEA5V7nRuyfRKHeKuAD2tGQuI//zubvofdmamVeBBrtCcZANUr5c+9MjNk Midw== X-Received: by 10.15.63.142 with SMTP id m14mr219045eex.106.1377761859053; Thu, 29 Aug 2013 00:37:39 -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 m54sm43681880eex.2.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 29 Aug 2013 00:37:38 -0700 (PDT) Message-ID: <1377761762.6953.7.camel@pandabook> Subject: Re: unbound compilation issue rpi From: Aurelien Martin <01aurelien@gmail.com> To: Olivier Houchard Date: Thu, 29 Aug 2013 09:36:02 +0200 In-Reply-To: <20130828163545.GA55072@ci0.org> References: <1377705113.23901.8.camel@pandabook> <20130828163545.GA55072@ci0.org> 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 07:37:41 -0000 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 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