>>> Building on exopi-4 under textproc/xmlstarlet BDEPENDS = [textproc/libxml;textproc/libxslt] DIST = [textproc/xmlstarlet:xmlstarlet-1.6.1.tar.gz] FULLPKGNAME = xmlstarlet-1.6.1p3 RDEPENDS = [textproc/libxslt;textproc/libxml] (Junk lock obtained for exopi-4 at 1764448335.80) >>> Running depends in textproc/xmlstarlet at 1764448335.84 last junk was in wayland/swayidle /usr/sbin/pkg_add -aI -Drepair libxml-2.15.1p1 libxslt-1.1.44 was: /usr/sbin/pkg_add -aI -Drepair libxml-2.15.1p1 libxslt-1.1.44 /usr/sbin/pkg_add -aI -Drepair libxml-2.15.1p1 libxslt-1.1.44 >>> Running show-prepare-results in textproc/xmlstarlet at 1764448337.14 ===> textproc/xmlstarlet ===> Building from scratch xmlstarlet-1.6.1p3 ===> xmlstarlet-1.6.1p3 depends on: libxml-* -> libxml-2.15.1p1 ===> xmlstarlet-1.6.1p3 depends on: libxslt-* -> libxslt-1.1.44 ===> Verifying specs: c exslt xml2 xslt ===> found c.102.2 exslt.9.8 xml2.22.1 xslt.4.2 libxml-2.15.1p1 libxslt-1.1.44 (Junk lock released for exopi-4 at 1764448337.70) distfiles size=420923 >>> Running build in textproc/xmlstarlet at 1764448337.73 ===> textproc/xmlstarlet ===> Checking files for xmlstarlet-1.6.1p3 `/exopi-cvs/ports/distfiles/xmlstarlet-1.6.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xmlstarlet-1.6.1p3 ===> Patching for xmlstarlet-1.6.1p3 ===> Applying OpenBSD patch patch-src_xml_pyx_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix with libxml >=2.14 | |Index: src/xml_pyx.c |--- src/xml_pyx.c.orig |+++ src/xml_pyx.c -------------------------- Patching file src/xml_pyx.c using Plan A... Hunk #1 succeeded at 200. Hunk #2 succeeded at 215. Hunk #3 succeeded at 223. done ===> 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.1p3 ===> Configuring for xmlstarlet-1.6.1p3 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.8 checking host system type... x86_64-unknown-openbsd7.8 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.15.1 checking for xslt-config... /usr/local/bin/xslt-config configure: using libxslt-1.1.44 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.1p3 /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] 46 | xmlInitMemory(); | ^ /usr/local/include/libxml2/libxml/xmlmemory.h:146:1: note: 'xmlInitMemory' has been explicitly marked deprecated here 146 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:53:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] 53 | xmlLineNumbersDefault(1); | ^ /usr/local/include/libxml2/libxml/parser.h:1423:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here 1423 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:73:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations] 73 | xmlPedanticParserDefault(0); | ^ /usr/local/include/libxml2/libxml/parser.h:1420:1: note: 'xmlPedanticParserDefault' has been explicitly marked deprecated here 1420 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:75:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations] 75 | xmlGetWarningsDefaultValue = 1; | ^ /usr/local/include/libxml2/libxml/parser.h:1309:7: note: expanded from macro 'xmlGetWarningsDefaultValue' 1309 | (*__xmlGetWarningsDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1271:1: note: '__xmlGetWarningsDefaultValue' has been explicitly marked deprecated here 1271 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:77:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 77 | xmlLoadExtDtdDefaultValue = 1; | ^ /usr/local/include/libxml2/libxml/parser.h:1331:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue' 1331 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1277:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here 1277 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:84:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 84 | xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; | ^ /usr/local/include/libxml2/libxml/parser.h:1331:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue' 1331 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1277:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here 1277 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:88:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 88 | xmlLoadExtDtdDefaultValue = 0; | ^ /usr/local/include/libxml2/libxml/parser.h:1331:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue' 1331 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1277:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here 1277 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:229:35: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations] 229 | if (cur->indent == 1) xmlIndentTreeOutput = 1; | ^ /usr/local/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput' 1356 | #define xmlIndentTreeOutput (*__xmlIndentTreeOutput()) | ^ /usr/local/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here 1285 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/trans.c:230:18: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations] 230 | else xmlIndentTreeOutput = 0; | ^ /usr/local/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput' 1356 | #define xmlIndentTreeOutput (*__xmlIndentTreeOutput()) | ^ /usr/local/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here 1285 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #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] 300 | xmlSetStructuredErrorFunc(&errorInfo, reportError); | ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:1005:29: note: passing argument to parameter 'handler' here 1005 | 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:171:5: warning: 'xmlMemoryDump' is deprecated [-Wdeprecated-declarations] 171 | xmlMemoryDump(); | ^ /usr/local/include/libxml2/libxml/xmlmemory.h:174:1: note: 'xmlMemoryDump' has been explicitly marked deprecated here 174 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_C14N.c:240:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 240 | xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; | ^ /usr/local/include/libxml2/libxml/parser.h:1331:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue' 1331 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1277:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here 1277 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_C14N.c:241:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] 241 | xmlSubstituteEntitiesDefault(1); | ^ /usr/local/include/libxml2/libxml/parser.h:1413:1: note: 'xmlSubstituteEntitiesDefault' has been explicitly marked deprecated here 1413 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ 3 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] 361 | else if (type == XML_TEXT) | ^~~~~~~~~~~~~~~~ src/xml_edit.c:371:48: note: uninitialized use occurs here 371 | xmlXPathNodeSetAdd(previous_insertion, node); | ^~~~ src/xml_edit.c:361:14: note: remove the 'if' if its condition is always true 361 | else if (type == XML_TEXT) | ^~~~~~~~~~~~~~~~~~~~~ 362 | { src/xml_edit.c:339:24: note: initialize the variable 'node' to silence this warning 339 | xmlNodePtr node; | ^ | = NULL src/xml_edit.c:458:5: warning: 'xmlDeregisterNodeDefault' is deprecated [-Wdeprecated-declarations] 458 | xmlDeregisterNodeDefault(&removeNodeFromPrev); | ^ /usr/local/include/libxml2/libxml/tree.h:1480:1: note: 'xmlDeregisterNodeDefault' has been explicitly marked deprecated here 1480 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_edit.c:533:5: warning: 'xmlDeregisterNodeDefault' is deprecated [-Wdeprecated-declarations] 533 | xmlDeregisterNodeDefault(NULL); | ^ /usr/local/include/libxml2/libxml/tree.h:1480:1: note: 'xmlDeregisterNodeDefault' has been explicitly marked deprecated here 1480 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_edit.c:561:9: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 561 | xmlCleanupGlobals(); | ^ /usr/local/include/libxml2/libxml/parser.h:1386:1: note: 'xmlCleanupGlobals' has been explicitly marked deprecated here 1386 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_edit.c:755:5: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations] 755 | xmlCleanupGlobals(); | ^ /usr/local/include/libxml2/libxml/parser.h:1386:1: note: 'xmlCleanupGlobals' has been explicitly marked deprecated here 1386 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #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] 271 | xmlHashScan(uniq, hash_key_put, &lines); | ^~~~~~~~~~~~ /usr/local/include/libxml2/libxml/hash.h:225:22: note: passing argument to parameter 'scan' here 225 | 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] 114 | xmlInitMemory(); | ^ /usr/local/include/libxml2/libxml/xmlmemory.h:146:1: note: 'xmlInitMemory' has been explicitly marked deprecated here 146 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:121:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] 121 | xmlLineNumbersDefault(1); | ^ /usr/local/include/libxml2/libxml/parser.h:1423:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here 1423 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:123:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations] 123 | xmlSubstituteEntitiesDefault(1); | ^ /usr/local/include/libxml2/libxml/parser.h:1413:1: note: 'xmlSubstituteEntitiesDefault' has been explicitly marked deprecated here 1413 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:125:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations] 125 | xmlPedanticParserDefault(0); | ^ /usr/local/include/libxml2/libxml/parser.h:1420:1: note: 'xmlPedanticParserDefault' has been explicitly marked deprecated here 1420 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:127:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations] 127 | xmlGetWarningsDefaultValue = 1; | ^ /usr/local/include/libxml2/libxml/parser.h:1309:7: note: expanded from macro 'xmlGetWarningsDefaultValue' 1309 | (*__xmlGetWarningsDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1271:1: note: '__xmlGetWarningsDefaultValue' has been explicitly marked deprecated here 1271 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:128:5: warning: '__xmlDoValidityCheckingDefaultValue' is deprecated [-Wdeprecated-declarations] 128 | xmlDoValidityCheckingDefaultValue = 0; | ^ /usr/local/include/libxml2/libxml/parser.h:1302:7: note: expanded from macro 'xmlDoValidityCheckingDefaultValue' 1302 | (*__xmlDoValidityCheckingDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1269:1: note: '__xmlDoValidityCheckingDefaultValue' has been explicitly marked deprecated here 1269 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:129:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations] 129 | xmlLoadExtDtdDefaultValue = 0; | ^ /usr/local/include/libxml2/libxml/parser.h:1331:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue' 1331 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue()) | ^ /usr/local/include/libxml2/libxml/parser.h:1277:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here 1277 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:131:5: warning: '__xmlTreeIndentString' is deprecated [-Wdeprecated-declarations] 131 | xmlTreeIndentString = NULL; | ^ /usr/local/include/libxml2/libxml/parser.h:1364:35: note: expanded from macro 'xmlTreeIndentString' 1364 | #define xmlTreeIndentString (*__xmlTreeIndentString()) | ^ /usr/local/include/libxml2/libxml/parser.h:1287:1: note: '__xmlTreeIndentString' has been explicitly marked deprecated here 1287 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:134:9: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations] 134 | xmlIndentTreeOutput = 1; | ^ /usr/local/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput' 1356 | #define xmlIndentTreeOutput (*__xmlIndentTreeOutput()) | ^ /usr/local/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here 1285 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:137:13: warning: '__xmlTreeIndentString' is deprecated [-Wdeprecated-declarations] 137 | xmlTreeIndentString = "\t"; | ^ /usr/local/include/libxml2/libxml/parser.h:1364:35: note: expanded from macro 'xmlTreeIndentString' 1364 | #define xmlTreeIndentString (*__xmlTreeIndentString()) | ^ /usr/local/include/libxml2/libxml/parser.h:1287:1: note: '__xmlTreeIndentString' has been explicitly marked deprecated here 1287 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:142:13: warning: '__xmlTreeIndentString' is deprecated [-Wdeprecated-declarations] 142 | xmlTreeIndentString = spaces; | ^ /usr/local/include/libxml2/libxml/parser.h:1364:35: note: expanded from macro 'xmlTreeIndentString' 1364 | #define xmlTreeIndentString (*__xmlTreeIndentString()) | ^ /usr/local/include/libxml2/libxml/parser.h:1287:1: note: '__xmlTreeIndentString' has been explicitly marked deprecated here 1287 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_format.c:148:9: warning: '__xmlIndentTreeOutput' is deprecated [-Wdeprecated-declarations] 148 | xmlIndentTreeOutput = 0; | ^ /usr/local/include/libxml2/libxml/parser.h:1356:35: note: expanded from macro 'xmlIndentTreeOutput' 1356 | #define xmlIndentTreeOutput (*__xmlIndentTreeOutput()) | ^ /usr/local/include/libxml2/libxml/parser.h:1285:1: note: '__xmlIndentTreeOutput' has been explicitly marked deprecated here 1285 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #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] 353 | foCleanup() | ^ | void 13 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] 149 | 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] 552 | xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); | ^~~~~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlstring.h:34:18: note: expanded from macro 'BAD_CAST' 34 | #define BAD_CAST (xmlChar *) | ^ /usr/local/include/libxml2/libxml/xmlstring.h:99:54: note: passing argument to parameter 'msg' here 99 | const char *msg, | ^ src/xml_select.c:885:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 885 | 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 885 | 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 885 | 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] 131 | 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] 300 | xmlSetStructuredErrorFunc(&errorInfo, reportError); | ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:1005:29: note: passing argument to parameter 'handler' here 1005 | xmlStructuredErrorFunc handler); | ^ src/xml_validate.c:301:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations] 301 | xmlLineNumbersDefault(1); | ^ /usr/local/include/libxml2/libxml/parser.h:1423:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here 1423 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_validate.c:493:9: warning: 'xmlRelaxNGCleanupTypes' is deprecated [-Wdeprecated-declarations] 493 | xmlRelaxNGCleanupTypes(); | ^ /usr/local/include/libxml2/libxml/relaxng.h:120:1: note: 'xmlRelaxNGCleanupTypes' has been explicitly marked deprecated here 120 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #define XML_DEPRECATED __attribute__((deprecated)) | ^ src/xml_validate.c:494:9: warning: 'xmlSchemaCleanupTypes' is deprecated [-Wdeprecated-declarations] 494 | xmlSchemaCleanupTypes(); | ^ /usr/local/include/libxml2/libxml/xmlschemastypes.h:41:1: note: 'xmlSchemaCleanupTypes' has been explicitly marked deprecated here 41 | XML_DEPRECATED | ^ /usr/local/include/libxml2/libxml/xmlexports.h:63:43: note: expanded from macro 'XML_DEPRECATED' 63 | #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 1764448346.26 ===> textproc/xmlstarlet ===> Faking installation for xmlstarlet-1.6.1p3 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] 300 | xmlSetStructuredErrorFunc(&errorInfo, reportError); | ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:1005:29: note: passing argument to parameter 'handler' here 1005 | 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] 300 | xmlSetStructuredErrorFunc(&errorInfo, reportError); | ^~~~~~~~~~~ /usr/local/include/libxml2/libxml/xmlerror.h:1005:29: note: passing argument to parameter 'handler' here 1005 | 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.1p3 Create /exopi-cvs/ports/packages/amd64/all/xmlstarlet-1.6.1p3.tgz Creating package xmlstarlet-1.6.1p3 reading plist| checking dependencies| checking dependencies|textproc/libxml 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|******************************** | 49% archiving|******************************** | 50% archiving|**************************************************** | 81% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xmlstarlet-1.6.1p3.tgz >>> Running clean in textproc/xmlstarlet at 1764448349.54 ===> textproc/xmlstarlet ===> Cleaning for xmlstarlet-1.6.1p3 >>> Ended at 1764448349.78 max_stuck=0.00/depends=1.31/show-prepare-results=0.60/build=8.52/package=3.29/clean=0.26