=> 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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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
md5.c:111:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void MD5Init (context)
     ^
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void MD5Init PROTO_LIST ((MD5_CTX *));
     ^
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],
 ^
md5.c:127:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void MD5Update (context, input, inputLen)
     ^
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void MD5Update PROTO_LIST
     ^
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));
             ^
md5.c:170:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void MD5Final (digest, 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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
     ^
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 definition 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:60:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void MD5Transform PROTO_LIST ((UINT4 [4], unsigned char [64]));
            ^
md5.c:292:13: warning: a function definition 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:61:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void Encode PROTO_LIST
            ^
md5.c:310:13: warning: a function definition 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:63:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void Decode PROTO_LIST
            ^
md5.c:325:13: warning: a function definition 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:65:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int));
            ^
md5.c:343:13: warning: a function definition 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)
            ^
md5.c:66:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
            ^
25 warnings generated.
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);
          ^
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
3 warnings generated.
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
main.c:395:14: warning: parameter 'show_status' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
void cleanup(show_status)
             ^
main.c:395:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void cleanup(show_status)
     ^
main.c:1420:43: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                                                fprintf(stderr, "Unknown option `-%c<B4>.\n", optopt);
                                                                                    ^~~~
main.c:1423:41: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                                                                "Unknown option character `\\x%x<B4>.\n",
                                                                                                ^~~~
main.c:1428:21: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                                                                "Option `-%c<B4> requires an argument.\n",
                                                                            ^~~~
5 warnings generated.
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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)='<B0>';
                                      ^
6 warnings generated.
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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  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 
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 15.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
ld: library 'fl' not found
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....
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
1 warning generated.
clang -bundle -bundle_loader ../../ser acc.o acc_mod.o   -o acc.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser api.o auth_mod.o challenge.o common.o nonce.o rpid.o   -o auth.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser authdb_mod.o authorize.o rfc2617.o   -o auth_db.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser auth_diameter.o authorize.o avp.o message.o tcp_comm.o user_in.o   -o auth_diameter.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser 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 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser domain.o domain_mod.o fifo.o hash.o   -o domain.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser enum.o enum_mod.o regexp.o   -o enum.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser exec.o exec_hf.o exec_mod.o kill.o   -o exec.so 
ld: library '../../ser' not found
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 15.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 15.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 -bundle -bundle_loader ../../ser ext.o my_exec.o   -o ext.so 
ld: library '../../ser' not found
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 15.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 15.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 -bundle -bundle_loader ../../ser group.o group_mod.o   -o group.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser contact_ops.o ip_helper.o mangler.o sdp_mangler.o utils.o   -o mangler.so 
ld: library '../../ser' not found
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 15.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 15.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 -bundle -bundle_loader ../../ser maxfwd.o mf_funcs.o   -o maxfwd.so 
ld: library '../../ser' not found
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 15.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 -bundle -bundle_loader ../../ser mediaproxy.o   -o mediaproxy.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -bundle -bundle_loader ../../ser ms_msg_list.o msfuncs.o msilo.o   -o msilo.so 
ld: library '../../ser' not found
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 15.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 15.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 -bundle -bundle_loader ../../ser nathelper.o nhelpr_funcs.o   -o nathelper.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 15.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 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -bundle -bundle_loader ../../ser 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 
ld: library '../../ser' not found
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 15.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 15.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 -bundle -bundle_loader ../../ser domains.o pdt.o   -o pdt.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser parse_config.o permissions.o rule.o   -o permissions.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser ip_tree.o pike.o pike_fifo.o pike_funcs.o timer.o   -o pike.so 
ld: library '../../ser' not found
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 15.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 -bundle -bundle_loader ../../ser print.o   -o print.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser common.o lookup.o reg_mod.o regtime.o reply.o rerrno.o save.o sip_msg.o   -o registrar.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser loose.o record.o rr_mod.o   -o rr.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser sl.o sl_funcs.o sl_stats.o   -o sl.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
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__)
  ^
3 warnings generated.
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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_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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
1 warning 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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -bundle -bundle_loader ../../ser libsms_charset.o libsms_getsms.o libsms_modem.o libsms_putsms.o sms.o sms_funcs.o sms_report.o   -o sms.so 
ld: library '../../ser' not found
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 15.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 -bundle -bundle_loader ../../ser textops.o   -o textops.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -fPIC -DPIC    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"x86_64"' -DOS='"darwin"' -DCOMPILER='"clang 15.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
1 warning 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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning 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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
clang -bundle -bundle_loader ../../ser 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 
ld: library '../../ser' not found
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 15.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 15.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 -bundle -bundle_loader ../../ser checks.o uri_mod.o   -o uri.so 
ld: library '../../ser' not found
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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 15.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 -bundle -bundle_loader ../../ser 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 
ld: library '../../ser' not found
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 15.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 15.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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
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 treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
int t_retransmit_reply( /* struct sip_msg * */  );
    ^
./../tm/t_reply.h:137:5: note: conflicting prototype is here
int t_retransmit_reply( struct cell *t );
    ^
1 warning generated.
1 warning generated.
clang -bundle -bundle_loader ../../ser vm.o vm_fifo.o   -o vm.so 
ld: library '../../ser' not found
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 15.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 15.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 -bundle -bundle_loader ../../ser xl_lib.o xlog.o   -o xlog.so 
ld: library '../../ser' not found
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