>>> Building on exopi-6 under textproc/xmlstarlet BDEPENDS = [textproc/libxslt;textproc/libxml] DIST = [textproc/xmlstarlet:xmlstarlet-1.6.1.tar.gz] FULLPKGNAME = xmlstarlet-1.6.1p1 RDEPENDS = [textproc/libxml;textproc/libxslt] (Junk lock obtained for exopi-6 at 1713774921.38) >>> Running depends in textproc/xmlstarlet at 1713774921.41 last junk was in textproc/py-ijson,python3 /usr/sbin/pkg_add -aI -Drepair libxml-2.12.6 libxslt-1.1.39 was: /usr/sbin/pkg_add -aI -Drepair libxml-2.12.6 libxslt-1.1.39 /usr/sbin/pkg_add -aI -Drepair libxml-2.12.6 libxslt-1.1.39 >>> Running show-prepare-results in textproc/xmlstarlet at 1713774925.12 ===> textproc/xmlstarlet ===> Building from scratch xmlstarlet-1.6.1p1 ===> xmlstarlet-1.6.1p1 depends on: libxml-* -> libxml-2.12.6 ===> xmlstarlet-1.6.1p1 depends on: libxslt-* -> libxslt-1.1.39 ===> Verifying specs: c exslt xml2 xslt ===> found c.100.0 exslt.9.8 xml2.20.0 xslt.4.1 libxml-2.12.6 libxslt-1.1.39 (Junk lock released for exopi-6 at 1713774925.81) distfiles size=420923 >>> Running build in textproc/xmlstarlet at 1713774925.86 ===> textproc/xmlstarlet ===> Checking files for xmlstarlet-1.6.1p1 `/exopi-cvs/ports/distfiles/xmlstarlet-1.6.1.tar.gz' is up to date. >> (SHA256) xmlstarlet-1.6.1.tar.gz: OK ===> Extracting for xmlstarlet-1.6.1p1 ===> Patching for xmlstarlet-1.6.1p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for xmlstarlet-1.6.1p1 ===> Configuring for xmlstarlet-1.6.1p1 Using /exopi-obj/pobj/xmlstarlet-1.6.1/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/xmlstarlet-1.6.1/config.site checking for a BSD-compatible install... /exopi-obj/pobj/xmlstarlet-1.6.1/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) awk checking for xml2-config... /usr/local/bin/xml2-config configure: using libxml-2.12.6 checking for xslt-config... /usr/local/bin/xslt-config configure: using libxslt-1.1.39 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether lstat correctly handles trailing slash... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for mode_t... (cached) yes checking for size_t... (cached) yes checking for lstat... (cached) yes checking for stat... (cached) yes checking for setmode... (cached) yes checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for xmlstarlet-1.6.1p1 /usr/bin/make all-am depbase=`echo src/trans.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/trans.o -MD -MP -MF $depbase.Tpo -c -o src/trans.o src/trans.c && mv -f $depbase.Tpo $depbase.Po src/trans.c:46:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] xmlInitMemory(); ^ /usr/local/include/libxml2/libxml/xmlmemory.h:131:1: note: 'xmlInitMemory' has been explicitly marked deprecated here XML_DEPRECATED ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:53:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] xmlLineNumbersDefault(1); ^ /usr/local/include/libxml2/libxml/parser.h:966:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:71:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] xmlKeepBlanksDefault(1); ^ /usr/local/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:72:25: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] if (ops->noblanks) xmlKeepBlanksDefault(0); ^ /usr/local/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:73:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations] xmlPedanticParserDefault(0); ^ /usr/local/include/libxml2/libxml/parser.h:962:1: note: 'xmlPedanticParserDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:75:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations] xmlGetWarningsDefaultValue = 1; ^ /usr/local/include/libxml2/libxml/parser.h:896:5: note: expanded from macro 'xmlGetWarningsDefaultValue' XML_GLOBAL_MACRO(xmlGetWarningsDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :28:1: note: expanded from here __xmlGetWarningsDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlGetWarningsDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:856:43: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlGetWarningsDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:77:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] xmlLoadExtDtdDefaultValue = 1; ^ /usr/local/include/libxml2/libxml/parser.h:900:37: note: expanded from macro 'xmlLoadExtDtdDefaultValue' #define xmlLoadExtDtdDefaultValue XML_GLOBAL_MACRO(xmlLoadExtDtdDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :29:1: note: expanded from here __xmlLoadExtDtdDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:859:42: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:84:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; ^ /usr/local/include/libxml2/libxml/parser.h:900:37: note: expanded from macro 'xmlLoadExtDtdDefaultValue' #define xmlLoadExtDtdDefaultValue XML_GLOBAL_MACRO(xmlLoadExtDtdDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :30:1: note: expanded from here __xmlLoadExtDtdDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:859:42: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/trans.c:88:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] xmlLoadExtDtdDefaultValue = 0; ^ /usr/local/include/libxml2/libxml/parser.h:900:37: note: expanded from macro 'xmlLoadExtDtdDefaultValue' #define xmlLoadExtDtdDefaultValue XML_GLOBAL_MACRO(xmlLoadExtDtdDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :31:1: note: expanded from here __xmlLoadExtDtdDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:859:42: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ 9 warnings generated. depbase=`echo src/xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml.o -MD -MP -MF $depbase.Tpo -c -o src/xml.o src/xml.c && mv -f $depbase.Tpo $depbase.Po src/xml.c:300:43: warning: incompatible function pointer types passing 'void (void *, xmlErrorPtr)' (aka 'void (void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') [-Wincompatible-function-pointer-types] xmlSetStructuredErrorFunc(&errorInfo, reportError); ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:898:29: note: passing argument to parameter 'handler' here xmlStructuredErrorFunc handler); ^ 1 warning generated. depbase=`echo src/xml_C14N.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_C14N.o -MD -MP -MF $depbase.Tpo -c -o src/xml_C14N.o src/xml_C14N.c && mv -f $depbase.Tpo $depbase.Po src/xml_C14N.c:240:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; ^ /usr/local/include/libxml2/libxml/parser.h:900:37: note: expanded from macro 'xmlLoadExtDtdDefaultValue' #define xmlLoadExtDtdDefaultValue XML_GLOBAL_MACRO(xmlLoadExtDtdDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :27:1: note: expanded from here __xmlLoadExtDtdDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:859:42: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_C14N.c:241:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] xmlSubstituteEntitiesDefault(1); ^ /usr/local/include/libxml2/libxml/parser.h:952:1: note: 'xmlSubstituteEntitiesDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. depbase=`echo src/xml_depyx.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_depyx.o -MD -MP -MF $depbase.Tpo -c -o src/xml_depyx.o src/xml_depyx.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xml_edit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_edit.o -MD -MP -MF $depbase.Tpo -c -o src/xml_edit.o src/xml_edit.c && mv -f $depbase.Tpo $depbase.Po src/xml_edit.c:361:18: warning: variable 'node' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] else if (type == XML_TEXT) ^~~~~~~~~~~~~~~~ src/xml_edit.c:371:48: note: uninitialized use occurs here xmlXPathNodeSetAdd(previous_insertion, node); ^~~~ src/xml_edit.c:361:14: note: remove the 'if' if its condition is always true else if (type == XML_TEXT) ^~~~~~~~~~~~~~~~~~~~~ src/xml_edit.c:339:24: note: initialize the variable 'node' to silence this warning xmlNodePtr node; ^ = NULL src/xml_edit.c:561:9: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] xmlCleanupGlobals(); ^ /usr/local/include/libxml2/libxml/parser.h:924:1: note: 'xmlCleanupGlobals' has been explicitly marked deprecated here XML_DEPRECATED ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_edit.c:738:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] xmlKeepBlanksDefault(0); ^ /usr/local/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_edit.c:740:52: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] if ((!g_ops.noblanks) || g_ops.preserveFormat) xmlKeepBlanksDefault(1); ^ /usr/local/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_edit.c:755:5: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] xmlCleanupGlobals(); ^ /usr/local/include/libxml2/libxml/parser.h:924:1: note: 'xmlCleanupGlobals' has been explicitly marked deprecated here XML_DEPRECATED ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ 5 warnings generated. depbase=`echo src/xml_elem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_elem.o -MD -MP -MF $depbase.Tpo -c -o src/xml_elem.o src/xml_elem.c && mv -f $depbase.Tpo $depbase.Po src/xml_elem.c:271:27: warning: incompatible function pointer types passing 'void (void *, void *, xmlChar *)' (aka 'void (void *, void *, unsigned char *)') to parameter of type 'xmlHashScanner' (aka 'void (*)(void *, void *, const unsigned char *)') [-Wincompatible-function-pointer-types] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ /usr/local/include/libxml2/libxml/hash.h:209:22: note: passing argument to parameter 'scan' here xmlHashScanner scan, ^ 1 warning generated. depbase=`echo src/xml_escape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_escape.o -MD -MP -MF $depbase.Tpo -c -o src/xml_escape.o src/xml_escape.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xml_format.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_format.o -MD -MP -MF $depbase.Tpo -c -o src/xml_format.o src/xml_format.c && mv -f $depbase.Tpo $depbase.Po src/xml_format.c:114:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations] xmlInitMemory(); ^ /usr/local/include/libxml2/libxml/xmlmemory.h:131:1: note: 'xmlInitMemory' has been explicitly marked deprecated here XML_DEPRECATED ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:121:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] xmlLineNumbersDefault(1); ^ /usr/local/include/libxml2/libxml/parser.h:966:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:123:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] xmlSubstituteEntitiesDefault(1); ^ /usr/local/include/libxml2/libxml/parser.h:952:1: note: 'xmlSubstituteEntitiesDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:124:5: warning: 'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations] xmlKeepBlanksDefault(0); ^ /usr/local/include/libxml2/libxml/parser.h:956:1: note: 'xmlKeepBlanksDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:125:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations] xmlPedanticParserDefault(0); ^ /usr/local/include/libxml2/libxml/parser.h:962:1: note: 'xmlPedanticParserDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:127:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations] xmlGetWarningsDefaultValue = 1; ^ /usr/local/include/libxml2/libxml/parser.h:896:5: note: expanded from macro 'xmlGetWarningsDefaultValue' XML_GLOBAL_MACRO(xmlGetWarningsDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :28:1: note: expanded from here __xmlGetWarningsDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlGetWarningsDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:856:43: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlGetWarningsDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:128:5: warning: '__xmlDoValidityCheckingDefaultValue' is deprecated [-Wdeprecated-declarations] xmlDoValidityCheckingDefaultValue = 0; ^ /usr/local/include/libxml2/libxml/parser.h:894:5: note: expanded from macro 'xmlDoValidityCheckingDefaultValue' XML_GLOBAL_MACRO(xmlDoValidityCheckingDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :29:1: note: expanded from here __xmlDoValidityCheckingDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlDoValidityCheckingDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:855:50: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlDoValidityCheckingDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:129:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] xmlLoadExtDtdDefaultValue = 0; ^ /usr/local/include/libxml2/libxml/parser.h:900:37: note: expanded from macro 'xmlLoadExtDtdDefaultValue' #define xmlLoadExtDtdDefaultValue XML_GLOBAL_MACRO(xmlLoadExtDtdDefaultValue) ^ /usr/local/include/libxml2/libxml/xmlversion.h:500:36: note: expanded from macro 'XML_GLOBAL_MACRO' #define XML_GLOBAL_MACRO(name) (*__##name()) ^ :30:1: note: expanded from here __xmlLoadExtDtdDefaultValue ^ /usr/local/include/libxml2/libxml/parser.h:886:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here XML_GLOBALS_PARSER ^ /usr/local/include/libxml2/libxml/parser.h:881:3: note: expanded from macro 'XML_GLOBALS_PARSER' XML_GLOBALS_PARSER_CORE \ ^ /usr/local/include/libxml2/libxml/parser.h:859:42: note: expanded from macro 'XML_GLOBALS_PARSER_CORE' XML_OP(xmlLoadExtDtdDefaultValue, int, XML_DEPRECATED) \ ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_format.c:353:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] foCleanup() ^ void 9 warnings generated. depbase=`echo src/xml_ls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_ls.o -MD -MP -MF $depbase.Tpo -c -o src/xml_ls.o src/xml_ls.c && mv -f $depbase.Tpo $depbase.Po src/xml_ls.c:149:15: warning: comparison of array 'd->d_name' equal to a null pointer is always false [-Wtautological-pointer-compare] if ((d->d_name == NULL) || !strcmp(d->d_name, ".") || !strcmp(d->d_name, "..")) ~~~^~~~~~ ~~~~ 1 warning generated. depbase=`echo src/xml_pyx.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_pyx.o -MD -MP -MF $depbase.Tpo -c -o src/xml_pyx.o src/xml_pyx.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xml_select.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_select.o -MD -MP -MF $depbase.Tpo -c -o src/xml_select.o src/xml_select.c && mv -f $depbase.Tpo $depbase.Po src/xml_select.c:552:55: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); ^~~~~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlstring.h:35:18: note: expanded from macro 'BAD_CAST' #define BAD_CAST (xmlChar *) ^ /usr/local/include/libxml2/libxml/xmlstring.h:100:54: note: passing argument to parameter 'msg' here const char *msg, ^ src/xml_select.c:885:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((comp->case_order == NULL) /* && (comp->has_case_order != 0) */) { ~~~~~~~~~~~~~~~~~^~~~~~~ src/xml_select.c:885:24: note: remove extraneous parentheses around the comparison to silence this warning if ((comp->case_order == NULL) /* && (comp->has_case_order != 0) */) { ~ ^ ~ src/xml_select.c:885:24: note: use '=' to turn this equality comparison into an assignment if ((comp->case_order == NULL) /* && (comp->has_case_order != 0) */) { ^~ = 2 warnings generated. depbase=`echo src/xml_trans.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_trans.o -MD -MP -MF $depbase.Tpo -c -o src/xml_trans.o src/xml_trans.c && mv -f $depbase.Tpo $depbase.Po src/xml_trans.c:131:10: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] trCleanup() ^ void 1 warning generated. depbase=`echo src/xml_validate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml_validate.o -MD -MP -MF $depbase.Tpo -c -o src/xml_validate.o src/xml_validate.c && mv -f $depbase.Tpo $depbase.Po src/xml_validate.c:300:43: warning: incompatible function pointer types passing 'void (void *, xmlErrorPtr)' (aka 'void (void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') [-Wincompatible-function-pointer-types] xmlSetStructuredErrorFunc(&errorInfo, reportError); ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:898:29: note: passing argument to parameter 'handler' here xmlStructuredErrorFunc handler); ^ src/xml_validate.c:301:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] xmlLineNumbersDefault(1); ^ /usr/local/include/libxml2/libxml/parser.h:966:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here XML_DEPRECATED XMLPUBFUN int ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_validate.c:493:9: warning: 'xmlRelaxNGCleanupTypes' is deprecated [-Wdeprecated-declarations] xmlRelaxNGCleanupTypes(); ^ /usr/local/include/libxml2/libxml/relaxng.h:122:1: note: 'xmlRelaxNGCleanupTypes' has been explicitly marked deprecated here XML_DEPRECATED ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ src/xml_validate.c:494:9: warning: 'xmlSchemaCleanupTypes' is deprecated [-Wdeprecated-declarations] xmlSchemaCleanupTypes(); ^ /usr/local/include/libxml2/libxml/xmlschemastypes.h:35:1: note: 'xmlSchemaCleanupTypes' has been explicitly marked deprecated here XML_DEPRECATED ^ /usr/local/include/libxml2/libxml/xmlversion.h:447:43: note: expanded from macro 'XML_DEPRECATED' # define XML_DEPRECATED __attribute__((deprecated)) ^ 4 warnings generated. awk -f ./usage2c.awk src/usage.txt > src/usage.c depbase=`echo src/usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/usage.o -MD -MP -MF $depbase.Tpo -c -o src/usage.o src/usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/c14n-usage.txt > src/c14n-usage.c depbase=`echo src/c14n-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/c14n-usage.o -MD -MP -MF $depbase.Tpo -c -o src/c14n-usage.o src/c14n-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/depyx-usage.txt > src/depyx-usage.c depbase=`echo src/depyx-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/depyx-usage.o -MD -MP -MF $depbase.Tpo -c -o src/depyx-usage.o src/depyx-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/edit-usage.txt > src/edit-usage.c depbase=`echo src/edit-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/edit-usage.o -MD -MP -MF $depbase.Tpo -c -o src/edit-usage.o src/edit-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/elem-usage.txt > src/elem-usage.c depbase=`echo src/elem-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/elem-usage.o -MD -MP -MF $depbase.Tpo -c -o src/elem-usage.o src/elem-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/escape-usage.txt > src/escape-usage.c depbase=`echo src/escape-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/escape-usage.o -MD -MP -MF $depbase.Tpo -c -o src/escape-usage.o src/escape-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/format-usage.txt > src/format-usage.c depbase=`echo src/format-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/format-usage.o -MD -MP -MF $depbase.Tpo -c -o src/format-usage.o src/format-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/ls-usage.txt > src/ls-usage.c depbase=`echo src/ls-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/ls-usage.o -MD -MP -MF $depbase.Tpo -c -o src/ls-usage.o src/ls-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/pyx-usage.txt > src/pyx-usage.c depbase=`echo src/pyx-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/pyx-usage.o -MD -MP -MF $depbase.Tpo -c -o src/pyx-usage.o src/pyx-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/select-usage.txt > src/select-usage.c depbase=`echo src/select-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/select-usage.o -MD -MP -MF $depbase.Tpo -c -o src/select-usage.o src/select-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/trans-usage.txt > src/trans-usage.c depbase=`echo src/trans-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/trans-usage.o -MD -MP -MF $depbase.Tpo -c -o src/trans-usage.o src/trans-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/unescape-usage.txt > src/unescape-usage.c depbase=`echo src/unescape-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/unescape-usage.o -MD -MP -MF $depbase.Tpo -c -o src/unescape-usage.o src/unescape-usage.c && mv -f $depbase.Tpo $depbase.Po awk -f ./usage2c.awk src/validate-usage.txt > src/validate-usage.c depbase=`echo src/validate-usage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/validate-usage.o -MD -MP -MF $depbase.Tpo -c -o src/validate-usage.o src/validate-usage.c && mv -f $depbase.Tpo $depbase.Po cc -Wall -pedantic -ansi -O2 -pipe -L/usr/local/lib -L/usr/local/lib -o xml src/trans.o src/xml.o src/xml_C14N.o src/xml_depyx.o src/xml_edit.o src/xml_elem.o src/xml_escape.o src/xml_format.o src/xml_ls.o src/xml_pyx.o src/xml_select.o src/xml_trans.o src/xml_validate.o src/usage.o src/c14n-usage.o src/depyx-usage.o src/edit-usage.o src/elem-usage.o src/escape-usage.o src/format-usage.o src/ls-usage.o src/pyx-usage.o src/select-usage.o src/trans-usage.o src/unescape-usage.o src/validate-usage.o -lexslt -lxslt -lxml2 >>> Running package in textproc/xmlstarlet at 1713774934.96 ===> textproc/xmlstarlet ===> Faking installation for xmlstarlet-1.6.1p1 depbase=`echo src/xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml.o -MD -MP -MF $depbase.Tpo -c -o src/xml.o src/xml.c && mv -f $depbase.Tpo $depbase.Po src/xml.c:300:43: warning: incompatible function pointer types passing 'void (void *, xmlErrorPtr)' (aka 'void (void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') [-Wincompatible-function-pointer-types] xmlSetStructuredErrorFunc(&errorInfo, reportError); ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:898:29: note: passing argument to parameter 'handler' here xmlStructuredErrorFunc handler); ^ 1 warning generated. cc -Wall -pedantic -ansi -O2 -pipe -L/usr/local/lib -L/usr/local/lib -o xml src/trans.o src/xml.o src/xml_C14N.o src/xml_depyx.o src/xml_edit.o src/xml_elem.o src/xml_escape.o src/xml_format.o src/xml_ls.o src/xml_pyx.o src/xml_select.o src/xml_trans.o src/xml_validate.o src/usage.o src/c14n-usage.o src/depyx-usage.o src/edit-usage.o src/elem-usage.o src/escape-usage.o src/format-usage.o src/ls-usage.o src/pyx-usage.o src/select-usage.o src/trans-usage.o src/unescape-usage.o src/validate-usage.o -lexslt -lxslt -lxml2 depbase=`echo src/xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include/libxml2 -Wall -pedantic -ansi -O2 -pipe -MT src/xml.o -MD -MP -MF $depbase.Tpo -c -o src/xml.o src/xml.c && mv -f $depbase.Tpo $depbase.Po src/xml.c:300:43: warning: incompatible function pointer types passing 'void (void *, xmlErrorPtr)' (aka 'void (void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') [-Wincompatible-function-pointer-types] xmlSetStructuredErrorFunc(&errorInfo, reportError); ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:898:29: note: passing argument to parameter 'handler' here xmlStructuredErrorFunc handler); ^ 1 warning generated. cc -Wall -pedantic -ansi -O2 -pipe -L/usr/local/lib -L/usr/local/lib -o xml src/trans.o src/xml.o src/xml_C14N.o src/xml_depyx.o src/xml_edit.o src/xml_elem.o src/xml_escape.o src/xml_format.o src/xml_ls.o src/xml_pyx.o src/xml_select.o src/xml_trans.o src/xml_validate.o src/usage.o src/c14n-usage.o src/depyx-usage.o src/edit-usage.o src/elem-usage.o src/escape-usage.o src/format-usage.o src/ls-usage.o src/pyx-usage.o src/select-usage.o src/trans-usage.o src/unescape-usage.o src/validate-usage.o -lexslt -lxslt -lxml2 mkdir -p '/exopi-obj/pobj/xmlstarlet-1.6.1/fake-amd64/usr/local/bin' /exopi-obj/pobj/xmlstarlet-1.6.1/bin/install -c -s -m 755 xml '/exopi-obj/pobj/xmlstarlet-1.6.1/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/xmlstarlet-1.6.1/fake-amd64/usr/local/share/doc/xmlstarlet' /exopi-obj/pobj/xmlstarlet-1.6.1/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/exopi-obj/pobj/xmlstarlet-1.6.1/fake-amd64/usr/local/share/doc/xmlstarlet' mkdir -p '/exopi-obj/pobj/xmlstarlet-1.6.1/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/xmlstarlet-1.6.1/bin/install -c -m 644 doc/xmlstarlet.1 '/exopi-obj/pobj/xmlstarlet-1.6.1/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/xmlstarlet-1.6.1/bin/install -c -m 644 /exopi-obj/pobj/xmlstarlet-1.6.1/xmlstarlet-1.6.1/COPYING /exopi-obj/pobj/xmlstarlet-1.6.1/fake-amd64/usr/local/share/doc/xmlstarlet ===> Building package for xmlstarlet-1.6.1p1 Create /exopi-cvs/ports/packages/amd64/all/xmlstarlet-1.6.1p1.tgz Creating package xmlstarlet-1.6.1p1 reading plist| checking dependencies| checking dependencies|textproc/libxml,-main checking dependencies|textproc/libxslt checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************* | 48% archiving|******************************** | 50% archiving|**************************************************** | 82% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xmlstarlet-1.6.1p1.tgz >>> Running clean in textproc/xmlstarlet at 1713774938.66 ===> textproc/xmlstarlet ===> Cleaning for xmlstarlet-1.6.1p1 >>> Ended at 1713774938.85 max_stuck=0.23/depends=3.71/show-prepare-results=0.71/build=9.12/package=3.69/clean=0.23