>>> Building on amd64-3 under x11/gnustep/gmastermind BDEPENDS = [x11/gnustep/gui;x11/gnustep/base;x11/gnustep/make;devel/gmake] DIST = [x11/gnustep/gmastermind:gnustep/GMastermind-0.6.tar.gz] FULLPKGNAME = gmastermind-0.6p16 RDEPENDS = [x11/gnustep/gui;x11/gnustep/base;x11/gnustep/back;x11/gnustep/make] (Junk lock obtained for amd64-3 at 1780493534.23) >>> Running depends in x11/gnustep/gmastermind at 1780493534.26 last junk was in x11/snixembed /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/gmastermind at 1780493538.54 ===> x11/gnustep/gmastermind ===> Building from scratch gmastermind-0.6p16 ===> gmastermind-0.6p16 depends on: gnustep-make-* -> gnustep-make-2.9.3p0 ===> gmastermind-0.6p16 depends on: gmake-* -> gmake-4.4.1p0 ===> gmastermind-0.6p16 depends on: gnustep-gui-* -> gnustep-gui-0.32.0p2 ===> gmastermind-0.6p16 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/pack2 (Junk lock released for amd64-3 at 1780493539.39) distfiles size=17690 >>> Running build in x11/gnustep/gmastermind at 1780493539.42 ===> x11/gnustep/gmastermind ===> Checking files for gmastermind-0.6p16 `/usr/ports/distfiles/gnustep/GMastermind-0.6.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for gmastermind-0.6p16 ===> Patching for gmastermind-0.6p16 ===> 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 gmastermind-0.6p16 ===> Configuring for gmastermind-0.6p16 ===> Building for gmastermind-0.6p16 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 GMastermind... cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj/GMastermind.obj/ /usr/local/share/GNUstep/Makefiles/mkinstalldirs GMastermind.app/. cc main.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 -g -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-2.2 -fblocks -fconstant-string-class=NSConstantString -I. -I/gmastermind-0.6_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GMastermind.obj/main.m.o main.m:36:23: warning: variable 'pool' set but not used [-Wunused-but-set-variable] 36 | NSAutoreleasePool *pool; | ^ 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 -g -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-2.2 -fblocks -fconstant-string-class=NSConstantString -I. -I/gmastermind-0.6_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/GMastermind.obj/Controller.m.o Controller.m:345:23: error: incompatible pointer types sending 'float[4]' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 345 | [color getRed:thecomps green:thecomps+1 blue:thecomps+2 | ^~~~~~~~ /usr/local/include/AppKit/NSColor.h:162:27: note: passing argument to parameter 'red' here 162 | - (void)getRed:(CGFloat *)red | ^ Controller.m:345:38: error: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 345 | [color getRed:thecomps green:thecomps+1 blue:thecomps+2 | ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:163:20: note: passing argument to parameter 'green' here 163 | green:(CGFloat *)green | ^ Controller.m:345:54: error: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 345 | [color getRed:thecomps green:thecomps+1 blue:thecomps+2 | ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:164:20: note: passing argument to parameter 'blue' here 164 | blue:(CGFloat *)blue | ^ Controller.m:346:22: error: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] 346 | alpha:thecomps+3]; | ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:165:20: note: passing argument to parameter 'alpha' here 165 | alpha:(CGFloat *)alpha; | ^ 4 errors generated. gmake[3]: *** [/usr/local/share/GNUstep/Makefiles/rules.make:534: obj/GMastermind.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: GMastermind.all.app.variables] Error 2 gmake: *** [/usr/local/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2 *** Error 2 in x11/gnustep/gmastermind (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/gmastermind-0.6/.build_done': @cd /usr...) *** Error 2 in x11/gnustep/gmastermind (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=gmastermind-0.6p16; export _LOCKS_HELD...) ===> Exiting x11/gnustep/gmastermind 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 1780493540.69 max_stuck=0.00/depends=4.29/show-prepare-results=0.87/build=1.29 Error: job failed with 512 on amd64-3 at 1780493540