>>> Building on exopi-2 under x11/gnustep/gmastermind BDEPENDS = [x11/gnustep/gui;devel/gmake;x11/gnustep/base;x11/gnustep/make] DIST = [x11/gnustep/gmastermind:gnustep/GMastermind-0.6.tar.gz] FULLPKGNAME = gmastermind-0.6p15 RDEPENDS = [x11/gnustep/back;x11/gnustep/base;x11/gnustep/make;x11/gnustep/gui] (Junk lock obtained for exopi-2 at 1731890210.78) >>> Running depends in x11/gnustep/gmastermind at 1731890210.83 last junk was in www/ruby-passenger /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 gnustep-base-1.30.0 gnustep-gui-0.31.1p0 gnustep-make-2.9.2p0 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 gnustep-base-1.30.0 gnustep-gui-0.31.1p0 gnustep-make-2.9.2p0 /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 gnustep-base-1.30.0 gnustep-gui-0.31.1p0 gnustep-make-2.9.2p0 >>> Running show-prepare-results in x11/gnustep/gmastermind at 1731890212.85 ===> x11/gnustep/gmastermind ===> Building from scratch gmastermind-0.6p15 ===> gmastermind-0.6p15 depends on: gnustep-make-* -> gnustep-make-2.9.2p0 ===> gmastermind-0.6p15 depends on: gmake-* -> gmake-4.4.1 ===> gmastermind-0.6p15 depends on: gnustep-gui-* -> gnustep-gui-0.31.1p0 ===> gmastermind-0.6p15 depends on: gnustep-base-* -> gnustep-base-1.30.0 ===> Verifying specs: c++ c++abi pthread gnustep-base gnustep-gui c objc2 m gnustep-base pthread ===> found c++.10.0 c++abi.7.0 pthread.27.1 gnustep-base.10.7 gnustep-gui.0.33 c.100.3 objc2.3.0 m.10.1 gmake-4.4.1 gnustep-base-1.30.0 gnustep-gui-0.31.1p0 gnustep-make-2.9.2p0 (Junk lock released for exopi-2 at 1731890214.03) distfiles size=17690 >>> Running build in x11/gnustep/gmastermind at 1731890214.07 ===> x11/gnustep/gmastermind ===> Checking files for gmastermind-0.6p15 `/exopi-cvs/ports/distfiles/gnustep/GMastermind-0.6.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for gmastermind-0.6p15 ===> Patching for gmastermind-0.6p15 ===> 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.6p15 ===> Configuring for gmastermind-0.6p15 ===> Building for gmastermind-0.6p15 This is gnustep-make 2.9.2. 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] 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: warning: incompatible pointer types sending 'float[4]' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [color getRed:thecomps green:thecomps+1 blue:thecomps+2 ^~~~~~~~ /usr/local/include/AppKit/NSColor.h:162:27: note: passing argument to parameter 'red' here - (void)getRed:(CGFloat *)red ^ Controller.m:345:38: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [color getRed:thecomps green:thecomps+1 blue:thecomps+2 ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:163:20: note: passing argument to parameter 'green' here green:(CGFloat *)green ^ Controller.m:345:54: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [color getRed:thecomps green:thecomps+1 blue:thecomps+2 ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:164:20: note: passing argument to parameter 'blue' here blue:(CGFloat *)blue ^ Controller.m:346:22: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] alpha:thecomps+3]; ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:165:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ 4 warnings generated. cc Views.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/Views.m.o Views.m:80:41: warning: incompatible pointer types passing 'float[8]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] NSDrawTiledRects(rect, rect, sides, grays, 8); ^~~~~ /usr/local/include/AppKit/NSGraphics.h:135:54: note: passing argument to parameter 'grays' here const CGFloat *grays, ^ Views.m:179:23: warning: incompatible pointer types sending 'float[4]' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [color getRed:thecomps ^~~~~~~~ /usr/local/include/AppKit/NSColor.h:162:27: note: passing argument to parameter 'red' here - (void)getRed:(CGFloat *)red ^ Views.m:180:22: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] green:thecomps+1 ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:163:20: note: passing argument to parameter 'green' here green:(CGFloat *)green ^ Views.m:181:21: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] blue:thecomps+2 ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:164:20: note: passing argument to parameter 'blue' here blue:(CGFloat *)blue ^ Views.m:182:22: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] alpha:thecomps+3]; ^~~~~~~~~~ /usr/local/include/AppKit/NSColor.h:165:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ Views.m:451:25: warning: incompatible pointer types sending 'float[4]' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [rgb getRed:ccomps green:ccomps+1 blue:ccomps+2 ^~~~~~ /usr/local/include/AppKit/NSColor.h:162:27: note: passing argument to parameter 'red' here - (void)getRed:(CGFloat *)red ^ Views.m:451:38: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [rgb getRed:ccomps green:ccomps+1 blue:ccomps+2 ^~~~~~~~ /usr/local/include/AppKit/NSColor.h:163:20: note: passing argument to parameter 'green' here green:(CGFloat *)green ^ Views.m:451:52: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] [rgb getRed:ccomps green:ccomps+1 blue:ccomps+2 ^~~~~~~~ /usr/local/include/AppKit/NSColor.h:164:20: note: passing argument to parameter 'blue' here blue:(CGFloat *)blue ^ Views.m:452:26: warning: incompatible pointer types sending 'float *' to parameter of type 'CGFloat *' (aka 'double *') [-Wincompatible-pointer-types] alpha:ccomps+3]; ^~~~~~~~ /usr/local/include/AppKit/NSColor.h:165:20: note: passing argument to parameter 'alpha' here alpha:(CGFloat *)alpha; ^ 9 warnings generated. cc -Wl,-E -lc++abi -L/usr/local/lib -lc++abi -lobjc2 -lpthread -pthread -fexceptions -fobjc-runtime=gnustep-2.2 -fblocks -o GMastermind.app/./GMastermind \ ./obj/GMastermind.obj/main.m.o ./obj/GMastermind.obj/Controller.m.o ./obj/GMastermind.obj/Views.m.o -L/gmastermind-0.6_writes_to_HOME/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/local/lib -lgnustep-gui -lgnustep-base -lobjc2 -lm /usr/local/share/GNUstep/Makefiles/mkinstalldirs GMastermind.app/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication-GMastermind.tiff---" > ./GMastermind.app/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"GMastermind\";"; \ echo " NSMainNibFile = \"\";"; \ echo " NSMainStoryboardFile = \"\";"; \ echo " GSMainMarkupFile = \"\";"; \ if [ "GMastermind.tiff" != "" ]; then \ echo " NSIcon = \"GMastermind.tiff\";"; \ fi; \ echo " NSPrincipalClass = \"NSApplication\";"; \ echo "}") >GMastermind.app/Resources/Info-gnustep.plist if [ -r "GMastermindInfo.plist" ]; then \ plmerge GMastermind.app/Resources/Info-gnustep.plist "GMastermindInfo.plist"; \ fi pl2link GMastermind.app/Resources/Info-gnustep.plist ./GMastermind.app/Resources/GMastermind.desktop; \ chmod a+x ./GMastermind.app/Resources/GMastermind.desktop for f in Resources/*; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./GMastermind.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in French; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./GMastermind.app/Resources/$l.lproj; \ for f in Localizable.strings; do \ if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \ cp -fr .//$l.lproj/$f \ ./GMastermind.app/Resources/$l.lproj/; \ else \ echo "Warning: .//$l.lproj/$f not found - ignoring"; \ fi; \ done; \ else \ echo "Warning: .//$l.lproj not found - ignoring"; \ fi; \ done >>> Running package in x11/gnustep/gmastermind at 1731890216.72 ===> x11/gnustep/gmastermind ===> Faking installation for gmastermind-0.6p15 This is gnustep-make 2.9.2. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all for app GMastermind... gmake[3]: Nothing to be done for 'internal-app-compile'. for f in Resources/*; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./GMastermind.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in French; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./GMastermind.app/Resources/$l.lproj; \ for f in Localizable.strings; do \ if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \ cp -fr .//$l.lproj/$f \ ./GMastermind.app/Resources/$l.lproj/; \ else \ echo "Warning: .//$l.lproj/$f not found - ignoring"; \ fi; \ done; \ else \ echo "Warning: .//$l.lproj not found - ignoring"; \ fi; \ done Making install for app GMastermind... /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/libexec/GNUstep rm -rf /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/libexec/GNUstep/GMastermind.app; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/libexec/GNUstep; \ (cd ./.; \ /usr/local/bin/gtar chfX - /usr/local/share/GNUstep/Makefiles/tar-exclude-list GMastermind.app) \ | (cd /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/libexec/GNUstep; /usr/local/bin/gtar xf -) chown -R root.bin \ /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/libexec/GNUstep/GMastermind.app \ cd /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/bin/.; \ rm -f GMastermind; \ ln -s `/usr/local/share/GNUstep/Makefiles/relative_path.sh /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/bin/. /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/libexec/GNUstep/GMastermind.app/./GMastermind short` \ GMastermind strip /exopi-obj/pobj/gmastermind-0.6/fake-amd64//usr/local/libexec/GNUstep/GMastermind.app/./GMastermind ===> Building package for gmastermind-0.6p15 Create /exopi-cvs/ports/packages/amd64/all/gmastermind-0.6p15.tgz Creating package gmastermind-0.6p15 reading plist| checking dependencies| checking dependencies|x11/gnustep/back checking dependencies|x11/gnustep/base checking dependencies|x11/gnustep/gui checking dependencies|x11/gnustep/make checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 7% checksumming|****** | 10% checksumming|******** | 14% checksumming|*********** | 17% checksumming|************* | 21% checksumming|*************** | 24% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|*************************** | 45% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 55% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************** | 83% checksumming|***************************************************** | 86% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************** | 80% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/gmastermind-0.6p15.tgz >>> Running clean in x11/gnustep/gmastermind at 1731890232.74 ===> x11/gnustep/gmastermind ===> Cleaning for gmastermind-0.6p15 >>> Ended at 1731890233.08 max_stuck=9.04/depends=2.01/show-prepare-results=1.23/build=2.65/package=16.00/clean=0.40