DEBUG: Executing shell function do_compile
NOTE: make -l 64
make all-am
make[1]: Entering directory 'TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build'
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/trans.o ../xmlstarlet-1.6.1/src/trans.c
../xmlstarlet-1.6.1/src/trans.c:46:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations]
46 | xmlInitMemory();
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlmemory.h:131:1: note: 'xmlInitMemory' has been explicitly marked deprecated here
131 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/trans.c:53:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations]
53 | xmlLineNumbersDefault(1);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1123:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here
1123 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/trans.c:73:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations]
73 | xmlPedanticParserDefault(0);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1117:1: note: 'xmlPedanticParserDefault' has been explicitly marked deprecated here
1117 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/trans.c:75:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations]
75 | xmlGetWarningsDefaultValue = 1;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1050:7: note: expanded from macro 'xmlGetWarningsDefaultValue'
1050 | (*__xmlGetWarningsDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1027:1: note: '__xmlGetWarningsDefaultValue' has been explicitly marked deprecated here
1027 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/trans.c:77:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations]
77 | xmlLoadExtDtdDefaultValue = 1;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1054:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue'
1054 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1033:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here
1033 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/trans.c:84:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations]
84 | xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1054:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue'
1054 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1033:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here
1033 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/trans.c:88:9: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations]
88 | xmlLoadExtDtdDefaultValue = 0;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1054:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue'
1054 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1033:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here
1033 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
7 warnings generated.
version.h: #define VERSION ""
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml.o ../xmlstarlet-1.6.1/src/xml.c
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_C14N.o ../xmlstarlet-1.6.1/src/xml_C14N.c
../xmlstarlet-1.6.1/src/xml_C14N.c:171:5: warning: 'xmlMemoryDump' is deprecated [-Wdeprecated-declarations]
171 | xmlMemoryDump();
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlmemory.h:159:1: note: 'xmlMemoryDump' has been explicitly marked deprecated here
159 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_C14N.c:240:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations]
240 | xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1054:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue'
1054 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1033:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here
1033 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_C14N.c:241:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations]
241 | xmlSubstituteEntitiesDefault(1);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1104:1: note: 'xmlSubstituteEntitiesDefault' has been explicitly marked deprecated here
1104 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
3 warnings generated.
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_depyx.o ../xmlstarlet-1.6.1/src/xml_depyx.c
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_edit.o ../xmlstarlet-1.6.1/src/xml_edit.c
../xmlstarlet-1.6.1/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)
| ^~~~~~~~~~~~~~~~
../xmlstarlet-1.6.1/src/xml_edit.c:371:48: note: uninitialized use occurs here
371 | xmlXPathNodeSetAdd(previous_insertion, node);
| ^~~~
../xmlstarlet-1.6.1/src/xml_edit.c:361:14: note: remove the 'if' if its condition is always true
361 | else if (type == XML_TEXT)
| ^~~~~~~~~~~~~~~~~~~~~
362 | {
../xmlstarlet-1.6.1/src/xml_edit.c:339:24: note: initialize the variable 'node' to silence this warning
339 | xmlNodePtr node;
| ^
| = NULL
../xmlstarlet-1.6.1/src/xml_edit.c:458:5: warning: 'xmlDeregisterNodeDefault' is deprecated [-Wdeprecated-declarations]
458 | xmlDeregisterNodeDefault(&removeNodeFromPrev);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/tree.h:1309:1: note: 'xmlDeregisterNodeDefault' has been explicitly marked deprecated here
1309 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_edit.c:533:5: warning: 'xmlDeregisterNodeDefault' is deprecated [-Wdeprecated-declarations]
533 | xmlDeregisterNodeDefault(NULL);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/tree.h:1309:1: note: 'xmlDeregisterNodeDefault' has been explicitly marked deprecated here
1309 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_edit.c:561:9: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations]
561 | xmlCleanupGlobals();
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1077:1: note: 'xmlCleanupGlobals' has been explicitly marked deprecated here
1077 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_edit.c:755:5: warning: 'xmlCleanupGlobals' is deprecated [-Wdeprecated-declarations]
755 | xmlCleanupGlobals();
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1077:1: note: 'xmlCleanupGlobals' has been explicitly marked deprecated here
1077 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
5 warnings generated.
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_elem.o ../xmlstarlet-1.6.1/src/xml_elem.c
../xmlstarlet-1.6.1/src/xml_elem.c:192:33: warning: assigning to 'xmlChar *' (aka 'unsigned char *') from 'const xmlChar *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
192 | dest->array[dest->offset++] = name;
| ^ ~~~~
1 warning generated.
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_escape.o ../xmlstarlet-1.6.1/src/xml_escape.c
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_format.o ../xmlstarlet-1.6.1/src/xml_format.c
../xmlstarlet-1.6.1/src/xml_format.c:114:5: warning: 'xmlInitMemory' is deprecated [-Wdeprecated-declarations]
114 | xmlInitMemory();
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlmemory.h:131:1: note: 'xmlInitMemory' has been explicitly marked deprecated here
131 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_format.c:121:5: warning: 'xmlLineNumbersDefault' is deprecated [-Wdeprecated-declarations]
121 | xmlLineNumbersDefault(1);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1123:1: note: 'xmlLineNumbersDefault' has been explicitly marked deprecated here
1123 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_format.c:123:5: warning: 'xmlSubstituteEntitiesDefault' is deprecated [-Wdeprecated-declarations]
123 | xmlSubstituteEntitiesDefault(1);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1104:1: note: 'xmlSubstituteEntitiesDefault' has been explicitly marked deprecated here
1104 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_format.c:125:5: warning: 'xmlPedanticParserDefault' is deprecated [-Wdeprecated-declarations]
125 | xmlPedanticParserDefault(0);
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1117:1: note: 'xmlPedanticParserDefault' has been explicitly marked deprecated here
1117 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_format.c:127:5: warning: '__xmlGetWarningsDefaultValue' is deprecated [-Wdeprecated-declarations]
127 | xmlGetWarningsDefaultValue = 1;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1050:7: note: expanded from macro 'xmlGetWarningsDefaultValue'
1050 | (*__xmlGetWarningsDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1027:1: note: '__xmlGetWarningsDefaultValue' has been explicitly marked deprecated here
1027 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_format.c:128:5: warning: '__xmlDoValidityCheckingDefaultValue' is deprecated [-Wdeprecated-declarations]
128 | xmlDoValidityCheckingDefaultValue = 0;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1048:7: note: expanded from macro 'xmlDoValidityCheckingDefaultValue'
1048 | (*__xmlDoValidityCheckingDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1025:1: note: '__xmlDoValidityCheckingDefaultValue' has been explicitly marked deprecated here
1025 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/src/xml_format.c:129:5: warning: '__xmlLoadExtDtdDefaultValue' is deprecated [-Wdeprecated-declarations]
129 | xmlLoadExtDtdDefaultValue = 0;
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1054:39: note: expanded from macro 'xmlLoadExtDtdDefaultValue'
1054 | #define xmlLoadExtDtdDefaultValue (*__xmlLoadExtDtdDefaultValue())
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/parser.h:1033:1: note: '__xmlLoadExtDtdDefaultValue' has been explicitly marked deprecated here
1033 | XML_DEPRECATED
| ^
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED'
61 | #define XML_DEPRECATED __attribute__((deprecated))
| ^
../xmlstarlet-1.6.1/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
8 warnings generated.
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_ls.o ../xmlstarlet-1.6.1/src/xml_ls.c
../xmlstarlet-1.6.1/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.
aarch64-yoe-linux-musl-clang -target aarch64-yoe-linux-musl -mcpu=cortex-a57+crc --dyld-prefix=/usr -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot -DHAVE_CONFIG_H -I. -I../xmlstarlet-1.6.1 -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include -ITMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/lib/../include/libxml2 -Wall -pedantic -ansi -O2 -g -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/xmlstarlet-1.6.1=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build=/usr/src/debug/xmlstarlet/1.6.1 -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot= -ffile-prefix-map=TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot-native= -pipe -c -o src/xml_pyx.o ../xmlstarlet-1.6.1/src/xml_pyx.c
../xmlstarlet-1.6.1/src/xml_pyx.c:203:36: error: expected ')'
203 | pyxExternalSubsetHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:203:25: note: to match this '('
203 | pyxExternalSubsetHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name,
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:206:36: error: use of undeclared identifier 'name'
206 | fprintf(stdout, "D %s PUBLIC", name); /* TODO: re-check */
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:207:9: error: use of undeclared identifier 'ExternalID'
207 | if (ExternalID == NULL)
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:210:36: error: use of undeclared identifier 'ExternalID'
210 | fprintf(stdout, " \"%s\"", ExternalID);
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:211:9: error: use of undeclared identifier 'SystemID'; did you mean 'system'?
211 | if (SystemID == NULL)
| ^~~~~~~~
| system
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/include/stdlib.h:55:5: note: 'system' declared here
55 | int system (const char *);
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:214:38: error: use of undeclared identifier 'SystemID'; did you mean 'system'?
214 | fprintf(stdout, " \"%s\"\n", SystemID);
| ^~~~~~~~
| system
TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/recipe-sysroot/usr/include/stdlib.h:55:5: note: 'system' declared here
55 | int system (const char *);
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:218:29: error: expected ')'
218 | pyxCommentHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:218:18: note: to match this '('
218 | pyxCommentHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:221:18: error: use of undeclared identifier 'value'
221 | SanitizeData(value, xmlStrlen(value));
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:221:35: error: use of undeclared identifier 'value'
221 | SanitizeData(value, xmlStrlen(value));
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:226:32: error: expected ')'
226 | pyxCdataBlockHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:226:21: note: to match this '('
226 | pyxCdataBlockHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value, int len)
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:229:18: error: use of undeclared identifier 'value'
229 | SanitizeData(value, len);
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:229:25: error: use of undeclared identifier 'len'
229 | SanitizeData(value, len);
| ^
../xmlstarlet-1.6.1/src/xml_pyx.c:291:27: error: incompatible function pointer types assigning to 'externalSubsetSAXFunc' (aka 'void (*)(void *, const unsigned char *, const unsigned char *, const unsigned char *)') from 'void (void *)' [-Wincompatible-function-pointer-types]
291 | pyxSAX.externalSubset = pyxExternalSubsetHandler;
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~
../xmlstarlet-1.6.1/src/xml_pyx.c:292:20: error: incompatible function pointer types assigning to 'commentSAXFunc' (aka 'void (*)(void *, const unsigned char *)') from 'void (void *)' [-Wincompatible-function-pointer-types]
292 | pyxSAX.comment = pyxCommentHandler;
| ^ ~~~~~~~~~~~~~~~~~
../xmlstarlet-1.6.1/src/xml_pyx.c:293:23: error: incompatible function pointer types assigning to 'cdataBlockSAXFunc' (aka 'void (*)(void *, const unsigned char *, int)') from 'void (void *)' [-Wincompatible-function-pointer-types]
293 | pyxSAX.cdataBlock = pyxCdataBlockHandler;
| ^ ~~~~~~~~~~~~~~~~~~~~
15 errors generated.
make[1]: *** [Makefile:952: src/xml_pyx.o] Error 1
make[1]: Leaving directory 'TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/build'
make: *** [Makefile:729: all] Error 2
ERROR: oe_runmake failed
WARNING: TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/temp/run.do_compile.654844:181 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/temp/run.do_compile.654844, line 181
#2: die, TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/temp/run.do_compile.654844, line 165
#3: oe_runmake, TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/temp/run.do_compile.654844, line 160
#4: autotools_do_compile, TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/temp/run.do_compile.654844, line 155
#5: do_compile, TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/temp/run.do_compile.654844, line 150
#6: main, TMPDIR/work/cortexa57-yoe-linux-musl/xmlstarlet/1.6.1/temp/run.do_compile.654844, line 194