=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for SOPE-2.3.20nb1 This is gnustep-make 2.6.2. Type 'gmake print-gnustep-make-help' for help. Making all in sope-xml ... Making all in SaxObjC ... Making all for library libSaxObjC... Compiling file SaxAttributeList.m ... Compiling file SaxAttributes.m ... Compiling file SaxDefaultHandler.m ... Compiling file SaxException.m ... Compiling file SaxHandlerBase.m ... Compiling file SaxLocator.m ... Compiling file SaxMethodCallHandler.m ... Compiling file SaxNamespaceSupport.m ... Compiling file SaxObjectDecoder.m ... Compiling file SaxObjectModel.m ... Compiling file SaxXMLFilter.m ... Compiling file SaxXMLReaderFactory.m ... Linking library libSaxObjC ... Making all in DOM ... Making all for library libDOM... Compiling file DOMSaxBuilder.m ... Compiling file DOMSaxHandler.m ... Compiling file DOMXMLOutputter.m ... Compiling file DOMPYXOutputter.m ... Compiling file DOMNodeWalker.m ... Compiling file NSObject+DOM.m ... Compiling file DOMNode+Enum.m ... Compiling file DOMNode+QueryPath.m ... Compiling file DOMQueryPathExpression.m ... Compiling file NSObject+QPEval.m ... Compiling file DOMNode+QPEval.m ... Compiling file NSObject+StringValue.m ... Compiling file DOMAttribute.m ... Compiling file DOMCDATASection.m ... Compiling file DOMCharacterData.m ... Compiling file DOMComment.m ... Compiling file DOMDocument.m ... Compiling file DOMElement.m ... Compiling file DOMEntity.m ... Compiling file DOMEntityReference.m ... Compiling file DOMImplementation.m ... Compiling file DOMNode.m ... Compiling file DOMNodeWithChildren.m ... Compiling file DOMNotation.m ... Compiling file DOMProcessingInstruction.m ... Compiling file DOMText.m ... Compiling file DOMDocument+factory.m ... Compiling file DOMDocumentType.m ... Compiling file DOM+JS.m ... Compiling file DOMBuilderFactory.m ... Compiling file DOMTreeWalker.m ... Compiling file DOMNodeFilter.m ... Compiling file DOMNodeIterator.m ... Linking library libDOM ... Making all in XmlRpc ... Making all for library libXmlRpc... Compiling file XmlRpcEncoder.m ... Compiling file XmlRpcDecoder.m ... Compiling file XmlRpcMethodCall.m ... Compiling file XmlRpcMethodResponse.m ... Compiling file XmlRpcSaxHandler.m ... XmlRpcDecoder.m:220:9: warning: data argument not used by format string [-Wformat-extra-args] nil); ^ /data/scratch/devel/SOPE/work/.buildlink/include/objc/runtime.h:203:14: note: expanded from macro 'nil' # define nil ((id)_OBJC_NULL_PTR) ^ XmlRpcDecoder.m:535:37: warning: data argument not used by format string [-Wformat-extra-args] __PRETTY_FUNCTION__, obj, nil); ^ /data/scratch/devel/SOPE/work/.buildlink/include/objc/runtime.h:203:14: note: expanded from macro 'nil' # define nil ((id)_OBJC_NULL_PTR) ^ Compiling file XmlRpcValue.m ... 2 warnings generated. Compiling file NSMutableString+XmlRpcDecoder.m ... Compiling file NSArray+XmlRpcCoding.m ... XmlRpcSaxHandler.m:357:11: warning: data argument not used by format string [-Wformat-extra-args] nil); ^ /data/scratch/devel/SOPE/work/.buildlink/include/objc/runtime.h:203:14: note: expanded from macro 'nil' # define nil ((id)_OBJC_NULL_PTR) ^ XmlRpcSaxHandler.m:365:11: warning: data argument not used by format string [-Wformat-extra-args] nil); ^ /data/scratch/devel/SOPE/work/.buildlink/include/objc/runtime.h:203:14: note: expanded from macro 'nil' # define nil ((id)_OBJC_NULL_PTR) ^ Compiling file NSData+XmlRpcCoding.m ... 2 warnings generated. Compiling file NSDate+XmlRpcCoding.m ... Compiling file NSDictionary+XmlRpcCoding.m ... Compiling file NSException+XmlRpcCoding.m ... Compiling file NSHost+XmlRpcCoding.m ... Compiling file NSNotification+XmlRpcCoding.m ... Compiling file NSNumber+XmlRpcCoding.m ... Compiling file NSObject+XmlRpc.m ... Compiling file NSString+XmlRpcCoding.m ... Compiling file NSURL+XmlRpcCoding.m ... Linking library libXmlRpc ... Making all in STXSaxDriver ... Making all in subprojects of bundle STXSaxDriver... Making all for subproject ExtraSTX... Compiling file NSString+STX.m ... Compiling file StructuredLine.m ... Compiling file StructuredStack.m ... Compiling file StructuredText.m ... Linking subproject ExtraSTX ... Making all for subproject Model... Compiling file StructuredTextDocument.m ... Compiling file StructuredTextBodyElement.m ... Compiling file StructuredTextParagraph.m ... Compiling file StructuredTextListItem.m ... Compiling file StructuredTextList.m ... Compiling file StructuredTextLiteralBlock.m ... Compiling file StructuredTextHeader.m ... Linking subproject Model ... Making all for bundle STXSaxDriver... Creating STXSaxDriver.sax/.... Compiling file STXSaxDriver.m ... Compiling file StructuredTextBodyElement+SAX.m ... Linking bundle STXSaxDriver ... Creating STXSaxDriver.sax/Resources... Copying resources into the bundle wrapper... Copying resources from subprojects into the bundle wrapper... Creating stamp file... Creating STXSaxDriver.sax/Resources/Info-gnustep.plist... Making all in libxmlSAXDriver ... Making all for bundle libxmlSAXDriver... Creating libxmlSAXDriver.sax/.... Compiling file libxmlSAXDriver.m ... Compiling file libxmlHTMLSAXDriver.m ... Compiling file libxmlDocSAXDriver.m ... Compiling file libxmlSAXLocator.m ... Compiling file TableCallbacks.m ... libxmlHTMLSAXDriver.m:784:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper(msg[0]) == 'T') { ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ libxmlHTMLSAXDriver.m:797:49: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!reportUnclosedEntities && msg != NULL && toupper(msg[0]) == 'H') { ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 2 warnings generated. Linking bundle libxmlSAXDriver ... Creating libxmlSAXDriver.sax/Resources... Copying resources into the bundle wrapper... Creating stamp file... Creating libxmlSAXDriver.sax/Resources/Info-gnustep.plist... Making all in sope-core ... Making all in EOControl ... Making all for library libEOControl... Compiling file EOAndQualifier.m ... Compiling file EOArrayDataSource.m ... Compiling file EOClassDescription.m ... Compiling file EODataSource.m ... Compiling file EODetailDataSource.m ... Compiling file EOFetchSpecification.m ... Compiling file EOGenericRecord.m ... Compiling file EOGlobalID.m ... Compiling file EOKeyComparisonQualifier.m ... Compiling file EOKeyGlobalID.m ... Compiling file EOKeyValueArchiver.m ... Compiling file EOKeyValueCoding.m ... Compiling file EOKeyValueQualifier.m ... Compiling file EONotQualifier.m ... Compiling file EONull.m ... EOKeyValueCoding.m:1528:15: warning: array subscript is of type 'char' [-Wchar-subscripts] *bufPtr = toupper(keyStr[1]); bufPtr++; ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 1 warning generated. Compiling file EOObserver.m ... Compiling file EOOrQualifier.m ... Compiling file EOQualifier.m ... Compiling file EOQualifierParser.m ... Compiling file EOSortOrdering.m ... Compiling file EOValidation.m ... Compiling file NSArray+EOQualifier.m ... EOQualifierParser.m:868:44: warning: array subscript is of type 'char' [-Wchar-subscripts] if (strstr(_buf, "cast") == _buf && (isspace(_buf[4]) || _buf[4]=='(')) { ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ EOQualifierParser.m:871:16: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(_buf[pos])) /* skip spaces */ ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ EOQualifierParser.m:958:38: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!(_buf[pos + toklen] == '\0' || isspace(_buf[pos + toklen]) || ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ EOQualifierParser.m:1013:14: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(_buf[pos]) && pos < _bufLen) pos++; ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ EOQualifierParser.m:1026:9: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(_buf[pos]) && pos < _bufLen) pos++; ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ Compiling file NSObject+EOQualifierOps.m ... Compiling file EOSQLParser.m ... 5 warnings generated. Compiling file EOQualifierVariable.m ... Compiling file NSObject+QualDesc.m ... EOValidation.m:147:14: warning: array subscript is of type 'char' [-Wchar-subscripts] buf[8] = toupper(buf[8]); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 1 warning generated. Linking library libEOControl ... Making all in NGExtensions ... Making all in subprojects of library libNGExtensions... Making all for subproject FdExt... Compiling file NSArray+enumerator.m ... Compiling file NSAutoreleasePool+misc.m ... Compiling file NSBundle+misc.m ... Compiling file NSCalendarDate+misc.m ... Compiling file NSCalendarDate+matrix.m ... NSArray+enumerator.m:146:46: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGExtensions_NSArrayEnumerator() { ^ 1 warning generated. NSAutoreleasePool+misc.m:149:42: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSAutoreleasePool_misc(void) { ^ 1 warning generated. Compiling file NSData+gzip.m ... Compiling file NSData+misc.m ... Compiling file NSDictionary+KVC.m ... NSCalendarDate+misc.m:623:39: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSCalendarDate_misc(void) { ^ Compiling file NSDictionary+misc.m ... 1 warning generated. Compiling file NSEnumerator+misc.m ... NSData+gzip.m:190:31: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSData_gzip(void) { ^ 1 warning generated. NSData+misc.m:48:27: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSData_misc() { ^ Compiling file NSException+misc.m ... 1 warning generated. Compiling file NSFileManager+Extensions.m ... NSDictionary+KVC.m:53:32: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSDictionary_KVC() { ^ 1 warning generated. NSDictionary+misc.m:68:33: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSDictionary_misc() { ^ 1 warning generated. Compiling file NSNull+misc.m ... Compiling file NSObject+Logs.m ... NSException+misc.m:86:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] - (id)copyWithZone:(NSZone *)_zone { ^ /data/scratch/devel/SOPE/work/.buildlink/include/Foundation/NSObject.h:235:1: note: method 'copyWithZone:' declared here - (id) copyWithZone: (NSZone*)zone; ^ Compiling file NSObject+Values.m ... NSException+misc.m:93:44: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGExtensions_NSExceptionMisc() { ^ 2 warnings generated. Compiling file NSProcessInfo+misc.m ... Compiling file NSRunLoop+FileObjects.m ... Compiling file NSSet+enumerator.m ... Compiling file NSString+Ext.m ... Compiling file NSString+Encoding.m ... NSObject+Values.m:183:47: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGExtensions_NSObjectValues(void) { ^ 1 warning generated. Compiling file NSString+Escaping.m ... NSProcessInfo+misc.m:285:38: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSProcessInfo_misc(void) { ^ 1 warning generated. Compiling file NSString+Formatting.m ... NSSet+enumerator.m:109:44: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGExtensions_NSSetEnumerator() { ^ 1 warning generated. Compiling file NSString+misc.m ... Compiling file NSString+HTMLEscaping.m ... Compiling file NSString+XMLEscaping.m ... NSString+Formatting.m:797:39: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSString_Formatting(void) { ^ Compiling file NSString+URLEscaping.m ... 1 warning generated. Compiling file NSURL+misc.m ... NSString+misc.m:384:33: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NSString_misc(void) { ^ 1 warning generated. Compiling file NGPropertyListParser.m ... NSString+URLEscaping.m:79:20: warning: unused function 'isUrlReservedChar' [-Wunused-function] static inline BOOL isUrlReservedChar(unsigned char _c) { ^ NSString+URLEscaping.m:89:20: warning: unused function 'isUrlXalpha' [-Wunused-function] static inline BOOL isUrlXalpha(unsigned char _c) { ^ NSString+URLEscaping.m:98:20: warning: unused function 'isUrlHexChar' [-Wunused-function] static inline BOOL isUrlHexChar(unsigned char _c) { ^ 3 warnings generated. Linking subproject FdExt ... Making all for subproject EOExt... Compiling file EOCacheDataSource.m ... Compiling file EOCompoundDataSource.m ... Compiling file EODataSource+NGExtensions.m ... Compiling file EOFetchSpecification+plist.m ... Compiling file EOFilterDataSource.m ... Compiling file EOGrouping.m ... Compiling file EOGroupingSet.m ... EODataSource+NGExtensions.m:59:45: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_EODataSource_NGExtensions(void) { ^ 1 warning generated. Compiling file EOKeyGrouping.m ... Compiling file EOKeyMapDataSource.m ... Compiling file EOQualifier+CtxEval.m ... Compiling file EOQualifier+plist.m ... Compiling file EOQualifierGrouping.m ... Compiling file EOSortOrdering+plist.m ... Compiling file EOTrueQualifier.m ... Compiling file NSArray+EOGrouping.m ... Compiling file EOGlobalID+Ext.m ... Linking subproject EOExt ... Making all for subproject XmlExt... Compiling file DOMNode+EOQualifier.m ... Linking subproject XmlExt ... Making all for subproject NGRuleEngine... Compiling file NGRule.m ... Compiling file NGRuleAssignment.m ... Compiling file NGRuleContext.m ... Compiling file NGRuleModel.m ... Compiling file NGRuleParser.m ... Linking subproject NGRuleEngine ... Making all for subproject NGLogging... Compiling file NGLogger.m ... Compiling file NGLoggerManager.m ... Compiling file NGLogEvent.m ... Compiling file NGLogEventFormatter.m ... Compiling file NGLogEventDetailedFormatter.m ... Compiling file NGLogAppender.m ... Compiling file NGLogFileHandleAppender.m ... Compiling file NGLogStdoutAppender.m ... Compiling file NGLogStderrAppender.m ... Compiling file NGLogSyslogAppender.m ... Linking subproject NGLogging ... Making all for library libNGExtensions... Compiling file NGExtensions.m ... Compiling file NGBase64Coding.m ... Compiling file NGBitSet.m ... Compiling file NGBundleManager.m ... Compiling file NGCustomFileManager.m ... Compiling file NGDirectoryEnumerator.m ... NGBase64Coding.m:510:34: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGBase64Coding(void) { ^ 1 warning generated. Compiling file NGFileFolderInfoDataSource.m ... NGBitSet.m:376:37: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGExtensions_NGBitSet() { ^ Compiling file NGFileManager.m ... 1 warning generated. NGBundleManager.m:1795:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] + (NSBundle *)bundleWithPath:(NSString*)path { ^ /data/scratch/devel/SOPE/work/.buildlink/include/Foundation/NSBundle.h:186:1: note: method 'bundleWithPath:' declared here + (NSBundle*) bundleWithPath: (NSString*)path; ^ Compiling file NGFileManager+JS.m ... 1 warning generated. Compiling file NGFileManagerURL.m ... Compiling file NGHashMap.m ... Compiling file NGMerging.m ... Compiling file NGQuotedPrintableCoding.m ... Compiling file NGStack.m ... Compiling file NGCalendarDateRange.m ... NGMerging.m:215:42: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGExtensions_NGMerging(void) { ^ 1 warning generated. Compiling file NGResourceLocator.m ... NGQuotedPrintableCoding.m:346:43: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGQuotedPrintableCoding(void) { ^ 1 warning generated. NGStack.m:327:36: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGExtensions_NGStack() { ^ 1 warning generated. Linking library libNGExtensions ... Making all in NGStreams ... Making all for library libNGStreams... Compiling file NGStreams.m ... Compiling file NGBase64Stream.m ... Compiling file NGBufferedStream.m ... Compiling file NGByteCountStream.m ... Compiling file NGCTextStream.m ... Compiling file NGConcreteStreamFileHandle.m ... Compiling file NGDataStream.m ... Compiling file NGFileStream.m ... Compiling file NGFilterStream.m ... Compiling file NGFilterTextStream.m ... Compiling file NGLockingStream.m ... Compiling file NGStream.m ... Compiling file NGStreamExceptions.m ... Compiling file NGStringTextStream.m ... Compiling file NGTextStream.m ... Compiling file NGDescriptorFunctions.m ... Compiling file NGStreamPipe.m ... Compiling file NGByteBuffer.m ... Compiling file NGCharBuffer.m ... Compiling file NGTerminalSupport.m ... Compiling file NGActiveSocket.m ... Compiling file NGDatagramPacket.m ... NGTerminalSupport.m:114:47: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGStreams_NGTerminalSupport(void) { ^ 1 warning generated. Compiling file NGDatagramSocket.m ... Compiling file NGInternetSocketAddress.m ... Compiling file NGInternetSocketDomain.m ... Compiling file NGLocalSocketAddress.m ... Compiling file NGLocalSocketDomain.m ... Compiling file NGNetUtilities.m ... NGInternetSocketAddress.m:144:22: warning: implicit declaration of function 'gethostbyaddr_r' is invalid in C99 [-Wimplicit-function-declaration] hostEntity = gethostbyaddr_r((char *)&(sockAddr->sin_addr.s_addr), ^ NGInternetSocketAddress.m:144:20: warning: incompatible integer to pointer conversion assigning to 'struct hostent *' from 'int' [-Wint-conversion] hostEntity = gethostbyaddr_r((char *)&(sockAddr->sin_addr.s_addr), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NGInternetSocketAddress.m:288:11: warning: implicit declaration of function 'gethostbyname_r' is invalid in C99 [-Wimplicit-function-declaration] if (gethostbyname_r(chost, &hostEntity, ^ NGInternetSocketAddress.m:289:63: warning: comparison between pointer and integer ('int' and 'void *') buffer, sizeof(buffer), &errorCode) == NULL) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ Compiling file NGPassiveSocket.m ... 4 warnings generated. Compiling file NGSocket.m ... Compiling file NGSocketExceptions.m ... Compiling file NGGZipStream.m ... Compiling file NGActiveSSLSocket.m ... Linking library libNGStreams ... Making all in sope-mime ... Making all in subprojects of library libNGMime... Making all for subproject NGMime... Compiling file NGMime.m ... Compiling file NGConcreteMimeType.m ... Compiling file NGMimeBodyGenerator.m ... Compiling file NGMimeBodyParser.m ... Compiling file NGMimeBodyPart.m ... Compiling file NGMimeBodyPartParser.m ... Compiling file NGMimeExceptions.m ... Compiling file NGMimeHeaderFieldGenerator.m ... Compiling file NGMimeHeaderFieldParser.m ... Compiling file NGMimeHeaderFields.m ... Compiling file NGMimeMultipartBody.m ... Compiling file NGMimeMultipartBodyParser.m ... Compiling file NGMimePartGenerator.m ... Compiling file NGMimePartParser.m ... Compiling file NGMimeType.m ... NGMimeMultipartBody.m:74:20: warning: unused function '_checkParse' [-Wunused-function] static inline void _checkParse(NGMimeMultipartBody *self) { ^ Compiling file NGPart.m ... 1 warning generated. Compiling file NGMimeFileData.m ... Compiling file NGMimeJoinedData.m ... Compiling file NGMimeUtilities.m ... NGMimeType.m:641:18: warning: using 'stringWithString:' with a literal is redundant [-Wobjc-redundant-literal-use] *subType = [NSString stringWithString: @"zip"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NGPart.m:98:26: warning: all paths through this function will call itself [-Winfinite-recursion] void __link_NGPart(void) { ^ 1 warning generated. Compiling file NGMimeContentDispositionHeaderFieldParser.m ... 1 warning generated. Compiling file NGMimeContentLengthHeaderFieldParser.m ... Compiling file NGMimeContentTypeHeaderFieldParser.m ... Compiling file NGMimeHeaderFieldParserSet.m ... Compiling file NGMimeRFC822DateHeaderFieldParser.m ... Compiling file NGMimeStringHeaderFieldParser.m ... Compiling file NSCalendarDate+RFC822.m ... Compiling file NGMimeAddressHeaderFieldGenerator.m ... Compiling file NGMimeContentDispositionHeaderFieldGenerator.m ... NGMimeRFC822DateHeaderFieldParser.m:195:26: warning: array subscript is of type 'char' [-Wchar-subscripts] while (length > 0 && (!isdigit(*bytes))) { ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:213:20: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pe = bytes; isdigit(*pe); pe++) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:222:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isalpha(*bytes)) { /* go to first char */ ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:226:20: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pe = bytes; isalpha(*pe); pe++) /* find end of string */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:238:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isdigit(*bytes)) { /* go to first digit */ ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:242:20: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pe = bytes; isdigit(*pe); pe++) /* find end of number */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:263:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isdigit(*bytes)) { /* go to first digit */ ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:267:20: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pe = bytes; isdigit(*pe); pe++) /* find end of number */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:277:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isdigit(*bytes)) { /* go to first digit */ ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:281:20: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pe = bytes; isdigit(*pe); pe++) /* find end of number */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:291:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*bytes)) /* skip spaces */ ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:294:7: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*bytes) || *bytes == ':') { ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:296:13: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isdigit(*bytes)) { /* go to first digit, skip the ':' */ ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:301:22: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pe = bytes; isdigit(*pe); pe++) /* find end of number */ ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:313:10: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*bytes) || *bytes == '(') /* skip spaces */ ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:317:20: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pe = bytes; isalnum(*pe) || *pe == '-' || *pe == '+'; pe++) ^~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:48:44: note: expanded from macro 'isalnum' #define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (_CTYPE_A|_CTYPE_D))) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:64:11: warning: array subscript is of type 'char' [-Wchar-subscripts] switch (toupper(*s)) { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:66:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper(s[1]) == 'P') return 4; // Apr ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:71:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper(s[1]) == 'A') return 1; // Jan ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:72:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper(s[2]) == 'N') return 6; // Jun ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:75:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper(s[2]) == 'Y' || toupper(s[2]) == 'I') // May or Mai (German ;-) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:75:33: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper(s[2]) == 'Y' || toupper(s[2]) == 'I') // May or Mai (German ;-) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:93:26: warning: array subscript is of type 'char' [-Wchar-subscripts] while (length < len && isalpha(*(s+length))) ^~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:108:31: warning: array subscript is of type 'char' [-Wchar-subscripts] for (pos = 0; pos < len && !isdigit(*(s+pos));) ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:133:7: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isalpha(s[pos])) { ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ NGMimeRFC822DateHeaderFieldParser.m:137:23: warning: array subscript is of type 'char' [-Wchar-subscripts] while (pos < len && isspace(*(s+pos))) ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ Compiling file NGMimeContentLengthHeaderFieldGenerator.m ... 26 warnings generated. Compiling file NGMimeContentTypeHeaderFieldGenerator.m ... Compiling file NGMimeHeaderFieldGeneratorSet.m ... Compiling file NGMimeRFC822DateHeaderFieldGenerator.m ... Compiling file NGMimeStringHeaderFieldGenerator.m ... Compiling file NGMimeMultipartBodyGenerator.m ... Compiling file NGMimeTextBodyGenerator.m ... Compiling file NGMimeRfc822BodyGenerator.m ... Compiling file NSData+RFC822.m ... Linking subproject NGMime ... Making all for subproject NGMail... Compiling file NGMail.m ... Compiling file NGMailAddressList.m ... Compiling file NGMailAddressParser.m ... Compiling file NGMailAddress.m ... Compiling file NGMimeMessage.m ... Compiling file NGMimeMessageGenerator.m ... Compiling file NGMimeMessageParser.m ... Compiling file NGMBoxReader.m ... Compiling file NGPop3Client.m ... Compiling file NGPop3Support.m ... Compiling file NGSmtpClient.m ... Compiling file NGSmtpSupport.m ... Compiling file NGSendMail.m ... Compiling file NGMimeMessageBodyGenerator.m ... Compiling file NGMimeMessageMultipartBodyGenerator.m ... Compiling file NGMimeMessageRfc822BodyGenerator.m ... Compiling file NGMimeMessageTextBodyGenerator.m ... Compiling file NGMailBase64Encoding.m ... Compiling file NSData+MimeQP.m ... Linking subproject NGMail ... Making all for subproject NGImap4... Compiling file NGImap4ResponseParser.m ... Compiling file NGImap4Client.m ... Compiling file NGImap4Support.m ... Compiling file NGImap4.m ... Compiling file NGImap4Folder.m ... Compiling file NGImap4Context.m ... Compiling file NGImap4Message.m ... NGImap4Client.m:946:55: warning: '/*' within block comment [-Wcomment] result = [client annotation: folderName entryName: @"/*" attributeName: @"value"]; ^ NGImap4Client.m:947:48: warning: '/*' within block comment [-Wcomment] result = [client annotation: @"" entryName: @"/*" attributeName: @"value"]; ^ Compiling file NGImap4ServerRoot.m ... Compiling file NGImap4Functions.m ... Compiling file NGImap4FileManager.m ... 2 warnings generated. Compiling file NGImap4DataSource.m ... Compiling file NSString+Imap4.m ... Compiling file NGSieveClient.m ... Compiling file EOQualifier+IMAPAdditions.m ... Compiling file EOSortOrdering+IMAPAdditions.m ... Compiling file NGImap4MessageGlobalID.m ... Compiling file NGImap4FolderGlobalID.m ... Compiling file NGImap4ServerGlobalID.m ... Compiling file NGImap4FolderMailRegistry.m ... Compiling file NGImap4FolderFlags.m ... Compiling file NGImap4ResponseNormalizer.m ... Compiling file NGImap4Envelope.m ... Compiling file NGImap4EnvelopeAddress.m ... Compiling file NGImap4Connection.m ... Compiling file NGImap4MailboxInfo.m ... Compiling file NGImap4ConnectionManager.m ... Linking subproject NGImap4 ... Making all for library libNGMime... Linking library libNGMime ... /usr/bin/ld: warning: libDOM.so.4.9.24, needed by ./../sope-core/NGExtensions/obj/libNGExtensions.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libSaxObjC.so.4.9.66, needed by ./../sope-core/NGExtensions/obj/libNGExtensions.so, not found (try using -rpath or -rpath-link) Making all in sope-appserver ... Making all in NGObjWeb ... Making all in subprojects of library libNGObjWeb... Making all for subproject NGHttp... Compiling file NGHttp.m ... Compiling file NGHttpCookie.m ... Compiling file NGHttpHeaderFieldParser.m ... Compiling file NGHttpHeaderFields.m ... Compiling file NGHttpBodyParser.m ... Compiling file NGHttpMessage.m ... Compiling file NGHttpMessageParser.m ... Compiling file NGHttpRequest.m ... Compiling file NGHttpResponse.m ... Compiling file NGUrlFormCoder.m ... Linking subproject NGHttp ... Making all for subproject Associations... Compiling file WOAssociation.m ... Compiling file WOValueAssociation.m ... Compiling file WOKeyPathAssociation.m ... Compiling file WOKeyPathAssociationSystemKVC.m ... Compiling file WOScriptAssociation.m ... Compiling file WOResourceURLAssociation.m ... Compiling file WOLabelAssociation.m ... Compiling file WOBoolAssociation.m ... Compiling file NSUserDefaults+KVC.m ... Linking subproject Associations ... Making all for subproject Templates... Compiling file WOComponentScript.m ... Compiling file WOComponentScriptPart.m ... Compiling file WODParser.m ... Compiling file WOHTMLParser.m ... Compiling file WOSubcomponentInfo.m ... Compiling file WOTemplate.m ... Compiling file WOTemplateBuilder.m ... Compiling file WOWrapperTemplateBuilder.m ... Compiling file WOxComponentElemBuilder.m ... WOHTMLParser.m:332:9: warning: array subscript is of type 'char' [-Wchar-subscripts] c = isupper(tok[i]) ? tolower(tok[i]) : toupper(tok[i]); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:57:44: note: expanded from macro 'isupper' #define isupper(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_U)) ^~~~ WOHTMLParser.m:332:27: warning: array subscript is of type 'char' [-Wchar-subscripts] c = isupper(tok[i]) ? tolower(tok[i]) : toupper(tok[i]); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ WOHTMLParser.m:332:45: warning: array subscript is of type 'char' [-Wchar-subscripts] c = isupper(tok[i]) ? tolower(tok[i]) : toupper(tok[i]); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ WOHTMLParser.m:836:25: warning: unused function '_makeTextString' [-Wunused-function] static inline NSString *_makeTextString(NSZone *_zone, const unichar *_buffer, ^ Compiling file WOxTemplateBuilder.m ... 4 warnings generated. Compiling file WOxElemBuilder.m ... Compiling file WOxTagClassElemBuilder.m ... Compiling file WOApplication+Builders.m ... Linking subproject Templates ... Making all for subproject DynamicElements... Compiling file WOxHTMLElemBuilder.m ... Compiling file WOxControlElemBuilder.m ... Compiling file WOxMiscElemBuilder.m ... Compiling file WOxXULElemBuilder.m ... Compiling file WOxTalElemBuilder.m ... Compiling file WOActionURL.m ... Compiling file WOBody.m ... Compiling file WOBrowser.m ... Compiling file WOCheckBox.m ... Compiling file WOCheckBoxList.m ... Compiling file WOComponentContent.m ... Compiling file WOComponentReference.m ... Compiling file WOCompoundElement.m ... Compiling file WOConditional.m ... Compiling file WOEmbeddedObject.m ... Compiling file WOFileUpload.m ... Compiling file WOForm.m ... Compiling file WOFrame.m ... Compiling file WOFragment.m ... Compiling file WOGenericContainer.m ... Compiling file WOGenericElement.m ... Compiling file WOHtml.m ... Compiling file WOHTMLDynamicElement.m ... Compiling file WOHiddenField.m ... Compiling file WOHyperlink.m ... Compiling file WOHyperlinkInfo.m ... Compiling file WOImage.m ... Compiling file WOImageButton.m ... Compiling file WOInput.m ... Compiling file WOIFrame.m ... Compiling file WOJavaScript.m ... Compiling file WOMetaRefresh.m ... Compiling file WONestedList.m ... Compiling file WOPasswordField.m ... Compiling file WOPopUpButton.m ... Compiling file WORadioButton.m ... Compiling file WORadioButtonList.m ... Compiling file WORepetition.m ... Compiling file WOResetButton.m ... Compiling file WOResourceURL.m ... WORadioButton.m:80:2: warning: FIXME, radio button form handling [-W#warnings] #warning FIXME, radio button form handling ^ Compiling file WOString.m ... 1 warning generated. Compiling file WOSubmitButton.m ... Compiling file WOSwitchComponent.m ... Compiling file WOText.m ... Compiling file WOTextField.m ... Compiling file WOVBScript.m ... Compiling file WOEntity.m ... Compiling file WOSetCursor.m ... Compiling file WOCopyValue.m ... Compiling file WOSetHeader.m ... Compiling file WONoContentElement.m ... Compiling file _WOStaticHTMLElement.m ... Compiling file _WOConstResourceImage.m ... Compiling file _WOResourceImage.m ... Compiling file _WOComplexHyperlink.m ... Compiling file _WOTemporaryHyperlink.m ... Compiling file _WOCommonStaticDAHyperlink.m ... Compiling file _WOSimpleActionHyperlink.m ... Linking subproject DynamicElements ... Making all for subproject WOHttpAdaptor... Compiling file WOHttpAdaptor.m ... Compiling file WORecordRequestStream.m ... Compiling file WOHttpTransaction.m ... Compiling file WORequest+Adaptor.m ... Compiling file WORequestParser.m ... WOHttpAdaptor.m:130:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*cstr) && index(cstr, ':') == NULL) { ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ WOHttpAdaptor.m:162:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*cstr)) { ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 2 warnings generated. WOHttpTransaction.m:928:31: warning: unused function 'monthAbbr' [-Wunused-function] static __inline__ const char *monthAbbr(int m) { ^ WORequestParser.m:102:20: warning: unused function 'skipSpaces' [-Wunused-function] static inline BOOL skipSpaces(WORequestParser *self) { ^ 1 warning generated. 1 warning generated. Linking subproject WOHttpAdaptor ... Making all for subproject SoObjects... Compiling file NSException+HTTP.m ... Compiling file SoApplication.m ... Compiling file SoClass.m ... Compiling file SoClassRegistry.m ... Compiling file SoClassSecurityInfo.m ... Compiling file SoControlPanel.m ... Compiling file SoDefaultRenderer.m ... Compiling file SoHTTPAuthenticator.m ... Compiling file SoObjCClass.m ... Compiling file SoObject+Traversal.m ... Compiling file SoObject.m ... Compiling file SoObjectMethodDispatcher.m ... Compiling file SoObjectRequestHandler.m ... Compiling file SoObjectSOAPDispatcher.m ... Compiling file SoPageInvocation.m ... Compiling file SoActionInvocation.m ... Compiling file SoPermissions.m ... Compiling file SoProduct.m ... Compiling file SoProductClassInfo.m ... Compiling file SoProductRegistry.m ... Compiling file SoProductResourceManager.m ... Compiling file SoSecurityManager.m ... Compiling file SoSelectorInvocation.m ... Compiling file SoUser.m ... Compiling file SoLookupAssociation.m ... Compiling file WOContext+SoObjects.m ... Compiling file WODirectAction+SoObjects.m ... Compiling file WOComponent+SoObjects.m ... Compiling file WODirectActionRequestHandler+SoObjects.m ... Compiling file WORequest+So.m ... Compiling file SoTemplateRenderer.m ... Compiling file SoSubContext.m ... Compiling file SoSecurityException.m ... Compiling file SoComponent.m ... Compiling file SoProductLoader.m ... Compiling file SoCookieAuthenticator.m ... Linking subproject SoObjects ... Making all for subproject WebDAV... Compiling file EOFetchSpecification+SoDAV.m ... Compiling file SaxDAVHandler.m ... Compiling file SoDAVLockManager.m ... Compiling file SoObject+SoDAV.m ... Compiling file SoObject+SoDAVQuery.m ... Compiling file SoObjectDataSource.m ... Compiling file SoObjectWebDAVDispatcher.m ... Compiling file SoWebDAVRenderer.m ... Compiling file SoWebDAVValue.m ... Compiling file SoObjectResultEntry.m ... Compiling file SoSubscriptionManager.m ... Compiling file SoSubscription.m ... Compiling file SoDAVSQLParser.m ... Linking subproject WebDAV ... Making all for library libNGObjWeb... Compiling file NSObject+WO.m ... Compiling file WOApplication+defaults.m ... Compiling file WOApplication.m ... Compiling file WOCoreApplication.m ... Compiling file WOComponent.m ... Compiling file WOComponent+Sync.m ... Compiling file WOComponentDefinition.m ... Compiling file WOComponentFault.m ... Compiling file WOContext.m ... Compiling file WOElement.m ... Compiling file WOMessage.m ... Compiling file WORequest.m ... Compiling file WOResourceManager.m ... Compiling file WOResponse.m ... Compiling file WORunLoop.m ... Compiling file WOSession.m ... WOMessage.m:522:1: warning: unused function '_escapeHtmlValue' [-Wunused-function] _escapeHtmlValue(unsigned char c, unsigned char *buf, int *pos) ^ WOMessage.m:551:1: warning: unused function '_escapeAttrValue' [-Wunused-function] _escapeAttrValue(unsigned char c, unsigned char *buf, int *pos) ^ Compiling file WOSessionStore.m ... 2 warnings generated. Compiling file WOStatisticsStore.m ... Compiling file _WOStringTable.m ... Compiling file WOElementID.m ... Compiling file NGHttp+WO.m ... Compiling file NGObjWeb.m ... Compiling file OWViewRequestHandler.m ... Compiling file OWResourceManager.m ... Compiling file WEClientCapabilities.m ... Compiling file WOAdaptor.m ... Compiling file WOApplicationMain.m ... Compiling file WOChildComponentReference.m ... Compiling file WOComponentRequestHandler.m ... Compiling file WOCookie.m ... WEClientCapabilities.m:135:13: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isspace(*tmp) && (*tmp != '\0')) tmp++; ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ WEClientCapabilities.m:137:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*tmp) && (*tmp != '\0')) tmp++; ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ WEClientCapabilities.m:213:13: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isspace(*tmp) && (*tmp != '\0')) tmp++; ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ WEClientCapabilities.m:215:12: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isspace(*tmp) && (*tmp != '\0')) tmp++; ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ Compiling file WOCoreApplication+Bundle.m ... 4 warnings generated. Compiling file WODirectAction.m ... Compiling file WODirectActionRequestHandler.m ... Compiling file WODisplayGroup.m ... Compiling file WODynamicElement.m ... Compiling file WOFileSessionStore.m ... Compiling file WOHTTPConnection.m ... Compiling file WOHTTPURLHandle.m ... Compiling file WOMailDelivery.m ... Compiling file WOMessage+XML.m ... Compiling file WOMessage+Validation.m ... Compiling file WOPageRequestHandler.m ... Compiling file WOProxyRequestHandler.m ... Compiling file WORequestHandler.m ... Compiling file WOResourceRequestHandler.m ... Compiling file WOServerSessionStore.m ... Compiling file WOSimpleHTTPParser.m ... Compiling file WOStats.m ... Compiling file NSString+JavaScriptEscaping.m ... Compiling file WOWatchDogApplicationMain.m ... Linking library libNGObjWeb ... Making all for bundle SoCore... Creating SoCore.sxp/.... Compiling file SoCoreProduct.m ... Linking bundle SoCore ... Creating SoCore.sxp/Resources... Copying resources into the bundle wrapper... Creating stamp file... Creating SoCore.sxp/Resources/Info-gnustep.plist... Making all in subprojects of tool wod... Making all for subproject Templates... gmake[6]: Nothing to be done for 'internal-subproject-compile'. Making all for subproject Associations... gmake[6]: Nothing to be done for 'internal-subproject-compile'. Making all for tool wod... Compiling file wod.m ... Compiling file NSObject+WO.m ... Compiling file WOApplication+defaults.m ... Compiling file WOApplication.m ... Compiling file WOCoreApplication.m ... Compiling file WOComponent.m ... Compiling file WOComponent+Sync.m ... Compiling file WOComponentDefinition.m ... Compiling file WOComponentFault.m ... Compiling file WOContext.m ... Compiling file WOElement.m ... Compiling file WOMessage.m ... Compiling file WORequest.m ... Compiling file WOResourceManager.m ... Compiling file WOResponse.m ... Compiling file WORunLoop.m ... Compiling file WOSession.m ... Compiling file WOSessionStore.m ... WOMessage.m:522:1: warning: unused function '_escapeHtmlValue' [-Wunused-function] _escapeHtmlValue(unsigned char c, unsigned char *buf, int *pos) ^ WOMessage.m:551:1: warning: unused function '_escapeAttrValue' [-Wunused-function] _escapeAttrValue(unsigned char c, unsigned char *buf, int *pos) ^ Compiling file WOStatisticsStore.m ... 2 warnings generated. Compiling file _WOStringTable.m ... Compiling file WOElementID.m ... Linking tool wod ... Making all in WEExtensions ... Making all in subprojects of library libWEExtensions... Making all for subproject WETableView... Compiling file WETableCell.m ... Compiling file WETableData.m ... Compiling file WETableHeader.m ... Compiling file WETableView.m ... Compiling file WETableView+Grouping.m ... Compiling file WETableViewState.m ... Compiling file WETableViewConfigObject.m ... Compiling file WETableViewColorConfig.m ... Compiling file WETableViewIconConfig.m ... Compiling file WETableViewLabelConfig.m ... Compiling file WETableViewButtonMode.m ... Compiling file WETableViewFooterMode.m ... Compiling file WETableViewGroupMode.m ... Compiling file WETableViewTitleMode.m ... Linking subproject WETableView ... Making all for library libWEExtensions... Compiling file JSClipboard.m ... Compiling file JSShiftClick.m ... Compiling file WEBrowser.m ... Compiling file WECalendarField.m ... Compiling file WECollapsibleComponentContent.m ... Compiling file WEComponentValue.m ... Compiling file WEContextConditional.m ... Compiling file WEContextKey.m ... Compiling file WEDateField.m ... Compiling file WEDragContainer.m ... Compiling file WEDropContainer.m ... Compiling file WEMonthOverview.m ... Compiling file WEPageView.m ... Compiling file WEPageLink.m ... Compiling file WERichString.m ... Compiling file WESwitch.m ... Compiling file WETabItem.m ... Compiling file WETabView.m ... Compiling file WETableCalcMatrix.m ... Compiling file WETableMatrix.m ... Compiling file WETableMatrixContent.m ... Compiling file WETableMatrixLabel.m ... Compiling file WETimeField.m ... Compiling file WETreeView.m ... Compiling file WETreeHeader.m ... Compiling file WETreeData.m ... Compiling file WETreeMatrixElement.m ... Compiling file WEWeekColumnView.m ... Compiling file WEWeekOverview.m ... Compiling file WExExtElemBuilder.m ... Compiling file WExCalElemBuilder.m ... Compiling file WExDnDElemBuilder.m ... Compiling file WEEpozEditor.m ... Compiling file WEQualifierConditional.m ... Compiling file WERedirect.m ... Compiling file WEResourceManager.m ... Compiling file WEResourceKey.m ... Compiling file WEStringTable.m ... Compiling file WEStringTableManager.m ... Compiling file JSStringTable.m ... Linking library libWEExtensions ... /usr/bin/ld: warning: libNGMime.so.4.9.3, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libNGStreams.so.4.9.57, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libDOM.so.4.9.24, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libSaxObjC.so.4.9.66, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) Making all for bundle WEExtensions... Creating WEExtensions.wox/.... Compiling file WEExtensionsBundle.m ... Linking bundle WEExtensions ... Creating WEExtensions.wox/Resources... Creating stamp file... Creating WEExtensions.wox/Resources/Info-gnustep.plist... Making all in WOExtensions ... Making all for library libWOExtensions... Compiling file WOxExtElemBuilder.m ... Compiling file compat.m ... Compiling file WOKeyValueConditional.m ... Compiling file WORedirect.m ... Compiling file WOTabPanel.m ... Compiling file WOTable.m ... Compiling file JSAlertPanel.m ... Compiling file JSConfirmPanel.m ... Compiling file JSImageFlyover.m ... Compiling file JSTextFlyover.m ... Compiling file JSValidatedField.m ... Compiling file JSModalWindow.m ... Compiling file WOCollapsibleComponentContent.m ... Compiling file WODictionaryRepetition.m ... Compiling file WOThresholdColoredNumber.m ... Compiling file WORadioButtonMatrix.m ... Compiling file WOCheckBoxMatrix.m ... Linking library libWOExtensions ... /usr/bin/ld: warning: libNGMime.so.4.9.3, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libNGStreams.so.4.9.57, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libNGExtensions.so.4.9.203, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libEOControl.so.4.9.74, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libDOM.so.4.9.24, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libSaxObjC.so.4.9.66, needed by ./../NGObjWeb/obj/libNGObjWeb.so, not found (try using -rpath or -rpath-link) Making all for bundle WOExtensions... Creating WOExtensions.wox/.... Compiling file WOExtensionsBuilderModule.m ... Linking bundle WOExtensions ... Creating WOExtensions.wox/Resources... Creating stamp file... Creating WOExtensions.wox/Resources/Info-gnustep.plist... Making all in sope-gdl1 ... Making all in GDLAccess ... Making all in subprojects of library libGDLAccess... Making all for subproject FoundationExt... Compiling file DefaultScannerHandler.m ... Compiling file PrintfFormatScanner.m ... Compiling file FormatScanner.m ... assertion "isa(Val) && "cast() argument of incompatible type!"" failed: file "/home/joerg/work/NetBSD/clean/src/external/bsd/llvm/lib/libclangAST/../../dist/llvm/include/llvm/Support/Casting.h", line 254, function "typename cast_retty::ret_type llvm::cast(Y *) [X = clang::RecordDecl, Y = const clang::DeclContext]" #0 0x0000000164147190 (/usr/bin/clang+0x2947190) Stack dump: 0. Program arguments: /usr/bin/clang -cc1 -triple x86_64--netbsd -emit-obj -mrelax-all -disable-free -main-file-name FormatScanner.m -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 1 -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-notes-file /data/scratch/devel/SOPE/work/SOPE/sope-gdl1/GDLAccess/FoundationExt/obj/FoundationExt.obj/FormatScanner.m.gcno -resource-dir /usr/lib/clang/5.0.0 -dependency-file obj/FoundationExt.obj/FormatScanner.m.d -MT obj/FoundationExt.obj/FormatScanner.m.o -MP -I /data/scratch/devel/SOPE/work/.buildlink/include -I /data/scratch/devel/SOPE/work/.buildlink/share/GNUstep/include -D GNUSTEP -D GNUSTEP_BASE_LIBRARY=1 -D GNU_RUNTIME=1 -D GNUSTEP_BASE_LIBRARY=1 -D _NATIVE_OBJC_EXCEPTIONS -D _NONFRAGILE_ABI -D DEBUG -D GSWARN -D GSDIAGNOSE -I . -I .. -I ../../../sope-core/NGExtensions -I /data/scratch/devel/SOPE/work/.home/GNUstep/Library/Headers -O0 -Wall -Wno-import -fdebug-compilation-dir /data/scratch/devel/SOPE/work/SOPE/sope-gdl1/GDLAccess/FoundationExt -fconstant-string-class NSConstantString -ferror-limit 19 -fmessage-length 0 -pthread -fblocks -fobjc-runtime=gnustep-1.6 -fobjc-dispatch-method=non-legacy -fobjc-exceptions -fexceptions -fdiagnostics-show-option -o obj/FoundationExt.obj/FormatScanner.m.o -x objective-c FormatScanner.m 1. parser at end of file 2. FormatScanner.m:39:1: LLVM IR generation of declaration '(anonymous)' clang: error: unable to execute command: Abort trap (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 5.0.0 (trunk r302363) Target: x86_64--netbsd Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /var/tmp/FormatScanner-72ad49.m clang: note: diagnostic msg: /var/tmp/FormatScanner-72ad49.sh clang: note: diagnostic msg: ******************** /usr/pkg/share/GNUstep/Makefiles/rules.make:464: recipe for target 'obj/FoundationExt.obj/FormatScanner.m.o' failed gmake[6]: *** [obj/FoundationExt.obj/FormatScanner.m.o] Error 254 /usr/pkg/share/GNUstep/Makefiles/Instance/subproject.make:45: recipe for target 'internal-subproject-all_' failed gmake[5]: *** [internal-subproject-all_] Error 2 /usr/pkg/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target 'FoundationExt.all.subproject.variables' failed gmake[4]: *** [FoundationExt.all.subproject.variables] Error 2 /usr/pkg/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target 'libGDLAccess.all.library.variables' failed gmake[3]: *** [libGDLAccess.all.library.variables] Error 2 /usr/pkg/share/GNUstep/Makefiles/Master/library.make:37: recipe for target 'internal-all' failed gmake[2]: *** [internal-all] Error 2 /usr/pkg/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: recipe for target 'internal-all' failed gmake[1]: *** [internal-all] Error 2 /usr/pkg/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: recipe for target 'internal-all' failed gmake: *** [internal-all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/devel/SOPE *** Error code 1 Stop. make: stopped in /data/pkgsrc/devel/SOPE