Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2016 12:11:15 -0700
From:      bob prohaska <fbsd@www.zefox.net>
To:        Niklaas Baudet von Gersdorff <stdin@niklaas.eu>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Browser for freebsd-arm?
Message-ID:  <20160403191115.GB71221@www.zefox.net>
In-Reply-To: <20160403174408.GA49953@box.niklaas.eu>
References:  <20160403171433.GA71221@www.zefox.net> <20160403174408.GA49953@box.niklaas.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
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
 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160403191115.GB71221>