>>> Building on exopi-2 under x11/gnustep/gomoku BDEPENDS = [devel/gmake;x11/gnustep/gui;x11/gnustep/make;x11/gnustep/base] DIST = [x11/gnustep/gomoku:gnustep/Gomoku-1.2.9.tar.gz] FULLPKGNAME = gomoku-1.2.9p15 RDEPENDS = [x11/gnustep/back;x11/gnustep/base;x11/gnustep/gui;x11/gnustep/make] (Junk lock obtained for exopi-2 at 1714762363.34) >>> Running depends in x11/gnustep/gomoku at 1714762363.38 last junk was in multimedia/gstreamer1/plugins-bad /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 >>> Running show-prepare-results in x11/gnustep/gomoku at 1714762367.13 ===> x11/gnustep/gomoku ===> Building from scratch gomoku-1.2.9p15 ===> gomoku-1.2.9p15 depends on: gnustep-make-* -> gnustep-make-2.9.1p1 ===> gomoku-1.2.9p15 depends on: gmake-* -> gmake-4.4.1 ===> gomoku-1.2.9p15 depends on: gnustep-gui-* -> gnustep-gui-0.30.0p1 ===> gomoku-1.2.9p15 depends on: gnustep-base-* -> gnustep-base-1.29.0p2 ===> 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.6 gnustep-gui.0.32 c.100.0 objc2.3.0 m.10.1 gmake-4.4.1 gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 (Junk lock released for exopi-2 at 1714762368.43) distfiles size=88825 >>> Running build in x11/gnustep/gomoku at 1714762368.46 ===> x11/gnustep/gomoku ===> Checking files for gomoku-1.2.9p15 `/exopi-cvs/ports/distfiles/gnustep/Gomoku-1.2.9.tar.gz' is up to date. >> (SHA256) gnustep/Gomoku-1.2.9.tar.gz: OK ===> Extracting for gomoku-1.2.9p15 ===> Patching for gomoku-1.2.9p15 ===> 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.9p15 ===> Configuring for gomoku-1.2.9p15 ===> Building for gomoku-1.2.9p15 This is gnustep-make 2.9.1. 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-1.8 -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] Board *c = [isa allocWithZone: zone]; ^ /usr/local/include/Foundation/NSObject.h:294:9: note: instance variable is declared here 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-1.8 -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] self = [[isa alloc] initWithContentRect: winFrame ^ /usr/local/include/Foundation/NSObject.h:294:9: note: instance variable is declared here Class isa; ^ Controller.m:147:8: warning: incompatible pointer types assigning to 'NSImageCell *' from 'NSCell *' [-Wincompatible-pointer-types] cell = [[NSCell alloc] init]; ^ ~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/Foundation/NSObject.h:376:1: note: instance method 'init' is assumed to return an instance of its receiver type ('NSCell *') - (id) init; ^ 2 warnings generated. 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 -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fobjc-runtime=gnustep-1.8 -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/main.m.o main.m:57:13: warning: assigning to 'NSMenuItem *' from incompatible type 'id' menuItem = [mainMenu addItemWithTitle: _(@"Info") ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.m:73:13: warning: assigning to 'NSMenuItem *' from incompatible type 'id' menuItem = [mainMenu addItemWithTitle: _(@"Game") ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.m:89:13: warning: assigning to 'NSMenuItem *' from incompatible type 'id' menuItem = [mainMenu addItemWithTitle: _(@"Windows") ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. cc -Wl,-E -pthread -fexceptions -fobjc-runtime=gnustep-1.8 -fblocks -o Gomoku.app/./Gomoku \ ./obj/Gomoku.obj/Board.m.o ./obj/Gomoku.obj/Controller.m.o ./obj/Gomoku.obj/main.m.o -L/gomoku-1.2.9_writes_to_HOME/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/local/lib -lgnustep-gui -lgnustep-base -lobjc2 -lm -lc++abi /usr/local/share/GNUstep/Makefiles/mkinstalldirs Gomoku.app/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication----" > ./Gomoku.app/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"Gomoku\";"; \ echo " NSMainNibFile = \"\";"; \ echo " NSMainStoryboardFile = \"\";"; \ echo " GSMainMarkupFile = \"\";"; \ if [ "" != "" ]; then \ echo " NSIcon = \"\";"; \ fi; \ echo " NSPrincipalClass = \"NSApplication\";"; \ echo "}") >Gomoku.app/Resources/Info-gnustep.plist if [ -r "GomokuInfo.plist" ]; then \ plmerge Gomoku.app/Resources/Info-gnustep.plist "GomokuInfo.plist"; \ fi pl2link Gomoku.app/Resources/Info-gnustep.plist ./Gomoku.app/Resources/Gomoku.desktop; \ chmod a+x ./Gomoku.app/Resources/Gomoku.desktop for f in Empty.png EmptyLeft.png EmptyRight.png EmptyTop.png EmptyBottom.png EmptyTopLeft.png EmptyTopRight.png EmptyBottomLeft.png EmptyBottomRight.png Computer.png ComputerLeft.png ComputerRight.png ComputerTop.png ComputerBottom.png ComputerTopLeft.png ComputerTopRight.png ComputerBottomLeft.png ComputerBottomRight.png Human.png HumanLeft.png HumanRight.png HumanTop.png HumanBottom.png HumanTopLeft.png HumanTopRight.png HumanBottomLeft.png HumanBottomRight.png Gomoku.png; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./Gomoku.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in English Italian French Swedish Spanish German TraditionalChinese Hungarian Norwegian; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./Gomoku.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 \ ./Gomoku.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/gomoku at 1714762373.68 ===> x11/gnustep/gomoku ===> Faking installation for gomoku-1.2.9p15 This is gnustep-make 2.9.1. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all for app Gomoku... gmake[3]: Nothing to be done for 'internal-app-compile'. for f in Empty.png EmptyLeft.png EmptyRight.png EmptyTop.png EmptyBottom.png EmptyTopLeft.png EmptyTopRight.png EmptyBottomLeft.png EmptyBottomRight.png Computer.png ComputerLeft.png ComputerRight.png ComputerTop.png ComputerBottom.png ComputerTopLeft.png ComputerTopRight.png ComputerBottomLeft.png ComputerBottomRight.png Human.png HumanLeft.png HumanRight.png HumanTop.png HumanBottom.png HumanTopLeft.png HumanTopRight.png HumanBottomLeft.png HumanBottomRight.png Gomoku.png; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./Gomoku.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in English Italian French Swedish Spanish German TraditionalChinese Hungarian Norwegian; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./Gomoku.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 \ ./Gomoku.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 Gomoku... /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/libexec/GNUstep rm -rf /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/libexec/GNUstep/Gomoku.app; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/libexec/GNUstep; \ (cd ./.; \ /usr/local/bin/gtar chfX - /usr/local/share/GNUstep/Makefiles/tar-exclude-list Gomoku.app) \ | (cd /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/libexec/GNUstep; /usr/local/bin/gtar xf -) chown -R root.bin \ /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/libexec/GNUstep/Gomoku.app \ cd /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/bin/.; \ rm -f Gomoku; \ ln -s `/usr/local/share/GNUstep/Makefiles/relative_path.sh /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/bin/. /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/libexec/GNUstep/Gomoku.app/./Gomoku short` \ Gomoku strip /exopi-obj/pobj/gomoku-1.2.9/fake-amd64//usr/local/libexec/GNUstep/Gomoku.app/./Gomoku ===> Building package for gomoku-1.2.9p15 Create /exopi-cvs/ports/packages/amd64/all/gomoku-1.2.9p15.tgz Creating package gomoku-1.2.9p15 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|* | 1% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 94% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/gomoku-1.2.9p15.tgz >>> Running clean in x11/gnustep/gomoku at 1714762396.91 ===> x11/gnustep/gomoku ===> Cleaning for gomoku-1.2.9p15 >>> Ended at 1714762397.31 max_stuck=16.45/depends=3.72/show-prepare-results=1.37/build=5.22/package=23.23/clean=0.43