From owner-freebsd-ports@freebsd.org Mon May 8 16:15:14 2017 Return-Path: Delivered-To: freebsd-ports@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 62E45D63EF8 for ; Mon, 8 May 2017 16:15:14 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5EE37F for ; Mon, 8 May 2017 16:15:14 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id 05972D63EF6; Mon, 8 May 2017 16:15:14 +0000 (UTC) Delivered-To: ports@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 04ECED63EF5; Mon, 8 May 2017 16:15:14 +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 A5BB0378; Mon, 8 May 2017 16:15:13 +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 v48GFBLw065011 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 8 May 2017 09:15:12 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v48GFBRc065010; Mon, 8 May 2017 09:15:11 -0700 (PDT) (envelope-from fbsd) Date: Mon, 8 May 2017 09:15:11 -0700 From: bob prohaska To: mmel@freebsd.org Cc: freebsd-arm@freebsd.org, ports@freebsd.org Subject: Re: www/firefox, Error: garbage following instruction...was: Re: RPI2, www/firefox, error: "NEON support not enabled" Message-ID: <20170508161511.GA64826@www.zefox.net> References: <20170505151339.GA51255@www.zefox.net> <962F9C0D-C7C8-4940-A381-B3097FD2A138@dsl-only.net> <20170505182838.GB51255@www.zefox.net> <078B736E-4807-42C7-B6A5-656F3A50DAEB@dsl-only.net> <20170505230106.GA52464@www.zefox.net> <20170506050140.GA54543@www.zefox.net> <20170508033331.GA61772@www.zefox.net> <80D06D70-8534-456C-A66F-CDD4CE0D5811@FreeBSD.org> <7306a091-1350-d6cb-b329-c56f2d80c0bf@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7306a091-1350-d6cb-b329-c56f2d80c0bf@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2017 16:15:14 -0000 On Mon, May 08, 2017 at 01:08:46PM +0200, Michal Meloun wrote: > > On 08.05.2017 10:56, Dimitry Andric wrote: > > On 8 May 2017, at 05:33, bob prohaska wrote: > >> > >> Is this worth a bug report, or is firefox too far over the horizon > >> for freebsd-arm? > >> > > > > Also, I wonder why they don't use the integrated assembler in clang, but > > that is an aspect of the firefox port I'm not familiar with. > > > > The integrated clang assembler cannot be used because Mozilla extensive > uses macros in assembly code, and macros are not supported by clang. > Moreover, many pieces of assembly files still uses pre-UAL syntax. > > Unfortunately, replacing base as (by the one from port) is not > sufficient - the Mozilla build system doesn't pass external CFLAGS to > assembly files (.S), so build fails again later. > I gather this is a familiar and relatively intractable problem 8-( Would a bug report be useful? bob prohaska