I never had an issue with www/webkit2-gtk3. My make.conf already has MAKE_JOBS_UNSAFE=yes, but that Watchdog killed runaway process! output got my attention. Is ports-mgmt/synth killing it? Prematurely? Why?
tail -25 www___webkit2-gtk3.log
Code:
cd /construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5 /construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore /construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5 /construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore /construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5/Source/WebCore/CMakeFiles/WebCore.dir/DependInfo.cmake
### Watchdog killed runaway process! ###
--------------------------------------------------
-- Termination
--------------------------------------------------
Finished: Saturday, 19 NOV 2016 at 12:05:46 UTC
Duration: 01:33:43
Scanning dependencies of target WebCore
gmake[3]: Leaving directory '/construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5'
gmake -f Source/WebCore/CMakeFiles/WebCore.dir/build.make Source/WebCore/CMakeFiles/WebCore.dir/build
gmake[2]: gmake: Command not found
gmake[2]: *** [CMakeFiles/Makefile2:718: Source/WebCore/CMakeFiles/WebCore.dir/all] Error 127
gmake[2]: Leaving directory '/construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5'
gmake[1]: *** [Makefile:153: all] Error 2
gmake[1]: Leaving directory '/construction/xports/www/webkit2-gtk3/work/webkitgtk-2.8.5'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /xports/www/webkit2-gtk3
Code:
less /etc/make.conf
#
#
# PORT COMPILE OPTIONS #
#
#
#MAKE_JOBS_NUMBER=1
MAKE_JOBS_UNSAFE=yes
#
#
# END OF FILE #
#