=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for synce-libsynce-0.9.1 Making all in lib /opt/pkg/bin/bmake all-recursive Making all in config if /opt/pkg/bin/mksh ../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../lib -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT config.lo -MD -MP -MF ".deps/config.Tpo" -c -o config.lo `test -f 'config.c' || echo './'`config.c; then mv -f ".deps/config.Tpo" ".deps/config.Plo"; else rm -f ".deps/config.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../lib -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -pipe -Os -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -fno-common -DPIC -o .libs/config.o In file included from config.c:85: ./config.h:25:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] void _cfgdbgPrintConfigFile (); ^ ./config.h:31:6: note: conflicting prototype is here void _cfgdbgPrintConfigFile(struct configFile *cfg); ^ config.c:155:24: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] currentStringStart=&(cfg->bbdg[filePos]); ^~~~~~~~~~~~~~~~~~~~~~ config.c:164:11: warning: call to undeclared library function 'isspace' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ( !isspace (cfg->bbdg[filePos]) ) { ^ config.c:164:11: note: include the header <ctype.h> or explicitly provide a declaration for 'isspace' config.c:165:24: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] currentStringStart=&(cfg->bbdg[filePos]); ^~~~~~~~~~~~~~~~~~~~~~ config.c:209:24: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] currentStringStart=&(cfg->bbdg[filePos]); ^~~~~~~~~~~~~~~~~~~~~~ config.c:271:30: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat] printf ("\t\t%s:%s\n", key, (void *)data); ~~ ^~~~~~~~~~~~ 6 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../lib -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -pipe -Os -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -o config.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../lib -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -MT hash.lo -MD -MP -MF ".deps/hash.Tpo" -c -o hash.lo `test -f 'hash.c' || echo './'`hash.c; then mv -f ".deps/hash.Tpo" ".deps/hash.Plo"; else rm -f ".deps/hash.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../lib -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -pipe -Os -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fno-common -DPIC -o .libs/hash.o hash.c:62:17: warning: call to undeclared library function 'tolower' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] i = tolower(*string); /* Wz 2002/02/10: case-insensitive hash */ ^ hash.c:62:17: note: include the header <ctype.h> or explicitly provide a declaration for 'tolower' hash.c:245:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (temp = (table->table)[i]) ~~~~~^~~~~~~~~~~~~~~~~~~ hash.c:245:16: note: place parentheses around the assignment to silence this warning while (temp = (table->table)[i]) ^ ( ) hash.c:245:16: note: use '==' to turn this assignment into an equality comparison while (temp = (table->table)[i]) ^ == 2 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../lib -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -pipe -Os -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1 /opt/pkg/bin/mksh ../../libtool --mode=link clang -pipe -Os -I/opt/pkg/include -L/opt/pkg/lib -o libconfig.la config.lo hash.lo libtool: link: ar cr .libs/libconfig.a .libs/config.o .libs/hash.o libtool: link: ranlib .libs/libconfig.a libtool: link: ( cd ".libs" && rm -f "libconfig.la" && ln -s "../libconfig.la" "libconfig.la" ) Making all in . if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -MT bswap.lo -MD -MP -MF ".deps/bswap.Tpo" -c -o bswap.lo `test -f 'bswap.c' || echo './'`bswap.c; then mv -f ".deps/bswap.Tpo" ".deps/bswap.Plo"; else rm -f ".deps/bswap.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT bswap.lo -MD -MP -MF .deps/bswap.Tpo -c bswap.c -fno-common -DPIC -o .libs/bswap.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT bswap.lo -MD -MP -MF .deps/bswap.Tpo -c bswap.c -o bswap.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -MT datetype.lo -MD -MP -MF ".deps/datetype.Tpo" -c -o datetype.lo `test -f 'datetype.c' || echo './'`datetype.c; then mv -f ".deps/datetype.Tpo" ".deps/datetype.Plo"; else rm -f ".deps/datetype.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT datetype.lo -MD -MP -MF .deps/datetype.Tpo -c datetype.c -fno-common -DPIC -o .libs/datetype.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT datetype.lo -MD -MP -MF .deps/datetype.Tpo -c datetype.c -o datetype.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -MT errors.lo -MD -MP -MF ".deps/errors.Tpo" -c -o errors.lo `test -f 'errors.c' || echo './'`errors.c; then mv -f ".deps/errors.Tpo" ".deps/errors.Plo"; else rm -f ".deps/errors.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c -fno-common -DPIC -o .libs/errors.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c -o errors.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -MT files.lo -MD -MP -MF ".deps/files.Tpo" -c -o files.lo `test -f 'files.c' || echo './'`files.c; then mv -f ".deps/files.Tpo" ".deps/files.Plo"; else rm -f ".deps/files.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT files.lo -MD -MP -MF .deps/files.Tpo -c files.c -fno-common -DPIC -o .libs/files.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT files.lo -MD -MP -MF .deps/files.Tpo -c files.c -o files.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -MT filetime.lo -MD -MP -MF ".deps/filetime.Tpo" -c -o filetime.lo `test -f 'filetime.c' || echo './'`filetime.c; then mv -f ".deps/filetime.Tpo" ".deps/filetime.Plo"; else rm -f ".deps/filetime.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT filetime.lo -MD -MP -MF .deps/filetime.Tpo -c filetime.c -fno-common -DPIC -o .libs/filetime.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT filetime.lo -MD -MP -MF .deps/filetime.Tpo -c filetime.c -o filetime.o >/dev/null 2>&1 if /opt/pkg/bin/mksh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I/opt/pkg/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo `test -f 'info.c' || echo './'`info.c; then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi libtool: compile: clang -DHAVE_CONFIG_H -I. -I/Users/pbulk/build/comms/synce-libsynce/work/.buildlink/include -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -pipe -Os -I.. -pipe -Os -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fno-common -DPIC -o .libs/info.o In file included from info.c:8: ./config/config.h:25:6: error: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Werror,-Wdeprecated-non-prototype] void _cfgdbgPrintConfigFile (); ^ ./config/config.h:31:6: note: conflicting prototype is here void _cfgdbgPrintConfigFile(struct configFile *cfg); ^ 1 error generated. *** [info.lo] Error code 1 bmake[3]: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1/lib 1 error bmake[3]: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1/lib *** [all-recursive] Error code 1 bmake[2]: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1/lib 1 error bmake[2]: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1/lib *** [all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1/lib 1 error bmake[1]: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1/lib *** [all-recursive] Error code 1 bmake: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1 1 error bmake: stopped in /Users/pbulk/build/comms/synce-libsynce/work/synce-libsynce-0.9.1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/comms/synce-libsynce *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/comms/synce-libsynce