=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for ser-0.8.14nb5
yacc -d -b cfg cfg.y
cfg.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
cfg.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
flex cfg.lex
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
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); \
                                                                                               ^
7 warnings generated.
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
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.
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
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);
          ^
3 warnings generated.
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
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)){
                                        ^~
                                        =
1 warning generated.
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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
clang    -DNAME='""' -DVERSION='"0.8.14"' -DARCH='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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='"arm64"' -DOS='"darwin"' -DCOMPILER='"clang 15.0"' -D__CPU_arm64 -D__OS_darwin -DCFG_DIR='"/opt/pkg/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC  -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: 
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 
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
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/ser
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/ser