From owner-freebsd-arm@FreeBSD.ORG Wed Aug 28 15:53:33 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 300C5BBC for ; Wed, 28 Aug 2013 15:53:33 +0000 (UTC) (envelope-from 01aurelien@gmail.com) Received: from mail-ea0-x231.google.com (mail-ea0-x231.google.com [IPv6:2a00:1450:4013:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9C1A231D for ; Wed, 28 Aug 2013 15:53:32 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id f15so3016714eak.22 for ; Wed, 28 Aug 2013 08:53:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=kuYmjb/yBdB3Zxf99+5w76Y5awBID/h8ND63MgMI8fo=; b=xugbbZIulTNH6JkV6R0/zGIs0IPNS5e8MYWSTt7HmI1EcKQf8nmr582jZS/LYWGSwv 0Z37xpDEJqSw/lGcLh94SqXG/TpgKNtEv1XkNyOKhHEBaK137rFsw/h36nTizuSgxC/v xrKnkYGoHtWnzUk4m14IxcNrDNgLylBcowCWAZ4JPjV9i7r14EmOF+uktlKMDOQr/PJX 3rVgGevNrTD0VHPGA/iWqSmsPSOfVbvkez2eqv1NnE/+qRqM9RUP5DQGGpfKiTAYYqli wVtrsH2U6kOnBPmQlOZmN/xGEfGs+Y1C6bvrFX+325K/9qKikcU6jUWV3P7E5scoki8v R4dw== X-Received: by 10.15.76.73 with SMTP id m49mr2068657eey.91.1377705211135; Wed, 28 Aug 2013 08:53:31 -0700 (PDT) Received: from [128.141.246.180] (pb-d-128-141-246-180.cern.ch. [128.141.246.180]) by mx.google.com with ESMTPSA id f49sm38476993eec.7.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 28 Aug 2013 08:53:30 -0700 (PDT) Message-ID: <1377705113.23901.8.camel@pandabook> Subject: unbound compilation issue From: Aurelien Martin <01aurelien@gmail.com> To: freebsd-arm@freebsd.org Date: Wed, 28 Aug 2013 17:51:53 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 15:53:33 -0000 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 But almost the same errors: http://pastebin.com/jstWRMSY Thanks by advance Aurelien