From owner-freebsd-arm@FreeBSD.ORG Sat Mar 8 08:48:43 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 351C8F40 for ; Sat, 8 Mar 2014 08:48:43 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e: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 0DA6FB2F for ; Sat, 8 Mar 2014 08:48:43 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so5169268pbb.36 for ; Sat, 08 Mar 2014 00:48:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=VhrsRfO6Ca40RDMK5I6Ika7CafKjjOY/mapssBShTeM=; b=n/h9uWRppsmFwHw9UnycSwp44dEYCF0eAOgpL5zAlNN/iCQnYEJJzpzkyHCc0QoUZw k5lSxTmUK4pszn/EUjjyZSSSw063McpSlhfWXlMYbrMWbLKjMlFgAps//kTC8rEf9/7S PKJscKvJuQ5BSknksc6pabUhwPXptxzje/ucz0Y7A8J34/hyFYkGNTyd9S2EALRktf0N ymZfhvnX9C89GWf05K0SGVFm+Pkob1hiORMG0VgQBJI09Xd6HIYvKEiMJArxbQBqHUKW TsH6Cp5E32kzVBOZedxOV1ktw3mtGJMbWc09Q24qdg3ygdwauOLLabkeQ4LPd5F+HKHh 9csw== X-Received: by 10.66.102.39 with SMTP id fl7mr27165932pab.43.1394268522212; Sat, 08 Mar 2014 00:48:42 -0800 (PST) Received: from [172.16.1.21] ([202.89.38.236]) by mx.google.com with ESMTPSA id vf7sm44413765pbc.5.2014.03.08.00.48.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 08 Mar 2014 00:48:40 -0800 (PST) From: Stephen Woolerton Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: building ICU port on arm Message-Id: Date: Sat, 8 Mar 2014 21:48:38 +1300 To: freebsd-arm@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) 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:48:43 -0000 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.) Thanks Stephen