From owner-freebsd-arm@freebsd.org Sun Apr 3 19:11:20 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 ED5BCB014B5 for ; Sun, 3 Apr 2016 19:11:20 +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 AE0F11066 for ; Sun, 3 Apr 2016 19:11:20 +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 u33JBHXG077026 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 3 Apr 2016 19:11:18 GMT (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id u33JBGYB077025; Sun, 3 Apr 2016 12:11:16 -0700 (PDT) (envelope-from fbsd) Date: Sun, 3 Apr 2016 12:11:15 -0700 From: bob prohaska To: Niklaas Baudet von Gersdorff Cc: freebsd-arm@freebsd.org Subject: Re: Browser for freebsd-arm? Message-ID: <20160403191115.GB71221@www.zefox.net> References: <20160403171433.GA71221@www.zefox.net> <20160403174408.GA49953@box.niklaas.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160403174408.GA49953@box.niklaas.eu> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2016 19:11:21 -0000 On Sun, Apr 03, 2016 at 07:44:08PM +0200, Niklaas Baudet von Gersdorff wrote: > bob prohaska [2016-04-03 10:14 -0700] : > > > Are there any usable GUI browsers that compile and run on > > FreeBSD-ARM? The intended host is a raspberry pi 2. > > > Why not use `pkg install`? Far as I know prebuilt binaries are not available for ARM. Just tried building the port /usr/ports/archivers/epkg which includes pkg-install. It's marked "broken". Firefox tries to build, but fails with pqg.c:339:16: error: comparison of constant 18446744073709551615 with expression of type 'unsigned long' is always true [-Werror,-Wtautological-constant-out-of-range-compare] if (addend < MP_DIGIT_MAX) { ~~~~~~ ^ ~~~~~~~~~~~~ 1 error generated. ../../coreconf/rules.mk:391: recipe for target 'FreeBSD11.0_OPT.OBJ/FreeBSD_SINGLE_SHLIB/pqg.o' failed gmake[4]: *** [FreeBSD11.0_OPT.OBJ/FreeBSD_SINGLE_SHLIB/pqg.o] Error 1 gmake[4]: Leaving directory '/usr/ports/security/nss/work/nss-3.23/nss/lib/freebl' Makefile:595: recipe for target 'libs' failed gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory '/usr/ports/security/nss/work/nss-3.23/nss/lib/freebl' ../coreconf/rules.mk:104: recipe for target 'libs' failed gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory '/usr/ports/security/nss/work/nss-3.23/nss/lib' coreconf/rules.mk:104: recipe for target 'libs' failed gmake[1]: *** [libs] Error 2 gmake[1]: Leaving directory '/usr/ports/security/nss/work/nss-3.23/nss' *** Error code 1 That does not look like a typo I can fix.... 8-( Thanks for replying, bob prohaska