=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for gworkspace-0.9.1nb26 This is gnustep-make 2.8.0. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all in FSNode ... Making build-headers for framework FSNode... Creating FSNode.framework/Versions/0/Headers... Creating FSNode.framework/Versions/0/Headers/FSNode.h... Creating FSNode.framework/Versions/0/Headers/FSNodeRep.h... Creating FSNode.framework/Versions/0/Headers/FSNFunctions.h... Creating FSNode.framework/Versions/0/Headers/FSNTextCell.h... Creating FSNode.framework/Versions/0/Headers/FSNBrowserCell.h... Creating FSNode.framework/Versions/0/Headers/FSNBrowserScroll.h... Creating FSNode.framework/Versions/0/Headers/FSNBrowserMatrix.h... Creating FSNode.framework/Versions/0/Headers/FSNBrowserColumn.h... Creating FSNode.framework/Versions/0/Headers/FSNBrowser.h... Creating FSNode.framework/Versions/0/Headers/FSNIcon.h... Creating FSNode.framework/Versions/0/Headers/FSNIconsView.h... Creating FSNode.framework/Versions/0/Headers/FSNListView.h... Creating FSNode.framework/Versions/0/Headers/FSNPathComponentsViewer.h... Creating derived_src/.stamp... Creating FSNode.framework/Versions/0/Resources... Updating Version/Current symlink... Making all for framework FSNode... Compiling file FSNode.m ... Compiling file FSNFunctions.m ... Compiling file FSNodeRep.m ... Compiling file FSNodeRepIcons.m ... FSNode.m:669:62: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] FSNFunctions.m sizeStr = [NSString stringWithFormat: @"%s%d bytes", sign, (long)fsize];: 109 ~~ ^~~~~~~~~~~: 64 %ld: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] sizeStr = [NSString stringWithFormat:@"%s %d bytes", sign, (long)size]; ~~ ^~~~~~~~~~ %ld FSNodeRep.m:860:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] - (BOOL)getFileSystemInfoForPath:(NSString *)fullPath ^ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSWorkspace.h:127:1: note: method 'getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:' declared here - (BOOL) getFileSystemInfoForPath: (NSString*)fullPath ^ FSNodeRep.m:1008:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] - (BOOL)unmountAndEjectDeviceAtPath:(NSString *)path ^ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSWorkspace.h:204:1: note: method 'unmountAndEjectDeviceAtPath:' declared here - (BOOL) unmountAndEjectDeviceAtPath: (NSString*)path; ^ FSNodeRep.m:968:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] - (NSArray *)mountNewRemovableMedia ^ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSWorkspace.h:210:1: note: method 'mountNewRemovableMedia' declared here - (NSArray*) mountNewRemovableMedia; ^ FSNodeRep.m:926:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] - (NSArray *)mountedRemovableMedia ^ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSWorkspace.h:211:1: note: method 'mountedRemovableMedia' declared here - (NSArray*) mountedRemovableMedia; ^ FSNodeRep.m:907:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] - (NSArray *)mountedLocalVolumePaths ^ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSWorkspace.h:213:1: note: method 'mountedLocalVolumePaths' declared here - (NSArray*) mountedLocalVolumePaths; ^ 1 warning generated. Compiling file FSNTextCell.m ... Compiling file FSNBrowserCell.m ... 5 warnings generated. Compiling file FSNBrowserScroll.m ... 1 warning generated. Compiling file FSNBrowserMatrix.m ... FSNTextCell.m:68:19: warning: using 'stringWithString:' with a literal is redundant [-Wobjc-redundant-literal-use] ASSIGN (dots, [NSString stringWithString: @"..."]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ FSNBrowserCell.m:423:19: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [selection count], NSLocalizedString(@"elements", @"")])); ^~~~~~~~~~~~~~~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ 1 warning generated. Compiling file FSNBrowserColumn.m ... FSNBrowserMatrix.m:113:17: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow: &row column: &col ofCell: aCell]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:178:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserMatrix.m:113:30: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow: &row column: &col ofCell: aCell]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:179:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ FSNBrowserMatrix.m:128:19: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow: &row column: &col ofCell: aCell]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:178:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserMatrix.m:128:32: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow: &row column: &col ofCell: aCell]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:179:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ FSNBrowserMatrix.m:149:23: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow: &row column: &col ofCell: c]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:178:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserMatrix.m:149:36: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [self getRow: &row column: &col ofCell: c]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:179:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ FSNBrowserMatrix.m:199:23: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if ([self getRow: &row column: &col forPoint: lastLocation]) { ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:175:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserMatrix.m:199:36: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if ([self getRow: &row column: &col forPoint: lastLocation]) { ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:176:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ Compiling file FSNBrowser.m ... FSNBrowserMatrix.m:391:21: warning: 1incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] warning generated if ([self getRow: &row column: &col forPoint: location]) {. ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:175:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserMatrix.m:391:34: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if ([self getRow: &row column: &col forPoint: location]) { ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:176:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ FSNBrowserMatrix.m:420:21: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if ([self getRow: &row column: &col forPoint: location]) { ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:175:31: note: passing argument to parameter 'row' here Compiling file FSNIcon.m ... - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserMatrix.m:420:34: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if ([self getRow: &row column: &col forPoint: location]) { ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:176:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ 12 warnings generated. Compiling file FSNIconsView.m ... FSNBrowserColumn.m:452:23: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [matrix getRow: &row column: &col ofCell: cell]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:178:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserColumn.m:452:36: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] [matrix getRow: &row column: &col ofCell: cell]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:179:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ FSNBrowserColumn.m:1138:23: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if ([matrix getRow: &row column: &col forPoint: p] == NO) { ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:175:31: note: passing argument to parameter 'row' here - (BOOL) getRow: (NSInteger *)row ^ FSNBrowserColumn.m:1138:36: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types] if ([matrix getRow: &row column: &col forPoint: p] == NO) { ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSMatrix.h:176:24: note: passing argument to parameter 'column' here column: (NSInteger *)column ^ FSNBrowser.m:138:32: warning: sending 'FSNBrowser *' to parameter of incompatible type 'id' [nameEditor setDelegate: self]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSTextField.h:79:46: note: passing argument to parameter 'anObject' here - (void)setDelegate:(id)anObject; ^ FSNIcon.m:708:7: warning: direct access to Objective-C's isa is deprecated in favor of object_getClass() [-Wdeprecated-objc-isa-usage] [[isa branchImage] compositeToPoint: brImgBounds.origin operation: NSCompositeSourceOver]; ^ /tmp/sysutils/gworkspace/work/.buildlink/include/Foundation/NSObject.h:294:9: note: instance variable is declared here Class isa; ^ FSNIcon.m:774:19: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] [selection count], NSLocalizedString(@"elements", @"")])); ^~~~~~~~~~~~~~~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/GNUstepBase/GNUstep.h:183:34: note: expanded from macro 'ASSIGN' object = (__typeof__(object))[(value) retain]; \ ^~~~~ FSNIconsView.m:170:30: warning: sending 'FSNIconsView *' to parameter of incompatible type 'id' [nameEditor setDelegate: self]; ^~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/AppKit/NSTextField.h:79:46: note: passing argument to parameter 'anObject' here - (void)setDelegate:(id)anObject; ^ FSNIconsView.m:200:31: error: incompatible function pointer types sending 'int (*)(id, id, void *)' to parameter of type 'NSComparisonResult (*)(id, id, void *)' (aka 'enum NSComparisonResult (*)(id, id, void *)') [-Wincompatible-function-pointer-types] [icons sortUsingFunction: (int (*)(id, id, void*))compareWithExtType ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/sysutils/gworkspace/work/.buildlink/include/Foundation/NSArray.h:389:41: note: passing argument to parameter 'compare' here GS_GENERIC_TYPE(ElementT),void*))compare ^ FSNIconsView.m:1939:21: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] for (i = 0; i < abs(sc / margin); i++) { ^ FSNIconsView.m:1939:21: note: use function 'fabsf' instead for (i = 0; i < abs(sc / margin); i++) { ^~~ fabsf 2 warnings and 1 error generated. gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/rules.make:515: obj/FSNode.obj/FSNIconsView.m.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... 4 warnings generated. 2 warnings generated. 1 warning generated. gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/framework.make:612: internal-framework-run-compile-submake] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: FSNode.all.framework.variables] Error 2 gmake: *** [/usr/pkg/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/gworkspace *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/sysutils/gworkspace