From owner-freebsd-arm@FreeBSD.ORG Sat Mar 8 08:50:09 2014 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 ESMTPS id DB592F83 for ; Sat, 8 Mar 2014 08:50:09 +0000 (UTC) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88AC7B3B for ; Sat, 8 Mar 2014 08:50:09 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id w5so5023074qac.6 for ; Sat, 08 Mar 2014 00:50:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=72TCNWDC7ljqg35iJwya9xzyK564paExQLSjgQA6a0Y=; b=VmAdlgr3LVw1rAAB0Ptp41NlEp6bbPcHxLhf9HI6nzjVoOC4BEJfYdm5CzFKxTf+KI VPdM+h8wsJF9AQStA1NRv/Z0ePK3ih7hEj/ruuHyHKHzOqWv14LZE3I+6QcoZk+Yf4Ym 3HjYZRaLhxm/ImkmPbPtd46gGAOyIgfm48yekZy85mgjl4QV+qtnX0yyY70ZD1ng32B5 PbaKsrjJWFt4CKGaqGheJ/hDbFnlsUk24i2eQ4ZaNXuVYK5wnF1lm8MwxIOYaVLxhfys 3b4D/HdGBQQhDTZx+IL8w2CqS0UBkVyz1TBYSX1kA+/UKP/6Vo++kxv/4zXwyGNkJYKN 3fIw== MIME-Version: 1.0 X-Received: by 10.224.125.4 with SMTP id w4mr27920916qar.68.1394268608660; Sat, 08 Mar 2014 00:50:08 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.8.137 with HTTP; Sat, 8 Mar 2014 00:50:08 -0800 (PST) In-Reply-To: References: Date: Sat, 8 Mar 2014 00:50:08 -0800 X-Google-Sender-Auth: EDa4worudEVvE8ApxTMTeyJEZH4 Message-ID: Subject: Re: building ICU port on arm From: Adrian Chadd To: Stephen Woolerton Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 08:50:09 -0000 On 8 March 2014 00:48, Stephen Woolerton wrote: > Hi everyone, > > Just wondering if anyone has successfully built the ICU port or an ICU package, on an arm device on FreeBSD 10. (Problem report 186823) > > The reason is I need to run some code which requires GNUstep-base, for which ICU is a dependency. (I'm hoping to do this project on FreeBSD rather than Linux.) What happens when you try? -a