=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/sayaka", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for sayaka-3.8.6 --- sayaka --- (cd src; /opt/pkg/bin/bmake sayaka) --- diag.o --- --- httpclient.o --- --- diag.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c diag.c -o diag.o --- httpclient.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c httpclient.c -o httpclient.o --- image_blurhash.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c image_blurhash.c -o image_blurhash.o --- image_gif.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c image_gif.c -o image_gif.o --- image_jpeg.o --- --- image_png.o --- --- image_jpeg.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c image_jpeg.c -o image_jpeg.o --- image_png.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c image_png.c -o image_png.o --- image_sixel.o --- --- image_webp.o --- --- image_sixel.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c image_sixel.c -o image_sixel.o --- image_webp.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c image_webp.c -o image_webp.o image_webp.c:66:6: warning: call to undeclared function 'be32toh'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (be32toh(buf[0]) != (('R' << 24) | ('I' << 16) | ('F' << 8) | 'F')) { ^ 1 warning generated. --- net.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c net.c -o net.o --- pstream.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c pstream.c -o pstream.o --- string.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c string.c -o string.o --- util.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c util.c -o util.o --- eaw_data.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c eaw_data.c -o eaw_data.o --- json.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c json.c -o json.o --- mathalpha.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c mathalpha.c -o mathalpha.o --- misskey.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c misskey.c -o misskey.o --- ngword.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c ngword.c -o ngword.o --- print.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c print.c -o print.o --- subr.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c subr.c -o subr.o --- terminal.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c terminal.c -o terminal.o --- ustring.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c ustring.c -o ustring.o --- wsclient.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c wsclient.c -o wsclient.o --- ustring.o --- ustring.c:296:14: warning: passing 'const char **' to parameter of type 'char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] size_t r = ICONV(cd, &src, &srcleft, &tmp, &tmpleft); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./header.h:133:49: note: expanded from macro 'ICONV' #define ICONV(cd, s, slen, d, dlen) iconv((cd), (s), (slen), (d), (dlen)) ^~~ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/iconv.h:71:41: note: passing argument to parameter here size_t iconv(iconv_t, char ** __restrict, ^ 1 warning generated. --- image.o.sayaka.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c image.c -o image.o.sayaka.o --- sayaka.o --- clang -pipe -Os -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include/webp -I.. -c sayaka.c -o sayaka.o --- libcommon.a --- rm -f libcommon.a ar r libcommon.a diag.o httpclient.o image_blurhash.o image_gif.o image_jpeg.o image_png.o image_sixel.o image_webp.o net.o pstream.o string.o util.o --- libsayaka.a --- rm -f libsayaka.a --- libcommon.a --- ar: creating archive libcommon.a --- libsayaka.a --- ar r libsayaka.a eaw_data.o json.o mathalpha.o misskey.o ngword.o print.o subr.o terminal.o ustring.o wsclient.o image.o.sayaka.o ar: creating archive libsayaka.a --- sayaka --- clang -L/opt/pkg/lib -o sayaka sayaka.o libsayaka.a libcommon.a -lgif -L/opt/pkg/lib -ljpeg -lpng16 -lwebpdemux -lwebp -lssl -lcrypto -liconv -lm Undefined symbols for architecture arm64: "_be32toh", referenced from: _image_webp_match in libcommon.a[9](image_webp.o) _image_webp_match in libcommon.a[9](image_webp.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [sayaka] Error code 1 bmake[1]: stopped making "sayaka" in /var/tmp/work/net/sayaka/work/sayaka-3.8.6/src bmake[1]: 1 error bmake[1]: stopped making "sayaka" in /var/tmp/work/net/sayaka/work/sayaka-3.8.6/src *** [sayaka] Error code 2 bmake: stopped making "sayaka" in /var/tmp/work/net/sayaka/work/sayaka-3.8.6 bmake: 1 error bmake: stopped making "sayaka" in /var/tmp/work/net/sayaka/work/sayaka-3.8.6 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/sayaka *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/sayaka