>>> Building on amd64-1 under x11/gnustep/gomoku BDEPENDS = [x11/gnustep/base;x11/gnustep/gui;devel/gmake;x11/gnustep/make] DIST = [x11/gnustep/gomoku:gnustep/Gomoku-1.2.9.tar.gz] FULLPKGNAME = gomoku-1.2.9p16 RDEPENDS = [x11/gnustep/base;x11/gnustep/gui;x11/gnustep/make;x11/gnustep/back] (Junk lock obtained for amd64-1 at 1780494708.79) >>> Running depends in x11/gnustep/gomoku at 1780494708.82 last junk was in devel/kf6/baloo /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.31.1p2 gnustep-gui-0.32.0p2 gnustep-make-2.9.3p0 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1p0 gnustep-base-1.31.1p2 gnustep-gui-0.32.0p2 gnustep-make-2.9.3p0 /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.31.1p2 gnustep-gui-0.32.0p2 gnustep-make-2.9.3p0 >>> Running show-prepare-results in x11/gnustep/gomoku at 1780494714.73 ===> x11/gnustep/gomoku ===> Building from scratch gomoku-1.2.9p16 ===> gomoku-1.2.9p16 depends on: gnustep-make-* -> gnustep-make-2.9.3p0 ===> gomoku-1.2.9p16 depends on: gmake-* -> gmake-4.4.1p0 ===> gomoku-1.2.9p16 depends on: gnustep-gui-* -> gnustep-gui-0.32.0p2 ===> gomoku-1.2.9p16 depends on: gnustep-base-* -> gnustep-base-1.31.1p2 ===> Verifying specs: c++ c++abi pthread gnustep-base gnustep-gui c objc2 m BlocksRuntime gnustep-base pthread ===> found c++.12.0 c++abi.9.0 pthread.28.1 gnustep-base.10.8 gnustep-gui.0.34 c.103.0 objc2.4.0 m.10.1 BlocksRuntime.0.0 gmake-4.4.1p0 gnustep-base-1.31.1p2 gnustep-gui-0.32.0p2 gnustep-make-2.9.3p0 Don't run junk because nojunk in games/godot/pack3 (Junk lock released for amd64-1 at 1780494716.04) distfiles size=88825 >>> Running build in x11/gnustep/gomoku at 1780494716.07 ===> x11/gnustep/gomoku ===> Checking files for gomoku-1.2.9p16 `/usr/ports/distfiles/gnustep/Gomoku-1.2.9.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for gomoku-1.2.9p16 ===> Patching for gomoku-1.2.9p16 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for gomoku-1.2.9p16 ===> Configuring for gomoku-1.2.9p16 ===> Building for gomoku-1.2.9p16 This is gnustep-make 2.9.3. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj Making all for app Gomoku... cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj/Gomoku.obj/ /usr/local/share/GNUstep/Makefiles/mkinstalldirs Gomoku.app/. cc Board.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-2.2 -fblocks -fconstant-string-class=NSConstantString -I. -I/gomoku-1.2.9_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/Gomoku.obj/Board.m.o Board.m:191:15: warning: direct access to Objective-C's isa is deprecated in favor of object_getClass() [-Wdeprecated-objc-isa-usage] 191 | Board *c = [isa allocWithZone: zone]; | ^ /usr/local/include/Foundation/NSObject.h:312:9: note: instance variable is declared here 312 | Class isa; | ^ 1 warning generated. cc Controller.m -c \ -MMD -MP -I/usr/local/include/gnustep -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-2.2 -fblocks -fconstant-string-class=NSConstantString -I. -I/gomoku-1.2.9_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/Gomoku.obj/Controller.m.o Controller.m:107:12: warning: direct access to Objective-C's isa is deprecated in favor of object_getClass() [-Wdeprecated-objc-isa-usage] 107 | self = [[isa alloc] initWithContentRect: winFrame | ^ /usr/local/include/Foundation/NSObject.h:312:9: note: instance variable is declared here 312 | Class isa; | ^ Controller.m:147:8: error: incompatible pointer types assigning to 'NSImageCell *' from 'NSCell *' [-Wincompatible-pointer-types] 147 | cell = [[NSCell alloc] init]; | ^ ~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/Foundation/NSObject.h:394:1: note: instance method 'init' is assumed to return an instance of its receiver type ('NSCell *') 394 | - (id) init; | ^ 1 warning and 1 error generated. gmake[3]: *** [/usr/local/share/GNUstep/Makefiles/rules.make:534: obj/Gomoku.obj/Controller.m.o] Error 1 gmake[2]: *** [/usr/local/share/GNUstep/Makefiles/Instance/application.make:145: internal-app-run-compile-submake] Error 2 gmake[1]: *** [/usr/local/share/GNUstep/Makefiles/Master/rules.make:297: Gomoku.all.app.variables] Error 2 gmake: *** [/usr/local/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error 2 in x11/gnustep/gomoku (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/gomoku-1.2.9/.build_done': @cd /usr/obj/por...) *** Error 2 in x11/gnustep/gomoku (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=gomoku-1.2.9p16; export _LOCKS_HELD=" gomok...) ===> Exiting x11/gnustep/gomoku with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1780494718.02 max_stuck=0.00/depends=5.90/show-prepare-results=1.34/build=1.97 Error: job failed with 512 on amd64-1 at 1780494718