From owner-freebsd-arm@freebsd.org Wed Jun 29 01:02:55 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52407B81694 for ; Wed, 29 Jun 2016 01:02:55 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F017027E5 for ; Wed, 29 Jun 2016 01:02:54 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id u5T12jXu003486 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 28 Jun 2016 18:02:46 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id u5T12iI1003485; Tue, 28 Jun 2016 18:02:44 -0700 (PDT) (envelope-from fbsd) Date: Tue, 28 Jun 2016 18:02:43 -0700 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Difficulties building nss on RPI2 Message-ID: <20160629010243.GA3406@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 01:02:55 -0000 Hi all, /usr/ports/security/nss fails to build with /usr/bin/ld: ERROR: FreeBSD11.0_OPT.OBJ/libnssutil3.so.1 uses VFP register arguments, /usr/local/lib/libplc4.so does not The buildhost is at 302244, the ports tree is at 417750. Searching the web suggests this has something to do with the hard-vs-soft float conversion, but that's been done for some time now. Is special cleanup required? Thanks for reading! bob prohaska