=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for mxml-2.10
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-attr.c  -fno-common -DPIC -o .libs/mxml-attr.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-attr.c -o mxml-attr.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-entity.c  -fno-common -DPIC -o .libs/mxml-entity.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-entity.c -o mxml-entity.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-file.c  -fno-common -DPIC -o .libs/mxml-file.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-file.c -o mxml-file.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-get.c  -fno-common -DPIC -o .libs/mxml-get.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-get.c -o mxml-get.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-index.c  -fno-common -DPIC -o .libs/mxml-index.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-index.c -o mxml-index.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-node.c  -fno-common -DPIC -o .libs/mxml-node.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-node.c -o mxml-node.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-search.c  -fno-common -DPIC -o .libs/mxml-search.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-search.c -o mxml-search.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-set.c  -fno-common -DPIC -o .libs/mxml-set.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-set.c -o mxml-set.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-private.c  -fno-common -DPIC -o .libs/mxml-private.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-private.c -o mxml-private.o >/dev/null 2>&1
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-string.c  -fno-common -DPIC -o .libs/mxml-string.o
libtool: compile:  clang -fPIC -Os -Wall -pipe -Os -D_THREAD_SAFE -D_REENTRANT -c mxml-string.c -o mxml-string.o >/dev/null 2>&1
Compiling mxmldoc.c
mxmldoc.c:257:25: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
      puts(MXML_VERSION + 10);
           ~~~~~~~~~~~~~^~~~
mxmldoc.c:257:25: note: use array indexing to silence this warning
      puts(MXML_VERSION + 10);
                        ^
           &            [   ]
1 warning generated.
Compiling testmxml.c
Creating libmxml.la...
libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmxml.1.dylib  .libs/mxml-attr.o .libs/mxml-entity.o .libs/mxml-file.o .libs/mxml-get.o .libs/mxml-index.o .libs/mxml-node.o .libs/mxml-search.o .libs/mxml-set.o .libs/mxml-private.o .libs/mxml-string.o   -L/Users/pbulk/build/textproc/mxml/work/.buildlink/lib  -Os   -install_name  /opt/pkg/lib/libmxml.1.dylib -compatibility_version 2 -current_version 2.5 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libmxml.dylib" && ln -s "libmxml.1.dylib" "libmxml.dylib")
libtool: link: ar cr .libs/libmxml.a  mxml-attr.o mxml-entity.o mxml-file.o mxml-get.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
libtool: link: ranlib .libs/libmxml.a
libtool: link: ( cd ".libs" && rm -f "libmxml.la" && ln -s "../libmxml.la" "libmxml.la" )
Linking mxmldoc...
libtool: link: clang -fPIC -Os -o .libs/mxmldoc mxmldoc.o  -L. -L/Users/pbulk/build/textproc/mxml/work/.buildlink/lib ./.libs/libmxml.dylib -lpthread
Linking testmxml...
libtool: link: clang -fPIC -Os -o .libs/testmxml testmxml.o  -L/Users/pbulk/build/textproc/mxml/work/.buildlink/lib ./.libs/libmxml.dylib -lpthread
Testing library...
Stdio file test passed!
String test passed!
File descriptor test passed!
Generating API documentation...
mksh: <stdin>[8]: ./mxmldoc-static: inaccessible or not found
*** [mxml.xml] Error code 1

bmake: stopped in /Users/pbulk/build/textproc/mxml/work/mxml-2.10
1 error

bmake: stopped in /Users/pbulk/build/textproc/mxml/work/mxml-2.10
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/textproc/mxml
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/textproc/mxml