Re: ninja error building webkit2-gtk3 on rpi3

2018-11-10 Thread bob prohaska
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 >

Re: ninja error building webkit2-gtk3 on rpi3

2018-11-09 Thread Walter Schwarzenfeld
There is another PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229395 for webkit2-gtk3 (armv7) with a patch, maybe it is also needed. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: ninja error building webkit2-gtk3 on rpi3

2018-11-09 Thread Kurt Jaeger
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

Re: ninja error building webkit2-gtk3 on rpi3

2018-11-09 Thread Walter Schwarzenfeld
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228699 Index: www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb === --- www/webkit2-gtk3/files/patch-Source_JavaScriptCore_offlineasm_arm64_rb (nonexistent)

Re: ninja error building webkit2-gtk3 on rpi3

2018-11-09 Thread bob prohaska
On Thu, Nov 08, 2018 at 01:23:20PM +0100, Ronald Klop wrote: > On Thu, 08 Nov 2018 02:18:57 +0100, bob prohaska > wrote: > > > Ports are at 484411, system is at 133. Attempts to compile > > webkit2-gtk3 > > stops with > > > > > > -c

Re: ninja error building webkit2-gtk3 on rpi3

2018-11-08 Thread Ronald Klop
On Thu, 08 Nov 2018 02:18:57 +0100, bob prohaska wrote: Ports are at 484411, system is at 133. Attempts to compile webkit2-gtk3 stops with -c DerivedSources/JavaScriptCore/unified-sources/UnifiedSource86.cpp ninja: build stopped: subcommand failed. ===> Compilation failed

ninja error building webkit2-gtk3 on rpi3

2018-11-07 Thread bob prohaska
Ports are at 484411, system is at 133. Attempts to compile webkit2-gtk3 stops with -c DerivedSources/JavaScriptCore/unified-sources/UnifiedSource86.cpp ninja: build stopped: subcommand failed. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before