=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for ircservices-5.0.64nb6 touch services.h /usr/pkg/bin/gmake -C lang index gmake[1]: Entering directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/lang' gmake[1]: 'index' is up to date. gmake[1]: Leaving directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/lang' cp -p lang/langstrs.h . touch language.h clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c actions.c -o actions.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c channels.c -o channels.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c commands.c -o commands.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c compat.c -o compat.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c conffile.c -o conffile.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c encrypt.c -o encrypt.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c ignore.c -o ignore.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c init.c -o init.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c language.c -o language.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c log.c -o log.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c main.c -o main.o main.c:81:18: warning: explicitly assigning value of variable of type 'void *' to itself [-Wself-assign] param_unused = param_unused; ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ main.c:127:18: warning: explicitly assigning value of variable of type 'void *' to itself [-Wself-assign] param_unused = param_unused; ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ main.c:170:18: warning: explicitly assigning value of variable of type 'void *' to itself [-Wself-assign] param_unused = param_unused; ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ 3 warnings generated. clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c memory.c -o memory.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c messages.c -o messages.o messages.c:236:29: warning: format string is not a string literal (potentially insecure) [-Wformat-security] notice(av[0], source, getstring(NULL,SERVICES_IS_BUSY)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ messages.c:236:29: note: treat the string as an argument to avoid this notice(av[0], source, getstring(NULL,SERVICES_IS_BUSY)); ^ "%s", 1 warning generated. clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c misc.c -o misc.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c modes.c -o modes.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c modules.c -o modules.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c process.c -o process.o process.c:137:7: warning: address of array 'source' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!source && stricmp(cmd, "NICK") != 0) { ~^~~~~~ 1 warning generated. clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c send.c -o send.o send.c:225:27: warning: format string is not a string literal (potentially insecure) [-Wformat-security] notice(source, dest, *text); ^~~~~ send.c:225:27: note: treat the string as an argument to avoid this notice(source, dest, *text); ^ "%s", 1 warning generated. clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c servers.c -o servers.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c signals.c -o signals.o signals.c:29:16: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] sig_unused = sig_unused; ~~~~~~~~~~ ^ ~~~~~~~~~~ signals.c:43:16: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] sig_unused = sig_unused; ~~~~~~~~~~ ^ ~~~~~~~~~~ signals.c:60:16: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] sig_unused = sig_unused; ~~~~~~~~~~ ^ ~~~~~~~~~~ 3 warnings generated. clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c sockets.c -o sockets.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c suspinfo.c -o suspinfo.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c timeout.c -o timeout.o clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -c users.c -o users.o gmake[1]: Entering directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/modules' gmake[2]: Entering directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/modules/chanserv' cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/main.c -o modules/chanserv/main.o modules/chanserv/main.c:232:29: warning: format string is not a string literal (potentially insecure) [-Wformat-security] notice(s_ChanServ, source, getstring(NULL, INTERNAL_ERROR)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modules/chanserv/main.c:232:29: note: treat the string as an argument to avoid this notice(s_ChanServ, source, getstring(NULL, INTERNAL_ERROR)); ^ "%s", modules/chanserv/main.c:1942:21: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] shutdown_unused = shutdown_unused; ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ 2 warnings generated. touch .stamp cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/access.c -o modules/chanserv/access.o modules/chanserv/access.c:43:34: warning: use of GNU old-style field designator extension [-Wgnu-designator] CL_CLEAR_MODE|CL_LESSEQUAL, { cumode: {"oha",0} } }, ^~~~~~~ .cumode = 1 warning generated. touch .stamp cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/autokick.c -o modules/chanserv/autokick.o touch .stamp cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/check.c -o modules/chanserv/check.o touch .stamp cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/set.c -o modules/chanserv/set.o touch .stamp cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/util.c -o modules/chanserv/util.o touch .stamp clang -shared main.o access.o autokick.o check.o set.o util.o -o main.so cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/access-levels.c -o modules/chanserv/access-levels.o modules/chanserv/access-levels.c:516:21: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] shutdown_unused = shutdown_unused; ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ 1 warning generated. touch .stamp clang -shared access-levels.o -o access-levels.so cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/access-xop.c -o modules/chanserv/access-xop.o modules/chanserv/access-xop.c:401:21: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] shutdown_unused = shutdown_unused; ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ 1 warning generated. touch .stamp clang -shared access-xop.o -o access-xop.so cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/chanserv/sendpass.c -o modules/chanserv/sendpass.o modules/chanserv/sendpass.c:212:21: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] shutdown_unused = shutdown_unused; ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ 1 warning generated. touch .stamp clang -shared sendpass.o -o sendpass.so gmake[2]: Leaving directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/modules/chanserv' touch .stamp gmake[2]: Entering directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/modules/database' cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/database/version4.c -o modules/database/version4.o modules/database/version4.c:464:9: warning: explicitly assigning value of variable of type 'Module *' (aka 'struct Module_ *') to itself [-Wself-assign] mod = mod; ~~~ ^ ~~~ modules/database/version4.c:1148:9: warning: explicitly assigning value of variable of type 'Module *' (aka 'struct Module_ *') to itself [-Wself-assign] mod = mod; ~~~ ^ ~~~ 2 warnings generated. touch .stamp cd ../.. && clang -fPIC -O2 -g -Wall -Wmissing-prototypes -fno-builtin-log -I. -c modules/database/extsyms.c -o modules/database/extsyms.o modules/database/extsyms.c:230:1: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration] IMPORT_FUNC("nickserv/main", module_nickserv, _get_ngi); ^ modules/database/extsyms.c:150:5: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:230:1: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:22: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:230:1: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:43: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:230:1: note: did you mean '__builtin_apply'? modules/database/extsyms.c:150:43: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:230:1: note: '__builtin_apply' declared here modules/database/extsyms.c:150:22: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:231:1: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration] IMPORT_FUNC("nickserv/main", module_nickserv, _get_ngi_id); ^ modules/database/extsyms.c:150:5: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:231:1: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:22: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:231:1: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:43: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:232:1: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration] IMPORT_FUNC("nickserv/main", module_nickserv, check_expire_nick); ^ modules/database/extsyms.c:150:5: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:232:1: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:22: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:232:1: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:43: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:233:1: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration] IMPORT_FUNC("chanserv/main", module_chanserv, check_expire_channel); ^ modules/database/extsyms.c:150:5: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:233:1: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:22: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:233:1: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:43: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:234:1: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration] IMPORT_FUNC("chanserv/main", module_chanserv, reset_levels); ^ modules/database/extsyms.c:150:5: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:234:1: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:22: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:234:1: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:43: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:235:1: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration] IMPORT_FUNC("operserv/main", module_operserv, check_expire_maskdata); ^ modules/database/extsyms.c:150:5: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:235:1: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:22: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:235:1: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration] modules/database/extsyms.c:150:43: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ modules/database/extsyms.c:236:1: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration] IMPORT_FUNC("statserv/main", module_statserv, new_serverstats); ^ modules/database/extsyms.c:150:5: note: expanded from macro 'IMPORT_FUNC' __builtin_return(__builtin_apply(ptr, __builtin_apply_args(), 64)); \ ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. ../Makerules:167: recipe for target '.compiled-extsyms.o' failed gmake[4]: *** [.compiled-extsyms.o] Error 1 ../Makerules:154: recipe for target 'extsyms.o' failed gmake[3]: *** [extsyms.o] Error 2 ../Makerules:97: recipe for target 'version4.so' failed gmake[2]: *** [version4.so] Error 2 gmake[2]: Leaving directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/modules/database' Makefile:20: recipe for target 'all-dynamic' failed gmake[1]: *** [all-dynamic] Error 2 gmake[1]: Leaving directory '/var/pkgsrc/work/chat/ircservices/work/ircservices-5.0.64/modules' Makefile:120: recipe for target 'modules' failed gmake: *** [modules] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/chat/ircservices *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/chat/ircservices