From owner-freebsd-arm@FreeBSD.ORG Mon Jul 7 08:11:34 2014 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 ESMTPS id F14B4233 for ; Mon, 7 Jul 2014 08:11:34 +0000 (UTC) Received: from eu1sys200aog118.obsmtp.com (eu1sys200aog118.obsmtp.com [207.126.144.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 207202709 for ; Mon, 7 Jul 2014 08:11:33 +0000 (UTC) Received: from mail-wi0-f170.google.com ([209.85.212.170]) (using TLSv1) by eu1sys200aob118.postini.com ([207.126.147.11]) with SMTP ID DSNKU7pWGvyAkUxd0aoL62Ua6BKtm6rZyx4e@postini.com; Mon, 07 Jul 2014 08:11:34 UTC Received: by mail-wi0-f170.google.com with SMTP id cc10so14595576wib.3 for ; Mon, 07 Jul 2014 01:11:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=09cqba8tW6T9Vrg9+hInCxF+plEmFkTol+Y6j+eeZcQ=; b=XB1VsZ7JLSAv0Ca2P5vBQwCGZ+T9FwlGs0cRKiJQOmotF1aSBIswxYqzWyUFrXx+K0 ePah9EOsaIimauYGOCUEMrd5rgWgFXgVpFOSJsu51PGgElx+KiH8so4don8NjkeYTTIS YaM4UyeU1CQodqJWcIGkVhHAImM1l0jzF0xcNxZMkiYUC535ong0OXk4N2JVf3sGfjQd u4N7gU3l6X9qlfD5rz8+KxKlywrpJx6fEs+mZeTf5cegqR5UdM3+7/xGSic1pLBerHKw SDV32JOz7TW64+PrfFfjvLljEuWlh842WI55SpUqRgBY1MQb9l7+VqyKi1HXhL4/yghJ C5ag== X-Gm-Message-State: ALoCoQl0TEh4LPVB4O5AH6PAlk3t4cW5fQ0N+71VPzT7TP5NJfqCQ2ItrTFMgfglS/Ds7IGOEj0dKTNqyMjnn7s0uL5bLyXl2j3yLPSXZxvrQzgRABUmbp9yZRgDAbWyIbuPVE/af5yz X-Received: by 10.194.86.74 with SMTP id n10mr1053305wjz.132.1404720665954; Mon, 07 Jul 2014 01:11:05 -0700 (PDT) X-Received: by 10.194.86.74 with SMTP id n10mr1053297wjz.132.1404720665887; Mon, 07 Jul 2014 01:11:05 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id fb15sm112357275wid.23.2014.07.07.01.11.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Jul 2014 01:11:05 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s678B3l1055730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 7 Jul 2014 09:11:03 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s678B3V3055729; Mon, 7 Jul 2014 09:11:03 +0100 (BST) (envelope-from mexas) Date: Mon, 7 Jul 2014 09:11:03 +0100 (BST) From: Anton Shterenlikht Message-Id: <201407070811.s678B3V3055729@mech-cluster241.men.bris.ac.uk> To: imp@bsdimp.com, tim@kientzle.com Subject: Re: official packages for arm? Reply-To: mexas@bris.ac.uk In-Reply-To: <556332C8-9EE8-4B94-829B-9D3A6DCC7FC8@bsdimp.com> Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 08:11:35 -0000 >From imp@bsdimp.com Sun Jul 6 18:56:54 2014 >>=20 >> Biggest issue is simply that key ports still >> don't build on ARM. For example, a default >> build of git breaks because libgcrypt requires >> GCC 4.7 port, which doesn't build on ARM. > >I have forward ports of our patches that could help this. devel/binutils does not build: checking for cos in -lm... yes *** BFD does not support target armv6-portbld-freebsd10.0. *** Look in bfd/config.bfd for supported targets. gmake[3]: *** [configure-bfd] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/binutils/work/binutils-2.24' Anton