=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hypermail-2.3.0nb2 --- hypermail --- --- support --- --- hypermail --- --- base64.o --- --- date.o --- --- support --- --- msg2archive --- --- hypermail --- --- base64.o --- clang -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DTRIO_MINIMAL base64.c --- date.o --- clang -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DTRIO_MINIMAL date.c --- support --- clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DTRIO_MINIMAL -o msg2archive msg2archive.c --- hypermail --- --- base64.o --- In file included from base64.c:15: In file included from ./hypermail.h:105: --- date.o --- In file included from date.c:27: In file included from ./hypermail.h:105: ./trio.h:169:10: warning: 'sprintf' macro redefined [-Wmacro-redefined] # define sprintf trio_sprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:46:9: note: previous definition is here #define sprintf(str, ...) \ ^ In file included from date.c:27: In file included from ./hypermail.h:105: ./trio.h:172:10: warning: 'vsprintf' macro redefined [-Wmacro-redefined] # define vsprintf trio_vsprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:65:9: note: previous definition is here #define vsprintf(str, format, ap) \ ^ In file included from date.c:27: In file included from ./hypermail.h:105: ./trio.h:178:10: warning: 'vsnprintf' macro redefined [-Wmacro-redefined] # define vsnprintf trio_vsnprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:74:9: note: previous definition is here #define vsnprintf(str, len, format, ap) \ ^ --- base64.o --- ./trio.h:169:10: warning: 'sprintf' macro redefined [-Wmacro-redefined] # define sprintf trio_sprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:46:9: note: previous definition is here #define sprintf(str, ...) \ ^ In file included from base64.c:15: In file included from ./hypermail.h:105: ./trio.h:172:10: warning: 'vsprintf' macro redefined [-Wmacro-redefined] # define vsprintf trio_vsprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:65:9: note: previous definition is here #define vsprintf(str, format, ap) \ ^ In file included from base64.c:15: In file included from ./hypermail.h:105: ./trio.h:178:10: warning: 'vsnprintf' macro redefined [-Wmacro-redefined] # define vsnprintf trio_vsnprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:74:9: note: previous definition is here #define vsnprintf(str, len, format, ap) \ ^ --- support --- msg2archive.c:289:25: warning: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Wstring-compare] if(cmd == NULL || cmd == "") ^ ~~ --- hypermail --- 3 warnings generated. --- domains.o --- --- date.o --- 3 warnings generated. --- domains.o --- clang -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DTRIO_MINIMAL domains.c --- file.o --- --- support --- 1 warning generated. --- hypermail --- clang -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DTRIO_MINIMAL file.c --- support --- --- rdmsg --- clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -DTRIO_MINIMAL -o rdmsg mbox2hypermail.c --- hypermail --- --- domains.o --- In file included from domains.c:1: In file included from ./hypermail.h:105: ./trio.h:169:10: warning: 'sprintf' macro redefined [-Wmacro-redefined] # define sprintf trio_sprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:46:9: note: previous definition is here #define sprintf(str, ...) \ ^ In file included from domains.c:1: In file included from ./hypermail.h:105: ./trio.h:172:10: warning: 'vsprintf' macro redefined [-Wmacro-redefined] # define vsprintf trio_vsprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:65:9: note: previous definition is here #define vsprintf(str, format, ap) \ ^ In file included from domains.c:1: In file included from ./hypermail.h:105: ./trio.h:178:10: warning: 'vsnprintf' macro redefined [-Wmacro-redefined] # define vsnprintf trio_vsnprintf ^ --- file.o --- In file included from file.c:22: In file included from ./hypermail.h:105: ./trio.h:169:10: warning: 'sprintf' macro redefined [-Wmacro-redefined] # define sprintf trio_sprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:46:9: note: previous definition is here #define sprintf(str, ...) \ ^ In file included from file.c:22: In file included from ./hypermail.h:105: ./trio.h:172:10: warning: 'vsprintf' macro redefined [-Wmacro-redefined] # define vsprintf trio_vsprintf ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:65:9: note: previous definition is here #define vsprintf(str, format, ap) \ ^ In file included from file.c:22: In file included from ./hypermail.h:105: ./trio.h:178:10: warning: 'vsnprintf' macro redefined [-Wmacro-redefined] # define vsnprintf trio_vsnprintf ^ --- domains.o --- /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:74:9: note: previous definition is here #define vsnprintf(str, len, format, ap) \ ^ --- file.o --- /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:74:9: note: previous definition is here #define vsnprintf(str, len, format, ap) \ ^ file.c:51:12: error: expected parameter declarator extern int snprintf(char *str, size_t size, const char *format, ...); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:57:39: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ file.c:51:12: error: expected ')' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:57:39: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ file.c:51:12: note: to match this '(' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:57:28: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ file.c:51:12: error: conflicting types for '__builtin___snprintf_chk' extern int snprintf(char *str, size_t size, const char *format, ...); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:57:3: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ file.c:51:12: note: '__builtin___snprintf_chk' is a builtin with type 'int (char *, unsigned long, int, unsigned long, const char *, ...)' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:57:3: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ file.c:364:9: warning: implicit declaration of function 'loadoldheadersfromGDBMindex' is invalid in C99 [-Wimplicit-function-declaration] return loadoldheadersfromGDBMindex(set_dir, 1) - 1; ^ file.c:811:20: warning: implicit declaration of function 'parse_old_html' is invalid in C99 [-Wimplicit-function-declaration] msgids_are_same = parse_old_html(msgnum, eptr, 0, 0, NULL, 1); ^ 5 warnings and 3 errors generated. --- domains.o --- 3 warnings generated. --- file.o --- *** [file.o] Error code 1 bmake[1]: stopped in /Users/pbulk/build/mail/hypermail/work/hypermail/src 1 error bmake[1]: stopped in /Users/pbulk/build/mail/hypermail/work/hypermail/src *** [hypermail] Error code 2 bmake: stopped in /Users/pbulk/build/mail/hypermail/work/hypermail --- support --- A failure has been detected in another branch of the parallel make bmake[1]: stopped in /Users/pbulk/build/mail/hypermail/work/hypermail/archive *** [support] Error code 2 bmake: stopped in /Users/pbulk/build/mail/hypermail/work/hypermail 2 errors bmake: stopped in /Users/pbulk/build/mail/hypermail/work/hypermail *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/mail/hypermail *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/mail/hypermail