=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for ser-0.8.14nb5 yacc -d -b cfg cfg.y conflicts: 1 shift/reduce yacc -d -b cfg cfg.y flex cfg.lex conflicts: 1 shift/reduce clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c action.c -o action.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c crc.c -o crc.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c data_lump.c -o data_lump.o action.c:266:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG(a->p1.number, a->p2.string); ^~~~~~~~~~~~ ./dprint.h:145:39: note: expanded from macro 'LOG' syslog(LOG_CRIT|log_facility, fmt, ##args); \ ^~~ action.c:266:22: note: treat the string as an argument to avoid this LOG(a->p1.number, a->p2.string); ^ "%s", ./dprint.h:145:39: note: expanded from macro 'LOG' syslog(LOG_CRIT|log_facility, fmt, ##args); \ ^ action.c:266:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG(a->p1.number, a->p2.string); ^~~~~~~~~~~~ ./dprint.h:148:40: note: expanded from macro 'LOG' syslog(LOG_ALERT|log_facility, fmt, ##args); \ ^~~ action.c:266:22: note: treat the string as an argument to avoid this LOG(a->p1.number, a->p2.string); ^ "%s", ./dprint.h:148:40: note: expanded from macro 'LOG' syslog(LOG_ALERT|log_facility, fmt, ##args); \ ^ action.c:266:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG(a->p1.number, a->p2.string); ^~~~~~~~~~~~ ./dprint.h:151:38: note: expanded from macro 'LOG' syslog(LOG_ERR|log_facility, fmt, ##args); \ ^~~ action.c:266:22: note: treat the string as an argument to avoid this LOG(a->p1.number, a->p2.string); ^ "%s", ./dprint.h:151:38: note: expanded from macro 'LOG' syslog(LOG_ERR|log_facility, fmt, ##args); \ ^ action.c:266:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG(a->p1.number, a->p2.string); ^~~~~~~~~~~~ ./dprint.h:154:42: note: expanded from macro 'LOG' syslog(LOG_WARNING|log_facility, fmt, ##args);\ ^~~ action.c:266:22: note: treat the string as an argument to avoid this LOG(a->p1.number, a->p2.string); ^ "%s", ./dprint.h:154:42: note: expanded from macro 'LOG' syslog(LOG_WARNING|log_facility, fmt, ##args);\ ^ action.c:266:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG(a->p1.number, a->p2.string); ^~~~~~~~~~~~ ./dprint.h:157:41: note: expanded from macro 'LOG' syslog(LOG_NOTICE|log_facility, fmt, ##args); \ ^~~ action.c:266:22: note: treat the string as an argument to avoid this LOG(a->p1.number, a->p2.string); ^ "%s", ./dprint.h:157:41: note: expanded from macro 'LOG' syslog(LOG_NOTICE|log_facility, fmt, ##args); \ ^ action.c:266:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG(a->p1.number, a->p2.string); ^~~~~~~~~~~~ ./dprint.h:160:39: note: expanded from macro 'LOG' syslog(LOG_INFO|log_facility, fmt, ##args); \ ^~~ action.c:266:22: note: treat the string as an argument to avoid this LOG(a->p1.number, a->p2.string); ^ "%s", ./dprint.h:160:39: note: expanded from macro 'LOG' syslog(LOG_INFO|log_facility, fmt, ##args); \ ^ action.c:266:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG(a->p1.number, a->p2.string); ^~~~~~~~~~~~ ./dprint.h:163:40: note: expanded from macro 'LOG' syslog(LOG_DEBUG|log_facility, fmt, ##args); \ ^~~ action.c:266:22: note: treat the string as an argument to avoid this LOG(a->p1.number, a->p2.string); ^ "%s", ./dprint.h:163:40: note: expanded from macro 'LOG' syslog(LOG_DEBUG|log_facility, fmt, ##args); \ ^ clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c data_lump_rpl.c -o data_lump_rpl.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c dprint.c -o dprint.o 7 warnings generated. clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c dset.c -o dset.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c error.c -o error.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c fifo_server.c -o fifo_server.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c flags.c -o flags.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c forward.c -o forward.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c hash_func.c -o hash_func.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ip_addr.c -o ip_addr.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c main.c -o main.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c md5.c -o md5.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c md5utils.c -o md5utils.o In file included from md5.c:32: ./md5.h:40:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Init PROTO_LIST ((MD5_CTX *)); ^ md5.c:111:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Init (context) ^ md5.c:150:4: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)input, partLen); ^ md5.c:151:15: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Transform (context->state, context->buffer); ^ md5.c:154:17: warning: passing arguments to 'MD5Transform' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Transform (context->state, &input[i]); ^ md5.c:163:2: warning: passing arguments to 'MD5_memcpy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ((POINTER)&context->buffer[index], (POINTER)&input[i], ^ In file included from md5.c:32: ./md5.h:41:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Update PROTO_LIST ^ md5.c:127:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Update (context, input, inputLen) ^ md5.c:178:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Encode (bits, context->count, 8); ^ md5.c:190:10: warning: passing arguments to 'Encode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Encode (digest, context->state, 16); ^ md5.c:194:14: warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5_memset ((POINTER)context, 0, sizeof (*context)); ^ In file included from md5.c:32: ./md5.h:43:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); ^ md5.c:170:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void MD5Final (digest, context) ^ md5.c:205:10: warning: passing arguments to 'Decode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Decode (x, block, 64); ^ md5.c:286:14: warning: passing arguments to 'MD5_memset' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5_memset ((POINTER)x, 0, sizeof (x)); ^ md5.c:199:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5Transform (state, block) ^ md5.c:292:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Encode (output, input, len) ^ md5.c:310:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Decode (output, input, len) ^ md5.c:325:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5_memcpy (output, input, len) ^ md5.c:343:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MD5_memset (output, value, len) ^ md5utils.c:63:9: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MDInit (&context); ^ md5utils.c:81:14: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MDUpdate (&context, s, len); ^ md5utils.c:83:11: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MDFinal (digest, &context); ^ main.c:395:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void cleanup(show_status) ^ 20 warnings generated. clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c modparam.c -o modparam.o main.c:1420:43: warning: illegal character encoding in string literal [-Winvalid-source-encoding] fprintf(stderr, "Unknown option `-%c.\n", optopt); ^~~~ main.c:1423:41: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Unknown option character `\\x%x.\n", ^~~~ main.c:1428:21: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "Option `-%c requires an argument.\n", ^~~~ 3 warnings generated. clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c msg_translator.c -o msg_translator.o 4 warnings generated. clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c pass_fd.c -o pass_fd.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c proxy.c -o proxy.o msg_translator.c:1246:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((msg->content_length==0)){ ~~~~~~~~~~~~~~~~~~~^~~ msg_translator.c:1246:27: note: remove extraneous parentheses around the comparison to silence this warning if ((msg->content_length==0)){ ~ ^ ~ msg_translator.c:1246:27: note: use '=' to turn this equality comparison into an assignment if ((msg->content_length==0)){ ^~ = clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c re.c -o re.o 1 warning generated. clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c receive.c -o receive.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c resolve.c -o resolve.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c route.c -o route.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c route_struct.c -o route_struct.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c script_cb.c -o script_cb.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sr_module.c -o sr_module.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c stats.c -o stats.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c tcp_main.c -o tcp_main.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c tcp_read.c -o tcp_read.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c timer.c -o timer.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c udp_server.c -o udp_server.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c usr_avp.c -o usr_avp.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mem/f_malloc.c -o mem/f_malloc.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mem/mem.c -o mem/mem.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mem/memtest.c -o mem/memtest.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mem/q_malloc.c -o mem/q_malloc.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mem/shm_mem.c -o mem/shm_mem.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mem/vq_malloc.c -o mem/vq_malloc.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/hf.c -o parser/hf.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/msg_parser.c -o parser/msg_parser.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_content.c -o parser/parse_content.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_cseq.c -o parser/parse_cseq.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_disposition.c -o parser/parse_disposition.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_event.c -o parser/parse_event.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_expires.c -o parser/parse_expires.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_fline.c -o parser/parse_fline.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_from.c -o parser/parse_from.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_hname2.c -o parser/parse_hname2.o parser/parse_fline.c:1186:34: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] strncasecmp( tmp+1, SIP_VERSION+1, SIP_VERSION_LEN-1)==0 && ~~~~~~~~~~~^~ parser/parse_fline.c:1186:34: note: use array indexing to silence this warning strncasecmp( tmp+1, SIP_VERSION+1, SIP_VERSION_LEN-1)==0 && ^ & [ ] parser/parse_fline.c:1191:9: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] } else IFISMETHOD( INVITE, 'I' ) ^~~~~~~~~~~~~~~~~~~~~~~~~ parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ~~~~~~~~~~~~^~ parser/parse_fline.c:1191:9: note: use array indexing to silence this warning parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ^ parser/parse_fline.c:1192:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] else IFISMETHOD( CANCEL, 'C') ^~~~~~~~~~~~~~~~~~~~~~~~ parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ~~~~~~~~~~~~^~ parser/parse_fline.c:1192:7: note: use array indexing to silence this warning parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ^ parser/parse_fline.c:1193:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] else IFISMETHOD( ACK, 'A' ) ^~~~~~~~~~~~~~~~~~~~~~ parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ~~~~~~~~~~~~^~ parser/parse_fline.c:1193:7: note: use array indexing to silence this warning parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ^ parser/parse_fline.c:1194:7: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] else IFISMETHOD( BYE, 'B' ) ^~~~~~~~~~~~~~~~~~~~~~ parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ~~~~~~~~~~~~^~ parser/parse_fline.c:1194:7: note: use array indexing to silence this warning parser/msg_parser.h:75:41: note: expanded from macro 'IFISMETHOD' strncasecmp( tmp+1, #methodname +1, methodname##_LEN-1)==0 && \ ^ parser/parse_fline.c:1302:18: warning: illegal character encoding in character literal [-Winvalid-source-encoding] else *(prn+t)=''; ^ 6 warnings generated. clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_hostport.c -o parser/parse_hostport.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_nameaddr.c -o parser/parse_nameaddr.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_param.c -o parser/parse_param.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_rr.c -o parser/parse_rr.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_to.c -o parser/parse_to.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_uri.c -o parser/parse_uri.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parse_via.c -o parser/parse_via.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/parser_f.c -o parser/parser_f.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/digest/digest.c -o parser/digest/digest.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/digest/digest_parser.c -o parser/digest/digest_parser.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/digest/param_parser.c -o parser/digest/param_parser.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/contact/contact.c -o parser/contact/contact.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parser/contact/parse_contact.c -o parser/contact/parse_contact.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c db/db.c -o db/db.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c lex.yy.c -o lex.yy.o clang -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c cfg.tab.c -o cfg.tab.o Extra objs: gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/acc' clang -L/opt/pkg/lib action.o crc.o data_lump.o data_lump_rpl.o dprint.o dset.o error.o fifo_server.o flags.o forward.o hash_func.o ip_addr.o main.o md5.o md5utils.o modparam.o msg_translator.o pass_fd.o proxy.o re.o receive.o resolve.o route.o route_struct.o script_cb.o sr_module.o stats.o tcp_main.o tcp_read.o timer.o udp_server.o usr_avp.o mem/f_malloc.o mem/mem.o mem/memtest.o mem/q_malloc.o mem/shm_mem.o mem/vq_malloc.o parser/hf.o parser/msg_parser.o parser/parse_content.o parser/parse_cseq.o parser/parse_disposition.o parser/parse_event.o parser/parse_expires.o parser/parse_fline.o parser/parse_from.o parser/parse_hname2.o parser/parse_hostport.o parser/parse_nameaddr.o parser/parse_param.o parser/parse_rr.o parser/parse_to.o parser/parse_uri.o parser/parse_via.o parser/parser_f.o parser/digest/digest.o parser/digest/digest_parser.o parser/digest/param_parser.o parser/contact/contact.o parser/contact/parse_contact.o db/db.o lex.yy.o cfg.tab.o -pthread -lfl -lresolv -o ser ld: library not found for -lfl clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile.rules:28: ser] Error 1 gmake: *** Waiting for unfinished jobs.... clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c acc.c -o acc.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c acc_mod.c -o acc_mod.o In file included from acc_mod.c:49: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from acc.c:46: In file included from ./../tm/t_funcs.h:61: In file included from ./../tm/lock.h:70: In file included from ./../tm/h_table.h:59: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. 2 warnings generated. clang -L/opt/pkg/lib acc.o acc_mod.o -o acc.so Undefined symbols for architecture arm64: "_debug", referenced from: _acc_log_request in acc.o _fmt2strar in acc.o _acc_log_missed in acc.o _int2str in acc.o _mod_init in acc_mod.o _verify_fmt in acc_mod.o _acc_onreply in acc_mod.o ... "_dprint", referenced from: _acc_log_request in acc.o _fmt2strar in acc.o _acc_log_missed in acc.o _int2str in acc.o _mod_init in acc_mod.o _verify_fmt in acc_mod.o _acc_onreply in acc_mod.o ... "_find_export", referenced from: _mod_init in acc_mod.o "_fm_free", referenced from: _acc_log_request in acc.o _acc_log_missed in acc.o "_fm_malloc", referenced from: _acc_log_request in acc.o "_get_authorized_cred", referenced from: _cred_user in acc.o "_get_reply_status", referenced from: _acc_log_missed in acc.o "_isflagset", referenced from: _is_log_acc_on in acc_mod.o _is_log_mc_on in acc_mod.o "_log_facility", referenced from: _acc_log_request in acc.o _fmt2strar in acc.o _acc_log_missed in acc.o _int2str in acc.o _mod_init in acc_mod.o _verify_fmt in acc_mod.o _acc_onreply in acc_mod.o ... "_log_stderr", referenced from: _acc_log_request in acc.o _fmt2strar in acc.o _acc_log_missed in acc.o _int2str in acc.o _mod_init in acc_mod.o _verify_fmt in acc_mod.o _acc_onreply in acc_mod.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _acc_log_request in acc.o _acc_log_missed in acc.o "_parse_from_header", referenced from: _acc_preparse_req in acc_mod.o "_parse_headers", referenced from: _acc_preparse_req in acc_mod.o _acc_onreply_in in acc_mod.o "_parse_orig_ruri", referenced from: _acc_preparse_req in acc_mod.o "_parse_uri", referenced from: _fmt2strar in acc.o "_resetflag", referenced from: _on_missed in acc_mod.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: acc.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/acc' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/auth' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c api.c -o api.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c auth_mod.c -o auth_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c challenge.c -o challenge.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c common.c -o common.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c nonce.c -o nonce.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c rpid.c -o rpid.o nonce.c:107:9: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Init(&ctx); ^ nonce.c:110:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&ctx, _nonce, 8); ^ nonce.c:112:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&ctx, _secret->s, _secret->len); ^ nonce.c:113:10: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Final(bin, &ctx); ^ 4 warnings generated. clang -L/opt/pkg/lib api.o auth_mod.o challenge.o common.o nonce.o rpid.o -o auth.so Undefined symbols for architecture arm64: "_MD5Init", referenced from: _calc_nonce in nonce.o "_MD5Update", referenced from: _calc_nonce in nonce.o "_add_lump_rpl", referenced from: _send_resp in common.o "_anchor_lump", referenced from: _append_rpid_helper in rpid.o "_check_dig_cred", referenced from: _pre_auth in api.o "_debug", referenced from: _pre_auth in api.o _find_credentials in api.o _post_auth in api.o _mod_init in auth_mod.o _challenge_fixup in auth_mod.o _str_fixup in auth_mod.o _str2s in auth_mod.o ... "_del_lump", referenced from: _consume_credentials in challenge.o "_dprint", referenced from: _pre_auth in api.o _find_credentials in api.o _post_auth in api.o _mod_init in auth_mod.o _challenge_fixup in auth_mod.o _str_fixup in auth_mod.o _str2s in auth_mod.o ... "_find_export", referenced from: _mod_init in auth_mod.o "_fm_free", referenced from: _destroy in auth_mod.o _challenge_fixup in auth_mod.o _challenge in challenge.o _append_rpid_hf in rpid.o _append_rpid_helper in rpid.o _append_rpid_hf_p in rpid.o "_fm_malloc", referenced from: _str_fixup in auth_mod.o _generate_random_secret in auth_mod.o _build_auth_hf in challenge.o _append_rpid_hf in rpid.o _append_rpid_helper in rpid.o _append_rpid_hf_p in rpid.o "_get_authorized_cred", referenced from: _challenge in challenge.o _consume_credentials in challenge.o "_insert_new_lump_before", referenced from: _append_rpid_helper in rpid.o "_log_facility", referenced from: _pre_auth in api.o _find_credentials in api.o _post_auth in api.o _mod_init in auth_mod.o _challenge_fixup in auth_mod.o _str_fixup in auth_mod.o _str2s in auth_mod.o ... "_log_stderr", referenced from: _pre_auth in api.o _find_credentials in api.o _post_auth in api.o _mod_init in auth_mod.o _challenge_fixup in auth_mod.o _str_fixup in auth_mod.o _str2s in auth_mod.o ... "_main", referenced from: implicit entry/start for main executable "_mark_authorized_cred", referenced from: _post_auth in api.o "_mem_block", referenced from: _destroy in auth_mod.o _challenge_fixup in auth_mod.o _str_fixup in auth_mod.o _generate_random_secret in auth_mod.o _challenge in challenge.o _build_auth_hf in challenge.o _append_rpid_hf in rpid.o ... "_parse_credentials", referenced from: _find_credentials in api.o "_parse_from_header", referenced from: _get_realm in common.o "_parse_headers", referenced from: _find_credentials in api.o _get_realm in common.o _append_rpid_helper in rpid.o "_parse_nameaddr", referenced from: _is_rpid_user_e164 in rpid.o "_parse_uri", referenced from: _get_realm in common.o _is_rpid_user_e164 in rpid.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: auth.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/auth' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/auth_db' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c authdb_mod.c -o authdb_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c authorize.c -o authorize.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c rfc2617.c -o rfc2617.o rfc2617.c:75:9: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Init(&Md5Ctx); ^ rfc2617.c:76:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _username->s, _username->len); ^ rfc2617.c:77:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:78:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _realm->s, _realm->len); ^ rfc2617.c:79:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:80:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _password->s, _password->len); ^ rfc2617.c:81:10: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Final(HA1, &Md5Ctx); ^ rfc2617.c:84:10: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Init(&Md5Ctx); ^ rfc2617.c:85:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, HA1, HASHLEN); ^ rfc2617.c:86:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:87:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _nonce->s, _nonce->len); ^ rfc2617.c:88:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:89:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _cnonce->s, _cnonce->len); ^ rfc2617.c:90:11: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Final(HA1, &Md5Ctx); ^ rfc2617.c:117:9: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Init(&Md5Ctx); ^ rfc2617.c:118:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _method->s, _method->len); ^ rfc2617.c:119:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:120:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _uri->s, _uri->len); ^ rfc2617.c:123:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:124:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _hentity, HASHHEXLEN); ^ rfc2617.c:127:10: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Final(HA2, &Md5Ctx); ^ rfc2617.c:131:9: warning: passing arguments to 'MD5Init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Init(&Md5Ctx); ^ rfc2617.c:132:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _ha1, HASHHEXLEN); ^ rfc2617.c:133:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:134:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _nonce->s, _nonce->len); ^ rfc2617.c:135:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:138:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _nc->s, _nc->len); ^ rfc2617.c:139:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:140:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _cnonce->s, _cnonce->len); ^ rfc2617.c:141:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:142:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, _qop->s, _qop->len); ^ rfc2617.c:143:12: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, ":", 1); ^ rfc2617.c:145:11: warning: passing arguments to 'MD5Update' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Update(&Md5Ctx, HA2Hex, HASHHEXLEN); ^ rfc2617.c:146:10: warning: passing arguments to 'MD5Final' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MD5Final(RespHash, &Md5Ctx); ^ 34 warnings generated. clang -L/opt/pkg/lib authdb_mod.o authorize.o rfc2617.o -o auth_db.so Undefined symbols for architecture arm64: "_MD5Init", referenced from: _calc_HA1 in rfc2617.o _calc_response in rfc2617.o "_MD5Update", referenced from: _calc_HA1 in rfc2617.o _calc_response in rfc2617.o "_bind_dbmod", referenced from: _mod_init in authdb_mod.o "_dbf", referenced from: _destroy in authdb_mod.o _child_init in authdb_mod.o _get_ha1 in authorize.o "_debug", referenced from: _mod_init in authdb_mod.o _child_init in authdb_mod.o _str_fixup in authdb_mod.o _authorize in authorize.o _get_ha1 in authorize.o _check_response in authorize.o "_dprint", referenced from: _mod_init in authdb_mod.o _child_init in authdb_mod.o _str_fixup in authdb_mod.o _authorize in authorize.o _get_ha1 in authorize.o _check_response in authorize.o "_find_export", referenced from: _mod_init in authdb_mod.o "_fm_malloc", referenced from: _str_fixup in authdb_mod.o "_log_facility", referenced from: _mod_init in authdb_mod.o _child_init in authdb_mod.o _str_fixup in authdb_mod.o _authorize in authorize.o _get_ha1 in authorize.o _check_response in authorize.o "_log_stderr", referenced from: _mod_init in authdb_mod.o _child_init in authdb_mod.o _str_fixup in authdb_mod.o _authorize in authorize.o _get_ha1 in authorize.o _check_response in authorize.o "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _str_fixup in authdb_mod.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: auth_db.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/auth_db' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/auth_diameter' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c auth_diameter.c -o auth_diameter.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c authorize.c -o authorize.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c avp.c -o avp.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c message.c -o message.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c tcp_comm.c -o tcp_comm.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c user_in.c -o user_in.o clang -L/opt/pkg/lib auth_diameter.o authorize.o avp.o message.o tcp_comm.o user_in.o -o auth_diameter.so Undefined symbols for architecture arm64: "_add_lump_rpl", referenced from: _send_resp in authorize.o "_debug", referenced from: _mod_init in auth_diameter.o _mod_child_init in auth_diameter.o _str_fixup in auth_diameter.o _group_fixup in auth_diameter.o _get_uri in authorize.o _get_realm in authorize.o _find_credentials in authorize.o ... "_dprint", referenced from: _mod_init in auth_diameter.o _mod_child_init in auth_diameter.o _str_fixup in auth_diameter.o _group_fixup in auth_diameter.o _get_uri in authorize.o _get_realm in authorize.o _find_credentials in authorize.o ... "_find_export", referenced from: _mod_init in auth_diameter.o "_fm_free", referenced from: _diameter_authorize in authorize.o _srv_response in authorize.o _AAAFreeAVP in avp.o _AAACloneAVP in avp.o _AAABuildMsgBuffer in message.o _AAAFreeMessage in message.o _reset_read_buffer in tcp_comm.o ... "_fm_malloc", referenced from: _mod_child_init in auth_diameter.o _str_fixup in auth_diameter.o _group_fixup in auth_diameter.o _diameter_authorize in authorize.o _srv_response in authorize.o _AAACreateAVP in avp.o _AAACloneAVP in avp.o ... "_get_authorized_cred", referenced from: _diameter_is_user_in in user_in.o "_log_facility", referenced from: _mod_init in auth_diameter.o _mod_child_init in auth_diameter.o _str_fixup in auth_diameter.o _group_fixup in auth_diameter.o _get_uri in authorize.o _get_realm in authorize.o _find_credentials in authorize.o ... "_log_stderr", referenced from: _mod_init in auth_diameter.o _mod_child_init in auth_diameter.o _str_fixup in auth_diameter.o _group_fixup in auth_diameter.o _get_uri in authorize.o _get_realm in authorize.o _find_credentials in authorize.o ... "_main", referenced from: implicit entry/start for main executable "_mark_authorized_cred", referenced from: _authorize in authorize.o "_mem_block", referenced from: _mod_child_init in auth_diameter.o _str_fixup in auth_diameter.o _group_fixup in auth_diameter.o _diameter_authorize in authorize.o _srv_response in authorize.o _AAACreateAVP in avp.o _AAAFreeAVP in avp.o ... "_parse_credentials", referenced from: _find_credentials in authorize.o "_parse_from_header", referenced from: _get_uri in authorize.o _get_realm in authorize.o _get_from_uri in user_in.o "_parse_headers", referenced from: _get_uri in authorize.o _get_realm in authorize.o _find_credentials in authorize.o _get_to_uri in user_in.o "_parse_sip_msg_uri", referenced from: _authorize in authorize.o "_parse_uri", referenced from: _get_realm in authorize.o _authorize in authorize.o _diameter_is_user_in in user_in.o "_set_avp_fields", referenced from: _AAACreateAVP in avp.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: auth_diameter.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/auth_diameter' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/dbtext' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbt_api.c -o dbt_api.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbt_base.c -o dbt_base.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbt_file.c -o dbt_file.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbt_lib.c -o dbt_lib.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbt_res.c -o dbt_res.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbt_tb.c -o dbt_tb.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbt_util.c -o dbt_util.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -DDBT_EXTRA_DEBUG -c dbtext.c -o dbtext.o clang -L/opt/pkg/lib dbt_api.o dbt_base.o dbt_file.o dbt_lib.o dbt_res.o dbt_tb.o dbt_util.o dbtext.o -o dbtext.so Undefined symbols for architecture arm64: "_debug", referenced from: _dbt_free_columns in dbt_api.o _dbt_free_row in dbt_api.o _dbt_free_rows in dbt_api.o _dbt_free_result in dbt_api.o _dbt_use_table in dbt_api.o _dbt_new_result in dbt_api.o _dbt_convert_result in dbt_api.o ... "_dprint", referenced from: _dbt_free_columns in dbt_api.o _dbt_free_row in dbt_api.o _dbt_free_rows in dbt_api.o _dbt_free_result in dbt_api.o _dbt_use_table in dbt_api.o _dbt_new_result in dbt_api.o _dbt_convert_result in dbt_api.o ... "_fm_free", referenced from: _dbt_free_columns in dbt_api.o _dbt_free_row in dbt_api.o _dbt_free_rows in dbt_api.o _dbt_free_result in dbt_api.o _dbt_use_table in dbt_api.o _dbt_get_columns in dbt_api.o _dbt_get_result in dbt_api.o ... "_fm_malloc", referenced from: _dbt_use_table in dbt_api.o _dbt_new_result in dbt_api.o _dbt_get_columns in dbt_api.o _dbt_convert_rows in dbt_api.o _dbt_convert_row in dbt_api.o _dbt_init in dbt_base.o _shm_malloc in dbt_file.o ... "_log_facility", referenced from: _dbt_free_columns in dbt_api.o _dbt_free_row in dbt_api.o _dbt_free_rows in dbt_api.o _dbt_free_result in dbt_api.o _dbt_use_table in dbt_api.o _dbt_new_result in dbt_api.o _dbt_convert_result in dbt_api.o ... "_log_stderr", referenced from: _dbt_free_columns in dbt_api.o _dbt_free_row in dbt_api.o _dbt_free_rows in dbt_api.o _dbt_free_result in dbt_api.o _dbt_use_table in dbt_api.o _dbt_new_result in dbt_api.o _dbt_convert_result in dbt_api.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _dbt_free_columns in dbt_api.o _dbt_free_row in dbt_api.o _dbt_free_rows in dbt_api.o _dbt_free_result in dbt_api.o _dbt_use_table in dbt_api.o _dbt_new_result in dbt_api.o _dbt_get_columns in dbt_api.o ... "_mem_lock", referenced from: _shm_malloc in dbt_file.o _dbt_init_cache in dbt_lib.o _shm_malloc in dbt_lib.o _dbt_cache_get_db in dbt_lib.o _dbt_cache_free in dbt_lib.o _tbl_cache_free in dbt_lib.o _dbt_cache_destroy in dbt_lib.o ... "_shm_block", referenced from: _shm_malloc in dbt_file.o _dbt_init_cache in dbt_lib.o _shm_malloc in dbt_lib.o _dbt_cache_get_db in dbt_lib.o _dbt_cache_free in dbt_lib.o _tbl_cache_free in dbt_lib.o _dbt_cache_destroy in dbt_lib.o ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: dbtext.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/dbtext' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/domain' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c domain.c -o domain.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c domain_mod.c -o domain_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c fifo.c -o fifo.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c hash.c -o hash.o clang -L/opt/pkg/lib domain.o domain_mod.o fifo.o hash.o -o domain.so Undefined symbols for architecture arm64: "_bind_dbmod", referenced from: _mod_init in domain_mod.o "_dbf", referenced from: _is_domain_local in domain.o _mod_init in domain_mod.o _child_init in domain_mod.o _reload_domain_table in fifo.o "_debug", referenced from: _is_domain_local in domain.o _is_from_local in domain.o _is_uri_host_local in domain.o _mod_init in domain_mod.o _child_init in domain_mod.o _reload_domain_table in fifo.o _init_domain_fifo in fifo.o ... "_dprint", referenced from: _is_domain_local in domain.o _is_from_local in domain.o _is_uri_host_local in domain.o _mod_init in domain_mod.o _child_init in domain_mod.o _reload_domain_table in fifo.o _init_domain_fifo in fifo.o ... "_fifo_reply", referenced from: _domain_reload in fifo.o "_fm_free", referenced from: _hash_table_free in hash.o "_fm_malloc", referenced from: _shm_malloc in domain_mod.o _shm_malloc in hash.o "_log_facility", referenced from: _is_domain_local in domain.o _is_from_local in domain.o _is_uri_host_local in domain.o _mod_init in domain_mod.o _child_init in domain_mod.o _reload_domain_table in fifo.o _init_domain_fifo in fifo.o ... "_log_stderr", referenced from: _is_domain_local in domain.o _is_from_local in domain.o _is_uri_host_local in domain.o _mod_init in domain_mod.o _child_init in domain_mod.o _reload_domain_table in fifo.o _init_domain_fifo in fifo.o ... "_main", referenced from: implicit entry/start for main executable "_mem_lock", referenced from: _shm_malloc in domain_mod.o _shm_malloc in hash.o _hash_table_free in hash.o "_open_reply_pipe", referenced from: _domain_dump in fifo.o "_parse_from_header", referenced from: _is_from_local in domain.o "_parse_sip_msg_uri", referenced from: _is_uri_host_local in domain.o "_parse_uri", referenced from: _is_from_local in domain.o "_register_fifo_cmd", referenced from: _init_domain_fifo in fifo.o "_shm_block", referenced from: _shm_malloc in domain_mod.o _shm_malloc in hash.o _hash_table_free in hash.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: domain.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/domain' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/enum' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c enum.c -o enum.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c enum_mod.c -o enum_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c regexp.c -o regexp.o clang -L/opt/pkg/lib enum.o enum_mod.o regexp.o -o enum.so Undefined symbols for architecture arm64: "_debug", referenced from: _is_from_user_e164 in enum.o _enum_query_2 in enum.o _mod_init in enum_mod.o _str_fixup in enum_mod.o _reg_replace in regexp.o "_dprint", referenced from: _is_from_user_e164 in enum.o _enum_query_2 in enum.o _mod_init in enum_mod.o _str_fixup in enum_mod.o _reg_replace in regexp.o "_free_rdata_list", referenced from: _enum_query_2 in enum.o "_get_parsed_from_body", referenced from: _is_from_user_e164 in enum.o "_get_record", referenced from: _enum_query_2 in enum.o "_is_e164", referenced from: _is_from_user_e164 in enum.o _enum_query_2 in enum.o "_log_facility", referenced from: _is_from_user_e164 in enum.o _enum_query_2 in enum.o _mod_init in enum_mod.o _str_fixup in enum_mod.o _reg_replace in regexp.o "_log_stderr", referenced from: _is_from_user_e164 in enum.o _enum_query_2 in enum.o _mod_init in enum_mod.o _str_fixup in enum_mod.o _reg_replace in regexp.o "_main", referenced from: implicit entry/start for main executable "_parse_naptr_regexp", referenced from: _enum_query_2 in enum.o "_parse_sip_msg_uri", referenced from: _enum_query_2 in enum.o "_parse_uri", referenced from: _is_from_user_e164 in enum.o "_set_uri", referenced from: _enum_query_2 in enum.o "_sip_match", referenced from: _enum_query_2 in enum.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: enum.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/enum' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/exec' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c exec.c -o exec.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c exec_hf.c -o exec_hf.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c exec_mod.c -o exec_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c kill.c -o kill.o clang -L/opt/pkg/lib exec.o exec_hf.o exec_mod.o kill.o -o exec.so Undefined symbols for architecture arm64: "_MDStringArray", referenced from: _char_msg_val in exec_hf.o "_append_branch", referenced from: _exec_str in exec.o "_check_transaction_quadruple", referenced from: _char_msg_val in exec_hf.o "_debug", referenced from: _exec_msg in exec.o _exec_str in exec.o _replace_env in exec_hf.o _set_env in exec_hf.o _build_hf_struct in exec_hf.o _append_fixed_vars in exec_hf.o _create_vars in exec_hf.o ... "_do_action", referenced from: _exec_str in exec.o "_dprint", referenced from: _exec_msg in exec.o _exec_str in exec.o _replace_env in exec_hf.o _set_env in exec_hf.o _build_hf_struct in exec_hf.o _append_fixed_vars in exec_hf.o _create_vars in exec_hf.o ... "_fm_free", referenced from: _exec_str in exec.o _unset_env in exec_hf.o _release_hf_struct in exec_hf.o _release_vars in exec_hf.o _print_hf_var in exec_hf.o _timer_routine in kill.o _destroy_kill in kill.o ... "_fm_malloc", referenced from: _exec_str in exec.o _replace_env in exec_hf.o _insert_hf in exec_hf.o _append_var in exec_hf.o _print_hf_var in exec_hf.o _print_av_var in exec_hf.o _canonize_headername in exec_hf.o ... "_get_ticks", referenced from: _schedule_to_kill in kill.o "_log_facility", referenced from: _exec_msg in exec.o _exec_str in exec.o _replace_env in exec_hf.o _set_env in exec_hf.o _build_hf_struct in exec_hf.o _append_fixed_vars in exec_hf.o _create_vars in exec_hf.o ... "_log_stderr", referenced from: _exec_msg in exec.o _exec_str in exec.o _replace_env in exec_hf.o _set_env in exec_hf.o _build_hf_struct in exec_hf.o _append_fixed_vars in exec_hf.o _create_vars in exec_hf.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _exec_str in exec.o _replace_env in exec_hf.o _unset_env in exec_hf.o _release_hf_struct in exec_hf.o _release_vars in exec_hf.o _insert_hf in exec_hf.o _append_var in exec_hf.o ... "_mem_lock", referenced from: _shm_malloc in kill.o _timer_routine in kill.o _destroy_kill in kill.o "_parse_headers", referenced from: _set_env in exec_hf.o "_parse_uri", referenced from: _append_fixed_vars in exec_hf.o "_register_timer", referenced from: _initialize_kill in kill.o "_ser_error", referenced from: _exec_msg in exec.o _exec_str in exec.o "_shm_block", referenced from: _shm_malloc in kill.o _timer_routine in kill.o _destroy_kill in kill.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: exec.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/exec' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/ext' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ext.c -o ext.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c my_exec.c -o my_exec.o clang -L/opt/pkg/lib ext.o my_exec.o -o ext.so Undefined symbols for architecture arm64: "_close_prog_input", referenced from: _run_ext_prog in ext.o "_close_prog_output", referenced from: _run_ext_prog in ext.o "_debug", referenced from: _ext_rewriteuser in ext.o _fixup_ext_rewrite in ext.o _ext_rewriteuri in ext.o _run_ext_prog in ext.o _sig_chld in my_exec.o _start_prog in my_exec.o "_dprint", referenced from: _ext_rewriteuser in ext.o _fixup_ext_rewrite in ext.o _ext_rewriteuri in ext.o _run_ext_prog in ext.o _sig_chld in my_exec.o _start_prog in my_exec.o "_fm_free", referenced from: _ext_rewriteuser in ext.o _ext_rewriteuri in ext.o "_fm_malloc", referenced from: _ext_rewriteuser in ext.o _ext_rewriteuri in ext.o "_is_finished", referenced from: _run_ext_prog in ext.o "_log_facility", referenced from: _ext_rewriteuser in ext.o _fixup_ext_rewrite in ext.o _ext_rewriteuri in ext.o _run_ext_prog in ext.o _sig_chld in my_exec.o _start_prog in my_exec.o "_log_stderr", referenced from: _ext_rewriteuser in ext.o _fixup_ext_rewrite in ext.o _ext_rewriteuri in ext.o _run_ext_prog in ext.o _sig_chld in my_exec.o _start_prog in my_exec.o "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _ext_rewriteuser in ext.o _ext_rewriteuri in ext.o "_parse_uri", referenced from: _ext_rewriteuser in ext.o "_recvfrom_prog", referenced from: _run_ext_prog in ext.o "_sendto_prog", referenced from: _run_ext_prog in ext.o "_ser_error", referenced from: _ext_rewriteuser in ext.o _ext_rewriteuri in ext.o _run_ext_prog in ext.o "_wait_prog", referenced from: _run_ext_prog in ext.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: ext.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/ext' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/group' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c group.c -o group.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c group_mod.c -o group_mod.o clang -L/opt/pkg/lib group.o group_mod.o -o group.so Undefined symbols for architecture arm64: "_bind_dbmod", referenced from: _mod_init in group_mod.o "_dbf", referenced from: _is_user_in in group.o _destroy in group_mod.o _child_init in group_mod.o "_debug", referenced from: _is_user_in in group.o _get_to_uri in group.o _get_from_uri in group.o _mod_init in group_mod.o _child_init in group_mod.o _hf_fixup in group_mod.o "_dprint", referenced from: _is_user_in in group.o _get_to_uri in group.o _get_from_uri in group.o _mod_init in group_mod.o _child_init in group_mod.o _hf_fixup in group_mod.o "_fm_free", referenced from: _hf_fixup in group_mod.o "_fm_malloc", referenced from: _hf_fixup in group_mod.o "_get_authorized_cred", referenced from: _is_user_in in group.o "_log_facility", referenced from: _is_user_in in group.o _get_to_uri in group.o _get_from_uri in group.o _mod_init in group_mod.o _child_init in group_mod.o _hf_fixup in group_mod.o "_log_stderr", referenced from: _is_user_in in group.o _get_to_uri in group.o _get_from_uri in group.o _mod_init in group_mod.o _child_init in group_mod.o _hf_fixup in group_mod.o "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _hf_fixup in group_mod.o "_parse_from_header", referenced from: _get_from_uri in group.o "_parse_headers", referenced from: _get_to_uri in group.o "_parse_uri", referenced from: _is_user_in in group.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: group.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/group' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/mangler' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c contact_ops.c -o contact_ops.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ip_helper.c -o ip_helper.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mangler.c -o mangler.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sdp_mangler.c -o sdp_mangler.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c utils.c -o utils.o clang -L/opt/pkg/lib contact_ops.o ip_helper.o mangler.o sdp_mangler.o utils.o -o mangler.so Undefined symbols for architecture arm64: "_debug", referenced from: _encode_contact in contact_ops.o _encode_uri in contact_ops.o _decode_contact in contact_ops.o _decode_uri in contact_ops.o _decode_contact_header in contact_ops.o _encode2format in contact_ops.o _decode2format in contact_ops.o ... "_del_lump", referenced from: _sdp_mangle_port in sdp_mangler.o _sdp_mangle_ip in sdp_mangler.o _patch in utils.o "_dprint", referenced from: _encode_contact in contact_ops.o _encode_uri in contact_ops.o _decode_contact in contact_ops.o _decode_uri in contact_ops.o _decode_contact_header in contact_ops.o _encode2format in contact_ops.o _decode2format in contact_ops.o ... "_fm_free", referenced from: _encode_uri in contact_ops.o _decode_contact in contact_ops.o _sdp_mangle_port in sdp_mangler.o _sdp_mangle_ip in sdp_mangler.o _compile_expresions in sdp_mangler.o _free_compiled_expresions in sdp_mangler.o _patch_content_length in utils.o ... "_fm_malloc", referenced from: _encode_uri in contact_ops.o _decode_uri in contact_ops.o _sdp_mangle_port in sdp_mangler.o _sdp_mangle_ip in sdp_mangler.o _compile_expresions in sdp_mangler.o _patch_content_length in utils.o "_insert_new_lump_after", referenced from: _sdp_mangle_port in sdp_mangler.o _sdp_mangle_ip in sdp_mangler.o _patch in utils.o "_log_facility", referenced from: _encode_contact in contact_ops.o _encode_uri in contact_ops.o _decode_contact in contact_ops.o _decode_uri in contact_ops.o _decode_contact_header in contact_ops.o _encode2format in contact_ops.o _decode2format in contact_ops.o ... "_log_stderr", referenced from: _encode_contact in contact_ops.o _encode_uri in contact_ops.o _decode_contact in contact_ops.o _decode_uri in contact_ops.o _decode_contact_header in contact_ops.o _encode2format in contact_ops.o _decode2format in contact_ops.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _encode_uri in contact_ops.o _decode_contact in contact_ops.o _decode_uri in contact_ops.o _sdp_mangle_port in sdp_mangler.o _sdp_mangle_ip in sdp_mangler.o _compile_expresions in sdp_mangler.o _free_compiled_expresions in sdp_mangler.o ... "_parse_contact", referenced from: _encode_contact in contact_ops.o _decode_contact_header in contact_ops.o "_parse_headers", referenced from: _encode_contact in contact_ops.o _decode_contact_header in contact_ops.o _sdp_mangle_port in sdp_mangler.o _get_body in sdp_mangler.o _sdp_mangle_ip in sdp_mangler.o _patch_content_length in utils.o "_parse_uri", referenced from: _encode2format in contact_ops.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: mangler.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/mangler' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/maxfwd' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c maxfwd.c -o maxfwd.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mf_funcs.c -o mf_funcs.o clang -L/opt/pkg/lib maxfwd.o mf_funcs.o -o maxfwd.so Undefined symbols for architecture arm64: "_anchor_lump", referenced from: _add_maxfwd_header in mf_funcs.o "_debug", referenced from: _w_process_maxfwd_header in maxfwd.o _fixup_maxfwd_header in maxfwd.o _str2s in maxfwd.o _is_maxfwd_present in mf_funcs.o _str2s in mf_funcs.o _decrement_maxfwd in mf_funcs.o _add_maxfwd_header in mf_funcs.o ... "_dprint", referenced from: _w_process_maxfwd_header in maxfwd.o _fixup_maxfwd_header in maxfwd.o _str2s in maxfwd.o _is_maxfwd_present in mf_funcs.o _str2s in mf_funcs.o _decrement_maxfwd in mf_funcs.o _add_maxfwd_header in mf_funcs.o ... "_fm_free", referenced from: _fixup_maxfwd_header in maxfwd.o _add_maxfwd_header in mf_funcs.o "_fm_malloc", referenced from: _add_maxfwd_header in mf_funcs.o "_insert_new_lump_before", referenced from: _add_maxfwd_header in mf_funcs.o "_log_facility", referenced from: _w_process_maxfwd_header in maxfwd.o _fixup_maxfwd_header in maxfwd.o _str2s in maxfwd.o _is_maxfwd_present in mf_funcs.o _str2s in mf_funcs.o _decrement_maxfwd in mf_funcs.o _add_maxfwd_header in mf_funcs.o ... "_log_stderr", referenced from: _w_process_maxfwd_header in maxfwd.o _fixup_maxfwd_header in maxfwd.o _str2s in maxfwd.o _is_maxfwd_present in mf_funcs.o _str2s in mf_funcs.o _decrement_maxfwd in mf_funcs.o _add_maxfwd_header in mf_funcs.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _fixup_maxfwd_header in maxfwd.o _add_maxfwd_header in mf_funcs.o "_parse_headers", referenced from: _is_maxfwd_present in mf_funcs.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: maxfwd.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/maxfwd' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/mediaproxy' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c mediaproxy.c -o mediaproxy.o clang -L/opt/pkg/lib mediaproxy.o -o mediaproxy.so Undefined symbols for architecture arm64: "_debug", referenced from: _mod_init in mediaproxy.o _FixContact in mediaproxy.o _UseMediaProxy in mediaproxy.o _EndMediaSession in mediaproxy.o _fixstring2int in mediaproxy.o _getContactURI in mediaproxy.o _isSIPAsymmetric in mediaproxy.o ... "_del_lump", referenced from: _FixContact in mediaproxy.o _replaceElement in mediaproxy.o "_dprint", referenced from: _mod_init in mediaproxy.o _FixContact in mediaproxy.o _UseMediaProxy in mediaproxy.o _EndMediaSession in mediaproxy.o _fixstring2int in mediaproxy.o _getContactURI in mediaproxy.o _isSIPAsymmetric in mediaproxy.o ... "_find_export", referenced from: _mod_init in mediaproxy.o "_fm_free", referenced from: _FixContact in mediaproxy.o _UseMediaProxy in mediaproxy.o _EndMediaSession in mediaproxy.o _fixstring2int in mediaproxy.o _checkAsymmetricFile in mediaproxy.o _replaceElement in mediaproxy.o _pingClients in mediaproxy.o ... "_fm_malloc", referenced from: _FixContact in mediaproxy.o _UseMediaProxy in mediaproxy.o _EndMediaSession in mediaproxy.o _checkAsymmetricFile in mediaproxy.o _encodeQuopri in mediaproxy.o _replaceElement in mediaproxy.o _pingClients in mediaproxy.o ... "_fm_realloc", referenced from: _checkAsymmetricFile in mediaproxy.o _pingClients in mediaproxy.o "_get_send_socket", referenced from: _pingClients in mediaproxy.o "_insert_new_lump_after", referenced from: _FixContact in mediaproxy.o _replaceElement in mediaproxy.o "_log_facility", referenced from: _mod_init in mediaproxy.o _FixContact in mediaproxy.o _UseMediaProxy in mediaproxy.o _EndMediaSession in mediaproxy.o _fixstring2int in mediaproxy.o _getContactURI in mediaproxy.o _isSIPAsymmetric in mediaproxy.o ... "_log_stderr", referenced from: _mod_init in mediaproxy.o _FixContact in mediaproxy.o _UseMediaProxy in mediaproxy.o _EndMediaSession in mediaproxy.o _fixstring2int in mediaproxy.o _getContactURI in mediaproxy.o _isSIPAsymmetric in mediaproxy.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _FixContact in mediaproxy.o _UseMediaProxy in mediaproxy.o _EndMediaSession in mediaproxy.o _fixstring2int in mediaproxy.o _checkAsymmetricFile in mediaproxy.o _encodeQuopri in mediaproxy.o _replaceElement in mediaproxy.o ... "_parse_contact", referenced from: _getContactURI in mediaproxy.o "_parse_from_header", referenced from: _getFromDomain in mediaproxy.o _getFromAddress in mediaproxy.o _getFromTag in mediaproxy.o "_parse_headers", referenced from: _getContactURI in mediaproxy.o _getUserAgent in mediaproxy.o _getCallId in mediaproxy.o _get_body in mediaproxy.o "_parse_sip_msg_uri", referenced from: _getDestinationDomain in mediaproxy.o "_parse_uri", referenced from: _getContactURI in mediaproxy.o _getFromDomain in mediaproxy.o _getToDomain in mediaproxy.o _pingClients in mediaproxy.o "_received_test", referenced from: _testSourceAddress in mediaproxy.o "_register_timer", referenced from: _mod_init in mediaproxy.o "_sip_resolvehost", referenced from: _pingClients in mediaproxy.o "_udp_send", referenced from: _pingClients in mediaproxy.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: mediaproxy.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/mediaproxy' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/msilo' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ms_msg_list.c -o ms_msg_list.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c msfuncs.c -o msfuncs.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c msilo.c -o msilo.o In file included from msilo.c:65: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -L/opt/pkg/lib ms_msg_list.o msfuncs.o msilo.o -o msilo.so Undefined symbols for architecture arm64: "_bind_dbmod", referenced from: _mod_init in msilo.o "_dbf", referenced from: _destroy in msilo.o _child_init in msilo.o _m_clean_silo in msilo.o _m_store in msilo.o _m_dump in msilo.o "_debug", referenced from: _msg_list_init in ms_msg_list.o _msg_list_check_msg in ms_msg_list.o _msg_list_set_flag in ms_msg_list.o _msg_list_check in ms_msg_list.o _mod_init in msilo.o _destroy in msilo.o _child_init in msilo.o ... "_dprint", referenced from: _msg_list_init in ms_msg_list.o _msg_list_check_msg in ms_msg_list.o _msg_list_set_flag in ms_msg_list.o _msg_list_check in ms_msg_list.o _mod_init in msilo.o _destroy in msilo.o _child_init in msilo.o ... "_find_export", referenced from: _mod_init in msilo.o "_fm_free", referenced from: _msg_list_el_free in ms_msg_list.o _msg_list_init in ms_msg_list.o _msg_list_free in ms_msg_list.o "_fm_malloc", referenced from: _shm_malloc in ms_msg_list.o _shm_malloc in msilo.o "_log_facility", referenced from: _msg_list_init in ms_msg_list.o _msg_list_check_msg in ms_msg_list.o _msg_list_set_flag in ms_msg_list.o _msg_list_check in ms_msg_list.o _mod_init in msilo.o _destroy in msilo.o _child_init in msilo.o ... "_log_stderr", referenced from: _msg_list_init in ms_msg_list.o _msg_list_check_msg in ms_msg_list.o _msg_list_set_flag in ms_msg_list.o _msg_list_check in ms_msg_list.o _mod_init in msilo.o _destroy in msilo.o _child_init in msilo.o ... "_main", referenced from: implicit entry/start for main executable "_mem_lock", referenced from: _shm_malloc in ms_msg_list.o _msg_list_el_free in ms_msg_list.o _msg_list_init in ms_msg_list.o _msg_list_free in ms_msg_list.o _shm_malloc in msilo.o "_parse_content_type_hdr", referenced from: _m_store in msilo.o "_parse_from_header", referenced from: _m_store in msilo.o "_parse_headers", referenced from: _m_store in msilo.o _m_dump in msilo.o _get_body in msilo.o "_parse_to", referenced from: _m_store in msilo.o _m_dump in msilo.o "_register_timer", referenced from: _mod_init in msilo.o "_shm_block", referenced from: _shm_malloc in ms_msg_list.o _msg_list_el_free in ms_msg_list.o _msg_list_init in ms_msg_list.o _msg_list_free in ms_msg_list.o _shm_malloc in msilo.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: msilo.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/msilo' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/nathelper' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c nathelper.c -o nathelper.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c nhelpr_funcs.c -o nhelpr_funcs.o clang -L/opt/pkg/lib nathelper.o nhelpr_funcs.o -o nathelper.so Undefined symbols for architecture arm64: "_anchor_lump", referenced from: _fix_nated_sdp_f in nathelper.o _force_rtp_proxy2_f in nathelper.o _alter_mediaip in nathelper.o _alter_mediaport in nathelper.o "_debug", referenced from: _mod_init in nathelper.o _child_init in nathelper.o _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _fixup_str2int in nathelper.o _unforce_rtp_proxy_f in nathelper.o _force_rtp_proxy2_f in nathelper.o ... "_del_lump", referenced from: _fix_nated_contact_f in nathelper.o _alter_mediaip in nathelper.o _alter_mediaport in nathelper.o "_dprint", referenced from: _mod_init in nathelper.o _child_init in nathelper.o _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _fixup_str2int in nathelper.o _unforce_rtp_proxy_f in nathelper.o _force_rtp_proxy2_f in nathelper.o ... "_eat_line", referenced from: _extract_mediaip in nathelper.o _extract_mediaport in nathelper.o "_find_export", referenced from: _mod_init in nathelper.o "_fm_free", referenced from: _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _fixup_str2int in nathelper.o _force_rtp_proxy2_f in nathelper.o _alter_mediaip in nathelper.o _alter_mediaport in nathelper.o _timer in nathelper.o ... "_fm_malloc", referenced from: _mod_init in nathelper.o _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _force_rtp_proxy2_f in nathelper.o _alter_mediaip in nathelper.o _alter_mediaport in nathelper.o _timer in nathelper.o ... "_get_send_socket", referenced from: _timer in nathelper.o "_get_ticks", referenced from: _rtpp_test in nathelper.o "_insert_new_lump_after", referenced from: _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _force_rtp_proxy2_f in nathelper.o _alter_mediaip in nathelper.o _alter_mediaport in nathelper.o "_log_facility", referenced from: _mod_init in nathelper.o _child_init in nathelper.o _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _fixup_str2int in nathelper.o _unforce_rtp_proxy_f in nathelper.o _force_rtp_proxy2_f in nathelper.o ... "_log_stderr", referenced from: _mod_init in nathelper.o _child_init in nathelper.o _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _fixup_str2int in nathelper.o _unforce_rtp_proxy_f in nathelper.o _force_rtp_proxy2_f in nathelper.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _mod_init in nathelper.o _fix_nated_contact_f in nathelper.o _fix_nated_sdp_f in nathelper.o _fixup_str2int in nathelper.o _force_rtp_proxy2_f in nathelper.o _alter_mediaip in nathelper.o _alter_mediaport in nathelper.o ... "_parse_contact", referenced from: _get_contact_uri in nathelper.o "_parse_from_header", referenced from: _get_from_tag in nathelper.o "_parse_headers", referenced from: _get_contact_uri in nathelper.o _get_body in nhelpr_funcs.o "_parse_uri", referenced from: _get_contact_uri in nathelper.o _timer in nathelper.o "_received_test", referenced from: _nat_uac_test_f in nathelper.o "_register_timer", referenced from: _mod_init in nathelper.o "_sip_resolvehost", referenced from: _timer in nathelper.o "_udp_send", referenced from: _timer in nathelper.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: nathelper.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/nathelper' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/pa' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c dlist.c -o dlist.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c hslot.c -o hslot.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c lpidf.c -o lpidf.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c notify.c -o notify.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c pa_mod.c -o pa_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c paerrno.c -o paerrno.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c pdomain.c -o pdomain.o In file included from notify.c:37: In file included from ./pa_mod.h:34: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from pa_mod.c:39: In file included from ./pa_mod.h:34: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c presentity.c -o presentity.o 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ptime.c -o ptime.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c reply.c -o reply.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c subscribe.c -o subscribe.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c watcher.c -o watcher.o In file included from reply.c:34: In file included from ./pa_mod.h:34: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from subscribe.c:49: In file included from ./pa_mod.h:34: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c xpidf.c -o xpidf.o In file included from watcher.c:35: In file included from ./pa_mod.h:34: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. 2 warnings generated. clang -L/opt/pkg/lib dlist.o hslot.o lpidf.o notify.o pa_mod.o paerrno.o pdomain.o presentity.o ptime.o reply.o subscribe.o watcher.o xpidf.o -o pa.so Undefined symbols for architecture arm64: "_add_lump_rpl", referenced from: _send_reply in reply.o "_debug", referenced from: _register_pdomain in dlist.o _new_dlist in dlist.o _lpidf_add_presentity in lpidf.o _lpidf_add_address in lpidf.o _send_xpidf_notify in notify.o _send_lpidf_notify in notify.o _create_headers in notify.o ... "_dprint", referenced from: _register_pdomain in dlist.o _new_dlist in dlist.o _lpidf_add_presentity in lpidf.o _lpidf_add_address in lpidf.o _send_xpidf_notify in notify.o _send_lpidf_notify in notify.o _create_headers in notify.o ... "_find_export", referenced from: _new_dlist in dlist.o _mod_init in pa_mod.o "_fm_free", referenced from: _new_dlist in dlist.o _free_all_pdomains in dlist.o _new_pdomain in pdomain.o _free_pdomain in pdomain.o _free_presentity in presentity.o _parse_accept in subscribe.o _free_watcher in watcher.o ... "_fm_malloc", referenced from: _shm_malloc in dlist.o _shm_malloc in pdomain.o _shm_malloc in presentity.o _parse_accept in subscribe.o _shm_malloc in watcher.o "_log_facility", referenced from: _register_pdomain in dlist.o _new_dlist in dlist.o _lpidf_add_presentity in lpidf.o _lpidf_add_address in lpidf.o _send_xpidf_notify in notify.o _send_lpidf_notify in notify.o _create_headers in notify.o ... "_log_stderr", referenced from: _register_pdomain in dlist.o _new_dlist in dlist.o _lpidf_add_presentity in lpidf.o _lpidf_add_address in lpidf.o _send_xpidf_notify in notify.o _send_lpidf_notify in notify.o _create_headers in notify.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _parse_accept in subscribe.o "_mem_lock", referenced from: _new_dlist in dlist.o _free_all_pdomains in dlist.o _shm_malloc in dlist.o _new_pdomain in pdomain.o _shm_malloc in pdomain.o _free_pdomain in pdomain.o _shm_malloc in presentity.o ... "_parse_event", referenced from: _parse_hfs in subscribe.o "_parse_expires", referenced from: _parse_hfs in subscribe.o "_parse_from_header", referenced from: _parse_hfs in subscribe.o _existing_subscription in subscribe.o "_parse_headers", referenced from: _parse_hfs in subscribe.o "_parse_uri", referenced from: _extract_plain_uri in subscribe.o "_register_timer", referenced from: _mod_init in pa_mod.o "_shm_block", referenced from: _new_dlist in dlist.o _free_all_pdomains in dlist.o _shm_malloc in dlist.o _new_pdomain in pdomain.o _shm_malloc in pdomain.o _free_pdomain in pdomain.o _shm_malloc in presentity.o ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: pa.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/pa' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/pdt' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c domains.c -o domains.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c pdt.c -o pdt.o clang -L/opt/pkg/lib domains.o pdt.o -o pdt.so Undefined symbols for architecture arm64: "_bind_dbmod", referenced from: _mod_init in pdt.o "_code_valid", referenced from: _mod_init in pdt.o "_dbf", referenced from: _mod_init in pdt.o _mod_destroy in pdt.o _mod_child_init in pdt.o _get_domainprefix in pdt.o "_debug", referenced from: _mod_init in pdt.o _mod_destroy in pdt.o _mod_child_init in pdt.o _update_new_uri in pdt.o _get_domainprefix in pdt.o _prefix2domain in pdt.o "_dprint", referenced from: _mod_init in pdt.o _mod_destroy in pdt.o _mod_child_init in pdt.o _update_new_uri in pdt.o _get_domainprefix in pdt.o _prefix2domain in pdt.o "_fifo_reply", referenced from: _get_domainprefix in pdt.o "_fm_free", referenced from: _free_cell in domains.o _free_entry in domains.o _init_hash in domains.o _init_double_hash in domains.o _free_hash in domains.o _free_double_hash in domains.o _mod_init in pdt.o ... "_fm_malloc", referenced from: _shm_malloc in domains.o _update_new_uri in pdt.o _shm_malloc in pdt.o "_log_facility", referenced from: _mod_init in pdt.o _mod_destroy in pdt.o _mod_child_init in pdt.o _update_new_uri in pdt.o _get_domainprefix in pdt.o _prefix2domain in pdt.o "_log_stderr", referenced from: _mod_init in pdt.o _mod_destroy in pdt.o _mod_child_init in pdt.o _update_new_uri in pdt.o _get_domainprefix in pdt.o _prefix2domain in pdt.o "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _update_new_uri in pdt.o "_mem_lock", referenced from: _shm_malloc in domains.o _free_cell in domains.o _free_entry in domains.o _init_hash in domains.o _init_double_hash in domains.o _free_hash in domains.o _free_double_hash in domains.o ... "_parse_sip_msg_uri", referenced from: _prefix2domain in pdt.o "_prefix_valid", referenced from: _mod_init in pdt.o "_read_line", referenced from: _get_domainprefix in pdt.o "_register_fifo_cmd", referenced from: _mod_init in pdt.o "_shm_block", referenced from: _shm_malloc in domains.o _free_cell in domains.o _free_entry in domains.o _init_hash in domains.o _init_double_hash in domains.o _free_hash in domains.o _free_double_hash in domains.o ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: pdt.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/pdt' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/permissions' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c parse_config.c -o parse_config.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c permissions.c -o permissions.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c rule.c -o rule.o clang -L/opt/pkg/lib parse_config.o permissions.o rule.o -o permissions.so Undefined symbols for architecture arm64: "_debug", referenced from: _parse_config_line in parse_config.o _parse_config_file in parse_config.o _mod_init in permissions.o _allow_routing in permissions.o _new_rule in rule.o _new_expression in rule.o "_dprint", referenced from: _parse_config_line in parse_config.o _parse_config_file in parse_config.o _mod_init in permissions.o _allow_routing in permissions.o _new_rule in rule.o _new_expression in rule.o "_log_facility", referenced from: _parse_config_line in parse_config.o _parse_config_file in parse_config.o _mod_init in permissions.o _allow_routing in permissions.o _new_rule in rule.o _new_expression in rule.o "_log_stderr", referenced from: _parse_config_line in parse_config.o _parse_config_file in parse_config.o _mod_init in permissions.o _allow_routing in permissions.o _new_rule in rule.o _new_expression in rule.o "_main", referenced from: implicit entry/start for main executable "_parse_from_header", referenced from: _allow_routing in permissions.o "_parse_headers", referenced from: _allow_routing in permissions.o "_parse_sip_msg_uri", referenced from: _allow_routing in permissions.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: permissions.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/permissions' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/pike' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ip_tree.c -o ip_tree.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c pike.c -o pike.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c pike_fifo.c -o pike_fifo.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c pike_funcs.c -o pike_funcs.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c timer.c -o timer.o clang -L/opt/pkg/lib ip_tree.o pike.o pike_fifo.o pike_funcs.o timer.o -o pike.so Undefined symbols for architecture arm64: "_debug", referenced from: _init_ip_tree in ip_tree.o _lock_set_alloc in ip_tree.o _new_ip_node in ip_tree.o _mark_node in ip_tree.o _remove_node in ip_tree.o _print_node in ip_tree.o _print_tree in ip_tree.o ... "_dprint", referenced from: _init_ip_tree in ip_tree.o _lock_set_alloc in ip_tree.o _new_ip_node in ip_tree.o _mark_node in ip_tree.o _remove_node in ip_tree.o _print_node in ip_tree.o _print_tree in ip_tree.o ... "_fm_free", referenced from: _init_ip_tree in ip_tree.o _destroy_ip_tree in ip_tree.o _destroy_ip_node in ip_tree.o _pike_init in pike.o _pike_exit in pike.o "_fm_malloc", referenced from: _shm_malloc in ip_tree.o _shm_malloc in pike.o "_get_ticks", referenced from: _pike_check_req in pike_funcs.o _clean_routine in pike_funcs.o "_log_facility", referenced from: _init_ip_tree in ip_tree.o _lock_set_alloc in ip_tree.o _new_ip_node in ip_tree.o _mark_node in ip_tree.o _remove_node in ip_tree.o _print_node in ip_tree.o _print_tree in ip_tree.o ... "_log_stderr", referenced from: _init_ip_tree in ip_tree.o _lock_set_alloc in ip_tree.o _new_ip_node in ip_tree.o _mark_node in ip_tree.o _remove_node in ip_tree.o _print_node in ip_tree.o _print_tree in ip_tree.o ... "_main", referenced from: implicit entry/start for main executable "_mem_lock", referenced from: _init_ip_tree in ip_tree.o _shm_malloc in ip_tree.o _destroy_ip_tree in ip_tree.o _destroy_ip_node in ip_tree.o _pike_init in pike.o _pike_exit in pike.o _shm_malloc in pike.o ... "_open_reply_pipe", referenced from: _fifo_print_ip_tree in pike_fifo.o _fifo_print_timer_list in pike_fifo.o "_register_fifo_cmd", referenced from: _pike_init in pike.o "_register_timer", referenced from: _pike_init in pike.o "_shm_block", referenced from: _init_ip_tree in ip_tree.o _shm_malloc in ip_tree.o _destroy_ip_tree in ip_tree.o _destroy_ip_node in ip_tree.o _pike_init in pike.o _pike_exit in pike.o _shm_malloc in pike.o ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: pike.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/pike' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/print' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c print.c -o print.o clang -L/opt/pkg/lib print.o -o print.so Undefined symbols for architecture arm64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: print.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/print' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/registrar' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c common.c -o common.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c lookup.c -o lookup.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c reg_mod.c -o reg_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c regtime.c -o regtime.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c reply.c -o reply.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c rerrno.c -o rerrno.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c save.c -o save.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sip_msg.c -o sip_msg.o clang -L/opt/pkg/lib common.o lookup.o reg_mod.o regtime.o reply.o rerrno.o save.o sip_msg.o -o registrar.so Undefined symbols for architecture arm64: "_add_lump_rpl", referenced from: _send_reply in reply.o "_append_branch", referenced from: _lookup in lookup.o (maybe you meant: _append_branches) "_debug", referenced from: _extract_aor in common.o _un_escape in common.o _hex2int in common.o _lookup in lookup.o _rwrite in lookup.o _registered in lookup.o _mod_init in reg_mod.o ... "_do_action", referenced from: _rwrite in lookup.o "_dprint", referenced from: _extract_aor in common.o _un_escape in common.o _hex2int in common.o _lookup in lookup.o _rwrite in lookup.o _registered in lookup.o _mod_init in reg_mod.o ... "_find_export", referenced from: _mod_init in reg_mod.o "_fm_malloc", referenced from: _send_reply in reply.o "_isflagset", referenced from: _update in save.o _insert in save.o "_log_facility", referenced from: _extract_aor in common.o _un_escape in common.o _hex2int in common.o _lookup in lookup.o _rwrite in lookup.o _registered in lookup.o _mod_init in reg_mod.o ... "_log_stderr", referenced from: _extract_aor in common.o _un_escape in common.o _hex2int in common.o _lookup in lookup.o _rwrite in lookup.o _registered in lookup.o _mod_init in reg_mod.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _send_reply in reply.o "_parse_contact", referenced from: _parse_message in sip_msg.o "_parse_expires", referenced from: _parse_message in sip_msg.o "_parse_headers", referenced from: _save_real in save.o _parse_message in sip_msg.o "_parse_uri", referenced from: _extract_aor in common.o "_setflag", referenced from: _lookup in lookup.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: registrar.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/registrar' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/rr' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c loose.c -o loose.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c record.c -o record.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c rr_mod.c -o rr_mod.o clang -L/opt/pkg/lib loose.o record.o rr_mod.o -o rr.so Undefined symbols for architecture arm64: "_anchor_lump", referenced from: _save_ruri in loose.o _record_route_preset in record.o _insert_RR in record.o "_check_self", referenced from: _is_myself in loose.o "_debug", referenced from: _loose_route in loose.o _find_first_route in loose.o _route_after_strict in loose.o _route_after_loose in loose.o _find_next_route in loose.o _rewrite_RURI in loose.o _find_last_route in loose.o ... "_del_lump", referenced from: _route_after_strict in loose.o _route_after_loose in loose.o _handle_strict_router in loose.o "_do_action", referenced from: _rewrite_RURI in loose.o "_dprint", referenced from: _loose_route in loose.o _find_first_route in loose.o _route_after_strict in loose.o _route_after_loose in loose.o _find_next_route in loose.o _rewrite_RURI in loose.o _find_last_route in loose.o ... "_fm_free", referenced from: _rewrite_RURI in loose.o _save_ruri in loose.o _record_route_preset in record.o _build_rr in record.o "_fm_malloc", referenced from: _rewrite_RURI in loose.o _save_ruri in loose.o _record_route_preset in record.o _build_rr in record.o _str_fixup in rr_mod.o "_insert_cond_lump_after", referenced from: _insert_RR in record.o _build_rr in record.o "_insert_cond_lump_before", referenced from: _insert_RR in record.o "_insert_new_lump_after", referenced from: _record_route_preset in record.o _build_rr in record.o "_insert_new_lump_before", referenced from: _save_ruri in loose.o _build_rr in record.o "_insert_subst_lump_after", referenced from: _build_rr in record.o "_log_facility", referenced from: _loose_route in loose.o _find_first_route in loose.o _route_after_strict in loose.o _route_after_loose in loose.o _find_next_route in loose.o _rewrite_RURI in loose.o _find_last_route in loose.o ... "_log_stderr", referenced from: _loose_route in loose.o _find_first_route in loose.o _route_after_strict in loose.o _route_after_loose in loose.o _find_next_route in loose.o _rewrite_RURI in loose.o _find_last_route in loose.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _rewrite_RURI in loose.o _save_ruri in loose.o _record_route_preset in record.o _build_rr in record.o _str_fixup in rr_mod.o "_parse_from_header", referenced from: _record_route_preset in record.o _insert_RR in record.o "_parse_headers", referenced from: _find_first_route in loose.o _find_next_route in loose.o _find_last_route in loose.o _save_ruri in loose.o "_parse_rr", referenced from: _find_first_route in loose.o _find_next_route in loose.o _find_last_route in loose.o "_parse_uri", referenced from: _loose_route in loose.o _route_after_strict in loose.o _route_after_loose in loose.o _get_username in record.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: rr.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/rr' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/sl' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sl.c -o sl.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sl_funcs.c -o sl_funcs.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sl_stats.c -o sl_stats.o clang -L/opt/pkg/lib sl.o sl_funcs.o sl_stats.o -o sl.so Undefined symbols for architecture arm64: "_MDStringArray", referenced from: _init_tags in sl_funcs.o "_add_lump_rpl", referenced from: _sl_send_reply in sl_funcs.o "_build_res_buf_from_sip_req", referenced from: _sl_send_reply in sl_funcs.o "_children_no", referenced from: _process_count in sl_stats.o _print_sl_stats in sl_stats.o "_crcitt_string_array", referenced from: _calc_crc_suffix in sl_funcs.o "_debug", referenced from: _mod_init in sl.o _fixup_sl_send_reply in sl.o _str2s in sl.o _sl_startup in sl_funcs.o _sl_send_reply in sl_funcs.o _init_su in sl_funcs.o _msg_send in sl_funcs.o ... "_dont_fork", referenced from: _process_count in sl_stats.o _print_sl_stats in sl_stats.o "_dprint", referenced from: _mod_init in sl.o _fixup_sl_send_reply in sl.o _str2s in sl.o _sl_startup in sl_funcs.o _sl_send_reply in sl_funcs.o _init_su in sl_funcs.o _msg_send in sl_funcs.o ... "_err2reason_phrase", referenced from: _sl_reply_error in sl_funcs.o "_fifo", referenced from: _process_count in sl_stats.o "_fm_free", referenced from: _fixup_sl_send_reply in sl.o _sl_shutdown in sl_funcs.o _sl_send_reply in sl_funcs.o _sl_stats_destroy in sl_stats.o "_fm_malloc", referenced from: _shm_malloc in sl_funcs.o _shm_malloc in sl_stats.o "_get_send_socket", referenced from: _msg_send in sl_funcs.o "_get_ticks", referenced from: _sl_startup in sl_funcs.o _sl_send_reply in sl_funcs.o _sl_filter_ACK in sl_funcs.o "_log_facility", referenced from: _mod_init in sl.o _fixup_sl_send_reply in sl.o _str2s in sl.o _sl_startup in sl_funcs.o _sl_send_reply in sl_funcs.o _init_su in sl_funcs.o _msg_send in sl_funcs.o ... "_log_stderr", referenced from: _mod_init in sl.o _fixup_sl_send_reply in sl.o _str2s in sl.o _sl_startup in sl_funcs.o _sl_send_reply in sl_funcs.o _init_su in sl_funcs.o _msg_send in sl_funcs.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _fixup_sl_send_reply in sl.o _sl_send_reply in sl_funcs.o "_mem_lock", referenced from: _shm_malloc in sl_funcs.o _sl_shutdown in sl_funcs.o _sl_stats_destroy in sl_stats.o _shm_malloc in sl_stats.o "_open_reply_pipe", referenced from: _sl_stats_cmd in sl_stats.o "_parse_headers", referenced from: _sl_send_reply in sl_funcs.o _sl_filter_ACK in sl_funcs.o "_prev_ser_error", referenced from: _sl_reply_error in sl_funcs.o "_print_dset", referenced from: _sl_send_reply in sl_funcs.o "_process_no", referenced from: _update_sl_failures in sl_stats.o _update_sl_stats in sl_stats.o "_register_fifo_cmd", referenced from: _init_sl_stats in sl_stats.o "_register_script_cb", referenced from: _mod_init in sl.o "_reply_to_via", referenced from: _sl_send_reply in sl_funcs.o "_shm_block", referenced from: _shm_malloc in sl_funcs.o _sl_shutdown in sl_funcs.o _sl_stats_destroy in sl_stats.o _shm_malloc in sl_stats.o "_sock_info", referenced from: _init_tags in sl_funcs.o "_sock_no", referenced from: _process_count in sl_stats.o _print_sl_stats in sl_stats.o "_tcp_children_no", referenced from: _process_count in sl_stats.o "_tcp_disable", referenced from: _msg_send in sl_funcs.o _process_count in sl_stats.o "_tcp_send", referenced from: _msg_send in sl_funcs.o "_timer_list", referenced from: _process_count in sl_stats.o "_udp_send", referenced from: _msg_send in sl_funcs.o "_update_sock_struct_from_via", referenced from: _sl_send_reply in sl_funcs.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: sl.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/sl' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/sms' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c libsms_charset.c -o libsms_charset.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c libsms_getsms.c -o libsms_getsms.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c libsms_modem.c -o libsms_modem.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c libsms_putsms.c -o libsms_putsms.o In file included from libsms_modem.c:29: In file included from ./libsms_modem.h:19: In file included from ./sms_funcs.h:35: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from libsms_getsms.c:26: In file included from ./libsms_modem.h:19: In file included from ./sms_funcs.h:35: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ libsms_getsms.c:320:2: warning: 'sprintf' will always overflow; destination buffer has size 8, but format string expands to at least 9 [-Wfortify-source] sprintf(sms->date,"%c%c-%c%c-%c%c",start[3],start[4],start[0],start[1], ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:47:3: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^ libsms_getsms.c:324:2: warning: 'sprintf' will always overflow; destination buffer has size 8, but format string expands to at least 9 [-Wfortify-source] sprintf(sms->time,"%c%c:%c%c:%c%c",start[0],start[1],start[3],start[4], ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:47:3: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^ 4 warnings generated. 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sms.c -o sms.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sms_funcs.c -o sms_funcs.o In file included from libsms_putsms.c:23: In file included from ./sms_funcs.h:35: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sms_report.c -o sms_report.o In file included from sms.c:52: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from sms_funcs.c:54: In file included from ./sms_funcs.h:35: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. 2 warnings generated. In file included from sms_report.c:32: In file included from ./sms_report.h:32: In file included from ./sms_funcs.h:35: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -L/opt/pkg/lib libsms_charset.o libsms_getsms.o libsms_modem.o libsms_putsms.o sms.o sms_funcs.o sms_report.o -o sms.so Undefined symbols for architecture arm64: "_debug", referenced from: _fetchsms in libsms_getsms.o _str2s in libsms_getsms.o _deletesms in libsms_getsms.o _check_memory in libsms_getsms.o _getsms in libsms_getsms.o _cds2sms in libsms_getsms.o _put_command in libsms_modem.o ... "_decode_pdu", referenced from: _getsms in libsms_getsms.o _cds2sms in libsms_getsms.o "_dprint", referenced from: _fetchsms in libsms_getsms.o _str2s in libsms_getsms.o _deletesms in libsms_getsms.o _check_memory in libsms_getsms.o _getsms in libsms_getsms.o _cds2sms in libsms_getsms.o _put_command in libsms_modem.o ... "_fetch_sms_id", referenced from: _putsms in libsms_putsms.o "_find_export", referenced from: _global_init in sms.o "_fm_free", referenced from: _sms_exit in sms.o _fixup_sms_send_msg_to_net in sms.o _push_on_network in sms_funcs.o _send_sip_msg_request in sms_funcs.o _send_as_sms in sms_funcs.o _destroy_report_queue in sms_report.o "_fm_malloc", referenced from: _global_init in sms.o _shm_malloc in sms.o _shm_malloc in sms_funcs.o _send_sip_msg_request in sms_funcs.o _shm_malloc in sms_report.o "_free_report_cell", referenced from: _destroy_report_queue in sms_report.o _add_sms_into_report_queue in sms_report.o _check_timeout_in_report_queue in sms_report.o _remove_sms_from_report_queue in sms_report.o "_get_ticks", referenced from: _set_gettime_function in sms_report.o _get_time_ser in sms_report.o "_log_facility", referenced from: _fetchsms in libsms_getsms.o _str2s in libsms_getsms.o _deletesms in libsms_getsms.o _check_memory in libsms_getsms.o _getsms in libsms_getsms.o _cds2sms in libsms_getsms.o _put_command in libsms_modem.o ... "_log_stderr", referenced from: _fetchsms in libsms_getsms.o _str2s in libsms_getsms.o _deletesms in libsms_getsms.o _check_memory in libsms_getsms.o _getsms in libsms_getsms.o _cds2sms in libsms_getsms.o _put_command in libsms_modem.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _sms_exit in sms.o _global_init in sms.o _fixup_sms_send_msg_to_net in sms.o _send_sip_msg_request in sms_funcs.o "_mem_lock", referenced from: _sms_exit in sms.o _shm_malloc in sms.o _push_on_network in sms_funcs.o _shm_malloc in sms_funcs.o _send_as_sms in sms_funcs.o _shm_malloc in sms_report.o _destroy_report_queue in sms_report.o ... "_parse_content_type_hdr", referenced from: _push_on_network in sms_funcs.o "_parse_from_header", referenced from: _push_on_network in sms_funcs.o "_parse_headers", referenced from: _push_on_network in sms_funcs.o _get_body in sms_funcs.o "_parse_uri", referenced from: _push_on_network in sms_funcs.o "_send_error", referenced from: _send_as_sms in sms_funcs.o _check_sms_report in sms_funcs.o "_shm_block", referenced from: _sms_exit in sms.o _shm_malloc in sms.o _push_on_network in sms_funcs.o _shm_malloc in sms_funcs.o _send_as_sms in sms_funcs.o _shm_malloc in sms_report.o _destroy_report_queue in sms_report.o ... "_sock_info", referenced from: _global_init in sms.o "_split_text", referenced from: _send_as_sms in sms_funcs.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: sms.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/sms' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/textops' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c textops.c -o textops.o clang -L/opt/pkg/lib textops.o -o textops.so Undefined symbols for architecture arm64: "_add_lump_rpl", referenced from: _append_to_reply_f in textops.o "_anchor_lump", referenced from: _search_append_f in textops.o _append_hf_helper in textops.o "_debug", referenced from: _fixup_regex in textops.o _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _append_to_reply_f in textops.o _str_fixup in textops.o _remove_hf_f in textops.o ... "_del_lump", referenced from: _replace_f in textops.o _replace_all_f in textops.o _remove_hf_f in textops.o _subst_f in textops.o "_dprint", referenced from: _fixup_regex in textops.o _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _append_to_reply_f in textops.o _str_fixup in textops.o _remove_hf_f in textops.o ... "_fm_free", referenced from: _fixup_regex in textops.o _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _fixup_substre in textops.o _subst_uri_f in textops.o _append_hf_helper in textops.o ... "_fm_malloc", referenced from: _fixup_regex in textops.o _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _str_fixup in textops.o _append_hf_helper in textops.o "_insert_new_lump_after", referenced from: _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _subst_f in textops.o "_insert_new_lump_before", referenced from: _append_hf_helper in textops.o "_log_facility", referenced from: _fixup_regex in textops.o _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _append_to_reply_f in textops.o _str_fixup in textops.o _remove_hf_f in textops.o ... "_log_stderr", referenced from: _fixup_regex in textops.o _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _append_to_reply_f in textops.o _str_fixup in textops.o _remove_hf_f in textops.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _fixup_regex in textops.o _search_append_f in textops.o _replace_f in textops.o _replace_all_f in textops.o _str_fixup in textops.o _fixup_substre in textops.o _subst_uri_f in textops.o ... "_parse_headers", referenced from: _remove_hf_f in textops.o _is_present_hf_f in textops.o _append_hf_helper in textops.o "_replace_lst_free", referenced from: _subst_f in textops.o "_subst_parser", referenced from: _fixup_substre in textops.o "_subst_run", referenced from: _subst_f in textops.o "_subst_str", referenced from: _subst_uri_f in textops.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: textops.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/textops' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/tm' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c callid.c -o callid.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c dlg.c -o dlg.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c h_table.c -o h_table.o In file included from h_table.c:47: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from dlg.c:45: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c lock.c -o lock.o 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c sip_msg.c -o sip_msg.o 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_cancel.c -o t_cancel.o In file included from lock.c:41: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from t_cancel.c:40: In file included from ./t_funcs.h:61: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_dlg.c -o t_dlg.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_funcs.c -o t_funcs.o 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_fwd.c -o t_fwd.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_hooks.c -o t_hooks.o In file included from t_funcs.c:56: In file included from ./t_funcs.h:61: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from t_fwd.c:56: In file included from ./t_funcs.h:61: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_lookup.c -o t_lookup.o 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_msgbuilder.c -o t_msgbuilder.o In file included from t_hooks.c:43: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_reply.c -o t_reply.o In file included from t_lookup.c:91: In file included from ./t_funcs.h:61: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from t_msgbuilder.c:47: In file included from ./t_funcs.h:61: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c t_stats.c -o t_stats.o 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c test.c -o test.o In file included from t_reply.c:66: In file included from ./t_funcs.h:61: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c timer.c -o timer.o In file included from test.c:33: In file included from ./t_funcs.h:61: In file included from ./lock.h:70: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c tm.c -o tm.o 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c tm_load.c -o tm_load.o In file included from timer.c:106: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. In file included from tm.c:91: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c uac.c -o uac.o In file included from tm_load.c:36: In file included from ./tm_load.h:45: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c uac_fifo.c -o uac_fifo.o 2 warnings generated. In file included from uac.c:57: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. In file included from uac_fifo.c:45: In file included from ./h_table.h:59: ./t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. clang -L/opt/pkg/lib callid.o dlg.o h_table.o lock.o sip_msg.o t_cancel.o t_dlg.o t_funcs.o t_fwd.o t_hooks.o t_lookup.o t_msgbuilder.o t_reply.o t_stats.o test.o timer.o tm.o tm_load.o uac.o uac_fifo.o -o tm.so Undefined symbols for architecture arm64: "_MDStringArray", referenced from: _char_msg_val in h_table.o _init_tags in t_reply.o _uac_init in uac.o "__shm_resize", referenced from: _relay_reply in t_reply.o __reply_light in t_reply.o "_add_lump_rpl", referenced from: __reply in t_reply.o _t_reply_with_body in t_reply.o "_anchor_lump", referenced from: __test_insert_to_reply in test.o "_bind_idx", referenced from: _child_init_callid in callid.o _uac_init in uac.o "_branch_builder", referenced from: _t_calc_branch in t_msgbuilder.o "_build_req_buf_from_sip_req", referenced from: _print_uac_request in t_fwd.o "_build_res_buf_from_sip_req", referenced from: __reply in t_reply.o _relay_reply in t_reply.o _t_reply_with_body in t_reply.o "_build_res_buf_from_sip_res", referenced from: _relay_reply in t_reply.o "_check_transaction_quadruple", referenced from: _char_msg_val in h_table.o _t_lookup_request in t_lookup.o "_children_no", referenced from: _process_count in t_stats.o "_clean_hdr_field", referenced from: _faked_env in t_reply.o "_clear_branches", referenced from: _t_forward_nonack in t_fwd.o "_crcitt_string_array", referenced from: _calc_crc_suffix in dlg.o _calc_crc_suffix in t_reply.o _generate_fromtag in uac.o "_debug", referenced from: _init_callid in callid.o _child_init_callid in callid.o _calculate_hooks in dlg.o _new_dlg_uac in dlg.o _str_duplicate in dlg.o _dlg_response_uac in dlg.o _dlg_new_resp_uac in dlg.o ... "_default_global_address", referenced from: _build_local in t_msgbuilder.o _build_dlg_ack in t_msgbuilder.o _assemble_via in t_msgbuilder.o "_default_global_port", referenced from: _build_local in t_msgbuilder.o _build_dlg_ack in t_msgbuilder.o _assemble_via in t_msgbuilder.o "_del_nonshm_lump_rpl", referenced from: _faked_env in t_reply.o "_destroy_avp_list_unsafe", referenced from: _free_cell in h_table.o "_dont_fork", referenced from: _process_count in t_stats.o "_dprint", referenced from: _init_callid in callid.o _child_init_callid in callid.o _calculate_hooks in dlg.o _new_dlg_uac in dlg.o _str_duplicate in dlg.o _dlg_response_uac in dlg.o _dlg_new_resp_uac in dlg.o ... "_dup_lump_list", referenced from: _faked_env in t_reply.o "_err2reason_phrase", referenced from: _kill_transaction in t_funcs.o _fifo_uac in uac_fifo.o "_error_text", referenced from: _relay_reply in t_reply.o "_failure_rlist", referenced from: _failure_route in t_reply.o "_fifo", referenced from: _process_count in t_stats.o (maybe you meant: _fifo_uac_cancel, _fifo_uac , _fifo_hash ) "_fifo_reply", referenced from: _fifo_uac_cancel in t_cancel.o _fifo_uac_error in uac_fifo.o _fifo_callback in uac_fifo.o "_find_export", referenced from: _load_tm in tm_load.o "_fm_free", referenced from: _new_dlg_uac in dlg.o _dlg_confirmed_resp_uac in dlg.o _new_dlg_uas in dlg.o _request2dlg in dlg.o _free_dlg in dlg.o _dlg_request_uas in dlg.o _response2dlg in dlg.o ... "_fm_malloc", referenced from: _shm_malloc in dlg.o _shm_malloc in h_table.o _shm_malloc in lock.o _shm_malloc in sip_msg.o _shm_malloc in t_fwd.o _register_tmcb in t_hooks.o _shm_malloc in t_msgbuilder.o ... "_forward_request", referenced from: _t_relay_to in t_funcs.o "_free_duped_lump_list", referenced from: _faked_env in t_reply.o "_free_hdr_field_lst", referenced from: _fifo_uac in uac_fifo.o "_free_lump", referenced from: _free_via_clen_lump in t_fwd.o _free_via_clen_lump in t_reply.o "_free_lump_rpl", referenced from: _t_reply_with_body in t_reply.o "_free_params", referenced from: _calculate_hooks in dlg.o "_free_proxy", referenced from: _t_relay_to in t_funcs.o _add_uac in t_fwd.o _uri2sock in t_msgbuilder.o _uri2sock in t_reply.o _uri2sock in uac.o _uri2sock in uac_fifo.o "_get_authorized_cred", referenced from: _clone_authorized_hooks in sip_msg.o "_get_reply_status", referenced from: _fifo_callback in uac_fifo.o "_get_send_socket", referenced from: _msg_send in t_funcs.o _add_uac in t_fwd.o _init_rb in t_lookup.o _uri2sock in t_msgbuilder.o _uri2sock in t_reply.o _msg_send in t_reply.o _uri2sock in uac.o ... "_get_ticks", referenced from: _set_timer in timer.o _set_1timer in timer.o "_init_branch_iterator", referenced from: _t_forward_nonack in t_fwd.o "_insert_new_lump_before", referenced from: __test_insert_to_reply in test.o "_log_facility", referenced from: _init_callid in callid.o _child_init_callid in callid.o _calculate_hooks in dlg.o _new_dlg_uac in dlg.o _str_duplicate in dlg.o _dlg_response_uac in dlg.o _dlg_new_resp_uac in dlg.o ... "_log_stderr", referenced from: _init_callid in callid.o _child_init_callid in callid.o _calculate_hooks in dlg.o _new_dlg_uac in dlg.o _str_duplicate in dlg.o _dlg_response_uac in dlg.o _dlg_new_resp_uac in dlg.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _t_relay_to in t_funcs.o _print_uac_request in t_fwd.o _free_via_clen_lump in t_fwd.o _add_uac in t_fwd.o _register_tmcb in t_hooks.o _build_local in t_msgbuilder.o _build_dlg_ack in t_msgbuilder.o ... "_mem_lock", referenced from: _new_dlg_uac in dlg.o _shm_malloc in dlg.o _dlg_confirmed_resp_uac in dlg.o _new_dlg_uas in dlg.o _request2dlg in dlg.o _free_dlg in dlg.o _dlg_request_uas in dlg.o ... "_mk_proxy", referenced from: _uri2proxy in t_funcs.o _uri2proxy in t_fwd.o _uri2proxy in t_msgbuilder.o _uri2proxy in t_reply.o _fixup_hostport2proxy in tm.o _uri2proxy in uac.o _uri2proxy in uac_fifo.o ... "_new_hash2", referenced from: _t_lookup_request in t_lookup.o _t_lookup_callid in t_lookup.o _dlg2hash in uac.o "_next_branch", referenced from: _t_forward_nonack in t_fwd.o "_onreply_rlist", referenced from: _reply_received in t_reply.o "_open_reply_pipe", referenced from: _fifo_hash in h_table.o _fifo_stats in t_stats.o _fifo_callback in uac_fifo.o "_parse_contact", referenced from: _get_contact_uri in dlg.o _get_contact_uri in t_msgbuilder.o "_parse_from_header", referenced from: _get_from_tag in dlg.o _t_check in t_lookup.o _new_t in t_lookup.o _parse_dlg in t_lookup.o _fifo_check_msg in uac_fifo.o "_parse_headers", referenced from: _dlg_confirmed_resp_uac in dlg.o _request2dlg in dlg.o _dlg_request_uas in dlg.o _response2dlg in dlg.o _get_cseq_method in dlg.o _t_reply_matching in t_lookup.o _t_check in t_lookup.o ... "_parse_params", referenced from: _calculate_hooks in dlg.o "_parse_rr", referenced from: _get_route_set in dlg.o _process_routeset in t_msgbuilder.o "_parse_sip_msg_uri", referenced from: _new_t in t_lookup.o "_parse_uri", referenced from: _calculate_hooks in dlg.o _uri2proxy in t_funcs.o _uri2proxy in t_fwd.o _process_routeset in t_msgbuilder.o _uri2proxy in t_msgbuilder.o _uri2proxy in t_reply.o _uri2proxy in uac.o ... "_print_dset", referenced from: __reply in t_reply.o "_print_rr", referenced from: _print_dlg in dlg.o "_process_no", referenced from: _my_pid in callid.o _t_stats_new in h_table.o _t_stats_wait in timer.o "_pt", referenced from: _my_pid in callid.o "_read_body", referenced from: _fifo_get_body in uac_fifo.o "_read_line", referenced from: _fifo_uac_cancel in t_cancel.o _fifo_get_method in uac_fifo.o _fifo_get_ruri in uac_fifo.o _fifo_get_nexthop in uac_fifo.o "_read_line_set", referenced from: _fifo_get_headers in uac_fifo.o "_register_fifo_cmd", referenced from: _init_tm_stats in t_stats.o _mod_init in tm.o "_register_script_cb", referenced from: _mod_init in tm.o "_register_timer", referenced from: _mod_init in tm.o "_reply_to_via", referenced from: _t_relay_to in t_funcs.o _init_rb in t_lookup.o "_run_actions", referenced from: _failure_route in t_reply.o _reply_received in t_reply.o "_ser_error", referenced from: _build_cell in h_table.o _t_relay_to in t_funcs.o _kill_transaction in t_funcs.o _print_uac_request in t_fwd.o _add_uac in t_fwd.o _e2e_cancel_branch in t_fwd.o _t_forward_nonack in t_fwd.o ... "_server_signature", referenced from: _build_local in t_msgbuilder.o _build_dlg_ack in t_msgbuilder.o _build_uac_req in t_msgbuilder.o "_set_avp_list", referenced from: _build_cell in h_table.o _callback_event in t_hooks.o _faked_env in t_reply.o _reply_received in t_reply.o "_shm_block", referenced from: _new_dlg_uac in dlg.o _shm_malloc in dlg.o _dlg_confirmed_resp_uac in dlg.o _new_dlg_uas in dlg.o _request2dlg in dlg.o _free_dlg in dlg.o _dlg_request_uas in dlg.o ... "_shm_duplicate_rr", referenced from: _get_route_set in dlg.o "_shm_free_rr", referenced from: _free_dlg in dlg.o _get_route_set in dlg.o "_sock_info", referenced from: _child_init_callid in callid.o _init_tags in t_reply.o _uac_init in uac.o "_sock_no", referenced from: _process_count in t_stats.o "_syn_branch", referenced from: _init_synonym_id in h_table.o _t_reply_matching in t_lookup.o _t_calc_branch in t_msgbuilder.o "_tcp_children_no", referenced from: _process_count in t_stats.o "_tcp_disable", referenced from: _msg_send in t_funcs.o _msg_send in t_reply.o _process_count in t_stats.o "_tcp_send", referenced from: _msg_send in t_funcs.o _msg_send in t_reply.o "_timer_list", referenced from: _process_count in t_stats.o (maybe you meant: _print_timer_list, _init_timer_list , _unlink_timer_lists , _reset_timer_list ) "_udp_send", referenced from: _msg_send in t_funcs.o _msg_send in t_reply.o "_unlink_lump_rpl", referenced from: _t_reply_with_body in t_reply.o "_update_sock_struct_from_via", referenced from: _init_rb in t_lookup.o "_via_body_cloner", referenced from: _sip_msg_cloner in sip_msg.o "_via_builder", referenced from: _build_local in t_msgbuilder.o _build_dlg_ack in t_msgbuilder.o _assemble_via in t_msgbuilder.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: tm.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/tm' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/uri' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c checks.c -o checks.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c uri_mod.c -o uri_mod.o clang -L/opt/pkg/lib checks.o uri_mod.o -o uri.so Undefined symbols for architecture arm64: "_bind_dbmod", referenced from: _mod_init in uri_mod.o "_dbf", referenced from: _check_username in checks.o _does_uri_exist in checks.o _destroy in uri_mod.o _child_init in uri_mod.o "_debug", referenced from: _has_totag in checks.o _is_user in checks.o _check_to in checks.o _check_username in checks.o _check_from in checks.o _does_uri_exist in checks.o _mod_init in uri_mod.o ... "_dprint", referenced from: _has_totag in checks.o _is_user in checks.o _check_to in checks.o _check_username in checks.o _check_from in checks.o _does_uri_exist in checks.o _mod_init in uri_mod.o ... "_fm_malloc", referenced from: _str_fixup in uri_mod.o "_get_authorized_cred", referenced from: _is_user in checks.o _check_username in checks.o "_log_facility", referenced from: _has_totag in checks.o _is_user in checks.o _check_to in checks.o _check_username in checks.o _check_from in checks.o _does_uri_exist in checks.o _mod_init in uri_mod.o ... "_log_stderr", referenced from: _has_totag in checks.o _is_user in checks.o _check_to in checks.o _check_username in checks.o _check_from in checks.o _does_uri_exist in checks.o _mod_init in uri_mod.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _str_fixup in uri_mod.o "_parse_from_header", referenced from: _check_from in checks.o "_parse_headers", referenced from: _has_totag in checks.o _check_to in checks.o "_parse_sip_msg_uri", referenced from: _does_uri_exist in checks.o "_parse_uri", referenced from: _check_username in checks.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: uri.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/uri' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/usrloc' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c del_list.c -o del_list.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c dlist.c -o dlist.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c hslot.c -o hslot.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ins_list.c -o ins_list.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c notify.c -o notify.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ucontact.c -o ucontact.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c udomain.c -o udomain.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ul_fifo.c -o ul_fifo.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c ul_mod.c -o ul_mod.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c urecord.c -o urecord.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c usrloc.c -o usrloc.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c utime.c -o utime.o clang -L/opt/pkg/lib del_list.o dlist.o hslot.o ins_list.o notify.o ucontact.o udomain.o ul_fifo.o ul_mod.o urecord.o usrloc.o utime.o -o usrloc.so Undefined symbols for architecture arm64: "_bind_dbmod", referenced from: _mod_init in ul_mod.o "_dbf", referenced from: _process_del_list in del_list.o _process_ins_list in ins_list.o _db_update_ucontact in ucontact.o _db_insert_ucontact in ucontact.o _db_delete_ucontact in ucontact.o _preload_udomain in udomain.o _mod_init in ul_mod.o ... "_debug", referenced from: _put_on_del_list in del_list.o _process_del_list in del_list.o _register_udomain in dlist.o _new_dlist in dlist.o _put_on_ins_list in ins_list.o _process_ins_list in ins_list.o _add_watcher in notify.o ... "_dprint", referenced from: _put_on_del_list in del_list.o _process_del_list in del_list.o _register_udomain in dlist.o _new_dlist in dlist.o _put_on_ins_list in ins_list.o _process_ins_list in ins_list.o _add_watcher in notify.o ... "_fifo_reply", referenced from: _ul_rm in ul_fifo.o _ul_rm_contact in ul_fifo.o _ul_flush in ul_fifo.o _ul_add in ul_fifo.o _ul_show_contact in ul_fifo.o "_find_export", referenced from: _bind_usrloc in usrloc.o "_fm_free", referenced from: _process_del_list in del_list.o _register_udomain in dlist.o _new_dlist in dlist.o _free_all_udomains in dlist.o _process_ins_list in ins_list.o _new_ucontact in ucontact.o _free_ucontact in ucontact.o ... "_fm_malloc", referenced from: _put_on_del_list in del_list.o _shm_malloc in dlist.o _put_on_ins_list in ins_list.o _shm_malloc in notify.o _shm_malloc in ucontact.o _shm_malloc in udomain.o _shm_malloc in urecord.o ... "_is_main", referenced from: _destroy in ul_mod.o "_log_facility", referenced from: _put_on_del_list in del_list.o _process_del_list in del_list.o _register_udomain in dlist.o _new_dlist in dlist.o _put_on_ins_list in ins_list.o _process_ins_list in ins_list.o _add_watcher in notify.o ... "_log_stderr", referenced from: _put_on_del_list in del_list.o _process_del_list in del_list.o _register_udomain in dlist.o _new_dlist in dlist.o _put_on_ins_list in ins_list.o _process_ins_list in ins_list.o _add_watcher in notify.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _put_on_del_list in del_list.o _process_del_list in del_list.o _put_on_ins_list in ins_list.o _process_ins_list in ins_list.o "_mem_lock", referenced from: _register_udomain in dlist.o _new_dlist in dlist.o _free_all_udomains in dlist.o _shm_malloc in dlist.o _shm_malloc in notify.o _new_ucontact in ucontact.o _shm_malloc in ucontact.o ... "_open_reply_pipe", referenced from: _ul_stats_cmd in ul_fifo.o _ul_dump in ul_fifo.o _ul_show_contact in ul_fifo.o "_read_line", referenced from: _ul_rm in ul_fifo.o _ul_rm_contact in ul_fifo.o _ul_add in ul_fifo.o _ul_show_contact in ul_fifo.o "_register_fifo_cmd", referenced from: _init_ul_fifo in ul_fifo.o "_register_timer", referenced from: _mod_init in ul_mod.o "_shm_block", referenced from: _register_udomain in dlist.o _new_dlist in dlist.o _free_all_udomains in dlist.o _shm_malloc in dlist.o _shm_malloc in notify.o _new_ucontact in ucontact.o _shm_malloc in ucontact.o ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: usrloc.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/usrloc' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/vm' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c vm.c -o vm.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c vm_fifo.c -o vm_fifo.o In file included from vm_fifo.c:36: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ In file included from vm.c:44: In file included from ./../tm/tm_load.h:45: ./../tm/t_reply.h:87:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( /* struct sip_msg * */ ); ^ void ./../tm/t_reply.h:137:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int t_retransmit_reply( struct cell *t ); ^ 2 warnings generated. 2 warnings generated. clang -L/opt/pkg/lib vm.o vm_fifo.o -o vm.so Undefined symbols for architecture arm64: "_bind_dbmod", referenced from: _vm_mod_init in vm.o "_dbf", referenced from: _vm_init_child in vm.o _vm_get_user_info in vm.o "_debug", referenced from: _vm_mod_init in vm.o _vm_init_child in vm.o _vm_action in vm.o _vm_get_user_info in vm.o _int2str in vm.o _write_to_vm_fifo in vm.o _init_tmb in vm.o ... "_dprint", referenced from: _vm_mod_init in vm.o _vm_init_child in vm.o _vm_action in vm.o _vm_get_user_info in vm.o _int2str in vm.o _write_to_vm_fifo in vm.o _init_tmb in vm.o ... "_fifo_reply", referenced from: _fifo_vm_reply in vm_fifo.o "_find_export", referenced from: _init_tmb in vm.o "_fm_free", referenced from: _write_to_vm_fifo in vm.o "_fm_malloc", referenced from: _write_to_vm_fifo in vm.o "_log_facility", referenced from: _vm_mod_init in vm.o _vm_init_child in vm.o _vm_action in vm.o _vm_get_user_info in vm.o _int2str in vm.o _write_to_vm_fifo in vm.o _init_tmb in vm.o ... "_log_stderr", referenced from: _vm_mod_init in vm.o _vm_init_child in vm.o _vm_action in vm.o _vm_get_user_info in vm.o _int2str in vm.o _write_to_vm_fifo in vm.o _init_tmb in vm.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _write_to_vm_fifo in vm.o "_parse_contact", referenced from: _vm_action in vm.o "_parse_from_header", referenced from: _vm_action in vm.o "_parse_headers", referenced from: _vm_action in vm.o _get_body in vm.o "_parse_nameaddr", referenced from: _vm_action in vm.o "_parse_params", referenced from: _vm_action in vm.o "_parse_rr", referenced from: _vm_action in vm.o "_parse_sip_msg_uri", referenced from: _vm_action in vm.o "_read_body", referenced from: _fifo_vm_reply in vm_fifo.o "_read_line", referenced from: _fifo_vm_reply in vm_fifo.o "_read_line_set", referenced from: _fifo_vm_reply in vm_fifo.o "_register_fifo_cmd", referenced from: _vm_mod_init in vm.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: vm.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/vm' gmake[1]: Entering directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/xlog' clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c xl_lib.c -o xl_lib.o clang -fPIC -DPIC -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 14.0"' -D__CPU_x86_64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DUSE_ANON_MMAP -DNDEBUG -DUSE_PTHREAD_MUTEX -c xlog.c -o xlog.o xlog.c:129:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG((int)(long)lev, log_buf); ^~~~~~~ ./../../dprint.h:145:39: note: expanded from macro 'LOG' syslog(LOG_CRIT|log_facility, fmt, ##args); \ ^~~ xlog.c:129:22: note: treat the string as an argument to avoid this LOG((int)(long)lev, log_buf); ^ "%s", ./../../dprint.h:145:39: note: expanded from macro 'LOG' syslog(LOG_CRIT|log_facility, fmt, ##args); \ ^ xlog.c:129:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG((int)(long)lev, log_buf); ^~~~~~~ ./../../dprint.h:148:40: note: expanded from macro 'LOG' syslog(LOG_ALERT|log_facility, fmt, ##args); \ ^~~ xlog.c:129:22: note: treat the string as an argument to avoid this LOG((int)(long)lev, log_buf); ^ "%s", ./../../dprint.h:148:40: note: expanded from macro 'LOG' syslog(LOG_ALERT|log_facility, fmt, ##args); \ ^ xlog.c:129:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG((int)(long)lev, log_buf); ^~~~~~~ ./../../dprint.h:151:38: note: expanded from macro 'LOG' syslog(LOG_ERR|log_facility, fmt, ##args); \ ^~~ xlog.c:129:22: note: treat the string as an argument to avoid this LOG((int)(long)lev, log_buf); ^ "%s", ./../../dprint.h:151:38: note: expanded from macro 'LOG' syslog(LOG_ERR|log_facility, fmt, ##args); \ ^ xlog.c:129:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG((int)(long)lev, log_buf); ^~~~~~~ ./../../dprint.h:154:42: note: expanded from macro 'LOG' syslog(LOG_WARNING|log_facility, fmt, ##args);\ ^~~ xlog.c:129:22: note: treat the string as an argument to avoid this LOG((int)(long)lev, log_buf); ^ "%s", ./../../dprint.h:154:42: note: expanded from macro 'LOG' syslog(LOG_WARNING|log_facility, fmt, ##args);\ ^ xlog.c:129:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG((int)(long)lev, log_buf); ^~~~~~~ ./../../dprint.h:157:41: note: expanded from macro 'LOG' syslog(LOG_NOTICE|log_facility, fmt, ##args); \ ^~~ xlog.c:129:22: note: treat the string as an argument to avoid this LOG((int)(long)lev, log_buf); ^ "%s", ./../../dprint.h:157:41: note: expanded from macro 'LOG' syslog(LOG_NOTICE|log_facility, fmt, ##args); \ ^ xlog.c:129:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG((int)(long)lev, log_buf); ^~~~~~~ ./../../dprint.h:160:39: note: expanded from macro 'LOG' syslog(LOG_INFO|log_facility, fmt, ##args); \ ^~~ xlog.c:129:22: note: treat the string as an argument to avoid this LOG((int)(long)lev, log_buf); ^ "%s", ./../../dprint.h:160:39: note: expanded from macro 'LOG' syslog(LOG_INFO|log_facility, fmt, ##args); \ ^ xlog.c:129:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LOG((int)(long)lev, log_buf); ^~~~~~~ ./../../dprint.h:163:40: note: expanded from macro 'LOG' syslog(LOG_DEBUG|log_facility, fmt, ##args); \ ^~~ xlog.c:129:22: note: treat the string as an argument to avoid this LOG((int)(long)lev, log_buf); ^ "%s", ./../../dprint.h:163:40: note: expanded from macro 'LOG' syslog(LOG_DEBUG|log_facility, fmt, ##args); \ ^ xlog.c:146:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security] DBG(log_buf); ^~~~~~~ ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^~~ ./../../dprint.h:145:39: note: expanded from macro 'LOG' syslog(LOG_CRIT|log_facility, fmt, ##args); \ ^~~ xlog.c:146:6: note: treat the string as an argument to avoid this DBG(log_buf); ^ "%s", ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^ ./../../dprint.h:145:39: note: expanded from macro 'LOG' syslog(LOG_CRIT|log_facility, fmt, ##args); \ ^ xlog.c:146:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security] DBG(log_buf); ^~~~~~~ ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^~~ ./../../dprint.h:148:40: note: expanded from macro 'LOG' syslog(LOG_ALERT|log_facility, fmt, ##args); \ ^~~ xlog.c:146:6: note: treat the string as an argument to avoid this DBG(log_buf); ^ "%s", ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^ ./../../dprint.h:148:40: note: expanded from macro 'LOG' syslog(LOG_ALERT|log_facility, fmt, ##args); \ ^ xlog.c:146:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security] DBG(log_buf); ^~~~~~~ ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^~~ ./../../dprint.h:151:38: note: expanded from macro 'LOG' syslog(LOG_ERR|log_facility, fmt, ##args); \ ^~~ xlog.c:146:6: note: treat the string as an argument to avoid this DBG(log_buf); ^ "%s", ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^ ./../../dprint.h:151:38: note: expanded from macro 'LOG' syslog(LOG_ERR|log_facility, fmt, ##args); \ ^ xlog.c:146:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security] DBG(log_buf); ^~~~~~~ ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^~~ ./../../dprint.h:154:42: note: expanded from macro 'LOG' syslog(LOG_WARNING|log_facility, fmt, ##args);\ ^~~ xlog.c:146:6: note: treat the string as an argument to avoid this DBG(log_buf); ^ "%s", ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^ ./../../dprint.h:154:42: note: expanded from macro 'LOG' syslog(LOG_WARNING|log_facility, fmt, ##args);\ ^ xlog.c:146:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security] DBG(log_buf); ^~~~~~~ ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^~~ ./../../dprint.h:157:41: note: expanded from macro 'LOG' syslog(LOG_NOTICE|log_facility, fmt, ##args); \ ^~~ xlog.c:146:6: note: treat the string as an argument to avoid this DBG(log_buf); ^ "%s", ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^ ./../../dprint.h:157:41: note: expanded from macro 'LOG' syslog(LOG_NOTICE|log_facility, fmt, ##args); \ ^ xlog.c:146:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security] DBG(log_buf); ^~~~~~~ ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^~~ ./../../dprint.h:160:39: note: expanded from macro 'LOG' syslog(LOG_INFO|log_facility, fmt, ##args); \ ^~~ xlog.c:146:6: note: treat the string as an argument to avoid this DBG(log_buf); ^ "%s", ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^ ./../../dprint.h:160:39: note: expanded from macro 'LOG' syslog(LOG_INFO|log_facility, fmt, ##args); \ ^ xlog.c:146:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security] DBG(log_buf); ^~~~~~~ ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^~~ ./../../dprint.h:163:40: note: expanded from macro 'LOG' syslog(LOG_DEBUG|log_facility, fmt, ##args); \ ^~~ xlog.c:146:6: note: treat the string as an argument to avoid this DBG(log_buf); ^ "%s", ./../../dprint.h:183:40: note: expanded from macro 'DBG' #define DBG(fmt, args...) LOG(L_DBG, fmt, ## args) ^ ./../../dprint.h:163:40: note: expanded from macro 'LOG' syslog(LOG_DEBUG|log_facility, fmt, ##args); \ ^ 14 warnings generated. clang -L/opt/pkg/lib xl_lib.o xlog.o -o xlog.so Undefined symbols for architecture arm64: "_debug", referenced from: _xl_parse_format in xl_lib.o _xl_get_contact in xl_lib.o _xl_get_callid in xl_lib.o _xl_get_cseq in xl_lib.o _xl_get_from in xl_lib.o _xl_get_from_tag in xl_lib.o _xl_get_ruri in xl_lib.o ... "_dprint", referenced from: _xl_parse_format in xl_lib.o _xl_get_contact in xl_lib.o _xl_get_callid in xl_lib.o _xl_get_cseq in xl_lib.o _xl_get_from in xl_lib.o _xl_get_from_tag in xl_lib.o _xl_get_ruri in xl_lib.o ... "_fm_free", referenced from: _xl_elog_free_all in xl_lib.o _destroy in xlog.o _xlog_fixup in xlog.o "_fm_malloc", referenced from: _xl_parse_format in xl_lib.o _mod_init in xlog.o "_log_facility", referenced from: _xl_parse_format in xl_lib.o _xl_get_contact in xl_lib.o _xl_get_callid in xl_lib.o _xl_get_cseq in xl_lib.o _xl_get_from in xl_lib.o _xl_get_from_tag in xl_lib.o _xl_get_ruri in xl_lib.o ... "_log_stderr", referenced from: _xl_parse_format in xl_lib.o _xl_get_contact in xl_lib.o _xl_get_callid in xl_lib.o _xl_get_cseq in xl_lib.o _xl_get_from in xl_lib.o _xl_get_from_tag in xl_lib.o _xl_get_ruri in xl_lib.o ... "_main", referenced from: implicit entry/start for main executable "_mem_block", referenced from: _xl_parse_format in xl_lib.o _xl_elog_free_all in xl_lib.o _mod_init in xlog.o _destroy in xlog.o _xlog_fixup in xlog.o "_parse_from_header", referenced from: _xl_get_from in xl_lib.o _xl_get_from_tag in xl_lib.o "_parse_headers", referenced from: _xl_get_contact in xl_lib.o _xl_get_callid in xl_lib.o _xl_get_cseq in xl_lib.o _xl_get_to in xl_lib.o _xl_get_to_tag in xl_lib.o "_parse_sip_msg_uri", referenced from: _xl_get_ruri in xl_lib.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [../../Makefile.rules:28: xlog.so] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/net/ser/work/ser-0.8.14/modules/xlog' *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/ser *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/ser