=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for howl-1.0.0 Making all in include /opt/pkg/bin/bmake all-recursive Making all in salt Making all in corby Making all in discovery Making all in rendezvous Making all in src Making all in lib Making all in howl Making all in MacOSX source='address.c' object='address.lo' libtool=yes depfile='.deps/address.Plo' tmpdepfile='.deps/address.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o address.lo `test -f 'address.c' || echo './'`address.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT address.lo -MD -MP -MF .deps/address.TPlo.58393 -c address.c -fno-common -DPIC -o .libs/address.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT address.lo -MD -MP -MF .deps/address.TPlo.58393 -c address.c -o address.o >/dev/null 2>&1 source='buffer.c' object='buffer.lo' libtool=yes depfile='.deps/buffer.Plo' tmpdepfile='.deps/buffer.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o buffer.lo `test -f 'buffer.c' || echo './'`buffer.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT buffer.lo -MD -MP -MF .deps/buffer.TPlo.58555 -c buffer.c -fno-common -DPIC -o .libs/buffer.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT buffer.lo -MD -MP -MF .deps/buffer.TPlo.58555 -c buffer.c -o buffer.o >/dev/null 2>&1 source='channel.c' object='channel.lo' libtool=yes depfile='.deps/channel.Plo' tmpdepfile='.deps/channel.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o channel.lo `test -f 'channel.c' || echo './'`channel.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT channel.lo -MD -MP -MF .deps/channel.TPlo.58688 -c channel.c -fno-common -DPIC -o .libs/channel.o channel.c:192:103: warning: passing 'sw_int8 [16]' to parameter of type 'sw_string' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_debug(SW_LOG_NOTICE, "sharing connection to %s, %d\n", sw_ipv4_address_name(profile->m_address, name_buf, 16), profile->m_port); ^~~~~~~~ ../../../include/salt/debug.h:206:43: note: expanded from macro 'sw_debug' # define sw_debug(...) sw_print_debug(__VA_ARGS__) ^~~~~~~~~~~ ../../../include/salt/address.h:104:17: note: passing argument to parameter 'name' here sw_string name, ^ channel.c:1028:60: warning: passing 'sw_int8 [64]' to parameter of type 'sw_string' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] err = sw_corby_buffer_get_cstring(channel->m_read_buffer, request_header->m_op, &request_header->m_op_len, endian); ^~~~~~~~~~~~~~~~~~~~ ../../../include/corby/buffer.h:307:17: note: passing argument to parameter 'val' here sw_string val, ^ channel.c:1047:9: warning: assigning to 'sw_string' (aka 'char *') from 'sw_int8 [64]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] (*op) = request_header->m_op; ^ ~~~~~~~~~~~~~~~~~~~~ channel.c:1118:62: warning: passing 'sw_int8 [256]' to parameter of type 'sw_string' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] err = sw_corby_buffer_get_cstring(channel->m_read_buffer, exception, &len, endian); ^~~~~~~~~ ../../../include/corby/buffer.h:307:17: note: passing argument to parameter 'val' here sw_string val, ^ 4 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT channel.lo -MD -MP -MF .deps/channel.TPlo.58688 -c channel.c -o channel.o >/dev/null 2>&1 source='debug.c' object='debug.lo' libtool=yes depfile='.deps/debug.Plo' tmpdepfile='.deps/debug.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o debug.lo `test -f 'debug.c' || echo './'`debug.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT debug.lo -MD -MP -MF .deps/debug.TPlo.58812 -c debug.c -fno-common -DPIC -o .libs/debug.o debug.c:64:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, message); ^~~~~~~ debug.c:64:18: note: treat the string as an argument to avoid this fprintf(stderr, message); ^ "%s", debug.c:126:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, buffer2); ^~~~~~~ debug.c:126:19: note: treat the string as an argument to avoid this fprintf(stderr, buffer2); ^ "%s", 2 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT debug.lo -MD -MP -MF .deps/debug.TPlo.58812 -c debug.c -o debug.o >/dev/null 2>&1 source='interface.c' object='interface.lo' libtool=yes depfile='.deps/interface.Plo' tmpdepfile='.deps/interface.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o interface.lo `test -f 'interface.c' || echo './'`interface.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT interface.lo -MD -MP -MF .deps/interface.TPlo.58904 -c interface.c -fno-common -DPIC -o .libs/interface.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT interface.lo -MD -MP -MF .deps/interface.TPlo.58904 -c interface.c -o interface.o >/dev/null 2>&1 source='ior.c' object='ior.lo' libtool=yes depfile='.deps/ior.Plo' tmpdepfile='.deps/ior.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o ior.lo `test -f 'ior.c' || echo './'`ior.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT ior.lo -MD -MP -MF .deps/ior.TPlo.58981 -c ior.c -fno-common -DPIC -o .libs/ior.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT ior.lo -MD -MP -MF .deps/ior.TPlo.58981 -c ior.c -o ior.o >/dev/null 2>&1 source='message.c' object='message.lo' libtool=yes depfile='.deps/message.Plo' tmpdepfile='.deps/message.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o message.lo `test -f 'message.c' || echo './'`message.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT message.lo -MD -MP -MF .deps/message.TPlo.59117 -c message.c -fno-common -DPIC -o .libs/message.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT message.lo -MD -MP -MF .deps/message.TPlo.59117 -c message.c -o message.o >/dev/null 2>&1 source='object.c' object='object.lo' libtool=yes depfile='.deps/object.Plo' tmpdepfile='.deps/object.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o object.lo `test -f 'object.c' || echo './'`object.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT object.lo -MD -MP -MF .deps/object.TPlo.59222 -c object.c -fno-common -DPIC -o .libs/object.o object.c:102:14: warning: passing 'sw_int8 [256]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strcpy(buf, url); ^~~ ../../../include/salt/platform.h:260:49: note: expanded from macro 'sw_strcpy' # define sw_strcpy(ARG1, ARG2) ARG2 ? strcpy(ARG1, ARG2) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ object.c:102:14: warning: passing 'sw_int8 [256]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strcpy(buf, url); ^~~ ../../../include/salt/platform.h:260:70: note: expanded from macro 'sw_strcpy' # define sw_strcpy(ARG1, ARG2) ARG2 ? strcpy(ARG1, ARG2) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ object.c:107:18: warning: passing 'sw_int8 [256]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] tmp = sw_strchr(buf, ':'); ^~~ ../../../include/salt/platform.h:256:42: note: expanded from macro 'sw_strchr' # define sw_strchr(ARG1, ARG2) strchr(ARG1, ARG2) ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:76:26: note: passing argument to parameter '__s' here char *strchr(const char *__s, int __c); ^ object.c:111:18: warning: assigning to 'sw_string' (aka 'char *') from 'sw_int8 [256]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] protocol_spec = buf; ^ ~~~ 4 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT object.lo -MD -MP -MF .deps/object.TPlo.59222 -c object.c -o object.o >/dev/null 2>&1 source='orb.c' object='orb.lo' libtool=yes depfile='.deps/orb.Plo' tmpdepfile='.deps/orb.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o orb.lo `test -f 'orb.c' || echo './'`orb.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT orb.lo -MD -MP -MF .deps/orb.TPlo.59330 -c orb.c -fno-common -DPIC -o .libs/orb.o orb.c:258:14: warning: passing 'sw_int8 [32]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strncpy(spec->m_name, config[i].m_name, SW_CORBY_TAG_LEN); ^~~~~~~~~~~~ ../../../include/salt/platform.h:261:53: note: expanded from macro 'sw_strncpy' # define sw_strncpy(ARG1, ARG2, N) ARG2 ? strncpy(ARG1, ARG2, N) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:128:28: note: expanded from macro 'strncpy' __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ orb.c:258:14: warning: passing 'sw_int8 [32]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strncpy(spec->m_name, config[i].m_name, SW_CORBY_TAG_LEN); ^~~~~~~~~~~~ ../../../include/salt/platform.h:261:77: note: expanded from macro 'sw_strncpy' # define sw_strncpy(ARG1, ARG2, N) ARG2 ? strncpy(ARG1, ARG2, N) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ orb.c:413:46: warning: passing 'sw_int8 [32]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if ((protocol_name == NULL) || (sw_strcmp(spec->m_name, protocol_name) == 0)) ^~~~~~~~~~~~ ../../../include/salt/platform.h:257:42: note: expanded from macro 'sw_strcmp' # define sw_strcmp(ARG1, ARG2) strcmp(ARG1, ARG2) ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here int strcmp(const char *__s1, const char *__s2); ^ orb.c:602:55: warning: passing 'sw_int8 [64]' to parameter of type 'sw_string' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] err = sw_corby_orb_protocol_lookup(self, tag, &spec, addr, &port); ^~~~ orb.c:69:22: note: passing argument to parameter 'addr' here sw_string addr, ^ orb.c:860:66: warning: passing 'sw_int8 [64]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if ((request_header->m_op[0] == '_') && (sw_strcmp("_is_a", request_header->m_op) == 0)) ^~~~~~~~~~~~~~~~~~~~ ../../../include/salt/platform.h:257:48: note: expanded from macro 'sw_strcmp' # define sw_strcmp(ARG1, ARG2) strcmp(ARG1, ARG2) ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here int strcmp(const char *__s1, const char *__s2); ^ orb.c:875:95: warning: passing 'sw_int8 [64]' to parameter of type 'sw_const_string' (aka 'const char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] if ((err = (*node->m_cb)(node->m_servant, self->m_salt, self, channel, message, buffer, request_header->m_op, request_header->m_op_len, request_header->m_request_id, endian)) != SW_OKAY) ^~~~~~~~~~~~~~~~~~~~ orb.c:1063:57: warning: passing 'sw_int8 [32]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] for ((*spec) = self->m_specs; ((*spec) && (sw_strcmp((*spec)->m_name, name) != 0)); (*spec) = (*spec)->m_txen); ^~~~~~~~~~~~~~~ ../../../include/salt/platform.h:257:42: note: expanded from macro 'sw_strcmp' # define sw_strcmp(ARG1, ARG2) strcmp(ARG1, ARG2) ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here int strcmp(const char *__s1, const char *__s2); ^ 7 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT orb.lo -MD -MP -MF .deps/orb.TPlo.59330 -c orb.c -o orb.o >/dev/null 2>&1 source='platform.c' object='platform.lo' libtool=yes depfile='.deps/platform.Plo' tmpdepfile='.deps/platform.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o platform.lo `test -f 'platform.c' || echo './'`platform.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT platform.lo -MD -MP -MF .deps/platform.TPlo.59442 -c platform.c -fno-common -DPIC -o .libs/platform.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT platform.lo -MD -MP -MF .deps/platform.TPlo.59442 -c platform.c -o platform.o >/dev/null 2>&1 source='profile.c' object='profile.lo' libtool=yes depfile='.deps/profile.Plo' tmpdepfile='.deps/profile.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o profile.lo `test -f 'profile.c' || echo './'`profile.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT profile.lo -MD -MP -MF .deps/profile.TPlo.59532 -c profile.c -fno-common -DPIC -o .libs/profile.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT profile.lo -MD -MP -MF .deps/profile.TPlo.59532 -c profile.c -o profile.o >/dev/null 2>&1 source='discovery.c' object='discovery.lo' libtool=yes depfile='.deps/discovery.Plo' tmpdepfile='.deps/discovery.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o discovery.lo `test -f 'discovery.c' || echo './'`discovery.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT discovery.lo -MD -MP -MF .deps/discovery.TPlo.59623 -c discovery.c -fno-common -DPIC -o .libs/discovery.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT discovery.lo -MD -MP -MF .deps/discovery.TPlo.59623 -c discovery.c -o discovery.o >/dev/null 2>&1 source='salt.c' object='salt.lo' libtool=yes depfile='.deps/salt.Plo' tmpdepfile='.deps/salt.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o salt.lo `test -f 'salt.c' || echo './'`salt.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT salt.lo -MD -MP -MF .deps/salt.TPlo.59722 -c salt.c -fno-common -DPIC -o .libs/salt.o salt.c:76:65: warning: cast to smaller integer type 'sw_uint32' (aka 'unsigned int') from 'sw_opaque' (aka 'void *') [-Wvoid-pointer-to-int-cast] fprintf(stderr, " block 0x%x: size = %d: owner = %s,%d\n", (sw_uint32) g_mem_nodes[i].m_mem, g_mem_nodes[i].m_size, g_mem_nodes[i].m_file, g_mem_nodes[i].m_line); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ salt.c:76:99: warning: format specifies type 'int' but the argument has type 'sw_size_t' (aka 'unsigned long') [-Wformat] fprintf(stderr, " block 0x%x: size = %d: owner = %s,%d\n", (sw_uint32) g_mem_nodes[i].m_mem, g_mem_nodes[i].m_size, g_mem_nodes[i].m_file, g_mem_nodes[i].m_line); ~~ ^~~~~~~~~~~~~~~~~~~~~ %zu salt.c:81:42: warning: format specifies type 'int' but the argument has type 'sw_size_t' (aka 'unsigned long') [-Wformat] fprintf(stderr, "\n total = %d\n}\n", total); ~~ ^~~~~ %zu salt.c:166:13: warning: passing 'sw_int8 [128]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strcpy(g_mem_nodes[i].m_function, function); ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../include/salt/platform.h:260:49: note: expanded from macro 'sw_strcpy' # define sw_strcpy(ARG1, ARG2) ARG2 ? strcpy(ARG1, ARG2) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ salt.c:166:13: warning: passing 'sw_int8 [128]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strcpy(g_mem_nodes[i].m_function, function); ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../../include/salt/platform.h:260:70: note: expanded from macro 'sw_strcpy' # define sw_strcpy(ARG1, ARG2) ARG2 ? strcpy(ARG1, ARG2) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ salt.c:167:13: warning: passing 'sw_int8 [128]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strcpy(g_mem_nodes[i].m_file, file); ^~~~~~~~~~~~~~~~~~~~~ ../../../include/salt/platform.h:260:49: note: expanded from macro 'sw_strcpy' # define sw_strcpy(ARG1, ARG2) ARG2 ? strcpy(ARG1, ARG2) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ salt.c:167:13: warning: passing 'sw_int8 [128]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_strcpy(g_mem_nodes[i].m_file, file); ^~~~~~~~~~~~~~~~~~~~~ ../../../include/salt/platform.h:260:70: note: expanded from macro 'sw_strcpy' # define sw_strcpy(ARG1, ARG2) ARG2 ? strcpy(ARG1, ARG2) : strcpy(ARG1, "") ^~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ 7 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT salt.lo -MD -MP -MF .deps/salt.TPlo.59722 -c salt.c -o salt.o >/dev/null 2>&1 source='signal.c' object='signal.lo' libtool=yes depfile='.deps/signal.Plo' tmpdepfile='.deps/signal.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o signal.lo `test -f 'signal.c' || echo './'`signal.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT signal.lo -MD -MP -MF .deps/signal.TPlo.59828 -c signal.c -fno-common -DPIC -o .libs/signal.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT signal.lo -MD -MP -MF .deps/signal.TPlo.59828 -c signal.c -o signal.o >/dev/null 2>&1 source='socket.c' object='socket.lo' libtool=yes depfile='.deps/socket.Plo' tmpdepfile='.deps/socket.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o socket.lo `test -f 'socket.c' || echo './'`socket.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT socket.lo -MD -MP -MF .deps/socket.TPlo.59931 -c socket.c -fno-common -DPIC -o .libs/socket.o socket.c:331:125: warning: passing 'sw_int8 [16]' to parameter of type 'sw_string' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_debug(SW_LOG_VERBOSE, "sw_socket_bind() : fd = %d, addr = %s, port = %d\n", self->m_desc, sw_ipv4_address_name(address, host, 16), port); ^~~~ ../../../include/salt/debug.h:206:43: note: expanded from macro 'sw_debug' # define sw_debug(...) sw_print_debug(__VA_ARGS__) ^~~~~~~~~~~ ../../../include/salt/address.h:104:17: note: passing argument to parameter 'name' here sw_string name, ^ socket.c:711:109: warning: passing 'sw_int8 [16]' to parameter of type 'sw_string' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sw_debug(SW_LOG_VERBOSE, "sw_socket_tcp_connect() : host = %s, port = %d\n", sw_ipv4_address_name(address, host, 16), port); ^~~~ ../../../include/salt/debug.h:206:43: note: expanded from macro 'sw_debug' # define sw_debug(...) sw_print_debug(__VA_ARGS__) ^~~~~~~~~~~ ../../../include/salt/address.h:104:17: note: passing argument to parameter 'name' here sw_string name, ^ 2 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT socket.lo -MD -MP -MF .deps/socket.TPlo.59931 -c socket.c -o socket.o >/dev/null 2>&1 source='text_record.c' object='text_record.lo' libtool=yes depfile='.deps/text_record.Plo' tmpdepfile='.deps/text_record.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o text_record.lo `test -f 'text_record.c' || echo './'`text_record.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT text_record.lo -MD -MP -MF .deps/text_record.TPlo.60152 -c text_record.c -fno-common -DPIC -o .libs/text_record.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT text_record.lo -MD -MP -MF .deps/text_record.TPlo.60152 -c text_record.c -o text_record.o >/dev/null 2>&1 source='time.c' object='time.lo' libtool=yes depfile='.deps/time.Plo' tmpdepfile='.deps/time.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o time.lo `test -f 'time.c' || echo './'`time.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT time.lo -MD -MP -MF .deps/time.TPlo.60405 -c time.c -fno-common -DPIC -o .libs/time.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT time.lo -MD -MP -MF .deps/time.TPlo.60405 -c time.c -o time.o >/dev/null 2>&1 source='MacOSX/macosx_salt.c' object='macosx_salt.lo' libtool=yes depfile='.deps/macosx_salt.Plo' tmpdepfile='.deps/macosx_salt.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o macosx_salt.lo `test -f 'MacOSX/macosx_salt.c' || echo './'`MacOSX/macosx_salt.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT macosx_salt.lo -MD -MP -MF .deps/macosx_salt.TPlo.60609 -c MacOSX/macosx_salt.c -fno-common -DPIC -o .libs/macosx_salt.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT macosx_salt.lo -MD -MP -MF .deps/macosx_salt.TPlo.60609 -c MacOSX/macosx_salt.c -o macosx_salt.o >/dev/null 2>&1 source='MacOSX/macosx_socket.c' object='macosx_socket.lo' libtool=yes depfile='.deps/macosx_socket.Plo' tmpdepfile='.deps/macosx_socket.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o macosx_socket.lo `test -f 'MacOSX/macosx_socket.c' || echo './'`MacOSX/macosx_socket.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT macosx_socket.lo -MD -MP -MF .deps/macosx_socket.TPlo.60931 -c MacOSX/macosx_socket.c -fno-common -DPIC -o .libs/macosx_socket.o MacOSX/macosx_socket.c:291:84: warning: incompatible pointer types passing 'sw_macosx_socket' (aka 'struct _sw_macosx_socket *') to parameter of type 'struct _sw_socket *' [-Wincompatible-pointer-types] (*msocket->m_super.m_func)(msocket->m_super.m_handler, msocket->m_super.m_salt, msocket, SW_SOCKET_WRITE, msocket->m_super.m_extra); ^~~~~~~ MacOSX/macosx_socket.c:304:84: warning: incompatible pointer types passing 'sw_macosx_socket' (aka 'struct _sw_macosx_socket *') to parameter of type 'struct _sw_socket *' [-Wincompatible-pointer-types] (*msocket->m_super.m_func)(msocket->m_super.m_handler, msocket->m_super.m_salt, msocket, SW_SOCKET_READ, msocket->m_super.m_extra); ^~~~~~~ 2 warnings generated. libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT macosx_socket.lo -MD -MP -MF .deps/macosx_socket.TPlo.60931 -c MacOSX/macosx_socket.c -o macosx_socket.o >/dev/null 2>&1 source='MacOSX/macosx_time.c' object='macosx_time.lo' libtool=yes depfile='.deps/macosx_time.Plo' tmpdepfile='.deps/macosx_time.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o macosx_time.lo `test -f 'MacOSX/macosx_time.c' || echo './'`MacOSX/macosx_time.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT macosx_time.lo -MD -MP -MF .deps/macosx_time.TPlo.61300 -c MacOSX/macosx_time.c -fno-common -DPIC -o .libs/macosx_time.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT macosx_time.lo -MD -MP -MF .deps/macosx_time.TPlo.61300 -c MacOSX/macosx_time.c -o macosx_time.o >/dev/null 2>&1 source='MacOSX/macosx_mdns_stub.c' object='macosx_mdns_stub.lo' libtool=yes depfile='.deps/macosx_mdns_stub.Plo' tmpdepfile='.deps/macosx_mdns_stub.TPlo' depmode=gcc3 /opt/pkg/bin/mksh ../../../depcomp /opt/pkg/bin/mksh ../../../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -c -o macosx_mdns_stub.lo `test -f 'MacOSX/macosx_mdns_stub.c' || echo './'`MacOSX/macosx_mdns_stub.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ -I../ -D_REENTRANT -pipe -Os -D_REENTRANT -MT macosx_mdns_stub.lo -MD -MP -MF .deps/macosx_mdns_stub.TPlo.61665 -c MacOSX/macosx_mdns_stub.c -fno-common -DPIC -o .libs/macosx_mdns_stub.o In file included from MacOSX/macosx_mdns_stub.c:32: ./MacOSX/macosx_mdns_stub.h:32:10: fatal error: 'DNSServiceDiscovery/DNSServiceDiscovery.h' file not found #include <DNSServiceDiscovery/DNSServiceDiscovery.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. *** [macosx_mdns_stub.lo] Error code 1 bmake[4]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src/lib/howl 1 error bmake[4]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src/lib/howl *** [all-recursive] Error code 1 bmake[3]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src/lib/howl 1 error bmake[3]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src/lib/howl *** [all-recursive] Error code 1 bmake[2]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src/lib 1 error bmake[2]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src/lib *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src 1 error bmake[1]: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0/src *** [all-recursive] Error code 1 bmake: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0 1 error bmake: stopped in /Users/pbulk/build/net/howl/work/howl-1.0.0 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/howl *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/howl