>>> Building on exopi-2 under x11/gnustep/aclock BDEPENDS = [devel/gmake;x11/gnustep/gui;x11/gnustep/make;x11/gnustep/base] DIST = [x11/gnustep/aclock:gnustep/AClock-0.4.0.tar.gz] FULLPKGNAME = aclock-0.4.0p15 RDEPENDS = [x11/gnustep/back;x11/gnustep/base;x11/gnustep/make;x11/gnustep/gui] (Junk lock obtained for exopi-2 at 1714762329.92) >>> Running depends in x11/gnustep/aclock at 1714762329.96 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/aclock at 1714762332.60 ===> x11/gnustep/aclock ===> Building from scratch aclock-0.4.0p15 ===> aclock-0.4.0p15 depends on: gnustep-make-* -> gnustep-make-2.9.1p1 ===> aclock-0.4.0p15 depends on: gmake-* -> gmake-4.4.1 ===> aclock-0.4.0p15 depends on: gnustep-gui-* -> gnustep-gui-0.30.0p1 ===> aclock-0.4.0p15 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 1714762334.00) distfiles size=299488 >>> Running build in x11/gnustep/aclock at 1714762334.03 ===> x11/gnustep/aclock ===> Checking files for aclock-0.4.0p15 `/exopi-cvs/ports/distfiles/gnustep/AClock-0.4.0.tar.gz' is up to date. >> (SHA256) gnustep/AClock-0.4.0.tar.gz: OK ===> Extracting for aclock-0.4.0p15 ===> Patching for aclock-0.4.0p15 ===> 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 aclock-0.4.0p15 ===> Configuring for aclock-0.4.0p15 ===> Building for aclock-0.4.0p15 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 AClock... cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj/AClock.obj/ /usr/local/share/GNUstep/Makefiles/mkinstalldirs AClock.app/. cc AppController.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/aclock-0.4.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/AClock.obj/AppController.m.o AppController.m:137:55: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] [defaults setObject:[NSString stringWithFormat:@"%d",[sender indexOfSelectedItem]] forKey:@"NumberType"]; ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld AppController.m:532:18: warning: receiver 'GSInfoPanel' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] _infoPanel = [[GSInfoPanel alloc] initWithDictionary: dict]; ^~~~~~~~~~~ /usr/local/include/AppKit/NSApplication.h:66:8: note: forward declaration of class here @class GSInfoPanel; ^ /usr/local/include/Foundation/NSObject.h:311:1: note: method 'alloc' is used for the forward class + (id) alloc; ^ AppController.m:528:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] - (void) orderFrontStandardInfoPanelWithOptions: (NSDictionary *) dict; ^ /usr/local/include/AppKit/NSApplication.h:365:1: note: method 'orderFrontStandardInfoPanelWithOptions:' declared here - (void) orderFrontStandardInfoPanelWithOptions: (NSDictionary *)dictionary; ^ 3 warnings generated. cc Clock.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/aclock-0.4.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/AClock.obj/Clock.m.o Clock.m:122:28: warning: class method '+colorFromString:' not found (return type defaults to 'id') [-Wobjc-method-access] ASSIGN(faceColor,[NSColor colorFromString:[defaults objectForKey: @"FaceColor"]]); ^~~~~~~~~~~~~~~ /usr/local/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ Clock.m:123:29: warning: class method '+colorFromString:' not found (return type defaults to 'id') [-Wobjc-method-access] ASSIGN(frameColor,[NSColor colorFromString:[defaults objectForKey: @"FrameColor"]]); ^~~~~~~~~~~~~~~ /usr/local/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ Clock.m:124:29: warning: class method '+colorFromString:' not found (return type defaults to 'id') [-Wobjc-method-access] ASSIGN(marksColor,[NSColor colorFromString:[defaults objectForKey: @"MarksColor"]]); ^~~~~~~~~~~~~~~ /usr/local/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ Clock.m:125:29: warning: class method '+colorFromString:' not found (return type defaults to 'id') [-Wobjc-method-access] ASSIGN(handsColor,[NSColor colorFromString:[defaults objectForKey: @"HandsColor"]]); ^~~~~~~~~~~~~~~ /usr/local/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ Clock.m:126:31: warning: class method '+colorFromString:' not found (return type defaults to 'id') [-Wobjc-method-access] ASSIGN(secHandColor,[NSColor colorFromString:[defaults objectForKey: @"SecondHandColor"]]); ^~~~~~~~~~~~~~~ /usr/local/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ Clock.m:412:54: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] initWithString:[NSString stringWithFormat:@"%d",[_date dayOfMonth]]]; ~~ ^~~~~~~~~~~~~~~~~~ %ld 6 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/aclock-0.4.0_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/AClock.obj/main.m.o cc -Wl,-E -pthread -fexceptions -fobjc-runtime=gnustep-1.8 -fblocks -o AClock.app/./AClock \ ./obj/AClock.obj/AppController.m.o ./obj/AClock.obj/Clock.m.o ./obj/AClock.obj/main.m.o -L/aclock-0.4.0_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 AClock.app/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication----" > ./AClock.app/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"AClock\";"; \ echo " NSMainNibFile = \"\";"; \ echo " NSMainStoryboardFile = \"\";"; \ echo " GSMainMarkupFile = \"\";"; \ if [ "" != "" ]; then \ echo " NSIcon = \"\";"; \ fi; \ echo " NSPrincipalClass = \"NSApplication\";"; \ echo "}") >AClock.app/Resources/Info-gnustep.plist if [ -r "AClockInfo.plist" ]; then \ plmerge AClock.app/Resources/Info-gnustep.plist "AClockInfo.plist"; \ fi pl2link AClock.app/Resources/Info-gnustep.plist ./AClock.app/Resources/AClock.desktop; \ chmod a+x ./AClock.app/Resources/AClock.desktop for f in Resources/AClock.gorm Resources/AClock.tiff Resources/clock.png Resources/cuckoo0.png Resources/cuckoo1.png Resources/cuckoo10.png Resources/cuckoo11.png Resources/cuckoo12.png Resources/cuckoo13.png Resources/cuckoo14.png Resources/cuckoo15.png Resources/cuckoo16.png Resources/cuckoo17.png Resources/cuckoo18.png Resources/cuckoo19.png Resources/cuckoo2.png Resources/cuckoo3.png Resources/cuckoo4.png Resources/cuckoo5.png Resources/cuckoo6.png Resources/cuckoo7.png Resources/cuckoo8.png Resources/cuckoo9.png Resources/cuckoo.wav Resources/ring.wav; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./AClock.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done >>> Running package in x11/gnustep/aclock at 1714762339.94 ===> x11/gnustep/aclock ===> Faking installation for aclock-0.4.0p15 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 AClock... gmake[3]: Nothing to be done for 'internal-app-compile'. for f in Resources/AClock.gorm Resources/AClock.tiff Resources/clock.png Resources/cuckoo0.png Resources/cuckoo1.png Resources/cuckoo10.png Resources/cuckoo11.png Resources/cuckoo12.png Resources/cuckoo13.png Resources/cuckoo14.png Resources/cuckoo15.png Resources/cuckoo16.png Resources/cuckoo17.png Resources/cuckoo18.png Resources/cuckoo19.png Resources/cuckoo2.png Resources/cuckoo3.png Resources/cuckoo4.png Resources/cuckoo5.png Resources/cuckoo6.png Resources/cuckoo7.png Resources/cuckoo8.png Resources/cuckoo9.png Resources/cuckoo.wav Resources/ring.wav; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./AClock.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done Making install for app AClock... /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/libexec/GNUstep rm -rf /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/libexec/GNUstep/AClock.app; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/libexec/GNUstep; \ (cd ./.; \ /usr/local/bin/gtar chfX - /usr/local/share/GNUstep/Makefiles/tar-exclude-list AClock.app) \ | (cd /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/libexec/GNUstep; /usr/local/bin/gtar xf -) chown -R root.bin \ /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/libexec/GNUstep/AClock.app \ cd /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/bin/.; \ rm -f AClock; \ ln -s `/usr/local/share/GNUstep/Makefiles/relative_path.sh /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/bin/. /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/libexec/GNUstep/AClock.app/./AClock short` \ AClock strip /exopi-obj/pobj/aclock-0.4.0/fake-amd64//usr/local/libexec/GNUstep/AClock.app/./AClock ===> Building package for aclock-0.4.0p15 Create /exopi-cvs/ports/packages/amd64/all/aclock-0.4.0p15.tgz Creating package aclock-0.4.0p15 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|* | 2% checksumming|** | 4% checksumming|*** | 6% checksumming|***** | 7% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************** | 22% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 93% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/aclock-0.4.0p15.tgz >>> Running clean in x11/gnustep/aclock at 1714762362.76 ===> x11/gnustep/aclock ===> Cleaning for aclock-0.4.0p15 >>> Ended at 1714762363.09 max_stuck=15.89/depends=2.66/show-prepare-results=1.42/build=5.91/package=22.82/clean=0.35