From owner-freebsd-ports@freebsd.org Sat Oct 20 03:32:19 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B51FF47E8 for ; Sat, 20 Oct 2018 03:32:19 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 BEFF47B5AB for ; Sat, 20 Oct 2018 03:32:18 +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 w9K3WFjC073951 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 19 Oct 2018 20:32:16 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w9K3WFV2073950 for freebsd-ports@freebsd.org; Fri, 19 Oct 2018 20:32:15 -0700 (PDT) (envelope-from fbsd) Date: Fri, 19 Oct 2018 20:32:14 -0700 From: bob prohaska To: freebsd-ports@freebsd.org Subject: Compiling firefox on Raspberry Pi 2 Message-ID: <20181020033214.GA73497@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-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 03:32:19 -0000 Attempts to compile firefox63 on an RPI2 fail with ===> rust-1.29.2 is only for aarch64 amd64 i386, while you are running armv6 (reason: requires prebuilt bootstrap compiler). *** Error code 1 while compilation of firefox-esr stops with dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(856): arm not implemented dtrace: failed to link script /usr/ports/www/firefox-esr/work/firefox-52.8.0esr/js/src/devtools/javascript-trace.d: an error was encountered while processing jsarray.o gmake[5]: *** [/usr/ports/www/firefox-esr/work/firefox-52.8.0esr/config/rules.mk:788: js-dtrace.o] Error 1 gmake[5]: Leaving directory '/usr/ports/www/firefox-esr/work/.build/js/src' gmake[4]: *** [/usr/ports/www/firefox-esr/work/firefox-52.8.0esr/config/recurse.mk:71: js/src/target] Error 2 gmake[4]: Leaving directory '/usr/ports/www/firefox-esr/work/.build' gmake[3]: *** [/usr/ports/www/firefox-esr/work/firefox-52.8.0esr/config/recurse.mk:33: compile] Error 2 gmake[3]: Leaving directory '/usr/ports/www/firefox-esr/work/.build' gmake[2]: *** [/usr/ports/www/firefox-esr/work/firefox-52.8.0esr/config/rules.mk:523: all] Error 2 Can anybody suggest workaround for either problem? Thanks for reading, bob prohaska