===> License GPLv2 accepted by the user ===> Found saved configuration for softether-4.0.8.9449 ===> softether-4.0.8.9449 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by softether-4.0.8.9449 for building ===> Extracting for softether-4.0.8.9449 => SHA256 Checksum OK for softether-src-v4.08-9449-rtm.tar.gz. ===> Patching for softether-4.0.8.9449 ===> Converting DOS text files to UNIX text files ===> softether-4.0.8.9449 depends on file: /usr/local/lib/libncurses.so.5 - found ===> softether-4.0.8.9449 depends on executable: gmake - found ===> Configuring for softether-4.0.8.9449 ===> FreeBSD 10 autotools fix applied to /usr/src/ports/security/softether/work/v4.08-9449/configure ===> FreeBSD 10 autotools fix applied to /usr/src/ports/security/softether/work/v4.08-9449/src/configure ===> Building for softether-4.0.8.9449 gmake[2]: Entering directory `/usr/src/ports/security/softether/work/v4.08-9449' cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o src/Mayaqua/Cfg.c:761:30: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] uni_size = CalcUtf8ToUni(string, StrLen(string)); ^~~~~~ ./src/Mayaqua/Internat.h:159:26: note: passing argument to parameter 'u' here UINT CalcUtf8ToUni(BYTE *u, UINT u_size); ^ src/Mayaqua/Cfg.c:765:31: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(uni, uni_size, string, StrLen(string)); ^~~~~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Cfg.c:924:50: warning: passing 'UCHAR *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] string = ZeroMalloc(CalcUtf8ToUni(buf, StrLen(buf)) + 4); ^~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ src/Mayaqua/Cfg.c:925:37: warning: passing 'UCHAR *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(string, 0, buf, StrLen(buf)); ^~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ src/Mayaqua/Cfg.c:1130:14: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] UniToUtf8(utf8, utf8_size, (wchar_t *)t->Buf); ^~~~ ./src/Mayaqua/Internat.h:157:22: note: passing argument to parameter 'u' here UINT UniToUtf8(BYTE *u, UINT size, wchar_t *s); ^ src/Mayaqua/Cfg.c:1229:13: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] UniToUtf8(utf8, utf8_size, string); ^~~~ ./src/Mayaqua/Internat.h:157:22: note: passing argument to parameter 'u' here UINT UniToUtf8(BYTE *u, UINT size, wchar_t *s); ^ 6 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Encrypt.c -o tmp/objs/Mayaqua/Encrypt.o src/Mayaqua/Encrypt.c:379:28: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] HMAC_Final(md->Ctx, dest, &r); ^~ /usr/include/openssl/hmac.h:98:64: note: passing argument to parameter 'len' here int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len); ^ src/Mayaqua/Encrypt.c:2929:40: warning: passing 'UCHAR [1024]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] ret_size = CalcUtf8ToUni(txt, StrLen(txt)); ^~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ src/Mayaqua/Encrypt.c:2931:40: warning: passing 'UCHAR [1024]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(ret, ret_size, txt, StrLen(txt)); ^~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ 3 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/FileIO.c -o tmp/objs/Mayaqua/FileIO.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Internat.c -o tmp/objs/Mayaqua/Internat.o src/Mayaqua/Internat.c:1009:24: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] if (iconv((iconv_t)d, (char **)&inbuf, (size_t *)&insize, (char **)&outbuf, (size_t *)&outsize) == (size_t)(-1)) ^~~~~~~~~~~~~~~ /usr/local/include/iconv.h:83:48: note: passing argument to parameter 'inbuf' here extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); ^ src/Mayaqua/Internat.c:1082:24: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] if (iconv((iconv_t)d, (char **)&inbuf, (size_t *)&insize, (char **)&outbuf, (size_t *)&outsize) == (size_t)(-1)) ^~~~~~~~~~~~~~~ /usr/local/include/iconv.h:83:48: note: passing argument to parameter 'inbuf' here extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); ^ src/Mayaqua/Internat.c:1672:12: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] UniToUtf8((char *)ret, size, unistr); ^~~~~~~~~~~ ./src/Mayaqua/Internat.h:157:22: note: passing argument to parameter 'u' here UINT UniToUtf8(BYTE *u, UINT size, wchar_t *s); ^ 3 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Kernel.c -o tmp/objs/Mayaqua/Kernel.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Mayaqua.c -o tmp/objs/Mayaqua/Mayaqua.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Memory.c -o tmp/objs/Mayaqua/Memory.o src/Mayaqua/Memory.c:520:14: warning: cast to 'UCHAR *' (aka 'unsigned char *') from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] UCHAR *c = (UCHAR *)r; ^ 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Microsoft.c -o tmp/objs/Mayaqua/Microsoft.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Network.c -o tmp/objs/Mayaqua/Network.o src/Mayaqua/Network.c:11625:61: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] ret = recvfrom(s, data, size, 0, (struct sockaddr *)&addr, (int *)&sz); ^~~~~~~~~~ /usr/include/sys/socket.h:609:96: note: passing argument to parameter here ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:11711:61: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] ret = recvfrom(s, data, size, 0, (struct sockaddr *)&addr, (int *)&sz); ^~~~~~~~~~ /usr/include/sys/socket.h:609:96: note: passing argument to parameter here ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:13523:50: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] new_socket = accept(s, (struct sockaddr *)&addr,(int *)&size); ^~~~~~~~~~~~ /usr/include/sys/socket.h:596:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:13634:50: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] new_socket = accept(s, (struct sockaddr *)&addr,(int *)&size); ^~~~~~~~~~~~ /usr/include/sys/socket.h:596:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:15286:80: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockopt(s, SOL_SOCKET, (send ? SO_SNDBUF : SO_RCVBUF), (char *)&value, &len) != 0) ^~~~ /usr/include/sys/socket.h:606:72: note: passing argument to parameter here int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:15363:65: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getpeername(sock->socket, (struct sockaddr *)&sockaddr6, (int *)&size) == 0) ^~~~~~~~~~~~ /usr/include/sys/socket.h:604:74: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:15387:64: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(sock->socket, (struct sockaddr *)&sockaddr6, (int *)&size) == 0) ^~~~~~~~~~~~ /usr/include/sys/socket.h:605:74: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:15448:95: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] getsockopt(sock->socket, (sock->IPv6 ? IPPROTO_IPV6 : IPPROTO_IP), opt_value, (char *)&dw, &size) != 0) ^~~~~ /usr/include/sys/socket.h:606:72: note: passing argument to parameter here int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^ src/Mayaqua/Network.c:17627:19: warning: if statement has empty body [-Wempty-body] if (IsZeroIp(ip)); ^ src/Mayaqua/Network.c:17627:19: note: put the semicolon on a separate line to silence this warning src/Mayaqua/Network.c:20656:24: warning: passing 'int *' to parameter of type 'UINT *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] UnixSelectInner(num, fds, 0, NULL, timeout); ^~~ src/Mayaqua/Network.c:9015:43: note: passing argument to parameter 'reads' here void UnixSelectInner(UINT num_read, UINT *reads, UINT num_write, UINT *writes, UINT timeout) ^ 10 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Object.c -o tmp/objs/Mayaqua/Object.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/OS.c -o tmp/objs/Mayaqua/OS.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Pack.c -o tmp/objs/Mayaqua/Pack.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Secure.c -o tmp/objs/Mayaqua/Secure.o src/Mayaqua/Secure.c:412:66: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_ULONG_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size); ^~~~~ src/Mayaqua/Secure.c:449:41: warning: passing 'char *' to parameter of type 'CK_UTF8CHAR_PTR' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if (sec->Api->C_SetPIN(sec->SessionId, old_pin, StrLen(old_pin), ^~~~~~~ src/Mayaqua/Secure.c:450:3: warning: passing 'char *' to parameter of type 'CK_UTF8CHAR_PTR' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] new_pin, StrLen(new_pin)) != CKR_OK) ^~~~~~~ src/Mayaqua/Secure.c:550:83: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_OBJECT_HANDLE_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK) ^~~~~~~ src/Mayaqua/Secure.c:727:24: warning: passing 'UCHAR [512]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] A_SIZE(a, 0) = StrLen(subject); ^~~~~~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ src/Mayaqua/Secure.c:732:25: warning: passing 'UCHAR [512]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] A_SIZE(a, 1) = StrLen(issuer); ^~~~~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ src/Mayaqua/Secure.c:750:83: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_OBJECT_HANDLE_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK) ^~~~~~~ src/Mayaqua/Secure.c:1256:46: warning: incompatible pointer types passing 'UINT [1024]' to parameter of type 'CK_OBJECT_HANDLE_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK) ^~~~~~~ src/Mayaqua/Secure.c:1256:93: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_ULONG_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK) ^~~~~~~~~~~~ src/Mayaqua/Secure.c:1377:76: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_OBJECT_HANDLE_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if (sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object) != CKR_OK) ^~~~~~~ src/Mayaqua/Secure.c:1506:38: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] s->Label = ZeroMalloc(CalcUtf8ToUni(buf, 0)); ^~~ ./src/Mayaqua/Internat.h:159:26: note: passing argument to parameter 'u' here UINT CalcUtf8ToUni(BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1507:25: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(s->Label, 0, buf, 0); ^~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1512:47: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] s->ManufacturerId = ZeroMalloc(CalcUtf8ToUni(buf, 0)); ^~~ ./src/Mayaqua/Internat.h:159:26: note: passing argument to parameter 'u' here UINT CalcUtf8ToUni(BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1513:34: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(s->ManufacturerId, 0, buf, 0); ^~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1518:38: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] s->Model = ZeroMalloc(CalcUtf8ToUni(buf, 0)); ^~~ ./src/Mayaqua/Internat.h:159:26: note: passing argument to parameter 'u' here UINT CalcUtf8ToUni(BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1519:25: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(s->Model, 0, buf, 0); ^~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1524:45: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] s->SerialNumber = ZeroMalloc(CalcUtf8ToUni(buf, 0)); ^~~ ./src/Mayaqua/Internat.h:159:26: note: passing argument to parameter 'u' here UINT CalcUtf8ToUni(BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1525:32: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(s->SerialNumber, 0, buf, 0); ^~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Secure.c:1614:50: warning: passing 'char *' to parameter of type 'CK_UTF8CHAR_PTR' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] if (sec->Api->C_Login(sec->SessionId, CKU_USER, pin, StrLen(pin)) != CKR_OK) ^~~ src/Mayaqua/Secure.c:1680:52: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_SESSION_HANDLE_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] CKF_RW_SESSION | CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK) ^~~~~~~~ src/Mayaqua/Secure.c:1685:36: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_SESSION_HANDLE_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK) ^~~~~~~~ src/Mayaqua/Secure.c:1773:49: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_ULONG_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if ((err = sec->Api->C_GetSlotList(true, NULL, &sec->NumSlot)) != CKR_OK || sec->NumSlot == 0) ^~~~~~~~~~~~~ src/Mayaqua/Secure.c:1783:36: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_SLOT_ID_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK) ^~~~~~~~~~~~~~~ src/Mayaqua/Secure.c:1783:53: warning: incompatible pointer types passing 'UINT *' (aka 'unsigned int *') to parameter of type 'CK_ULONG_PTR' (aka 'unsigned long *') [-Wincompatible-pointer-types] if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK) ^~~~~~~~~~~~~ 24 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Str.c -o tmp/objs/Mayaqua/Str.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Table.c -o tmp/objs/Mayaqua/Table.o src/Mayaqua/Table.c:579:58: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(e->TitleEnglish, sizeof(e->TitleEnglish), t->Token[2], StrLen(t->Token[2])); ^~~~~~~~~~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Table.c:580:54: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(e->TitleLocal, sizeof(e->TitleLocal), t->Token[3], StrLen(t->Token[3])); ^~~~~~~~~~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Table.c:899:30: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] unistr_size = CalcUtf8ToUni(&line[string_start], StrLen(&line[string_start])); ^~~~~~~~~~~~~~~~~~~ ./src/Mayaqua/Internat.h:159:26: note: passing argument to parameter 'u' here UINT CalcUtf8ToUni(BYTE *u, UINT u_size); ^ src/Mayaqua/Table.c:906:33: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(unistr, unistr_size, &line[string_start], StrLen(&line[string_start])); ^~~~~~~~~~~~~~~~~~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Table.c:1121:44: warning: passing 'char [512]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] Utf8ToUni(univalue, sizeof(univalue), value, StrLen(value)); ^~~~~ ./src/Mayaqua/Internat.h:160:45: note: passing argument to parameter 'u' here UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); ^ src/Mayaqua/Table.c:1224:20: warning: passing 'UCHAR [64]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] GetCurrentCharSet(c.CharSet, sizeof(c.CharSet)); ^~~~~~~~~ ./src/Mayaqua/Internat.h:222:30: note: passing argument to parameter 'name' here void GetCurrentCharSet(char *name, UINT size); ^ src/Mayaqua/Table.c:1315:20: warning: passing 'UCHAR [64]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] GetCurrentCharSet(c.CharSet, sizeof(c.CharSet)); ^~~~~~~~~ ./src/Mayaqua/Internat.h:222:30: note: passing argument to parameter 'name' here void GetCurrentCharSet(char *name, UINT size); ^ 7 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/TcpIp.c -o tmp/objs/Mayaqua/TcpIp.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Tick64.c -o tmp/objs/Mayaqua/Tick64.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Tracking.c -o tmp/objs/Mayaqua/Tracking.o src/Mayaqua/Tracking.c:241:19: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] o->Id, o->Name, UINT64_TO_POINTER(o->Address), o->Size, tmp); ^ ./src/Mayaqua/MayaType.h:221:82: note: expanded from macro 'UINT64_TO_POINTER' #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i))) ^ src/Mayaqua/Tracking.c:307:24: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] o->Id, o->Name, tmp, UINT64_TO_POINTER(o->Address), o->Size, o->FileName, o->LineNumber); ^ ./src/Mayaqua/MayaType.h:221:82: note: expanded from macro 'UINT64_TO_POINTER' #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i))) ^ src/Mayaqua/Tracking.c:528:54: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] printf("TrackDeleteObj: 0x%x is not Object!!\n", (void *)addr); ~~ ^~~~~~~~~~~~ src/Mayaqua/Tracking.c:863:42: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] Format(tmp, sizeof(tmp), "0x%p ---", UINT64_TO_POINTER(s->offset)); ^ ./src/Mayaqua/MayaType.h:221:82: note: expanded from macro 'UINT64_TO_POINTER' #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i))) ^ src/Mayaqua/Tracking.c:868:34: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp)); ^ ./src/Mayaqua/MayaType.h:221:82: note: expanded from macro 'UINT64_TO_POINTER' #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i))) ^ 5 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Unix.c -o tmp/objs/Mayaqua/Unix.o src/Mayaqua/Unix.c:322:18: warning: incompatible pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void *(int, siginfo_t *, void *)' [-Wincompatible-pointer-types] sa.sa_sigaction = signal_received_for_ignore; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Mayaqua/Unix.c:1208:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 2 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Mayaqua/Win32.c -o tmp/objs/Mayaqua/Win32.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Account.c -o tmp/objs/Cedar/Account.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Admin.c -o tmp/objs/Cedar/Admin.o src/Cedar/Admin.c:5614:50: warning: '&&' within '||' [-Wlogical-op-parentheses] (GetHubAdminOption(h, "max_accesslists") != 0) && (LIST_NUM(h->AccessList) >= GetHubAdminOption(h, "max_accesslists")))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Admin.c:5614:50: note: place parentheses around the '&&' expression to silence this warning (GetHubAdminOption(h, "max_accesslists") != 0) && (LIST_NUM(h->AccessList) >= GetHubAdminOption(h, "max_accesslists")))) ^ ( ) 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/AzureClient.c -o tmp/objs/Cedar/AzureClient.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/AzureServer.c -o tmp/objs/Cedar/AzureServer.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Bridge.c -o tmp/objs/Cedar/Bridge.o src/Cedar/Bridge.c:362:95: warning: passing 'UCHAR [6]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] br->Bridge = BrNewBridge(h, br->DeviceName, NULL, br->Local, br->Monitor, br->TapMode, br->TapMacAddress, br->LimitBroadcast, br); ^~~~~~~~~~~~~~~~~ ./src/Cedar/Bridge.h:149:98: note: passing argument to parameter 'tapaddr' here BRIDGE *BrNewBridge(HUB *h, char *name, POLICY *p, bool local, bool monitor, bool tapmode, char *tapaddr, bool limit_broadcast, LOCALBRIDGE *parent_local_bridge); ^ 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/BridgeUnix.c -o tmp/objs/Cedar/BridgeUnix.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/BridgeWin32.c -o tmp/objs/Cedar/BridgeWin32.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Cedar.c -o tmp/objs/Cedar/Cedar.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/CedarPch.c -o tmp/objs/Cedar/CedarPch.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Client.c -o tmp/objs/Cedar/Client.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/CM.c -o tmp/objs/Cedar/CM.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Command.c -o tmp/objs/Cedar/Command.o src/Cedar/Command.c:396:15: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] InputToNull((void *)check_thread_global_1); ^ src/Cedar/Command.c:683:16: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] InputToNull((void *)(UINT)(((UCHAR *)pp[i])[j] = j % 256)); ^ src/Cedar/Command.c:7237:19: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] if (IsInList(o, (void *)n)) ^ src/Cedar/Command.c:7243:10: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] Add(o, (void *)n); ^ src/Cedar/Command.c:16699:5: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] d >= 0 && d <= 23 && e >= 0 && e <= 59 && f >= 0 && f <= 59) ~ ^ ~ src/Cedar/Command.c:16699:26: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] d >= 0 && d <= 23 && e >= 0 && e <= 59 && f >= 0 && f <= 59) ~ ^ ~ src/Cedar/Command.c:16699:47: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] d >= 0 && d <= 23 && e >= 0 && e <= 59 && f >= 0 && f <= 59) ~ ^ ~ 7 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Connection.c -o tmp/objs/Cedar/Connection.o src/Cedar/Connection.c:1181:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(q)) ~~^~~~~~~~~~~~ src/Cedar/Connection.c:1181:16: note: place parentheses around the assignment to silence this warning while (b = GetNext(q)) ^ ( ) src/Cedar/Connection.c:1181:16: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(q)) ^ == src/Cedar/Connection.c:1197:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(q)) ~~^~~~~~~~~~~~ src/Cedar/Connection.c:1197:18: note: place parentheses around the assignment to silence this warning while (b = GetNext(q)) ^ ( ) src/Cedar/Connection.c:1197:18: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(q)) ^ == src/Cedar/Connection.c:1219:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(q)) ~~^~~~~~~~~~~~ src/Cedar/Connection.c:1219:18: note: place parentheses around the assignment to silence this warning while (b = GetNext(q)) ^ ( ) src/Cedar/Connection.c:1219:18: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(q)) ^ == src/Cedar/Connection.c:1270:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(q)) ~~^~~~~~~~~~~~ src/Cedar/Connection.c:1270:18: note: place parentheses around the assignment to silence this warning while (b = GetNext(q)) ^ ( ) src/Cedar/Connection.c:1270:18: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(q)) ^ == src/Cedar/Connection.c:1312:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(q)) ~~^~~~~~~~~~~~ src/Cedar/Connection.c:1312:17: note: place parentheses around the assignment to silence this warning while (b = GetNext(q)) ^ ( ) src/Cedar/Connection.c:1312:17: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(q)) ^ == src/Cedar/Connection.c:1476:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(c->SendBlocks)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:1476:17: note: place parentheses around the assignment to silence this warning while (block = GetNext(c->SendBlocks)) ^ ( ) src/Cedar/Connection.c:1476:17: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(c->SendBlocks)) ^ == src/Cedar/Connection.c:1501:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(c->SendBlocks)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:1501:17: note: place parentheses around the assignment to silence this warning while (block = GetNext(c->SendBlocks)) ^ ( ) src/Cedar/Connection.c:1501:17: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(c->SendBlocks)) ^ == src/Cedar/Connection.c:1531:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(c->SendBlocks)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:1531:19: note: place parentheses around the assignment to silence this warning while (block = GetNext(c->SendBlocks)) ^ ( ) src/Cedar/Connection.c:1531:19: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(c->SendBlocks)) ^ == src/Cedar/Connection.c:1571:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(c->SendBlocks)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:1571:20: note: place parentheses around the assignment to silence this warning while (block = GetNext(c->SendBlocks)) ^ ( ) src/Cedar/Connection.c:1571:20: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(c->SendBlocks)) ^ == src/Cedar/Connection.c:2296:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (size = VirtualGetNextPacket(v, &data)) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:2296:15: note: place parentheses around the assignment to silence this warning while (size = VirtualGetNextPacket(v, &data)) ^ ( ) src/Cedar/Connection.c:2296:15: note: use '==' to turn this assignment into an equality comparison while (size = VirtualGetNextPacket(v, &data)) ^ == src/Cedar/Connection.c:2382:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (size = L3GetNextPacket(f, &data)) ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:2382:15: note: place parentheses around the assignment to silence this warning while (size = L3GetNextPacket(f, &data)) ^ ( ) src/Cedar/Connection.c:2382:15: note: use '==' to turn this assignment into an equality comparison while (size = L3GetNextPacket(f, &data)) ^ == src/Cedar/Connection.c:2529:48: warning: passing 'UCHAR [6]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] e = OpenEth(b->Name, b->Local, b->TapMode, b->TapMacAddress); ^~~~~~~~~~~~~~~~ ./src/Cedar/BridgeUnix.h:170:58: note: passing argument to parameter 'tapaddr' here ETH *OpenEth(char *name, bool local, bool tapmode, char *tapaddr); ^ src/Cedar/Connection.c:3111:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(c->Udp->BufferQueue)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:3111:13: note: place parentheses around the assignment to silence this warning while (b = GetNext(c->Udp->BufferQueue)) ^ ( ) src/Cedar/Connection.c:3111:13: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(c->Udp->BufferQueue)) ^ == src/Cedar/Connection.c:3210:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(c->SendBlocks)) ~~^~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:3210:13: note: place parentheses around the assignment to silence this warning while (b = GetNext(c->SendBlocks)) ^ ( ) src/Cedar/Connection.c:3210:13: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(c->SendBlocks)) ^ == src/Cedar/Connection.c:3222:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(c->SendBlocks2)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:3222:13: note: place parentheses around the assignment to silence this warning while (b = GetNext(c->SendBlocks2)) ^ ( ) src/Cedar/Connection.c:3222:13: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(c->SendBlocks2)) ^ == src/Cedar/Connection.c:3234:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(c->ReceivedBlocks)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Connection.c:3234:13: note: place parentheses around the assignment to silence this warning while (b = GetNext(c->ReceivedBlocks)) ^ ( ) src/Cedar/Connection.c:3234:13: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(c->ReceivedBlocks)) ^ == 16 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Console.c -o tmp/objs/Cedar/Console.o src/Cedar/Console.c:2012:8: warning: implicit declaration of function 'getch' is invalid in C99 [-Wimplicit-function-declaration] c = getch(); ^ 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Database.c -o tmp/objs/Cedar/Database.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/DDNS.c -o tmp/objs/Cedar/DDNS.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/EM.c -o tmp/objs/Cedar/EM.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/EtherLog.c -o tmp/objs/Cedar/EtherLog.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Hub.c -o tmp/objs/Cedar/Hub.o src/Cedar/Hub.c:3479:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(pa->PacketQueue)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Hub.c:3479:12: note: place parentheses around the assignment to silence this warning while (b = GetNext(pa->PacketQueue)) ^ ( ) src/Cedar/Hub.c:3479:12: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(pa->PacketQueue)) ^ == src/Cedar/Hub.c:4201:65: warning: '&&' within '||' [-Wlogical-op-parentheses] if (hub->Option != NULL && hub->Option->FixForDLinkBPDU && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ src/Cedar/Hub.c:4201:65: note: place parentheses around the '&&' expression to silence this warning if (hub->Option != NULL && hub->Option->FixForDLinkBPDU && ^ src/Cedar/Hub.c:6194:22: warning: passing 'UCHAR [6]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] br->TapMode, br->TapMacAddress, br->LimitBroadcast, br); ^~~~~~~~~~~~~~~~~ ./src/Cedar/Bridge.h:149:98: note: passing argument to parameter 'tapaddr' here BRIDGE *BrNewBridge(HUB *h, char *name, POLICY *p, bool local, bool monitor, bool tapmode, char *tapaddr, bool limit_broadcast, LOCALBRIDGE *parent_local_bridge); ^ 3 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Interop_OpenVPN.c -o tmp/objs/Cedar/Interop_OpenVPN.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Interop_SSTP.c -o tmp/objs/Cedar/Interop_SSTP.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec.c -o tmp/objs/Cedar/IPsec.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec_EtherIP.c -o tmp/objs/Cedar/IPsec_EtherIP.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec_IKE.c -o tmp/objs/Cedar/IPsec_IKE.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec_IkePacket.c -o tmp/objs/Cedar/IPsec_IkePacket.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec_IPC.c -o tmp/objs/Cedar/IPsec_IPC.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec_L2TP.c -o tmp/objs/Cedar/IPsec_L2TP.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec_PPP.c -o tmp/objs/Cedar/IPsec_PPP.o src/Cedar/IPsec_PPP.c:1550:31: warning: '&&' within '||' [-Wlogical-op-parentheses] if (p == NULL || req != NULL && req->Lcp == NULL) ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/Cedar/IPsec_PPP.c:1550:31: note: place parentheses around the '&&' expression to silence this warning if (p == NULL || req != NULL && req->Lcp == NULL) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/IPsec_Win7.c -o tmp/objs/Cedar/IPsec_Win7.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Layer3.c -o tmp/objs/Cedar/Layer3.o src/Cedar/Layer3.c:114:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (p = GetNext(f->IpPacketQueue)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Layer3.c:114:11: note: place parentheses around the assignment to silence this warning while (p = GetNext(f->IpPacketQueue)) ^ ( ) src/Cedar/Layer3.c:114:11: note: use '==' to turn this assignment into an equality comparison while (p = GetNext(f->IpPacketQueue)) ^ == src/Cedar/Layer3.c:666:70: warning: '&&' within '||' [-Wlogical-op-parentheses] ((p->NextHopIp & f->SubnetMask) == (f->IpAddress & f->SubnetMask)) && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ src/Cedar/Layer3.c:666:70: note: place parentheses around the '&&' expression to silence this warning ((p->NextHopIp & f->SubnetMask) == (f->IpAddress & f->SubnetMask)) && ^ src/Cedar/Layer3.c:1288:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (p = GetNext(f->IpPacketQueue)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Layer3.c:1288:11: note: place parentheses around the assignment to silence this warning while (p = GetNext(f->IpPacketQueue)) ^ ( ) src/Cedar/Layer3.c:1288:11: note: use '==' to turn this assignment into an equality comparison while (p = GetNext(f->IpPacketQueue)) ^ == src/Cedar/Layer3.c:1307:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (pkt = GetNext(f->SendQueue)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Layer3.c:1307:13: note: place parentheses around the assignment to silence this warning while (pkt = GetNext(f->SendQueue)) ^ ( ) src/Cedar/Layer3.c:1307:13: note: use '==' to turn this assignment into an equality comparison while (pkt = GetNext(f->SendQueue)) ^ == 4 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Link.c -o tmp/objs/Cedar/Link.o src/Cedar/Link.c:276:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(k->SendPacketQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Link.c:276:16: note: place parentheses around the assignment to silence this warning while (block = GetNext(k->SendPacketQueue)) ^ ( ) src/Cedar/Link.c:276:16: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(k->SendPacketQueue)) ^ == 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Listener.c -o tmp/objs/Cedar/Listener.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Logging.c -o tmp/objs/Cedar/Logging.o src/Cedar/Logging.c:2825:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (rec = GetNext(g->RecordQueue)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Logging.c:2825:13: note: place parentheses around the assignment to silence this warning while (rec = GetNext(g->RecordQueue)) ^ ( ) src/Cedar/Logging.c:2825:13: note: use '==' to turn this assignment into an equality comparison while (rec = GetNext(g->RecordQueue)) ^ == 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Nat.c -o tmp/objs/Cedar/Nat.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/NativeStack.c -o tmp/objs/Cedar/NativeStack.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/NM.c -o tmp/objs/Cedar/NM.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/NullLan.c -o tmp/objs/Cedar/NullLan.o src/Cedar/NullLan.c:250:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (b = GetNext(n->PacketQueue)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/NullLan.c:250:12: note: place parentheses around the assignment to silence this warning while (b = GetNext(n->PacketQueue)) ^ ( ) src/Cedar/NullLan.c:250:12: note: use '==' to turn this assignment into an equality comparison while (b = GetNext(n->PacketQueue)) ^ == 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Protocol.c -o tmp/objs/Cedar/Protocol.o src/Cedar/Protocol.c:1395:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err = GetErrorFromPack(p)) ~~~~^~~~~~~~~~~~~~~~~~~~~ src/Cedar/Protocol.c:1395:10: note: place parentheses around the assignment to silence this warning if (err = GetErrorFromPack(p)) ^ ( ) src/Cedar/Protocol.c:1395:10: note: use '==' to turn this assignment into an equality comparison if (err = GetErrorFromPack(p)) ^ == src/Cedar/Protocol.c:5903:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (err = GetErrorFromPack(p)) ~~~~^~~~~~~~~~~~~~~~~~~~~ src/Cedar/Protocol.c:5903:10: note: place parentheses around the assignment to silence this warning if (err = GetErrorFromPack(p)) ^ ( ) src/Cedar/Protocol.c:5903:10: note: use '==' to turn this assignment into an equality comparison if (err = GetErrorFromPack(p)) ^ == 2 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Radius.c -o tmp/objs/Cedar/Radius.o src/Cedar/Radius.c:521:16: warning: '&&' within '||' [-Wlogical-op-parentheses] if (size != 0 && data == NULL || size >= 253) ~~~~~~~~~~^~~~~~~~~~~~~~~ ~~ src/Cedar/Radius.c:521:16: note: place parentheses around the '&&' expression to silence this warning if (size != 0 && data == NULL || size >= 253) ~~~~~~~~~~^~~~~~~~~~~~~~~ src/Cedar/Radius.c:574:11: warning: passing 'UCHAR [254]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] UniToStr(utf8, sizeof(utf8), username); ^~~~ ./src/Mayaqua/Internat.h:164:21: note: passing argument to parameter 'str' here UINT UniToStr(char *str, UINT size, wchar_t *s); ^ src/Cedar/Radius.c:579:27: warning: passing 'UCHAR [254]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] size = 2 + (UCHAR)StrLen(utf8); ^~~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ src/Cedar/Radius.c:582:27: warning: passing 'UCHAR [254]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] WriteBuf(b, utf8, StrLen(utf8)); ^~~~ ./src/Mayaqua/Str.h:118:19: note: passing argument to parameter 'str' here UINT StrLen(char *str); ^ 4 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Remote.c -o tmp/objs/Cedar/Remote.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Sam.c -o tmp/objs/Cedar/Sam.o src/Cedar/Sam.c:254:7: warning: passing 'char [512]' to parameter of type 'UCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] radius_secret, StrLen(radius_secret), ^~~~~~~~~~~~~ ./src/Cedar/Radius.h:107:65: note: passing argument to parameter 'secret' here bool RadiusLogin(CONNECTION *c, char *server, UINT port, UCHAR *secret, UINT secret_size, wchar_t *username, char *password, UINT interval, UCHAR *mschap_v2_server_response_20); ^ 1 warning generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/SecureInfo.c -o tmp/objs/Cedar/SecureInfo.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/SecureNAT.c -o tmp/objs/Cedar/SecureNAT.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/SeLowUser.c -o tmp/objs/Cedar/SeLowUser.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Server.c -o tmp/objs/Cedar/Server.o src/Cedar/Server.c:2460:16: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] for (i = 0;i < 0;i++) ~ ^ ~ src/Cedar/Server.c:3197:12: warning: passing 'UCHAR [6]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] tapmode, tapaddr, CfgGetBool(f, "LimitBroadcast")); ^~~~~~~ ./src/Cedar/Bridge.h:154:110: note: passing argument to parameter 'tapaddr' here void AddLocalBridge(CEDAR *c, char *hubname, char *devicename, bool local, bool monitor, bool tapmode, char *tapaddr, bool limit_broadcast); ^ src/Cedar/Server.c:6569:38: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] t = NewThread(SiRebootServerThread, (void *)bridge); ^ ./src/Mayaqua/Kernel.h:161:70: note: expanded from macro 'NewThread' #define NewThread(thread_proc, param) NewThreadNamed((thread_proc), (param), (#thread_proc)) ^ src/Cedar/Server.c:7442:29: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] if (IsInList(h->MacTable, (void *)key)) ^ src/Cedar/Server.c:7444:25: warning: cast to 'MAC_TABLE_ENTRY *' (aka 'struct MAC_TABLE_ENTRY *') from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] MAC_TABLE_ENTRY *e = (MAC_TABLE_ENTRY *)key; ^ src/Cedar/Server.c:7485:28: warning: cast to 'void *' from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] if (IsInList(h->IpTable, (void *)key)) ^ src/Cedar/Server.c:7487:24: warning: cast to 'IP_TABLE_ENTRY *' (aka 'struct IP_TABLE_ENTRY *') from smaller integer type 'UINT' (aka 'unsigned int') [-Wint-to-pointer-cast] IP_TABLE_ENTRY *e = (IP_TABLE_ENTRY *)key; ^ src/Cedar/Server.c:10082:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (t = GetNext(f->TaskQueue)) ~~^~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Server.c:10082:12: note: place parentheses around the assignment to silence this warning while (t = GetNext(f->TaskQueue)) ^ ( ) src/Cedar/Server.c:10082:12: note: use '==' to turn this assignment into an equality comparison while (t = GetNext(f->TaskQueue)) ^ == 8 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Session.c -o tmp/objs/Cedar/Session.o src/Cedar/Session.c:381:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (packet_size = pa->GetNextPacket(s, &packet)) ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Session.c:381:23: note: place parentheses around the assignment to silence this warning while (packet_size = pa->GetNextPacket(s, &packet)) ^ ( ) src/Cedar/Session.c:381:23: note: use '==' to turn this assignment into an equality comparison while (packet_size = pa->GetNextPacket(s, &packet)) ^ == src/Cedar/Session.c:1373:15: warning: '&&' within '||' [-Wlogical-op-parentheses] if (s->Halt && (s->RetryFlag == false) || s->ForceStopFlag) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ src/Cedar/Session.c:1373:15: note: place parentheses around the '&&' expression to silence this warning if (s->Halt && (s->RetryFlag == false) || s->ForceStopFlag) ^ ( ) src/Cedar/Session.c:2058:55: warning: '&&' within '||' [-Wlogical-op-parentheses] if ((StrCmpi(username, ADMINISTRATOR_USERNAME) != 0) && (StrCmpi(username, BRIDGE_USER_NAME) != 0) || (cedar->Server == NULL || cedar->Server->ServerType == SERVER_TYPE_STANDALONE)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ src/Cedar/Session.c:2058:55: note: place parentheses around the '&&' expression to silence this warning if ((StrCmpi(username, ADMINISTRATOR_USERNAME) != 0) && (StrCmpi(username, BRIDGE_USER_NAME) != 0) || (cedar->Server == NULL || cedar->Server->ServerType == SERVER_TYPE_STANDALONE)) ^ ( ) 3 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/SM.c -o tmp/objs/Cedar/SM.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/SW.c -o tmp/objs/Cedar/SW.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/UdpAccel.c -o tmp/objs/Cedar/UdpAccel.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/UT.c -o tmp/objs/Cedar/UT.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/VG.c -o tmp/objs/Cedar/VG.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Virtual.c -o tmp/objs/Cedar/Virtual.o src/Cedar/Virtual.c:4012:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpSendQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:4012:15: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpSendQueue)) ^ ( ) src/Cedar/Virtual.c:4012:15: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpSendQueue)) ^ == src/Cedar/Virtual.c:4152:122: warning: '&&' within '||' [-Wlogical-op-parentheses] if (IPToUINT(&src_ip) == n->DestIp || n->DestIp == 0xFFFFFFFF || (IPToUINT(&src_ip) == n->DestIpProxy && n->ProxyDns) && src_port == n->DestPort) ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:4152:122: note: place parentheses around the '&&' expression to silence this warning if (IPToUINT(&src_ip) == n->DestIp || n->DestIp == 0xFFFFFFFF || (IPToUINT(&src_ip) == n->DestIpProxy && n->ProxyDns) && src_port == n->DestPort) ^ ( ) src/Cedar/Virtual.c:4176:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpSendQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:4176:15: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpSendQueue)) ^ ( ) src/Cedar/Virtual.c:4176:15: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpSendQueue)) ^ == src/Cedar/Virtual.c:5507:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpRecvQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:5507:16: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpRecvQueue)) ^ ( ) src/Cedar/Virtual.c:5507:16: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpRecvQueue)) ^ == src/Cedar/Virtual.c:5585:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpRecvQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:5585:16: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpRecvQueue)) ^ ( ) src/Cedar/Virtual.c:5585:16: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpRecvQueue)) ^ == src/Cedar/Virtual.c:5780:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpRecvQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:5780:15: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpRecvQueue)) ^ ( ) src/Cedar/Virtual.c:5780:15: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpRecvQueue)) ^ == src/Cedar/Virtual.c:5785:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpSendQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:5785:15: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpSendQueue)) ^ ( ) src/Cedar/Virtual.c:5785:15: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpSendQueue)) ^ == src/Cedar/Virtual.c:5824:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpRecvQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:5824:15: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpRecvQueue)) ^ ( ) src/Cedar/Virtual.c:5824:15: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpRecvQueue)) ^ == src/Cedar/Virtual.c:5829:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(n->UdpSendQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:5829:15: note: place parentheses around the assignment to silence this warning while (block = GetNext(n->UdpSendQueue)) ^ ( ) src/Cedar/Virtual.c:5829:15: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(n->UdpSendQueue)) ^ == src/Cedar/Virtual.c:9980:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (block = GetNext(v->SendQueue)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/Cedar/Virtual.c:9980:17: note: place parentheses around the assignment to silence this warning while (block = GetNext(v->SendQueue)) ^ ( ) src/Cedar/Virtual.c:9980:17: note: use '==' to turn this assignment into an equality comparison while (block = GetNext(v->SendQueue)) ^ == 10 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/VLan.c -o tmp/objs/Cedar/VLan.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/VLanUnix.c -o tmp/objs/Cedar/VLanUnix.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/VLanWin32.c -o tmp/objs/Cedar/VLanWin32.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/WaterMark.c -o tmp/objs/Cedar/WaterMark.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/WebUI.c -o tmp/objs/Cedar/WebUI.o src/Cedar/WebUI.c:1518:12: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] UniToUtf8(ret->data, ret->size, content); ^~~~~~~~~ ./src/Mayaqua/Internat.h:157:22: note: passing argument to parameter 'u' here UINT UniToUtf8(BYTE *u, UINT size, wchar_t *s); ^ src/Cedar/WebUI.c:1637:5: warning: expression result unused [-Wunused-value] *body ++; ^~~~~~~~ 2 warnings generated. cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/WinUi.c -o tmp/objs/Cedar/WinUi.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/Cedar/Wpc.c -o tmp/objs/Cedar/Wpc.o cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/vpnserver/vpnserver.c -o tmp/objs/vpnserver.o rm -f tmp/as/vpnserver.a ar r tmp/as/vpnserver.a tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o tmp/objs/vpnserver.o ar: warning: creating tmp/as/vpnserver.a ranlib tmp/as/vpnserver.a cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o src/hamcorebuilder/hamcorebuilder.c -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib -O2 -fsigned-char -m64 -L/usr/local/lib -L/usr/lib -lm -lpthread -lssl -lcrypto -liconv -lreadline -lncurses -lz -o tmp/hamcorebuilder /usr/bin/ld: warning: libncurses.so.8, needed by /usr/local/lib/libreadline.so, may conflict with libncurses.so.5.9 tmp/hamcorebuilder src/bin/hamcore/ src/bin/BuiltHamcoreFiles/unix/hamcore.se2 hamcore.se2 Build Utility Copyright (c) SoftEther VPN Project. All Rights Reserved. Src Dir: 'src/bin/hamcore/' Dest Filename: 'src/bin/BuiltHamcoreFiles/unix/hamcore.se2' Processing... src/bin/hamcore/authors.txt: 1838 -> 729 src/bin/hamcore/backup_dir_readme.txt: 314 -> 130 src/bin/hamcore/empty.config: 37 -> 42 src/bin/hamcore/empty_sevpnclient.config: 1921 -> 866 src/bin/hamcore/eula.txt: 58227 -> 13571 src/bin/hamcore/install_src.dat: 13 -> 21 src/bin/hamcore/lang.config: 698 -> 409 src/bin/hamcore/languages.txt: 403 -> 346 src/bin/hamcore/legal.txt: 41897 -> 11931 src/bin/hamcore/openvpn_readme.pdf: 490556 -> 479129 src/bin/hamcore/openvpn_readme.txt: 13030 -> 5081 src/bin/hamcore/openvpn_sample.ovpn: 4779 -> 1746 src/bin/hamcore/root_certs.dat: 400489 -> 275260 src/bin/hamcore/SOURCES_OF_BINARY_FILES.TXT: 5258 -> 2231 src/bin/hamcore/strtable_cn.stb: 554784 -> 148131 src/bin/hamcore/strtable_en.stb: 637334 -> 144875 src/bin/hamcore/strtable_ja.stb: 796809 -> 153757 src/bin/hamcore/vpnweb_sample_cn.htm: 3965 -> 1578 src/bin/hamcore/vpnweb_sample_en.htm: 3965 -> 1578 src/bin/hamcore/vpnweb_sample_ja.htm: 4856 -> 1978 src/bin/hamcore/warning_cn.txt: 28354 -> 10330 src/bin/hamcore/warning_en.txt: 33209 -> 10593 src/bin/hamcore/warning_ja.txt: 47044 -> 12289 src/bin/hamcore/webui/cryptcom.cgi: 1729 -> 865 src/bin/hamcore/webui/edituser.cgi: 1495 -> 723 src/bin/hamcore/webui/error.cgi: 279 -> 243 src/bin/hamcore/webui/hub.cgi: 2633 -> 893 src/bin/hamcore/webui/license.cgi: 1852 -> 895 src/bin/hamcore/webui/listener.cgi: 463 -> 328 src/bin/hamcore/webui/localbridge.cgi: 1876 -> 918 src/bin/hamcore/webui/login.cgi: 767 -> 499 src/bin/hamcore/webui/newhub.cgi: 805 -> 473 src/bin/hamcore/webui/redirect.cgi: 254 -> 177 src/bin/hamcore/webui/securenat.cgi: 3169 -> 1125 src/bin/hamcore/webui/server.cgi: 2367 -> 960 src/bin/hamcore/webui/session.cgi: 979 -> 546 src/bin/hamcore/webui/user.cgi: 951 -> 533 src/bin/hamcore/webui/webui.css: 30 -> 38 authors.txt: offset: 1236 backup_dir_readme.txt: offset: 1965 empty.config: offset: 2095 empty_sevpnclient.config: offset: 2137 eula.txt: offset: 3003 install_src.dat: offset: 16574 lang.config: offset: 16595 languages.txt: offset: 17004 legal.txt: offset: 17350 openvpn_readme.pdf: offset: 29281 openvpn_readme.txt: offset: 508410 openvpn_sample.ovpn: offset: 513491 root_certs.dat: offset: 515237 SOURCES_OF_BINARY_FILES.TXT: offset: 790497 strtable_cn.stb: offset: 792728 strtable_en.stb: offset: 940859 strtable_ja.stb: offset: 1085734 vpnweb_sample_cn.htm: offset: 1239491 vpnweb_sample_en.htm: offset: 1241069 vpnweb_sample_ja.htm: offset: 1242647 warning_cn.txt: offset: 1244625 warning_en.txt: offset: 1254955 warning_ja.txt: offset: 1265548 webui\cryptcom.cgi: offset: 1277837 webui\edituser.cgi: offset: 1278702 webui\error.cgi: offset: 1279425 webui\hub.cgi: offset: 1279668 webui\license.cgi: offset: 1280561 webui\listener.cgi: offset: 1281456 webui\localbridge.cgi: offset: 1281784 webui\login.cgi: offset: 1282702 webui\newhub.cgi: offset: 1283201 webui\redirect.cgi: offset: 1283674 webui\securenat.cgi: offset: 1283851 webui\server.cgi: offset: 1284976 webui\session.cgi: offset: 1285936 webui\user.cgi: offset: 1286482 webui\webui.css: offset: 1287015 Writing src/bin/BuiltHamcoreFiles/unix/hamcore.se2... Done. cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnserver/hamcore.se2 cc tmp/as/vpnserver.a -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib -O2 -fsigned-char -m64 -L/usr/local/lib -L/usr/lib -lm -lpthread -lssl -lcrypto -liconv -lreadline -lncurses -lz -o bin/vpnserver/vpnserver /usr/bin/ld: warning: libncurses.so.8, needed by /usr/local/lib/libreadline.so, may conflict with libncurses.so.5.9 cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/vpnclient/vpncsvc.c -o tmp/objs/vpnclient.o rm -f tmp/as/vpnclient.a ar r tmp/as/vpnclient.a tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o tmp/objs/vpnclient.o ar: warning: creating tmp/as/vpnclient.a ranlib tmp/as/vpnclient.a cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnclient/hamcore.se2 cc tmp/as/vpnclient.a -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib -O2 -fsigned-char -m64 -L/usr/local/lib -L/usr/lib -lm -lpthread -lssl -lcrypto -liconv -lreadline -lncurses -lz -o bin/vpnclient/vpnclient /usr/bin/ld: warning: libncurses.so.8, needed by /usr/local/lib/libreadline.so, may conflict with libncurses.so.5.9 cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/vpnbridge/vpnbridge.c -o tmp/objs/vpnbridge.o rm -f tmp/as/vpnbridge.a ar r tmp/as/vpnbridge.a tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o tmp/objs/vpnbridge.o ar: warning: creating tmp/as/vpnbridge.a ranlib tmp/as/vpnbridge.a cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnbridge/hamcore.se2 cc tmp/as/vpnbridge.a -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib -O2 -fsigned-char -m64 -L/usr/local/lib -L/usr/lib -lm -lpthread -lssl -lcrypto -liconv -lreadline -lncurses -lz -o bin/vpnbridge/vpnbridge /usr/bin/ld: warning: libncurses.so.8, needed by /usr/local/lib/libreadline.so, may conflict with libncurses.so.5.9 cc -O2 -pipe -D_FORTIFY_SOURCE=2 -fstack-protector -march=nocona -DLIBICONV_PLUG -fno-strict-aliasing -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_BSD -DBRIDGE_BPF -DNO_VLAN -DCPU_64 -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -I/usr/local/include -I/usr/include -O2 -fsigned-char -m64 -c src/vpncmd/vpncmd.c -o tmp/objs/vpncmd.o rm -f tmp/as/vpncmd.a ar r tmp/as/vpncmd.a tmp/objs/Mayaqua/Cfg.o tmp/objs/Mayaqua/Encrypt.o tmp/objs/Mayaqua/FileIO.o tmp/objs/Mayaqua/Internat.o tmp/objs/Mayaqua/Kernel.o tmp/objs/Mayaqua/Mayaqua.o tmp/objs/Mayaqua/Memory.o tmp/objs/Mayaqua/Microsoft.o tmp/objs/Mayaqua/Network.o tmp/objs/Mayaqua/Object.o tmp/objs/Mayaqua/OS.o tmp/objs/Mayaqua/Pack.o tmp/objs/Mayaqua/Secure.o tmp/objs/Mayaqua/Str.o tmp/objs/Mayaqua/Table.o tmp/objs/Mayaqua/TcpIp.o tmp/objs/Mayaqua/Tick64.o tmp/objs/Mayaqua/Tracking.o tmp/objs/Mayaqua/Unix.o tmp/objs/Mayaqua/Win32.o tmp/objs/Cedar/Account.o tmp/objs/Cedar/Admin.o tmp/objs/Cedar/AzureClient.o tmp/objs/Cedar/AzureServer.o tmp/objs/Cedar/Bridge.o tmp/objs/Cedar/BridgeUnix.o tmp/objs/Cedar/BridgeWin32.o tmp/objs/Cedar/Cedar.o tmp/objs/Cedar/CedarPch.o tmp/objs/Cedar/Client.o tmp/objs/Cedar/CM.o tmp/objs/Cedar/Command.o tmp/objs/Cedar/Connection.o tmp/objs/Cedar/Console.o tmp/objs/Cedar/Database.o tmp/objs/Cedar/DDNS.o tmp/objs/Cedar/EM.o tmp/objs/Cedar/EtherLog.o tmp/objs/Cedar/Hub.o tmp/objs/Cedar/Interop_OpenVPN.o tmp/objs/Cedar/Interop_SSTP.o tmp/objs/Cedar/IPsec.o tmp/objs/Cedar/IPsec_EtherIP.o tmp/objs/Cedar/IPsec_IKE.o tmp/objs/Cedar/IPsec_IkePacket.o tmp/objs/Cedar/IPsec_IPC.o tmp/objs/Cedar/IPsec_L2TP.o tmp/objs/Cedar/IPsec_PPP.o tmp/objs/Cedar/IPsec_Win7.o tmp/objs/Cedar/Layer3.o tmp/objs/Cedar/Link.o tmp/objs/Cedar/Listener.o tmp/objs/Cedar/Logging.o tmp/objs/Cedar/Nat.o tmp/objs/Cedar/NativeStack.o tmp/objs/Cedar/NM.o tmp/objs/Cedar/NullLan.o tmp/objs/Cedar/Protocol.o tmp/objs/Cedar/Radius.o tmp/objs/Cedar/Remote.o tmp/objs/Cedar/Sam.o tmp/objs/Cedar/SecureInfo.o tmp/objs/Cedar/SecureNAT.o tmp/objs/Cedar/SeLowUser.o tmp/objs/Cedar/Server.o tmp/objs/Cedar/Session.o tmp/objs/Cedar/SM.o tmp/objs/Cedar/SW.o tmp/objs/Cedar/UdpAccel.o tmp/objs/Cedar/UT.o tmp/objs/Cedar/VG.o tmp/objs/Cedar/Virtual.o tmp/objs/Cedar/VLan.o tmp/objs/Cedar/VLanUnix.o tmp/objs/Cedar/VLanWin32.o tmp/objs/Cedar/WaterMark.o tmp/objs/Cedar/WebUI.o tmp/objs/Cedar/WinUi.o tmp/objs/Cedar/Wpc.o tmp/objs/vpncmd.o ar: warning: creating tmp/as/vpncmd.a ranlib tmp/as/vpncmd.a cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpncmd/hamcore.se2 cc tmp/as/vpncmd.a -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib -O2 -fsigned-char -m64 -L/usr/local/lib -L/usr/lib -lm -lpthread -lssl -lcrypto -liconv -lreadline -lncurses -lz -o bin/vpncmd/vpncmd /usr/bin/ld: warning: libncurses.so.8, needed by /usr/local/lib/libreadline.so, may conflict with libncurses.so.5.9 gmake[2]: Leaving directory `/usr/src/ports/security/softether/work/v4.08-9449' ===> Staging for softether-4.0.8.9449 ===> softether-4.0.8.9449 depends on file: /usr/local/lib/libncurses.so.5 - found ===> Generating temporary packing list install -o root -g wheel -m 444 /usr/src/ports/security/softether/work/v4.08-9449/AUTHORS.TXT /usr/src/ports/security/softether/work/stage/usr/local/share/doc/softether install -o root -g wheel -m 444 /usr/src/ports/security/softether/work/v4.08-9449/ChangeLog /usr/src/ports/security/softether/work/stage/usr/local/share/doc/softether install -o root -g wheel -m 444 /usr/src/ports/security/softether/work/v4.08-9449/LICENSE /usr/src/ports/security/softether/work/stage/usr/local/share/doc/softether install -o root -g wheel -m 444 /usr/src/ports/security/softether/work/v4.08-9449/README /usr/src/ports/security/softether/work/stage/usr/local/share/doc/softether install -o root -g wheel -m 444 /usr/src/ports/security/softether/work/v4.08-9449/THIRD_PARTY.TXT /usr/src/ports/security/softether/work/stage/usr/local/share/doc/softether install -o root -g wheel -m 444 /usr/src/ports/security/softether/work/v4.08-9449/WARNING.TXT /usr/src/ports/security/softether/work/stage/usr/local/share/doc/softether ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for directories owned by MTREEs ===> Checking for directories handled by dependencies ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) ===> Building package for softether-4.0.8.9449