=> 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 gnustep-base-1.29.0nb3 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 ... rm -f dynamic-load.h cp simple-load.h dynamic-load.h /usr/pkg/share/GNUstep/Makefiles/mkinstalldirs . cp ../Headers/GNUstepBase/config.h . touch ./config.h /usr/pkg/share/GNUstep/Makefiles/mkinstalldirs ./GNUstepBase cp ../Headers/GNUstepBase/GSConfig.h ./GNUstepBase touch ./GNUstepBase/GSConfig.h Making all in Additions ... Making all for subproject Additions... Compiling file GSTypeEncoding.c ... Compiling file GCObject.m ... Compiling file GSObjCRuntime.m ... Compiling file GCArray.m ... Compiling file GCDictionary.m ... Compiling file GSMime.m ... Compiling file GSLock.m ... Compiling file GSXML.m ... GSMime.m:1100:7: warning: array subscript is of type 'char' [-Wchar-subscripts] 1100 | if (isxdigit(*src) && ctxt->pos < sizeof(ctxt->buf)) | ^~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit' 58 | #define isxdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X)) | ^~~~ GSMime.m:4506:9: warning: array subscript is of type 'char' [-Wchar-subscripts] 4506 | if (islower(buf[i])) | ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:53:44: note: expanded from macro 'islower' 53 | #define islower(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_L)) | ^~~~ GSMime.m:4508:18: warning: array subscript is of type 'char' [-Wchar-subscripts] 4508 | buf[i] = toupper(buf[i]); | ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' 60 | #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) | ^~~~ GSMime.m:4058:27: warning: array subscript is of type 'char' [-Wchar-subscripts] 4058 | if (size > 0 && isspace(bytes[0])) | ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' 56 | #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) | ^~~~ Compiling file GSFunctions.m ... GSXML.m:2674:24: error: no member named 'checked' in 'struct _xmlEntity' 2674 | if (ret->checked == 0) | ~~~ ^ GSXML.m:2676:24: error: no member named 'checked' in 'struct _xmlEntity' 2676 | ret->checked = 1; | ~~~ ^ GSXML.m:2968:13: warning: '__htmlDefaultSAXHandler' is deprecated [-Wdeprecated-declarations] 2968 | has = TREEFUN(hasInternalSubset Compiling file GSInsensitiveDictionary.m ... , (ctx)); | ^ GSXML.m:2922:66: note: expanded from macro 'TREEFUN' 2922 | #define TREEFUN(NAME,ARGS) ((HANDLER->isHtmlHandler == YES) ? (*(htmlDefaultSAXHandler.NAME))ARGS : (*(xmlDefaultSAXHandler.NAME))ARGS) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:96:33: note: expanded from macro 'htmlDefaultSAXHandler' 96 | #define htmlDefaultSAXHandler XML_GLOBAL_MACRO(htmlDefaultSAXHandler) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' 500 | #define XML_GLOBAL_MACRO(name) (*__##name()) | ^ :225:1: note: expanded from here 225 | __htmlDefaultSAXHandler | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:92:1: note: '__htmlDefaultSAXHandler' has been explicitly marked deprecated here 92 | XML_GLOBALS_HTML | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:86:52: note: expanded from macro 'XML_GLOBALS_HTML' 86 | XML_OP(htmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' 447 | # define XML_DEPRECATED __attribute__((deprecated)) | ^ GSXML.m:2968:13: warning: '__xmlDefaultSAXHandler' is deprecated [-Wdeprecated-declarations] 2968 | has = TREEFUN(hasInternalSubset, (ctx)); | ^ GSXML.m:2922:104: note: expanded from macro 'TREEFUN' 2922 | #define TREEFUN(NAME,ARGS) ((HANDLER->isHtmlHandler == YES) ? (*(htmlDefaultSAXHandler.NAME))ARGS : (*(xmlDefaultSAXHandler.NAME))ARGS) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:891:32: note: expanded from macro 'xmlDefaultSAXHandler' 891 | #define xmlDefaultSAXHandler XML_GLOBAL_MACRO(xmlDefaultSAXHandler) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' 500 | #define XML_GLOBAL_MACRO(name) (*__##name()) | ^ :226:1: note: expanded from here 226 | __xmlDefaultSAXHandler | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:886:1: note: '__xmlDefaultSAXHandler' has been explicitly marked deprecated here 886 | XML_GLOBALS_PARSER | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:883:3: note: expanded from macro 'XML_GLOBALS_PARSER' 883 | XML_GLOBALS_PARSER_SAX1 | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:875:51: note: expanded from macro 'XML_GLOBALS_PARSER_SAX1' 875 | XML_OP(xmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' 447 | # define XML_DEPRECATED __attribute__((deprecated)) | ^ GSXML.m:2982:13: warning: '__htmlDefaultSAXHandler' is deprecated [-Wdeprecated-declarations] 2982 | has = TREEFUN(hasExternalSubset, (ctx)); | ^ GSXML.m:2922:66: note: expanded from macro 'TREEFUN' 2922 | #define TREEFUN(NAME,ARGS) ((HANDLER->isHtmlHandler == YES) ? (*(htmlDefaultSAXHandler.NAME))ARGS : (*(xmlDefaultSAXHandler.NAME))ARGS) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:96:33: note: expanded from macro 'htmlDefaultSAXHandler' 96 | #define htmlDefaultSAXHandler XML_GLOBAL_MACRO(htmlDefaultSAXHandler) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' 500 | #define XML_GLOBAL_MACRO(name) (*__##name()) | ^ :229:1: note: expanded from here 229 | __htmlDefaultSAXHandler | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:92:1: note: '__htmlDefaultSAXHandler' has been explicitly marked deprecated here 92 | XML_GLOBALS_HTML | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:86:52: note: expanded from macro 'XML_GLOBALS_HTML' 86 | XML_OP(htmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' 447 | # define XML_DEPRECATED __attribute__((deprecated)) | ^ GSXML.m:2982:13: warning: '__xmlDefaultSAXHandler' is deprecated [-Wdeprecated-declarations] 2982 | has = TREEFUN(hasExternalSubset, (ctx)); | ^ GSXML.m:2922:104: note: expanded from macro 'TREEFUN' 2922 | #define TREEFUN(NAME,ARGS) ((HANDLER->isHtmlHandler == YES) ? (*(htmlDefaultSAXHandler.NAME))ARGS : (*(xmlDefaultSAXHandler.NAME))ARGS) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:891:32: note: expanded from macro 'xmlDefaultSAXHandler' 891 | #define xmlDefaultSAXHandler XML_GLOBAL_MACRO(xmlDefaultSAXHandler) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' 500 | #define XML_GLOBAL_MACRO(name) (*__##name()) | ^ :230:1: note: expanded from here 230 | __xmlDefaultSAXHandler | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:886:1: note: '__xmlDefaultSAXHandler' has been explicitly marked deprecated here 886 | XML_GLOBALS_PARSER | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:883:3: note: expanded from macro 'XML_GLOBALS_PARSER' 883 | XML_GLOBALS_PARSER_SAX1 | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/parser.h:875:51: note: expanded from macro 'XML_GLOBALS_PARSER_SAX1' 875 | XML_OP(xmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' 447 | # define XML_DEPRECATED __attribute__((deprecated)) | ^ GSXML.m:3865:20: warning: '__htmlDefaultSAXHandler' is deprecated [-Wdeprecated-declarations] 3865 | memcpy(lib, &htmlDefaultSAXHandler, sizeof(htmlSAXHandler)); | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:96:33: note: expanded from macro 'htmlDefaultSAXHandler' 96 | #define htmlDefaultSAXHandler XML_GLOBAL_MACRO(htmlDefaultSAXHandler) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' 500 | #define XML_GLOBAL_MACRO(name) (*__##name()) | ^ :38:1: note: expanded from here 38 | __htmlDefaultSAXHandler | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:92:1: note: '__htmlDefaultSAXHandler' has been explicitly marked deprecated here 92 | XML_GLOBALS_HTML | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:86:52: note: expanded from macro 'XML_GLOBALS_HTML' 86 | XML_OP(htmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' 447 | # define XML_DEPRECATED __attribute__((deprecated)) | ^ GSXML.m:3865:20: warning: '__htmlDefaultSAXHandler' is deprecated [-Wdeprecated-declarations] 3865 | memcpy(lib, &htmlDefaultSAXHandler, sizeof(htmlSAXHandler)); | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:96:33: note: expanded from macro 'htmlDefaultSAXHandler' 96 | #define htmlDefaultSAXHandler XML_GLOBAL_MACRO(htmlDefaultSAXHandler) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' 500 | #define XML_GLOBAL_MACRO(name) (*__##name()) | ^ :38:1: note: expanded from here 38 | __htmlDefaultSAXHandler | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:92:1: note: '__htmlDefaultSAXHandler' has been explicitly marked deprecated here 92 | XML_GLOBALS_HTML | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/HTMLparser.h:86:52: note: expanded from macro 'XML_GLOBALS_HTML' 86 | XML_OP(htmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) | ^ /pbulk/work/devel/gnustep-base/work/.buildlink/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' 447 | # define XML_DEPRECATED __attribute__((deprecated)) | ^ Compiling file NSArray+GNUstepBase.m ... 6 warnings and 2 errors generated. gmake[4]: *** [/usr/pkg/share/GNUstep/Makefiles/rules.make:515: obj/Additions.obj/GSXML.m.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... 4 warnings generated. gmake[3]: *** [/usr/pkg/share/GNUstep/Makefiles/Instance/subproject.make:45: internal-subproject-all_] Error 2 gmake[2]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/rules.make:297: Additions.all.subproject.variables] Error 2 gmake[1]: *** [/usr/pkg/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] 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 /usr/pkgsrc/devel/gnustep-base *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/gnustep-base