=> Bootstrap dependency digest>=20010302: found digest-20211005 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 Renaissance-0.9.0nb21 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 Source ... Making all in subprojects of library Renaissance... Making all for subproject libgnustep-autolayout... Precompiling header file AutoLayoutCommonInclude.h ... Compiling file GSAutoLayoutDefaults.m ... Compiling file GSAutoLayoutGrid.m ... GSAutoLayoutGrid.m:844:22: warning: incompatible pointer types sending 'const float [2]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] [path setLineDash: dash count: 2 phase: 0.0]; ^~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSBezierPath.h:180:38: note: passing argument to parameter 'pattern' here - (void)setLineDash:(const CGFloat *)pattern count:(NSInteger)count phase:(CGFloat)phase; ^ GSAutoLayoutGrid.m:870:22: warning: incompatible pointer types sending 'const float [2]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] [path setLineDash: dash count: 2 phase: 0.0]; ^~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSBezierPath.h:180:38: note: passing argument to parameter 'pattern' here - (void)setLineDash:(const CGFloat *)pattern count:(NSInteger)count phase:(CGFloat)phase; ^ 2 warnings generated. Compiling file GSAutoLayoutHBox.m ... GSAutoLayoutHBox.m:721:22: warning: incompatible pointer types sending 'const float [2]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] [path setLineDash: dash count: 2 phase: 0.0]; ^~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSBezierPath.h:180:38: note: passing argument to parameter 'pattern' here - (void)setLineDash:(const CGFloat *)pattern count:(NSInteger)count phase:(CGFloat)phase; ^ 1 warning generated. Compiling file GSAutoLayoutHSpace.m ... Compiling file GSAutoLayoutManager.m ... Compiling file GSAutoLayoutSpace.m ... Compiling file GSAutoLayoutStandardManager.m ... Compiling file GSAutoLayoutProportionalManager.m ... Compiling file GSAutoLayoutVBox.m ... GSAutoLayoutVBox.m:721:22: warning: incompatible pointer types sending 'const float [2]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types] [path setLineDash: dash count: 2 phase: 0.0]; ^~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSBezierPath.h:180:38: note: passing argument to parameter 'pattern' here - (void)setLineDash:(const CGFloat *)pattern count:(NSInteger)count phase:(CGFloat)phase; ^ 1 warning generated. Compiling file GSAutoLayoutVSpace.m ... Compiling file NSViewSize.m ... Linking subproject libgnustep-autolayout ... Making all for subproject libgnustep-markup... Precompiling header file MarkupCommonInclude.h ... Compiling file GSMarkupAwaker.m ... Compiling file GSMarkupConnector.m ... Compiling file GSMarkupCoder.m ... Compiling file GSMarkupDecoder.m ... Compiling file GSMarkupDecoderBackend.m ... In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:130:14: warning: conflicting parameter types in implementation of 'elementDecl:type:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] type: (int)type ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:272:20: note: previous definition is here type: (NSInteger)type; ~~~~~~~~~ ^ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:116:20: warning: conflicting parameter types in implementation of 'entityDecl:type:public:system:content:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] type: (int)type ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:283:33: note: previous definition is here type: (NSInteger)type ~~~~~~~~~ ^ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:156:22: warning: conflicting parameter types in implementation of 'error:colNumber:lineNumber:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] colNumber: (int)colNumber ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:289:28: note: previous definition is here colNumber: (NSInteger)colNumber ~~~~~~~~~ ^ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:157:22: warning: conflicting parameter types in implementation of 'error:colNumber:lineNumber:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] lineNumber: (int)lineNumber ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:290:28: note: previous definition is here lineNumber: (NSInteger)lineNumber; ~~~~~~~~~ ^ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:164:24: warning: conflicting parameter types in implementation of 'fatalError:colNumber:lineNumber:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] colNumber: (int)colNumber ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:296:33: note: previous definition is here colNumber: (NSInteger)colNumber ~~~~~~~~~ ^ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:165:24: warning: conflicting parameter types in implementation of 'fatalError:colNumber:lineNumber:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] lineNumber: (int)lineNumber ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:297:33: note: previous definition is here lineNumber: (NSInteger)lineNumber; ~~~~~~~~~ ^ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:183:1: warning: conflicting return type in implementation of 'hasExternalSubset': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-return-types] - (int) hasExternalSubset ^ ~~~ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:304:1: note: previous definition is here - (NSInteger) hasExternalSubset; ^ ~~~~~~~~~ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:171:1: warning: conflicting return type in implementation of 'hasInternalSubset': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-return-types] - (int) hasInternalSubset ^ ~~~ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:305:1: note: previous definition is here - (NSInteger) hasInternalSubset; ^ ~~~~~~~~~ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:62:1: warning: conflicting return type in implementation of 'isStandalone': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-return-types] - (int) isStandalone ^ ~~~ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:311:1: note: previous definition is here - (NSInteger) isStandalone; ^ ~~~~~~~~~ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:148:24: warning: conflicting parameter types in implementation of 'warning:colNumber:lineNumber:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] colNumber: (int)colNumber ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:345:30: note: previous definition is here colNumber: (NSInteger)colNumber ~~~~~~~~~ ^ In file included from GSMarkupDecoderBackend.m:48: ./DecoderBackend/GSMarkupDecoderBackendGSXML.m:149:24: warning: conflicting parameter types in implementation of 'warning:colNumber:lineNumber:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types] lineNumber: (int)lineNumber ~~~ ^ /tmp/devel/Renaissance/work/.buildlink/include/GNUstepBase/GSXML.h:346:30: note: previous definition is here lineNumber: (NSInteger)lineNumber; ~~~~~~~~~ ^ 11 warnings generated. Compiling file GSMarkupTagObject.m ... Compiling file GSMarkupLocalizer.m ... Compiling file GSMarkupBundleAdditions.m ... Compiling file GSMarkupTagInstance.m ... Linking subproject libgnustep-markup ... Making all for subproject libgnustep-markup-gui... Precompiling header file TagCommonInclude.h ... Compiling file GSMarkupApplicationMain.m ... Compiling file GSMarkupTagObjectAdditions.m ... Compiling file GSMarkupTagBox.m ... Compiling file GSMarkupTagBrowser.m ... Compiling file GSMarkupTagButton.m ... Compiling file GSMarkupTagColorWell.m ... Compiling file GSMarkupTagControl.m ... Compiling file GSMarkupTagForm.m ... GSMarkupTagForm.m:104:7: warning: incompatible pointer types assigning to 'NSFormCell *' from 'GSMarkupTagFormItem *' [-Wincompatible-pointer-types] cell = [item initPlatformObject: cell]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../Markup/GSMarkupTagObject.h:189:1: note: instance method 'initPlatformObject:' is assumed to return an instance of its receiver type ('GSMarkupTagFormItem *') - (id) initPlatformObject: (id)platformObject; ^ 1 warning generated. Compiling file GSMarkupTagFormItem.m ... Compiling file GSMarkupTagGrid.m ... GSMarkupTagGrid.m:103:12: warning: multiple methods named 'numberOfColumns' found [-Wobjc-multiple-method-names] while ([platformObject numberOfColumns] < numberOfColumns) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSMatrix.h:168:1: note: using - (NSInteger) numberOfColumns; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSTableView.h:248:1: note: also found - (NSInteger) numberOfColumns; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSTextTable.h:151:1: note: also found - (NSUInteger) numberOfColumns; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../AutoLayout/GSAutoLayoutGrid.h:138:1: note: also found - (unsigned int) numberOfColumns; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GSMarkupTagGrid.m:109:12: warning: multiple methods named 'numberOfRows' found [-Wobjc-multiple-method-names] while ([platformObject numberOfRows] < numberOfRows) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSMatrix.h:169:1: note: using - (NSInteger) numberOfRows; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSTableView.h:249:1: note: also found - (NSInteger) numberOfRows; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/devel/Renaissance/work/.buildlink/include/AppKit/NSRuleEditor.h:80:1: note: also found - (NSInteger) numberOfRows; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../AutoLayout/GSAutoLayoutGrid.h:128:1: note: also found - (unsigned int) numberOfRows; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Compiling file GSMarkupTagGridRow.m ... Compiling file GSMarkupTagHbox.m ... GSMarkupTagHbox.m:64:34: warning: implicit conversion from enumeration type 'GSAutoLayoutBoxType' to different enumeration type 'NSBoxType' (aka 'enum _NSBoxType') [-Wenum-conversion] [platformObject setBoxType: GSAutoLayoutProportionalBox]; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file GSMarkupTagHspace.m ... Compiling file GSMarkupTagImage.m ... Compiling file GSMarkupTagLabel.m ... Compiling file GSMarkupTagMatrix.m ... Compiling file GSMarkupTagMatrixRow.m ... Compiling file GSMarkupTagMatrixCell.m ... Compiling file GSMarkupTagMenu.m ... Compiling file GSMarkupTagMenuItem.m ... Compiling file GSMarkupTagMenuSeparator.m ... GSMarkupTagMenuSeparator.m:52:15: warning: initializing 'NSMenuItem *' with an expression of incompatible type 'id' NSMenuItem *platformObject = [NSMenuItem separatorItem]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file GSMarkupTagOutlineView.m ... Compiling file GSMarkupTagPanel.m ... Compiling file GSMarkupTagPopUpButton.m ... Compiling file GSMarkupTagPopUpButtonItem.m ... Compiling file GSMarkupTagScrollView.m ... Compiling file GSMarkupTagSecureTextField.m ... Compiling file GSMarkupTagSpace.m ... Compiling file GSMarkupTagSplitView.m ... Compiling file GSMarkupTagTableColumn.m ... Compiling file GSMarkupTagTableView.m ... Compiling file GSMarkupTagTextField.m ... Compiling file GSMarkupTagTextView.m ... Compiling file GSMarkupTagVbox.m ... GSMarkupTagVbox.m:64:34: warning: implicit conversion from enumeration type 'GSAutoLayoutBoxType' to different enumeration type 'NSBoxType' (aka 'enum _NSBoxType') [-Wenum-conversion] [platformObject setBoxType: GSAutoLayoutProportionalBox]; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Compiling file GSMarkupTagVspace.m ... Compiling file GSMarkupTagView.m ... Compiling file GSMarkupTagWindow.m ... Compiling file GSMarkupDocument.m ... Compiling file GSMarkupWindowController.m ... Linking subproject libgnustep-markup-gui ... Making all for library Renaissance... Linking library Renaissance ... Making all in Tools ... Making all for app GSMarkupBrowser... Creating GSMarkupBrowser.app/.... Compiling file GSMarkupBrowser.m ... Linking app GSMarkupBrowser ... Creating GSMarkupBrowser.app/Resources... Creating stamp file... Creating GSMarkupBrowser.app/Resources/Info-gnustep.plist... Creating GSMarkupBrowser.app/Resources/GSMarkupBrowser.desktop... Making all for app GSMarkupLocalizableStrings... Creating GSMarkupLocalizableStrings.app/.... Compiling file GSMarkupLocalizableStrings.m ... GSMarkupLocalizableStrings.m:66:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] NSLog ([a description]); ^~~~~~~~~~~~~~~ GSMarkupLocalizableStrings.m:66:14: note: treat the string as an argument to avoid this NSLog ([a description]); ^ @"%@", 1 warning generated. Linking app GSMarkupLocalizableStrings ... Creating GSMarkupLocalizableStrings.app/Resources... Creating stamp file... Creating GSMarkupLocalizableStrings.app/Resources/Info-gnustep.plist... Creating GSMarkupLocalizableStrings.app/Resources/GSMarkupLocalizableStrings.desktop...