WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead.
===> Building for obexftp-0.24nb2
[ 25%] Generating obexftp.1.xml
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc && /opt/pkg/bin/asciidoc --doctype=manpage --backend=docbook -o /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc/obexftp.1.xml /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc/obexftp.1.txt 
} || exit $?
[ 50%] Generating obexftpd.1.xml
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc && /opt/pkg/bin/asciidoc --doctype=manpage --backend=docbook -o /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc/obexftpd.1.xml /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc/obexftpd.1.txt 
} || exit $?
[ 75%] Generating obexftp.1
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc && /opt/pkg/bin/xmlto -o /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc man /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc/obexftp.1.xml 
} || exit $?
Note: Writing obexftp.1
[100%] Generating obexftpd.1
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc && /opt/pkg/bin/xmlto -o /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc man /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/doc/obexftpd.1.xml 
} || exit $?
Note: Writing obexftpd.1
[100%] Built target doc
[  5%] Building C object bfb/CMakeFiles/bfb.dir/bfb.c.o
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb && /Users/pbulk/build/comms/obexftp/work/.cwrapper/bin/clang -Dbfb_EXPORTS -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/includes -pipe -Os -I/opt/pkg/include -DNDEBUG -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -MD -MT bfb/CMakeFiles/bfb.dir/bfb.c.o -MF CMakeFiles/bfb.dir/bfb.c.o.d -o CMakeFiles/bfb.dir/bfb.c.o -c /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb/bfb.c 
} || exit $?
[ 10%] Building C object bfb/CMakeFiles/bfb.dir/bfb_io.c.o
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb && /Users/pbulk/build/comms/obexftp/work/.cwrapper/bin/clang -Dbfb_EXPORTS -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/includes -pipe -Os -I/opt/pkg/include -DNDEBUG -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -MD -MT bfb/CMakeFiles/bfb.dir/bfb_io.c.o -MF CMakeFiles/bfb.dir/bfb_io.c.o.d -o CMakeFiles/bfb.dir/bfb_io.c.o -c /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb/bfb_io.c 
} || exit $?
/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb/bfb_io.c:480:5: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
        if(!strncasecmp("^SBFB: (0-3", rspbuf, 11) != 0)        {
           ^                                       ~~
/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb/bfb_io.c:480:5: note: add parentheses after the '!' to evaluate the comparison first
        if(!strncasecmp("^SBFB: (0-3", rspbuf, 11) != 0)        {
           ^
            (                                          )
/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb/bfb_io.c:480:5: note: add parentheses around left hand side expression to silence this warning
        if(!strncasecmp("^SBFB: (0-3", rspbuf, 11) != 0)        {
           ^
           (                                      )
1 warning generated.
[ 15%] Building C object bfb/CMakeFiles/bfb.dir/crc.c.o
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb && /Users/pbulk/build/comms/obexftp/work/.cwrapper/bin/clang -Dbfb_EXPORTS -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/includes -pipe -Os -I/opt/pkg/include -DNDEBUG -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -MD -MT bfb/CMakeFiles/bfb.dir/crc.c.o -MF CMakeFiles/bfb.dir/crc.c.o.d -o CMakeFiles/bfb.dir/crc.c.o -c /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb/crc.c 
} || exit $?
[ 21%] Linking C shared library libbfb.dylib
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb && /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/bfb.dir/link.txt --verbose= 
} || exit $?
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/bfb && /opt/pkg/bin/cmake -E cmake_symlink_library libbfb.0.0.5.dylib libbfb.0.dylib libbfb.dylib 
} || exit $?
[ 21%] Built target bfb
[ 26%] Building C object multicobex/CMakeFiles/multicobex.dir/multi_cobex.c.o
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/multicobex && /Users/pbulk/build/comms/obexftp/work/.cwrapper/bin/clang -Dmulticobex_EXPORTS -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source -I/Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/includes -pipe -Os -I/opt/pkg/include -DNDEBUG -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -MD -MT multicobex/CMakeFiles/multicobex.dir/multi_cobex.c.o -MF CMakeFiles/multicobex.dir/multi_cobex.c.o.d -o CMakeFiles/multicobex.dir/multi_cobex.c.o -c /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/multicobex/multi_cobex.c 
} || exit $?
[ 31%] Linking C shared library libmulticobex.dylib
{ cd /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source/multicobex && /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/multicobex.dir/link.txt --verbose= 
} || exit $?
Undefined symbols for architecture arm64:
  "_OBEX_CustomDataFeed", referenced from:
      _cobex_handleinput in multi_cobex.c.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [multicobex/libmulticobex.1.0.1.dylib] Error code 1

bmake[2]: stopped making "multicobex/CMakeFiles/multicobex.dir/build" in /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source
bmake[2]: 1 error

bmake[2]: stopped making "multicobex/CMakeFiles/multicobex.dir/build" in /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source
*** [multicobex/CMakeFiles/multicobex.dir/all] Error code 2

bmake[1]: stopped making "all" in /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source
bmake[1]: 1 error

bmake[1]: stopped making "all" in /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source
*** [all] Error code 2

bmake: stopped making "all doc" in /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source
bmake: 1 error

bmake: stopped making "all doc" in /Users/pbulk/build/comms/obexftp/work/obexftp-0.24-Source
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/comms/obexftp
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/comms/obexftp