>>> Building on exopi-6 under x11/gnustep/jigsaw BDEPENDS = [devel/gmake;x11/gnustep/make;x11/gnustep/gui;x11/gnustep/base] DIST = [x11/gnustep/jigsaw:gnustep/Jigsaw-0.8.tar.gz] FULLPKGNAME = jigsaw-0.8p15 RDEPENDS = [x11/gnustep/base;x11/gnustep/gui;x11/gnustep/make;x11/gnustep/back] (Junk lock obtained for exopi-6 at 1714762335.65) >>> Running depends in x11/gnustep/jigsaw at 1714762335.68 last junk was in sysutils/nut /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/jigsaw at 1714762338.09 ===> x11/gnustep/jigsaw ===> Building from scratch jigsaw-0.8p15 ===> jigsaw-0.8p15 depends on: gnustep-make-* -> gnustep-make-2.9.1p1 ===> jigsaw-0.8p15 depends on: gmake-* -> gmake-4.4.1 ===> jigsaw-0.8p15 depends on: gnustep-gui-* -> gnustep-gui-0.30.0p1 ===> jigsaw-0.8p15 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 Don't run junk because nojunk in devel/sdcc (Junk lock released for exopi-6 at 1714762339.09) distfiles size=22202 >>> Running build in x11/gnustep/jigsaw at 1714762339.12 ===> x11/gnustep/jigsaw ===> Checking files for jigsaw-0.8p15 `/exopi-cvs/ports/distfiles/gnustep/Jigsaw-0.8.tar.gz' is up to date. >> (SHA256) gnustep/Jigsaw-0.8.tar.gz: OK ===> Extracting for jigsaw-0.8p15 ===> Patching for jigsaw-0.8p15 ===> 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 jigsaw-0.8p15 ===> Configuring for jigsaw-0.8p15 ===> Building for jigsaw-0.8p15 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 Jigsaw... cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj/Jigsaw.obj/ /usr/local/share/GNUstep/Makefiles/mkinstalldirs Jigsaw.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-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/jigsaw-0.8_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/Jigsaw.obj/main.m.o cc BTree.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-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/jigsaw-0.8_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/Jigsaw.obj/BTree.m.o BTree.m:313:22: warning: multiple methods named 'tag' found [-Wobjc-multiple-method-names] [leaf tag]]; ^~~~~~~~~~ /usr/local/include/AppKit/NSView.h:229:1: note: using - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ /usr/local/include/AppKit/NSCell.h:394:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /usr/local/include/AppKit/NSUserInterfaceValidation.h:38:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /usr/local/include/AppKit/NSControl.h:181:1: note: also found - (NSInteger)tag; ^~~~~~~~~~~~~~~~~ /usr/local/include/AppKit/NSToolbarItem.h:112:1: note: also found - (NSInteger) tag; ^~~~~~~~~~~~~~~~~~ ./BTree.h:20:1: note: also found - (int)tag; ^~~~~~~~~~~ BTree.m:313:22: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] [leaf tag]]; ^~~~~~~~~~ 2 warnings generated. cc Document.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-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/jigsaw-0.8_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/Jigsaw.obj/Document.m.o Document.m:476:12: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] px, py, [clusters count]]; ^~~~~~~~~~~~~~~~ Document.m:523:29: warning: data argument not used by format string [-Wformat-extra-args] data]; ^ Document.m:590:31: warning: implicit conversion from enumeration type 'PTYPE' to different enumeration type 'BTYPE' [-Wenum-conversion] lower:lower]; ^~~~~ Document.m:589:31: warning: implicit conversion from enumeration type 'PTYPE' to different enumeration type 'BTYPE' [-Wenum-conversion] upper:upper ^~~~~ Document.m:588:31: warning: implicit conversion from enumeration type 'PTYPE' to different enumeration type 'BTYPE' [-Wenum-conversion] right:right ^~~~~ Document.m:587:30: warning: implicit conversion from enumeration type 'PTYPE' to different enumeration type 'BTYPE' [-Wenum-conversion] left:left ^~~~ Document.m:607:52: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] NSLog(@"%d: read %d cluster(s)", __LINE__, [clusters count]); ~~ ^~~~~~~~~~~~~~~~ %lu 7 warnings generated. cc PieceView.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-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/jigsaw-0.8_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/Jigsaw.obj/PieceView.m.o PieceView.m:688:16: warning: enumeration values 'EXTERIOR' and 'CENTER' not handled in switch [-Wswitch] switch(pos){ ^~~ 1 warning generated. cc -Wl,-E -pthread -fexceptions -fobjc-runtime=gnustep-1.8 -fblocks -o Jigsaw.app/./Jigsaw \ ./obj/Jigsaw.obj/main.m.o ./obj/Jigsaw.obj/BTree.m.o ./obj/Jigsaw.obj/Document.m.o ./obj/Jigsaw.obj/PieceView.m.o -L/jigsaw-0.8_writes_to_HOME/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/local/lib -lgnustep-gui -lgnustep-base -lobjc2 -lm -lc++abi Document.m:184(./obj/Jigsaw.obj/Document.m.o:(_i_Document__scramble_)): warning: rand() may return deterministic values, is that what you want? /usr/local/share/GNUstep/Makefiles/mkinstalldirs Jigsaw.app/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication----" > ./Jigsaw.app/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"Jigsaw\";"; \ echo " NSMainNibFile = \"\";"; \ echo " NSMainStoryboardFile = \"\";"; \ echo " GSMainMarkupFile = \"\";"; \ if [ "" != "" ]; then \ echo " NSIcon = \"\";"; \ fi; \ echo " NSPrincipalClass = \"NSApplication\";"; \ echo "}") >Jigsaw.app/Resources/Info-gnustep.plist if [ -r "JigsawInfo.plist" ]; then \ plmerge Jigsaw.app/Resources/Info-gnustep.plist "JigsawInfo.plist"; \ fi pl2link Jigsaw.app/Resources/Info-gnustep.plist ./Jigsaw.app/Resources/Jigsaw.desktop; \ chmod a+x ./Jigsaw.app/Resources/Jigsaw.desktop for f in Resources/*; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./Jigsaw.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done >>> Running package in x11/gnustep/jigsaw at 1714762344.09 ===> x11/gnustep/jigsaw ===> Faking installation for jigsaw-0.8p15 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 Jigsaw... 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 ./Jigsaw.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done Making install for app Jigsaw... /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/libexec/GNUstep rm -rf /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/libexec/GNUstep/Jigsaw.app; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/libexec/GNUstep; \ (cd ./.; \ /usr/local/bin/gtar chfX - /usr/local/share/GNUstep/Makefiles/tar-exclude-list Jigsaw.app) \ | (cd /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/libexec/GNUstep; /usr/local/bin/gtar xf -) chown -R root.bin \ /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/libexec/GNUstep/Jigsaw.app \ cd /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/bin/.; \ rm -f Jigsaw; \ ln -s `/usr/local/share/GNUstep/Makefiles/relative_path.sh /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/bin/. /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/libexec/GNUstep/Jigsaw.app/./Jigsaw short` \ Jigsaw strip /exopi-obj/pobj/jigsaw-0.8/fake-amd64//usr/local/libexec/GNUstep/Jigsaw.app/./Jigsaw ===> Building package for jigsaw-0.8p15 Create /exopi-cvs/ports/packages/amd64/all/jigsaw-0.8p15.tgz Creating package jigsaw-0.8p15 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|** | 4% checksumming|**** | 7% checksumming|******* | 11% checksumming|********* | 14% checksumming|*********** | 18% checksumming|************* | 21% checksumming|*************** | 25% checksumming|***************** | 29% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 71% checksumming|********************************************** | 75% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/jigsaw-0.8p15.tgz >>> Running clean in x11/gnustep/jigsaw at 1714762362.87 ===> x11/gnustep/jigsaw ===> Cleaning for jigsaw-0.8p15 >>> Ended at 1714762363.44 max_stuck=11.63/depends=2.41/show-prepare-results=1.03/build=4.95/package=18.80/clean=0.60