ninja error building webkit2-gtk3 on rpi3

Kurt Jaeger pi at freebsd.org
Fri Nov 9 15:57:23 UTC 2018


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.

-- 
pi at opsec.eu            +49 171 3101372                    2 years to go !


More information about the freebsd-ports mailing list