Date: Sat, 10 Nov 2018 07:06:10 -0800 From: bob prohaska <fbsd@www.zefox.net> To: Kurt Jaeger <pi@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: ninja error building webkit2-gtk3 on rpi3 Message-ID: <20181110150610.GA94271@www.zefox.net> In-Reply-To: <20181109155723.GE1940@home.opsec.eu> References: <20181108011857.GA81928@www.zefox.net> <op.zr5t06t9kndu52@sjakie> <20181109151445.GA87591@www.zefox.net> <20181109155723.GE1940@home.opsec.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 09, 2018 at 04:57:23PM +0100, Kurt Jaeger wrote: > Hi! > > > > > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure > > > > to > > > > the maintainer. > > > > > > Do this part of the message. Before building: > > > > > > export MAKE_JOBS_UNSAFE=yes > > > > > > That will give a more clear error. > > > > > For some reason the export command isn't found (I'm using whatever shell su gives me for root) > > Which is csh, so: > > setenv MAKE_JOBS_UNSAFE yes > > would work. > > > DerivedSources/JavaScriptCore/LLIntAssembly.h:795:2: error: Missing globaladdr implementation > > #error Missing globaladdr implementation > > > > If somebody is aware of a fix please clue me in. > > Walter pointed me to a PR which had a fix. I added the fix to the > port, please test if it helps. > Yes, webkit2-gtk3 now compiles successfully on RPI3. Thank you! bob prohaska
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181110150610.GA94271>