Packages: softethervpn - error compile/build (missing libreadline)

Created on 7 Dec 2016  路  41Comments  路  Source: openwrt/packages

@fededim
LEDE: CURRENT-r2443-ee55a19_powerpc_464fp

I indicate with no doubt in PR ( https://github.com/openwrt/packages/pull/3498#issuecomment-259507541 ) that PPC with a version of the Makefile as it is, simply has no chance to properly compile the main cryptographic library in this program.

make -j8 BUILD_LOG=1
cat logs/package/feeds/softethervpn/compile.txt

Applying ./patches/103-noeucjp.patch using plaintext: 
patching file src/Mayaqua/Internat.c

Applying ./patches/105-nosslv3.patch using plaintext: 
patching file src/Mayaqua/Network.c
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
rm -f 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
rm -f 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
rm -f tmp/objs/vpnserver.o
rm -f tmp/as/vpnserver.a
rm -f bin/vpnserver/vpnserver
rm -f bin/vpnserver/hamcore.se2
rm -f tmp/objs/vpnclient.o
rm -f tmp/as/vpnclient.a
rm -f bin/vpnclient/vpnclient
rm -f bin/vpnclient/hamcore.se2
rm -f tmp/objs/vpnbridge.o
rm -f tmp/as/vpnbridge.a
rm -f bin/vpnbridge/vpnbridge
rm -f bin/vpnbridge/hamcore.se2
rm -f tmp/objs/vpncmd.o
rm -f tmp/as/vpncmd.a
rm -f bin/vpncmd/vpncmd
rm -f bin/vpncmd/hamcore.se2
rm -f tmp/hamcorebuilder
rm -f src/bin/BuiltHamcoreFiles/unix/hamcore.se2
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
In file included from src/Mayaqua/Cfg.c:125:0:
./src/Mayaqua/Mayaqua.h:285:31: fatal error: readline/readline.h: No such file or directory
 #include <readline/readline.h>
                               ^
compilation terminated.
Makefile:64: recipe for target 'tmp/objs/Mayaqua/Cfg.o' failed
make[4]: *** [tmp/objs/Mayaqua/Cfg.o] Error 1
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
Makefile:131: recipe for target '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613/.built' failed
make[3]: *** [/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613/.built] Error 2

All 41 comments

Uhm well I forgot about this, libreadline-dev must be installed on build machine because softether compiles (before crosscompiling) an archiver tool called hamcorebuilder which needs it.

no "host-compile" ???

No host-compile in makefile if you mean that, but even if I do that can I choose to add a package to the build host ?

I'll check, but frankly I doubt whether readline.h (quite critical library) system/platform-type intel-64bit architecture is suitable for ppc-32bit (mobile version) - the effect may be such that they will be too big throws when encryption and router just starts choke or restart ...

for now:
adding to the system (for me it ubuntu-16.04.1+-x64) libreadline6-dev libreadline-dev solved the problem of compilation - while at the same action utter from time to time ... Complete logs from the compile/build:

Applying ./patches/103-noeucjp.patch using plaintext: 
patching file src/Mayaqua/Internat.c

Applying ./patches/105-nosslv3.patch using plaintext: 
patching file src/Mayaqua/Network.c
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
rm -f 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
rm -f 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
rm -f tmp/objs/vpnserver.o
rm -f tmp/as/vpnserver.a
rm -f bin/vpnserver/vpnserver
rm -f bin/vpnserver/hamcore.se2
rm -f tmp/objs/vpnclient.o
rm -f tmp/as/vpnclient.a
rm -f bin/vpnclient/vpnclient
rm -f bin/vpnclient/hamcore.se2
rm -f tmp/objs/vpnbridge.o
rm -f tmp/as/vpnbridge.a
rm -f bin/vpnbridge/vpnbridge
rm -f bin/vpnbridge/hamcore.se2
rm -f tmp/objs/vpncmd.o
rm -f tmp/as/vpncmd.a
rm -f bin/vpncmd/vpncmd
rm -f bin/vpncmd/hamcore.se2
rm -f tmp/hamcorebuilder
rm -f src/bin/BuiltHamcoreFiles/unix/hamcore.se2
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Encrypt.c -o tmp/objs/Mayaqua/Encrypt.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/FileIO.c -o tmp/objs/Mayaqua/FileIO.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Internat.c -o tmp/objs/Mayaqua/Internat.o
src/Mayaqua/Internat.c: In function 'AnsiGetLineUnix':
src/Mayaqua/Internat.c:2691:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(tmp, sizeof(tmp) - 1, stdin);
   ^
src/Mayaqua/Internat.c:2700:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  fgets(str, (int)(size - 1), stdin);
  ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Kernel.c -o tmp/objs/Mayaqua/Kernel.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Mayaqua.c -o tmp/objs/Mayaqua/Mayaqua.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Memory.c -o tmp/objs/Mayaqua/Memory.o
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Memory.c:124:
src/Mayaqua/Memory.c: In function 'HashListKeyToPointer':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Mayaqua/Memory.c:240:7: note: in expansion of macro 'POINTER_TO_KEY'
   if (POINTER_TO_KEY(p) == key)
       ^
src/Mayaqua/Memory.c: In function 'CrashNow':
src/Mayaqua/Memory.c:642:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   UCHAR *c = (UCHAR *)r;
              ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Memory.c:124:
src/Mayaqua/Memory.c: In function 'ListKeyToPointer':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Mayaqua/Memory.c:1695:7: note: in expansion of macro 'POINTER_TO_KEY'
   if (POINTER_TO_KEY(p) == key)
       ^
src/Mayaqua/Memory.c: In function 'GetMemSize':
./src/Mayaqua/MayaType.h:234:92: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                                            ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4029:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'ReAlloc':
./src/Mayaqua/MayaType.h:234:92: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                                            ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4046:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'Free':
./src/Mayaqua/MayaType.h:234:92: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                                            ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4103:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Microsoft.c -o tmp/objs/Mayaqua/Microsoft.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Network.c -o tmp/objs/Mayaqua/Network.o
src/Mayaqua/Network.c: In function 'NewCancelSpecial':
src/Mayaqua/Network.c:11355:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  c->pipe_read = (int)hEvent;
                 ^
src/Mayaqua/Network.c: In function 'UnixWritePipe':
src/Mayaqua/Network.c:9327:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(pipe_write, &c, 1);
  ^
src/Mayaqua/Network.c: In function 'UnixNewPipe':
src/Mayaqua/Network.c:9342:2: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
  pipe(fd);
  ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Object.c -o tmp/objs/Mayaqua/Object.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/OS.c -o tmp/objs/Mayaqua/OS.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Pack.c -o tmp/objs/Mayaqua/Pack.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Secure.c -o tmp/objs/Mayaqua/Secure.o
src/Mayaqua/Secure.c: In function 'SignSecByObject':
src/Mayaqua/Secure.c:427:66: warning: passing argument 5 of 'sec->Api->C_Sign' from incompatible pointer type [-Wincompatible-pointer-types]
  ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size);
                                                                  ^
src/Mayaqua/Secure.c:427:66: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecKey':
src/Mayaqua/Secure.c:586:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:586:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecCert':
src/Mayaqua/Secure.c:792:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:792:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'EnumSecObject':
src/Mayaqua/Secure.c:1298:46: warning: passing argument 2 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                              ^
src/Mayaqua/Secure.c:1298:46: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1298:93: warning: passing argument 4 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                                                                             ^
src/Mayaqua/Secure.c:1298:93: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecData':
src/Mayaqua/Secure.c:1419:76: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object) != CKR_OK)
                                                                            ^
src/Mayaqua/Secure.c:1419:76: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSecSession':
src/Mayaqua/Secure.c:1722:52: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
   CKF_RW_SESSION | CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                                    ^
src/Mayaqua/Secure.c:1722:52: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1727:36: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
    CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1727:36: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSec':
src/Mayaqua/Secure.c:1815:49: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((err = sec->Api->C_GetSlotList(true, NULL, &sec->NumSlot)) != CKR_OK || sec->NumSlot == 0)
                                                 ^
src/Mayaqua/Secure.c:1815:49: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1825:36: warning: passing argument 2 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1825:36: note: expected 'CK_SLOT_ID_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1825:53: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                                     ^
src/Mayaqua/Secure.c:1825:53: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Str.c -o tmp/objs/Mayaqua/Str.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Table.c -o tmp/objs/Mayaqua/Table.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/TcpIp.c -o tmp/objs/Mayaqua/TcpIp.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tick64.c -o tmp/objs/Mayaqua/Tick64.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tracking.c -o tmp/objs/Mayaqua/Tracking.o
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'PrintObjectInfo':
./src/Mayaqua/MayaType.h:236:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                                  ^
src/Mayaqua/Tracking.c:256:19: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, UINT64_TO_POINTER(o->Address), o->Size, tmp);
                   ^
src/Mayaqua/Tracking.c: In function 'PrintObjectList':
./src/Mayaqua/MayaType.h:236:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                                  ^
src/Mayaqua/Tracking.c:322:24: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, tmp, UINT64_TO_POINTER(o->Address), o->Size, o->FileName, o->LineNumber);
                        ^
src/Mayaqua/Tracking.c: In function 'TrackDeleteObj':
src/Mayaqua/Tracking.c:543:12: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'void *' [-Wformat=]
     printf("TrackDeleteObj: 0x%x is not Object!!\n", (void *)addr);
            ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'GetCallStackStr':
./src/Mayaqua/MayaType.h:236:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                                  ^
src/Mayaqua/Tracking.c:878:42: note: in expansion of macro 'UINT64_TO_POINTER'
     Format(tmp, sizeof(tmp), "0x%p ---", UINT64_TO_POINTER(s->offset));
                                          ^
./src/Mayaqua/MayaType.h:236:82: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                                  ^
src/Mayaqua/Tracking.c:883:34: note: in expansion of macro 'UINT64_TO_POINTER'
      (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp));
                                  ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Unix.c -o tmp/objs/Mayaqua/Unix.o
src/Mayaqua/Unix.c: In function 'UnixIgnoreSignalForThread':
src/Mayaqua/Unix.c:337:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sa.sa_sigaction = signal_received_for_ignore;
                  ^
src/Mayaqua/Unix.c: In function 'UnixExec':
src/Mayaqua/Unix.c:483:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(tmp, sizeof(tmp), fp);
   ^
src/Mayaqua/Unix.c: In function 'UnixInitSolarisSleep':
src/Mayaqua/Unix.c:519:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  read(solaris_sleep_p1, tmp, sizeof(tmp));
  ^
src/Mayaqua/Unix.c: In function 'UnixGetCurrentDir':
src/Mayaqua/Unix.c:851:2: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  getcwd(dir, size);
  ^
src/Mayaqua/Unix.c: In function 'UnixSetHighPriority':
src/Mayaqua/Unix.c:996:3: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
   nice(-20);
   ^
src/Mayaqua/Unix.c: In function 'UnixRestorePriority':
src/Mayaqua/Unix.c:1009:3: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result]
   nice(20);
   ^
src/Mayaqua/Unix.c: In function 'UnixStopService':
src/Mayaqua/Unix.c:2585:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
    system(tmp);
    ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Win32.c -o tmp/objs/Mayaqua/Win32.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Account.c -o tmp/objs/Cedar/Account.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Admin.c -o tmp/objs/Cedar/Admin.o
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Admin.c:116:
src/Cedar/Admin.c: In function 'StEnumCrl':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Admin.c:2587:24: note: in expansion of macro 'POINTER_TO_KEY'
      t->Items[i].Key = POINTER_TO_KEY(crl);
                        ^
src/Cedar/Admin.c: In function 'SiEnumIpTable':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Admin.c:3880:13: note: in expansion of macro 'POINTER_TO_KEY'
    e->Key = POINTER_TO_KEY(table);
             ^
src/Cedar/Admin.c: In function 'SiEnumMacTable':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Admin.c:4053:13: note: in expansion of macro 'POINTER_TO_KEY'
    e->Key = POINTER_TO_KEY(mac);
             ^
src/Cedar/Admin.c: In function 'StEnumCa':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Admin.c:6709:14: note: in expansion of macro 'POINTER_TO_KEY'
     e->Key = POINTER_TO_KEY(x);
              ^
src/Cedar/Admin.c: In function 'StEnumFarmMember':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Admin.c:8464:12: note: in expansion of macro 'POINTER_TO_KEY'
    e->Id = POINTER_TO_KEY(f);
            ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureClient.c -o tmp/objs/Cedar/AzureClient.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureServer.c -o tmp/objs/Cedar/AzureServer.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Bridge.c -o tmp/objs/Cedar/Bridge.o
In file included from src/Cedar/Bridge.c:130:0:
src/Cedar/BridgeUnix.c: In function 'CloseEth':
src/Cedar/BridgeUnix.c:1571:3: warning: implicit declaration of function 'FreeTap' [-Wimplicit-function-declaration]
   FreeTap(e->Tap);
   ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeUnix.c -o tmp/objs/Cedar/BridgeUnix.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeWin32.c -o tmp/objs/Cedar/BridgeWin32.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Cedar.c -o tmp/objs/Cedar/Cedar.o
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Cedar.c:115:
src/Cedar/Cedar.c: In function 'DeleteCa':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Cedar.c:816:8: note: in expansion of macro 'POINTER_TO_KEY'
    if (POINTER_TO_KEY(x) == ptr)
        ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CedarPch.c -o tmp/objs/Cedar/CedarPch.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Client.c -o tmp/objs/Cedar/Client.o
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Client.c:116:
src/Cedar/Client.c: In function 'CtGetCa':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Client.c:8780:8: note: in expansion of macro 'POINTER_TO_KEY'
    if (POINTER_TO_KEY(x) == get->Key)
        ^
src/Cedar/Client.c: In function 'CtEnumCa':
./src/Mayaqua/MayaType.h:230:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_KEY(p)  ((sizeof(void *) == sizeof(UINT)) ? (UINT)(p) : HashPtrToUINT(p))
                                                                ^
src/Cedar/Client.c:8872:23: note: in expansion of macro 'POINTER_TO_KEY'
    e->Items[i]->Key = POINTER_TO_KEY(x);
                       ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CM.c -o tmp/objs/Cedar/CM.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Command.c -o tmp/objs/Cedar/Command.o
src/Cedar/Command.c: In function 'CheckThread1':
src/Cedar/Command.c:411:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   InputToNull((void *)check_thread_global_1);
               ^
src/Cedar/Command.c: In function 'CheckMemory':
src/Cedar/Command.c:698:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    InputToNull((void *)(UINT)(((UCHAR *)pp[i])[j] = j % 256));
                ^
src/Cedar/Command.c: In function 'StrToPortList':
src/Cedar/Command.c:7296:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   if (IsInList(o, (void *)n))
                   ^
src/Cedar/Command.c:7302:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   Add(o, (void *)n);
          ^
src/Cedar/Command.c: In function 'PsClusterSettingMember':
src/Cedar/Command.c:7379:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    t.Ports[i] = (UINT)LIST_DATA(ports, i);
                 ^
src/Cedar/Command.c: In function 'CmdEvalHostAndPort':
src/Cedar/Command.c:7451:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  ret = ParseHostPort(tmp, NULL, NULL, (UINT)param);
                                       ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Connection.c -o tmp/objs/Cedar/Connection.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Console.c -o tmp/objs/Cedar/Console.o
src/Cedar/Console.c: In function 'PasswordPrompt':
src/Cedar/Console.c:2051:8: warning: implicit declaration of function 'getch' [-Wimplicit-function-declaration]
    c = getch();
        ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Database.c -o tmp/objs/Cedar/Database.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/DDNS.c -o tmp/objs/Cedar/DDNS.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EM.c -o tmp/objs/Cedar/EM.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EtherLog.c -o tmp/objs/Cedar/EtherLog.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Hub.c -o tmp/objs/Cedar/Hub.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_OpenVPN.c -o tmp/objs/Cedar/Interop_OpenVPN.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_SSTP.c -o tmp/objs/Cedar/Interop_SSTP.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec.c -o tmp/objs/Cedar/IPsec.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_EtherIP.c -o tmp/objs/Cedar/IPsec_EtherIP.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IKE.c -o tmp/objs/Cedar/IPsec_IKE.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IkePacket.c -o tmp/objs/Cedar/IPsec_IkePacket.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IPC.c -o tmp/objs/Cedar/IPsec_IPC.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_L2TP.c -o tmp/objs/Cedar/IPsec_L2TP.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_PPP.c -o tmp/objs/Cedar/IPsec_PPP.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_Win7.c -o tmp/objs/Cedar/IPsec_Win7.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Layer3.c -o tmp/objs/Cedar/Layer3.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Link.c -o tmp/objs/Cedar/Link.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Listener.c -o tmp/objs/Cedar/Listener.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Logging.c -o tmp/objs/Cedar/Logging.o
src/Cedar/Logging.c: In function 'MakeLogFileNameStringFromTick':
src/Cedar/Logging.c:2435:23: warning: zero-length gnu_printf format string [-Wformat-zero-length]
   snprintf(str, size, "");
                       ^
src/Cedar/Logging.c:2435:23: warning: zero-length gnu_printf format string [-Wformat-zero-length]
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Nat.c -o tmp/objs/Cedar/Nat.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NativeStack.c -o tmp/objs/Cedar/NativeStack.o
src/Cedar/NativeStack.c: In function 'StartAddIpTablesEntryForNativeStack':
src/Cedar/NativeStack.c:603:6: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
      system(cmdline);
      ^
src/Cedar/NativeStack.c:619:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
     system(cmdline);
     ^
src/Cedar/NativeStack.c: In function 'MaintainAddIpTablesEntryForNativeStack':
src/Cedar/NativeStack.c:672:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
    system(cmdline);
    ^
src/Cedar/NativeStack.c: In function 'EndAddIpTablesEntryForNativeStack':
src/Cedar/NativeStack.c:716:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
     system(cmdline);
     ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NM.c -o tmp/objs/Cedar/NM.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NullLan.c -o tmp/objs/Cedar/NullLan.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Protocol.c -o tmp/objs/Cedar/Protocol.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Radius.c -o tmp/objs/Cedar/Radius.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Remote.c -o tmp/objs/Cedar/Remote.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Sam.c -o tmp/objs/Cedar/Sam.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureInfo.c -o tmp/objs/Cedar/SecureInfo.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureNAT.c -o tmp/objs/Cedar/SecureNAT.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SeLowUser.c -o tmp/objs/Cedar/SeLowUser.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Server.c -o tmp/objs/Cedar/Server.o
src/Cedar/Server.c: In function 'SiRebootServerThread':
src/Cedar/Server.c:6828:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  StStartServer((bool)param);
                ^
In file included from ./src/Mayaqua/Mayaqua.h:367:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Server.c:114:
src/Cedar/Server.c: In function 'SiRebootServerEx':
src/Cedar/Server.c:6842:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  t = NewThread(SiRebootServerThread, (void *)bridge);
                                      ^
./src/Mayaqua/Kernel.h:176:70: note: in definition of macro 'NewThread'
 #define NewThread(thread_proc, param) NewThreadNamed((thread_proc), (param), (#thread_proc))
                                                                      ^
src/Cedar/Server.c: In function 'SiCalledDeleteIpTable':
src/Cedar/Server.c:7763:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   if (IsInList(h->IpTable, (void *)key))
                            ^
src/Cedar/Server.c:7765:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    IP_TABLE_ENTRY *e = (IP_TABLE_ENTRY *)key;
                        ^
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Session.c -o tmp/objs/Cedar/Session.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SM.c -o tmp/objs/Cedar/SM.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SW.c -o tmp/objs/Cedar/SW.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UdpAccel.c -o tmp/objs/Cedar/UdpAccel.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UT.c -o tmp/objs/Cedar/UT.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VG.c -o tmp/objs/Cedar/VG.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Virtual.c -o tmp/objs/Cedar/Virtual.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLan.c -o tmp/objs/Cedar/VLan.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanUnix.c -o tmp/objs/Cedar/VLanUnix.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanWin32.c -o tmp/objs/Cedar/VLanWin32.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WaterMark.c -o tmp/objs/Cedar/WaterMark.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WebUI.c -o tmp/objs/Cedar/WebUI.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WinUi.c -o tmp/objs/Cedar/WinUi.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Wpc.c -o tmp/objs/Cedar/Wpc.o
cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char 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 -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o tmp/hamcorebuilder
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: 1881 -> 737
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: 58932 -> 13758
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/languages_wine.txt: 260 -> 223
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: 559499 -> 150119
src/bin/hamcore/strtable_en.stb: 642425 -> 146367
src/bin/hamcore/strtable_ja.stb: 803751 -> 155743
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: 30804 -> 11081
src/bin/hamcore/warning_en.txt: 36297 -> 11407
src/bin/hamcore/warning_ja.txt: 50698 -> 13122
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: 1270
backup_dir_readme.txt: offset: 2007
empty.config: offset: 2137
empty_sevpnclient.config: offset: 2179
eula.txt: offset: 3045
install_src.dat: offset: 16803
lang.config: offset: 16824
languages.txt: offset: 17233
languages_wine.txt: offset: 17579
legal.txt: offset: 17802
openvpn_readme.pdf: offset: 29733
openvpn_readme.txt: offset: 508862
openvpn_sample.ovpn: offset: 513943
root_certs.dat: offset: 515689
SOURCES_OF_BINARY_FILES.TXT: offset: 790949
strtable_cn.stb: offset: 793180
strtable_en.stb: offset: 943299
strtable_ja.stb: offset: 1089666
vpnweb_sample_cn.htm: offset: 1245409
vpnweb_sample_en.htm: offset: 1246987
vpnweb_sample_ja.htm: offset: 1248565
warning_cn.txt: offset: 1250543
warning_en.txt: offset: 1261624
warning_ja.txt: offset: 1273031
webui\cryptcom.cgi: offset: 1286153
webui\edituser.cgi: offset: 1287018
webui\error.cgi: offset: 1287741
webui\hub.cgi: offset: 1287984
webui\license.cgi: offset: 1288877
webui\listener.cgi: offset: 1289772
webui\localbridge.cgi: offset: 1290100
webui\login.cgi: offset: 1291018
webui\newhub.cgi: offset: 1291517
webui\redirect.cgi: offset: 1291990
webui\securenat.cgi: offset: 1292167
webui\server.cgi: offset: 1293292
webui\session.cgi: offset: 1294252
webui\user.cgi: offset: 1294798
webui\webui.css: offset: 1295331
Writing src/bin/BuiltHamcoreFiles/unix/hamcore.se2...

Done.
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
rm -f 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
rm -f 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
rm -f tmp/objs/vpnserver.o
rm -f tmp/as/vpnserver.a
rm -f bin/vpnserver/vpnserver
rm -f bin/vpnserver/hamcore.se2
rm -f tmp/objs/vpnclient.o
rm -f tmp/as/vpnclient.a
rm -f bin/vpnclient/vpnclient
rm -f bin/vpnclient/hamcore.se2
rm -f tmp/objs/vpnbridge.o
rm -f tmp/as/vpnbridge.a
rm -f bin/vpnbridge/vpnbridge
rm -f bin/vpnbridge/hamcore.se2
rm -f tmp/objs/vpncmd.o
rm -f tmp/as/vpncmd.a
rm -f bin/vpncmd/vpncmd
rm -f bin/vpncmd/hamcore.se2
rm -f tmp/hamcorebuilder
rm -f src/bin/BuiltHamcoreFiles/unix/hamcore.se2
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
total 1276
drwxr-xr-x 2 sj sj    4096 Dec  7 15:34 .
drwxr-xr-x 3 sj sj    4096 Dec  7 15:34 ..
-rw------- 1 sj sj 1295369 Dec  8  2016 hamcore.se2
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Cfg.c:125:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Encrypt.c -o tmp/objs/Mayaqua/Encrypt.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Encrypt.c:146:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/FileIO.c -o tmp/objs/Mayaqua/FileIO.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/FileIO.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Internat.c -o tmp/objs/Mayaqua/Internat.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Internat.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Kernel.c -o tmp/objs/Mayaqua/Kernel.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Kernel.c:125:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Mayaqua.c -o tmp/objs/Mayaqua/Mayaqua.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Mayaqua.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Memory.c -o tmp/objs/Mayaqua/Memory.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Memory.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Memory.c:124:
src/Mayaqua/Memory.c: In function 'GetMemSize':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4029:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'ReAlloc':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4046:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'Free':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4103:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Microsoft.c -o tmp/objs/Mayaqua/Microsoft.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Network.c -o tmp/objs/Mayaqua/Network.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Network.c:154:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Object.c -o tmp/objs/Mayaqua/Object.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Object.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/OS.c -o tmp/objs/Mayaqua/OS.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/OS.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Pack.c -o tmp/objs/Mayaqua/Pack.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Pack.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Secure.c -o tmp/objs/Mayaqua/Secure.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Secure.c:141:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/Secure.c: In function 'SignSecByObject':
src/Mayaqua/Secure.c:427:66: warning: passing argument 5 of 'sec->Api->C_Sign' from incompatible pointer type [-Wincompatible-pointer-types]
  ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size);
                                                                  ^
src/Mayaqua/Secure.c:427:66: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecKey':
src/Mayaqua/Secure.c:586:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:586:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecCert':
src/Mayaqua/Secure.c:792:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:792:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'EnumSecObject':
src/Mayaqua/Secure.c:1298:46: warning: passing argument 2 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                              ^
src/Mayaqua/Secure.c:1298:46: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1298:93: warning: passing argument 4 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                                                                             ^
src/Mayaqua/Secure.c:1298:93: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecData':
src/Mayaqua/Secure.c:1419:76: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object) != CKR_OK)
                                                                            ^
src/Mayaqua/Secure.c:1419:76: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSecSession':
src/Mayaqua/Secure.c:1722:52: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
   CKF_RW_SESSION | CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                                    ^
src/Mayaqua/Secure.c:1722:52: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1727:36: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
    CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1727:36: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSec':
src/Mayaqua/Secure.c:1815:49: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((err = sec->Api->C_GetSlotList(true, NULL, &sec->NumSlot)) != CKR_OK || sec->NumSlot == 0)
                                                 ^
src/Mayaqua/Secure.c:1815:49: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1825:36: warning: passing argument 2 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1825:36: note: expected 'CK_SLOT_ID_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1825:53: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                                     ^
src/Mayaqua/Secure.c:1825:53: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Str.c -o tmp/objs/Mayaqua/Str.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Str.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Table.c -o tmp/objs/Mayaqua/Table.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Table.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/TcpIp.c -o tmp/objs/Mayaqua/TcpIp.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/TcpIp.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/TcpIp.c: In function 'ParsePacketIPv6Header':
src/Mayaqua/TcpIp.c:2495:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   info->TotalHeaderSize = (UINT)((UINT64)(info->Payload) - (UINT64)(info->IPv6Header));
                                  ^
src/Mayaqua/TcpIp.c:2495:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   info->TotalHeaderSize = (UINT)((UINT64)(info->Payload) - (UINT64)(info->IPv6Header));
                                                            ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tick64.c -o tmp/objs/Mayaqua/Tick64.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Tick64.c:128:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tracking.c -o tmp/objs/Mayaqua/Tracking.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Tracking.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'PrintObjectInfo':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:256:19: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, UINT64_TO_POINTER(o->Address), o->Size, tmp);
                   ^
src/Mayaqua/Tracking.c: In function 'PrintObjectList':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:322:24: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, tmp, UINT64_TO_POINTER(o->Address), o->Size, o->FileName, o->LineNumber);
                        ^
src/Mayaqua/Tracking.c: In function 'TrackDeleteObj':
src/Mayaqua/Tracking.c:543:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     printf("TrackDeleteObj: 0x%x is not Object!!\n", (void *)addr);
                                                      ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'GetCallStackStr':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:878:42: note: in expansion of macro 'UINT64_TO_POINTER'
     Format(tmp, sizeof(tmp), "0x%p ---", UINT64_TO_POINTER(s->offset));
                                          ^
src/Mayaqua/Tracking.c:883:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp));
      ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:883:34: note: in expansion of macro 'UINT64_TO_POINTER'
      (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp));
                                  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Unix.c -o tmp/objs/Mayaqua/Unix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Unix.c:128:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/Unix.c: In function 'UnixIgnoreSignalForThread':
src/Mayaqua/Unix.c:337:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sa.sa_sigaction = signal_received_for_ignore;
                  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Win32.c -o tmp/objs/Mayaqua/Win32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Account.c -o tmp/objs/Cedar/Account.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Account.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Admin.c -o tmp/objs/Cedar/Admin.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Admin.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureClient.c -o tmp/objs/Cedar/AzureClient.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/AzureClient.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureServer.c -o tmp/objs/Cedar/AzureServer.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/AzureServer.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Bridge.c -o tmp/objs/Cedar/Bridge.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/BridgeUnix.c:127,
                 from src/Cedar/Bridge.c:130:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from src/Cedar/Bridge.c:130:0:
src/Cedar/BridgeUnix.c: In function 'CloseEth':
src/Cedar/BridgeUnix.c:1571:3: warning: implicit declaration of function 'FreeTap' [-Wimplicit-function-declaration]
   FreeTap(e->Tap);
   ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeUnix.c -o tmp/objs/Cedar/BridgeUnix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeWin32.c -o tmp/objs/Cedar/BridgeWin32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Cedar.c -o tmp/objs/Cedar/Cedar.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Cedar.c:115:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CedarPch.c -o tmp/objs/Cedar/CedarPch.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/CedarPch.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Client.c -o tmp/objs/Cedar/Client.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Client.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CM.c -o tmp/objs/Cedar/CM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Command.c -o tmp/objs/Cedar/Command.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Command.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Connection.c -o tmp/objs/Cedar/Connection.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Connection.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Console.c -o tmp/objs/Cedar/Console.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Console.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Console.c: In function 'PasswordPrompt':
src/Cedar/Console.c:2051:8: warning: implicit declaration of function 'getch' [-Wimplicit-function-declaration]
    c = getch();
        ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Database.c -o tmp/objs/Cedar/Database.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Database.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/DDNS.c -o tmp/objs/Cedar/DDNS.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/DDNS.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EM.c -o tmp/objs/Cedar/EM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EtherLog.c -o tmp/objs/Cedar/EtherLog.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/EtherLog.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Hub.c -o tmp/objs/Cedar/Hub.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Hub.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Hub.c: In function 'CmpAccessList':
src/Cedar/Hub.c:3333:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 size64 = ((UINT64)(&a1->UniqueId) - (UINT64)(&a1->Active));
                    ^
src/Cedar/Hub.c:3333:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 size64 = ((UINT64)(&a1->UniqueId) - (UINT64)(&a1->Active));
                                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_OpenVPN.c -o tmp/objs/Cedar/Interop_OpenVPN.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Interop_OpenVPN.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_SSTP.c -o tmp/objs/Cedar/Interop_SSTP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Interop_SSTP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec.c -o tmp/objs/Cedar/IPsec.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_EtherIP.c -o tmp/objs/Cedar/IPsec_EtherIP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_EtherIP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IKE.c -o tmp/objs/Cedar/IPsec_IKE.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IKE.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IkePacket.c -o tmp/objs/Cedar/IPsec_IkePacket.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IkePacket.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IPC.c -o tmp/objs/Cedar/IPsec_IPC.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IPC.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/IPsec_IPC.c: In function 'ParseAndExtractMsChapV2InfoFromPassword':
src/Cedar/IPsec_IPC.c:156:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    d->MsChapV2_EapClient = (EAP_CLIENT *)eap_client_ptr;
                            ^
src/Cedar/IPsec_IPC.c: In function 'NewIPC':
src/Cedar/IPsec_IPC.c:444:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 ptr = (UINT64)eap_client;
                ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_L2TP.c -o tmp/objs/Cedar/IPsec_L2TP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_L2TP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_PPP.c -o tmp/objs/Cedar/IPsec_PPP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_PPP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/IPsec_PPP.c: In function 'PPPProcessRequestPacket':
src/Cedar/IPsec_PPP.c:975:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      UINT64 eap_client_ptr = (UINT64)p->EapClient;
                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_Win7.c -o tmp/objs/Cedar/IPsec_Win7.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Layer3.c -o tmp/objs/Cedar/Layer3.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Layer3.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Link.c -o tmp/objs/Cedar/Link.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Link.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Listener.c -o tmp/objs/Cedar/Listener.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Listener.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Logging.c -o tmp/objs/Cedar/Logging.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Logging.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Nat.c -o tmp/objs/Cedar/Nat.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Nat.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NativeStack.c -o tmp/objs/Cedar/NativeStack.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/NativeStack.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NM.c -o tmp/objs/Cedar/NM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NullLan.c -o tmp/objs/Cedar/NullLan.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/NullLan.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Protocol.c -o tmp/objs/Cedar/Protocol.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Protocol.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Protocol.c: In function 'ServerAccept':
src/Cedar/Protocol.c:1684:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      release_me_eap_client = (EAP_CLIENT *)ptr;
                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Radius.c -o tmp/objs/Cedar/Radius.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Radius.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Remote.c -o tmp/objs/Cedar/Remote.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Remote.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Sam.c -o tmp/objs/Cedar/Sam.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Sam.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureInfo.c -o tmp/objs/Cedar/SecureInfo.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/SecureInfo.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureNAT.c -o tmp/objs/Cedar/SecureNAT.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/SecureNAT.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SeLowUser.c -o tmp/objs/Cedar/SeLowUser.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Server.c -o tmp/objs/Cedar/Server.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Server.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Server.c: In function 'SiGetNextFarmMember':
src/Cedar/Server.c:7187:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     PackAddInt64Ex(p, "Key", (UINT64)f, i, num);
                              ^
src/Cedar/Server.c:7266:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    FARM_MEMBER *f = (FARM_MEMBER *)ret_key;
                     ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Session.c -o tmp/objs/Cedar/Session.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Session.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SM.c -o tmp/objs/Cedar/SM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SW.c -o tmp/objs/Cedar/SW.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UdpAccel.c -o tmp/objs/Cedar/UdpAccel.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/UdpAccel.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UT.c -o tmp/objs/Cedar/UT.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VG.c -o tmp/objs/Cedar/VG.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/VG.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Virtual.c -o tmp/objs/Cedar/Virtual.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Virtual.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLan.c -o tmp/objs/Cedar/VLan.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/VLanUnix.c:127,
                 from src/Cedar/VLan.c:130:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanUnix.c -o tmp/objs/Cedar/VLanUnix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanWin32.c -o tmp/objs/Cedar/VLanWin32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WaterMark.c -o tmp/objs/Cedar/WaterMark.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/WaterMark.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WebUI.c -o tmp/objs/Cedar/WebUI.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/WebUI.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WinUi.c -o tmp/objs/Cedar/WinUi.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Wpc.c -o tmp/objs/Cedar/Wpc.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Wpc.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpnserver/vpnserver.c -o tmp/objs/vpnserver.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpnserver/vpnserver.c:134:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpnserver.a
ranlib tmp/as/vpnserver.a
make[4]: Warning: File 'src/bin/BuiltHamcoreFiles/unix/hamcore.se2' has modification time 86346 s in the future
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char 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 -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o tmp/hamcorebuilder
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/hamcorebuilder/hamcorebuilder.c:131:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnserver/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpnserver.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpnserver/vpnserver
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpnclient/vpncsvc.c -o tmp/objs/vpnclient.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpnclient/vpncsvc.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpnclient.a
ranlib tmp/as/vpnclient.a
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnclient/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpnclient.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpnclient/vpnclient
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpnbridge/vpnbridge.c -o tmp/objs/vpnbridge.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpnbridge/vpnbridge.c:134:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpnbridge.a
ranlib tmp/as/vpnbridge.a
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnbridge/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpnbridge.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpnbridge/vpnbridge
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpncmd/vpncmd.c -o tmp/objs/vpncmd.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpncmd/vpncmd.c:131:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpncmd.a
ranlib tmp/as/vpncmd.a
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpncmd/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpncmd.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpncmd/vpncmd
make[4]: warning:  Clock skew detected.  Your build may be incomplete.
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613'
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpncmd: executable
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpnbridge: executable
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpnserver: executable
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpnclient: executable
Packaged contents of /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.21-9613/ipkg-powerpc_464fp/softethervpn into /home/sj/Pulpit/Projekty/WNDR4700/LEDE/bin/packages/powerpc_464fp/packages/softethervpn_4.21-9613-1_powerpc_464fp.ipk

Question:

make[4]: warning:  Clock skew detected.  Your build may be incomplete.

???

See https://github.com/el1n/OpenWRT-package-softether/issues/9, it is needed both on build host and toolchain, no issues whatsoever on ramips (tested).

Buildbot fails in build, too:
http://downloads.lede-project.org/snapshots/faillogs/mips64el_mips64/packages/softethervpn/compile.txt

In file included from src/Mayaqua/Cfg.c:125:0:
./src/Mayaqua/Mayaqua.h:285:31: fatal error: readline/readline.h: No such file or directory
 #include <readline/readline.h>
                               ^
compilation terminated.
Makefile:64: recipe for target 'tmp/objs/Mayaqua/Cfg.o' failed
make[4]: *** [tmp/objs/Mayaqua/Cfg.o] Error 1

@hnyman - solved problem https://github.com/openwrt/packages/issues/3629#issuecomment-265477532 ( "for now:" ) .
However, it seems to me that this is not the correct approach to the problem and ultimately can be problems with operating the application ...

Question:

make[4]: warning: Clock skew detected. Your build may be incomplete.
???

Never noticed, but from http://stackoverflow.com/questions/3824500/compiling-c-on-remote-linux-machine-clock-skew-detected-warning

That message is usually an indication that some of the files have modification times later than the current system time. Since make decides which files to compile when performing an incremental build by checking if a source files has been modified more recently than its object file, this situation can cause unnecessary files to be built, or worse, necessary files to not be built.

However, if you are building from scratch (not doing an incremental build) you can likely ignore this warning without consequence.

It could make sense because in the makefile I change on purpose the modification date in future of the generated resource hamcore archive (hamcore.se2 file) through the host compiled hamcorebuild tool in order to avoid cross-compiling the same hamcorebuild tool (it must run on host). I will test the .ipk generated if it works we can forget about the warning.

@fededim
yes I know ... but not in every case, you can ignore it.
Overall, in my humble opinion, PPC will not work with such a compilation (probably incomplete as the show logs and based on inadequate .h files).

solved problem https://github.com/openwrt/packages/issues/3629#issuecomment-265477532 ( "for new:" ) - However, it seems to me that this is not the correct approach to the problem and ultimately can be problems with operating the application ...

Well, manually installing something to the buildhost is not a real solution. The package should define its host build dependencies etc. in Makefile, so that all necessary tools are present for the compilation.

Several packages define libreadline both as PKG_BUILD_DEPENDS and as DEPENDS. E.g.
https://github.com/openwrt/packages/blob/master/net/atftp/Makefile
https://github.com/openwrt/packages/blob/master/libs/sqlite3/Makefile

Something like that might be the actual solution.

Well I believed that PKG_BUILD_DEPENDS configured packages only on toolchain, but not also on the build host. I can add PKG_BUILD_DEPENDS if we want to try but I do believe that without libreadline on buildhost it won't compile.

@hnyman
Makefile:

(...)
 DEPENDS:=+libpthread +librt +libreadline +libopenssl +libncurses +kmod-tun +zlib $(ICONV_DEPENDS)
(...)

... after already.

Ehm I did not understand...what after already ?!?

+libreadline (sorry - use google translator)
My opinion require "host-compile".
Library hamcore.se2 must by all compile to toolchain.

  • Because in PR, I wrote that a long time expected until someone takes this difficult task and adapts to Openwrt/Lede - to the end ...

Well take your time and tell me more precisely what you would like to change in the Makefile

I can add PKG_BUILD_DEPENDS if we want to try but I do believe that without libreadline on buildhost it won't compile.

There is also HOST_BUILD_DEPENDS but I am not sure if that would work as you have avoided having a host build section in Makefile. You likely need to juggle around a bit and test how to get the needed library installed to the host. Might be that you need to create a new rather empty host build section just to get the libreadline installed into host before the actual build.
https://wiki.openwrt.org/doc/devel/packages#host_tools_required

(hopefully somebody more experienced with host tools can provide a definite answer)

@build000
Plain +libreadline in DEPENDS is not enough...
EDIT: oh, you edited your answer to be more sensible while I was writing this.

@build000
Plain +libreadline in DEPENDS is not enough...

Why ?

Plain +libreadline in DEPENDS is not enough...

Why ?

Based on your own comment:

libreadline-dev must be installed on build machine because softether compiles (before crosscompiling) an archiver tool called hamcorebuilder which needs it.

If you really need libreadline on the build host then I think that you need something more than DEPENDS, which is just about having the cross-compiled library package available in the final firmware.

Well it is enough if libreadline is installed on build server

Well it is enough if libreadline is installed on build server

But that is just the point: libreadline is not a prerequisite for Openwrt & LEDE, and it is not installed e.g. in the buildbots. So, the package Makefile needs to make sure that the host version of it gets built and gets installed to the host tools used in build.

There is also HOST_BUILD_DEPENDS but I am not sure if that would work as you have avoided having a host build section in Makefile. You likely need to juggle around a bit and test how to get the needed library installed to the host. Might be that you need to create a new rather empty host build section just to get the libreadline installed into host before the actual build.
https://wiki.openwrt.org/doc/devel/packages#host_tools_required

(hopefully somebody more experienced with host tools can provide a definite answer)

Ok so I was right about PKG_BUILD_DEPENDS. Never heard of HOST_BUILD_DEPENDS. Can anyone tell me about any packages using HOST_BUILD_DEPENDS ? Just to get an idea...the examples section in the documentation of Openwrt is missing for this hidden HOST_BUILD_DEPENDS.

Can anyone tell me about any packages using HOST_BUILD_DEPENDS ?

Well, you can use Github search to search for that in this repo...

One example from here: https://github.com/openwrt/packages/blob/265f9595ed5fc57c867e5ef0e4de7bdbed727a98/lang/python-cffi/Makefile
One from Openwrt: https://github.com/openwrt/openwrt/blob/5ce38c486c525b28d9784f83e839537aa0149123/package/utils/bsdiff/Makefile

You might be able to get it done just by adding rather empty host section definitions (like in Wiki) and having libreadline/host as the item.

(The whole make process of this package might actually be simpler (or more clear) if you used the host/compile section for the first step, instead of doing it all in the cross-compile compile section.)

You might be able to get it done just by adding rather empty host section definitions (like in Wiki) and having libreadline/host as the item.

Ok I'll try thanks, maybe someone can also update the wiki

I just tried that in my own build system and got
make[1]: *** No rule to make target 'package/libs/libreadline/host/compile'
So it might not be that easy :-(

And as you use direct make commands in Makefile, you will probably pass the correct library directories etc. in any case.

@jow- & others
any hints for @fededim how to solve this? I am out of my league with host tools

@hnyman - I checked, there currently is no host build of libreadline available. Instead of packaging that I would suggest to patch softethervpn to not require it. I doubt that the host build parts of it actually require readline runtime functionality.

As expected, the libreadline is not actually needed by the hamcorebuilder binary so we can stub it to make the linker happy while avoid the need to actually host-build a full libreadline.

While I checked the Makefile I also took a stab at converting it to use host-build.mk for the hamcore.se2 build phase: https://gist.github.com/jow-/7960548998fec72e4a7df7f06dc872e9

Thanks @jow-
I tested your Makefile and softethervpn compiles ok with it. But I am not using the package, so maybe @fededim and @build000 could test the VPN compiled from https://gist.githubusercontent.com/jow-/7960548998fec72e4a7df7f06dc872e9/raw/5cba0984fe93055c78b2eb448e4bcd4930e1736f/Makefile and then you could commit it to the repo to fix things.

Ok I'll test this makefile, but I'll need some time

Ok I'll test this makefile, but I'll need some time

Have you been able to test jow's Makefile?

Currently the package is broken as it does not compile without extra installations, so it would be great to commit the fix.

@hnyman
Well - first, please do commit and then will test a new solution - such tests outside the main branch is not very reliable - too many variables and possible, mutual implication, etc. to finally acknowledge the commit is "broken" or not.
Anyway, with this application we talk about diametrically return of 180 degrees in terms of methodology to build/complie, so no difference at this time (where the application is still with the status of "broken") or the latest Makefile of @jow- proves once again "broken" or not ...
Among other things, therefore, I refrained so far in testing this application - as I mentioned too many possible variables ... generally at the end of all this "fun" speaking about it to this application will act in accordance with the assumptions of the authors and properly and efficiently on different hardware architectures in The project LEDE, is not it?

I can test it only after xmas, the version I posted did work (I successfully managed to connect to softether through SSTP).

@jow-
Having a buildable version would be great in the light of the possible branching ahead. Currently softethervpn does not compile for any platform by the buildbot build machines. You should maybe commit your version into the repo in any case.

I tested it, but the build does not work. It builds correctly on the host generating the hamcorebuilder binary and the hamcore.se2 archive, but then it exits the compilation without crosscompiling. Any idea why ?

Moreover if I issue a clean and compile command the package won't be even re-prepared ?!?

compile@LupinIII-LINUX:/openwrt$ make package/softethervpn/clean V=s
make[1]: Entering directory /home/compile/openwrt' make[2]: Entering directory/home/compile/openwrt/feeds/packages/net/softethervpn'
rm -f /home/compile/openwrt/bin/ramips/packages/packages/softethervpn_*
rm -f /home/compile/openwrt/staging_dir/target-mipsel_1004kc+dsp_musl-1.1.15/stamp/.softethervpn_installed
rm -f /home/compile/openwrt/staging_dir/target-mipsel_1004kc+dsp_musl-1.1.15/packages/softethervpn.list /home/compile/openwrt/staging_dir/host/packages/softethervpn.list
rm -rf /home/compile/openwrt/build_dir/target-mipsel_1004kc+dsp_musl-1.1.15/v4.21-9613
make[2]: Leaving directory /home/compile/openwrt/feeds/packages/net/softethervpn' make[1]: Leaving directory/home/compile/openwrt'
compile@LupinIII-LINUX:~/openwrt$
compile@LupinIII-LINUX:~/openwrt$
compile@LupinIII-LINUX:~/openwrt$ make package/softethervpn/compile V=s
make[1]: Entering directory /home/compile/openwrt' make[2]: Entering directory/home/compile/openwrt/feeds/packages/net/softethervpn'
make[2]: Leaving directory `/home/compile/openwrt/feeds/packages/net/softethervpn'

False alarm :) The compilation was fine, I was stopping it just after I saw it entering and exiting immediately the softether build directory. If you make the compilation continue, it goes back again to softether folder later and compiles everything (does anybody know why ?). Anyway I made a new PR #3718 and updated also softether to latest version.

@fededim
last your commit/update ( https://github.com/openwrt/packages/commit/b13e3f8fd27a387b08fce7981b8032e46e3830b7 ) build/compile error
make -j8 BUILD_LOG=1
cat logs/package/feeds/packages/softethervpn/compile.txt:

Applying ./patches/103-noeucjp.patch using plaintext: 
patching file src/Mayaqua/Internat.c
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634'
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Cfg.c:125:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Encrypt.c -o tmp/objs/Mayaqua/Encrypt.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Encrypt.c:146:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/FileIO.c -o tmp/objs/Mayaqua/FileIO.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/FileIO.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Internat.c -o tmp/objs/Mayaqua/Internat.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Internat.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Kernel.c -o tmp/objs/Mayaqua/Kernel.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Kernel.c:125:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Mayaqua.c -o tmp/objs/Mayaqua/Mayaqua.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Mayaqua.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Memory.c -o tmp/objs/Mayaqua/Memory.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Memory.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Memory.c:124:
src/Mayaqua/Memory.c: In function 'GetMemSize':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4029:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'ReAlloc':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4046:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'Free':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4103:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Microsoft.c -o tmp/objs/Mayaqua/Microsoft.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Network.c -o tmp/objs/Mayaqua/Network.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Network.c:154:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/Network.c: In function 'StartSSLEx':
src/Mayaqua/Network.c:13018:38: warning: implicit declaration of function 'SSLv3_method' [-Wimplicit-function-declaration]
     SSL_CTX_set_ssl_version(ssl_ctx, SSLv3_method());
                                      ^
src/Mayaqua/Network.c:13018:38: warning: passing argument 2 of 'SSL_CTX_set_ssl_version' makes pointer from integer without a cast [-Wint-conversion]
In file included from src/Mayaqua/Network.c:143:0:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/target-powerpc_464fp_musl-1.1.15/usr/include/openssl/ssl.h:2346:5: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth);
     ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Object.c -o tmp/objs/Mayaqua/Object.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Object.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/OS.c -o tmp/objs/Mayaqua/OS.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/OS.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Pack.c -o tmp/objs/Mayaqua/Pack.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Pack.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Secure.c -o tmp/objs/Mayaqua/Secure.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Secure.c:141:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/Secure.c: In function 'SignSecByObject':
src/Mayaqua/Secure.c:428:66: warning: passing argument 5 of 'sec->Api->C_Sign' from incompatible pointer type [-Wincompatible-pointer-types]
  ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size);
                                                                  ^
src/Mayaqua/Secure.c:428:66: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:432:67: warning: passing argument 5 of 'sec->Api->C_Sign' from incompatible pointer type [-Wincompatible-pointer-types]
   ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size);
                                                                   ^
src/Mayaqua/Secure.c:432:67: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecKey':
src/Mayaqua/Secure.c:592:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:592:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecCert':
src/Mayaqua/Secure.c:803:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:803:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'EnumSecObject':
src/Mayaqua/Secure.c:1309:46: warning: passing argument 2 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                              ^
src/Mayaqua/Secure.c:1309:46: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1309:93: warning: passing argument 4 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                                                                             ^
src/Mayaqua/Secure.c:1309:93: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecData':
src/Mayaqua/Secure.c:1430:76: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object) != CKR_OK)
                                                                            ^
src/Mayaqua/Secure.c:1430:76: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSecSession':
src/Mayaqua/Secure.c:1733:52: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
   CKF_RW_SESSION | CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                                    ^
src/Mayaqua/Secure.c:1733:52: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1738:36: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
    CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1738:36: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSec':
src/Mayaqua/Secure.c:1826:49: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((err = sec->Api->C_GetSlotList(true, NULL, &sec->NumSlot)) != CKR_OK || sec->NumSlot == 0)
                                                 ^
src/Mayaqua/Secure.c:1826:49: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1836:36: warning: passing argument 2 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1836:36: note: expected 'CK_SLOT_ID_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1836:53: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                                     ^
src/Mayaqua/Secure.c:1836:53: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Str.c -o tmp/objs/Mayaqua/Str.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Str.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Table.c -o tmp/objs/Mayaqua/Table.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Table.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/TcpIp.c -o tmp/objs/Mayaqua/TcpIp.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/TcpIp.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/TcpIp.c: In function 'ParsePacketIPv6Header':
src/Mayaqua/TcpIp.c:2529:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   info->TotalHeaderSize = (UINT)((UINT64)(info->Payload) - (UINT64)(info->IPv6Header));
                                  ^
src/Mayaqua/TcpIp.c:2529:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   info->TotalHeaderSize = (UINT)((UINT64)(info->Payload) - (UINT64)(info->IPv6Header));
                                                            ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tick64.c -o tmp/objs/Mayaqua/Tick64.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Tick64.c:128:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tracking.c -o tmp/objs/Mayaqua/Tracking.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Tracking.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'PrintObjectInfo':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:256:19: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, UINT64_TO_POINTER(o->Address), o->Size, tmp);
                   ^
src/Mayaqua/Tracking.c: In function 'PrintObjectList':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:322:24: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, tmp, UINT64_TO_POINTER(o->Address), o->Size, o->FileName, o->LineNumber);
                        ^
src/Mayaqua/Tracking.c: In function 'TrackDeleteObj':
src/Mayaqua/Tracking.c:543:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     printf("TrackDeleteObj: 0x%x is not Object!!\n", (void *)addr);
                                                      ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'GetCallStackStr':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:878:42: note: in expansion of macro 'UINT64_TO_POINTER'
     Format(tmp, sizeof(tmp), "0x%p ---", UINT64_TO_POINTER(s->offset));
                                          ^
src/Mayaqua/Tracking.c:883:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp));
      ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:883:34: note: in expansion of macro 'UINT64_TO_POINTER'
      (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp));
                                  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Unix.c -o tmp/objs/Mayaqua/Unix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Unix.c:128:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/Unix.c: In function 'UnixIgnoreSignalForThread':
src/Mayaqua/Unix.c:337:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sa.sa_sigaction = signal_received_for_ignore;
                  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Win32.c -o tmp/objs/Mayaqua/Win32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Account.c -o tmp/objs/Cedar/Account.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Account.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Admin.c -o tmp/objs/Cedar/Admin.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Admin.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureClient.c -o tmp/objs/Cedar/AzureClient.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/AzureClient.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureServer.c -o tmp/objs/Cedar/AzureServer.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/AzureServer.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Bridge.c -o tmp/objs/Cedar/Bridge.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/BridgeUnix.c:127,
                 from src/Cedar/Bridge.c:130:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from src/Cedar/Bridge.c:130:0:
src/Cedar/BridgeUnix.c: In function 'CloseEth':
src/Cedar/BridgeUnix.c:1571:3: warning: implicit declaration of function 'FreeTap' [-Wimplicit-function-declaration]
   FreeTap(e->Tap);
   ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeUnix.c -o tmp/objs/Cedar/BridgeUnix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeWin32.c -o tmp/objs/Cedar/BridgeWin32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Cedar.c -o tmp/objs/Cedar/Cedar.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Cedar.c:115:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CedarPch.c -o tmp/objs/Cedar/CedarPch.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/CedarPch.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Client.c -o tmp/objs/Cedar/Client.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Client.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CM.c -o tmp/objs/Cedar/CM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Command.c -o tmp/objs/Cedar/Command.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Command.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Connection.c -o tmp/objs/Cedar/Connection.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Connection.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Console.c -o tmp/objs/Cedar/Console.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Console.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Console.c: In function 'PasswordPrompt':
src/Cedar/Console.c:2051:8: warning: implicit declaration of function 'getch' [-Wimplicit-function-declaration]
    c = getch();
        ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Database.c -o tmp/objs/Cedar/Database.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Database.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/DDNS.c -o tmp/objs/Cedar/DDNS.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/DDNS.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EM.c -o tmp/objs/Cedar/EM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EtherLog.c -o tmp/objs/Cedar/EtherLog.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/EtherLog.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Hub.c -o tmp/objs/Cedar/Hub.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Hub.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Hub.c: In function 'CmpAccessList':
src/Cedar/Hub.c:3337:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 size64 = ((UINT64)(&a1->UniqueId) - (UINT64)(&a1->Active));
                    ^
src/Cedar/Hub.c:3337:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 size64 = ((UINT64)(&a1->UniqueId) - (UINT64)(&a1->Active));
                                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_OpenVPN.c -o tmp/objs/Cedar/Interop_OpenVPN.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Interop_OpenVPN.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_SSTP.c -o tmp/objs/Cedar/Interop_SSTP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Interop_SSTP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec.c -o tmp/objs/Cedar/IPsec.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_EtherIP.c -o tmp/objs/Cedar/IPsec_EtherIP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_EtherIP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IKE.c -o tmp/objs/Cedar/IPsec_IKE.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IKE.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IkePacket.c -o tmp/objs/Cedar/IPsec_IkePacket.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IkePacket.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IPC.c -o tmp/objs/Cedar/IPsec_IPC.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IPC.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/IPsec_IPC.c: In function 'ParseAndExtractMsChapV2InfoFromPassword':
src/Cedar/IPsec_IPC.c:156:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    d->MsChapV2_EapClient = (EAP_CLIENT *)eap_client_ptr;
                            ^
src/Cedar/IPsec_IPC.c: In function 'NewIPC':
src/Cedar/IPsec_IPC.c:443:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 ptr = (UINT64)eap_client;
                ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_L2TP.c -o tmp/objs/Cedar/IPsec_L2TP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_L2TP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_PPP.c -o tmp/objs/Cedar/IPsec_PPP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_PPP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/IPsec_PPP.c: In function 'PPPProcessRequestPacket':
src/Cedar/IPsec_PPP.c:975:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      UINT64 eap_client_ptr = (UINT64)p->EapClient;
                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_Win7.c -o tmp/objs/Cedar/IPsec_Win7.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Layer3.c -o tmp/objs/Cedar/Layer3.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Layer3.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Link.c -o tmp/objs/Cedar/Link.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Link.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Listener.c -o tmp/objs/Cedar/Listener.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Listener.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Logging.c -o tmp/objs/Cedar/Logging.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Logging.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Nat.c -o tmp/objs/Cedar/Nat.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Nat.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NativeStack.c -o tmp/objs/Cedar/NativeStack.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/NativeStack.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NM.c -o tmp/objs/Cedar/NM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NullLan.c -o tmp/objs/Cedar/NullLan.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/NullLan.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Protocol.c -o tmp/objs/Cedar/Protocol.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Protocol.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Protocol.c: In function 'ServerAccept':
src/Cedar/Protocol.c:1665:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      release_me_eap_client = (EAP_CLIENT *)ptr;
                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Radius.c -o tmp/objs/Cedar/Radius.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Radius.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Remote.c -o tmp/objs/Cedar/Remote.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Remote.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Sam.c -o tmp/objs/Cedar/Sam.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Sam.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureInfo.c -o tmp/objs/Cedar/SecureInfo.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/SecureInfo.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureNAT.c -o tmp/objs/Cedar/SecureNAT.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/SecureNAT.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SeLowUser.c -o tmp/objs/Cedar/SeLowUser.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Server.c -o tmp/objs/Cedar/Server.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Server.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Server.c: In function 'SiGetNextFarmMember':
src/Cedar/Server.c:7210:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     PackAddInt64Ex(p, "Key", (UINT64)f, i, num);
                              ^
src/Cedar/Server.c:7289:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    FARM_MEMBER *f = (FARM_MEMBER *)ret_key;
                     ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Session.c -o tmp/objs/Cedar/Session.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Session.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SM.c -o tmp/objs/Cedar/SM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SW.c -o tmp/objs/Cedar/SW.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UdpAccel.c -o tmp/objs/Cedar/UdpAccel.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/UdpAccel.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UT.c -o tmp/objs/Cedar/UT.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VG.c -o tmp/objs/Cedar/VG.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/VG.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Virtual.c -o tmp/objs/Cedar/Virtual.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Virtual.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLan.c -o tmp/objs/Cedar/VLan.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/VLanUnix.c:127,
                 from src/Cedar/VLan.c:130:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanUnix.c -o tmp/objs/Cedar/VLanUnix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanWin32.c -o tmp/objs/Cedar/VLanWin32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WaterMark.c -o tmp/objs/Cedar/WaterMark.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/WaterMark.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WebUI.c -o tmp/objs/Cedar/WebUI.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/WebUI.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WinUi.c -o tmp/objs/Cedar/WinUi.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Wpc.c -o tmp/objs/Cedar/Wpc.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Wpc.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpnserver/vpnserver.c -o tmp/objs/vpnserver.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpnserver/vpnserver.c:134:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpnserver.a
ranlib tmp/as/vpnserver.a
make[4]: Warning: File 'src/bin/BuiltHamcoreFiles/unix/hamcore.se2' has modification time 86344 s in the future
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char 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 -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o tmp/hamcorebuilder
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/hamcorebuilder/hamcorebuilder.c:131:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
tmp/objs/Mayaqua/Network.o: In function `StartSSLEx':
Network.c:(.text+0xd0f8): undefined reference to `SSLv3_method'
collect2: error: ld returned 1 exit status
src/makefiles/linux_32bit.mak:318: recipe for target 'tmp/hamcorebuilder' failed
make[4]: *** [tmp/hamcorebuilder] Error 1
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634'
Makefile:151: recipe for target '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634/.built' failed
make[3]: *** [/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634/.built] Error 2

sslv3 ??? - its very bad choice...

I think that the reason may be that PR #3718 also deleted the patch 105-nosslv3.patch that disabled SSLv3. That should likely be restored/updated.

Sounds like a similar SSLv3 issue as with emailrelay in #3185 (Likely the package compiles in Openwrt that still includes SSLv3_method support in Openssl by default, but not in LEDE)

Yes I removed the patch because the new version of softether introduced by itself defines to skip SSL3, if you see the Makefile now I set the option -DSSL_OP_NO_SSLv3...on my linux I tested it and it compiled successfully, but I fear it does not recompile openssl (I tested it with SSL3 support and then without)....let me do a check

I looked briefly at the source code at it looks like they changed a code a bit and moved part of the SSLv3 behind that define you mentioned, but sadly left one SSLv3_method call outside the defines: https://github.com/SoftEtherVPN/SoftEtherVPN/blob/master/src/Mayaqua/Network.c#L13018

EDIT:
note that it is again about sslv3_method (not the SSLv3 itself)

Yes, you are right. I though that the new defines were sufficient since softether compiled successfully on my system (probably I have some problems with openssl not being rebuilt). I made a new PR #3724, this time it should work.

ok - in this time problem fixed ( https://github.com/openwrt/packages/commit/07052a6b9c4624588c0aa324e5820165dd392c18 ):

make -j8 BUILD_LOG=1
cat logs/package/feeds/packages/softethervpn/compile.txt:

Applying ./patches/103-noeucjp.patch using plaintext: 
patching file src/Mayaqua/Internat.c

Applying ./patches/105-nossl3.patch using plaintext: 
patching file src/Mayaqua/Network.c
make[4]: Entering directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634'
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Cfg.c:125:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Encrypt.c -o tmp/objs/Mayaqua/Encrypt.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Encrypt.c:146:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/FileIO.c -o tmp/objs/Mayaqua/FileIO.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/FileIO.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Internat.c -o tmp/objs/Mayaqua/Internat.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Internat.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Kernel.c -o tmp/objs/Mayaqua/Kernel.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Kernel.c:125:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Mayaqua.c -o tmp/objs/Mayaqua/Mayaqua.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Mayaqua.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Memory.c -o tmp/objs/Mayaqua/Memory.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Memory.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Memory.c:124:
src/Mayaqua/Memory.c: In function 'GetMemSize':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4029:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'ReAlloc':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4046:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
src/Mayaqua/Memory.c: In function 'Free':
./src/Mayaqua/MayaType.h:234:69: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 #define POINTER_TO_UINT64(p) (((sizeof(void *) == sizeof(UINT64)) ? (UINT64)(p) : (UINT64)((UINT)(p))))
                                                                     ^
./src/Mayaqua/Memory.h:130:52: note: in expansion of macro 'POINTER_TO_UINT64'
 #define IS_NULL_POINTER(p)     (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG))))
                                                    ^
src/Mayaqua/Memory.c:4103:6: note: in expansion of macro 'IS_NULL_POINTER'
  if (IS_NULL_POINTER(addr))
      ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Microsoft.c -o tmp/objs/Mayaqua/Microsoft.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Network.c -o tmp/objs/Mayaqua/Network.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Network.c:154:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Object.c -o tmp/objs/Mayaqua/Object.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Object.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/OS.c -o tmp/objs/Mayaqua/OS.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/OS.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Pack.c -o tmp/objs/Mayaqua/Pack.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Pack.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Secure.c -o tmp/objs/Mayaqua/Secure.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Secure.c:141:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/Secure.c: In function 'SignSecByObject':
src/Mayaqua/Secure.c:428:66: warning: passing argument 5 of 'sec->Api->C_Sign' from incompatible pointer type [-Wincompatible-pointer-types]
  ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size);
                                                                  ^
src/Mayaqua/Secure.c:428:66: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:432:67: warning: passing argument 5 of 'sec->Api->C_Sign' from incompatible pointer type [-Wincompatible-pointer-types]
   ret = sec->Api->C_Sign(sec->SessionId, hash, sizeof(hash), dst, &size);
                                                                   ^
src/Mayaqua/Secure.c:432:67: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecKey':
src/Mayaqua/Secure.c:592:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:592:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecCert':
src/Mayaqua/Secure.c:803:83: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((ret = sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object)) != CKR_OK)
                                                                                   ^
src/Mayaqua/Secure.c:803:83: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'EnumSecObject':
src/Mayaqua/Secure.c:1309:46: warning: passing argument 2 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                              ^
src/Mayaqua/Secure.c:1309:46: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1309:93: warning: passing argument 4 of 'sec->Api->C_FindObjects' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_FindObjects(sec->SessionId, objects, sizeof(objects) / sizeof(objects[0]), &num_objects) != CKR_OK)
                                                                                             ^
src/Mayaqua/Secure.c:1309:93: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'WriteSecData':
src/Mayaqua/Secure.c:1430:76: warning: passing argument 4 of 'sec->Api->C_CreateObject' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_CreateObject(sec->SessionId, a, sizeof(a) / sizeof(a[0]), &object) != CKR_OK)
                                                                            ^
src/Mayaqua/Secure.c:1430:76: note: expected 'CK_OBJECT_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSecSession':
src/Mayaqua/Secure.c:1733:52: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
   CKF_RW_SESSION | CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                                    ^
src/Mayaqua/Secure.c:1733:52: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1738:36: warning: passing argument 5 of 'sec->Api->C_OpenSession' from incompatible pointer type [-Wincompatible-pointer-types]
    CKF_SERIAL_SESSION, NULL, NULL, &session)) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1738:36: note: expected 'CK_SESSION_HANDLE_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c: In function 'OpenSec':
src/Mayaqua/Secure.c:1826:49: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if ((err = sec->Api->C_GetSlotList(true, NULL, &sec->NumSlot)) != CKR_OK || sec->NumSlot == 0)
                                                 ^
src/Mayaqua/Secure.c:1826:49: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1836:36: warning: passing argument 2 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                    ^
src/Mayaqua/Secure.c:1836:36: note: expected 'CK_SLOT_ID_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
src/Mayaqua/Secure.c:1836:53: warning: passing argument 3 of 'sec->Api->C_GetSlotList' from incompatible pointer type [-Wincompatible-pointer-types]
  if (sec->Api->C_GetSlotList(TRUE, sec->SlotIdList, &sec->NumSlot) != CKR_OK)
                                                     ^
src/Mayaqua/Secure.c:1836:53: note: expected 'CK_ULONG_PTR {aka long unsigned int *}' but argument is of type 'UINT * {aka unsigned int *}'
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Str.c -o tmp/objs/Mayaqua/Str.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Str.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Table.c -o tmp/objs/Mayaqua/Table.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Table.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/TcpIp.c -o tmp/objs/Mayaqua/TcpIp.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/TcpIp.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/TcpIp.c: In function 'ParsePacketIPv6Header':
src/Mayaqua/TcpIp.c:2529:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   info->TotalHeaderSize = (UINT)((UINT64)(info->Payload) - (UINT64)(info->IPv6Header));
                                  ^
src/Mayaqua/TcpIp.c:2529:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   info->TotalHeaderSize = (UINT)((UINT64)(info->Payload) - (UINT64)(info->IPv6Header));
                                                            ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tick64.c -o tmp/objs/Mayaqua/Tick64.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Tick64.c:128:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Tracking.c -o tmp/objs/Mayaqua/Tracking.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Tracking.c:123:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'PrintObjectInfo':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:256:19: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, UINT64_TO_POINTER(o->Address), o->Size, tmp);
                   ^
src/Mayaqua/Tracking.c: In function 'PrintObjectList':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:322:24: note: in expansion of macro 'UINT64_TO_POINTER'
   o->Id, o->Name, tmp, UINT64_TO_POINTER(o->Address), o->Size, o->FileName, o->LineNumber);
                        ^
src/Mayaqua/Tracking.c: In function 'TrackDeleteObj':
src/Mayaqua/Tracking.c:543:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     printf("TrackDeleteObj: 0x%x is not Object!!\n", (void *)addr);
                                                      ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
src/Mayaqua/Tracking.c: In function 'GetCallStackStr':
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:878:42: note: in expansion of macro 'UINT64_TO_POINTER'
     Format(tmp, sizeof(tmp), "0x%p ---", UINT64_TO_POINTER(s->offset));
                                          ^
src/Mayaqua/Tracking.c:883:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp));
      ^
In file included from ./src/Mayaqua/Mayaqua.h:340:0,
                 from src/Mayaqua/Tracking.c:123:
./src/Mayaqua/MayaType.h:236:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define UINT64_TO_POINTER(i) ((sizeof(void *) == sizeof(UINT64)) ? (void *)(i) : (void *)((UINT)(i)))
                                                                    ^
src/Mayaqua/Tracking.c:883:34: note: in expansion of macro 'UINT64_TO_POINTER'
      (void *)s->offset, s->name, UINT64_TO_POINTER(s->disp));
                                  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Unix.c -o tmp/objs/Mayaqua/Unix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Mayaqua/Unix.c:128:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Mayaqua/Unix.c: In function 'UnixIgnoreSignalForThread':
src/Mayaqua/Unix.c:337:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sa.sa_sigaction = signal_received_for_ignore;
                  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Win32.c -o tmp/objs/Mayaqua/Win32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Account.c -o tmp/objs/Cedar/Account.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Account.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Admin.c -o tmp/objs/Cedar/Admin.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Admin.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureClient.c -o tmp/objs/Cedar/AzureClient.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/AzureClient.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/AzureServer.c -o tmp/objs/Cedar/AzureServer.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/AzureServer.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Bridge.c -o tmp/objs/Cedar/Bridge.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/BridgeUnix.c:127,
                 from src/Cedar/Bridge.c:130:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
In file included from src/Cedar/Bridge.c:130:0:
src/Cedar/BridgeUnix.c: In function 'CloseEth':
src/Cedar/BridgeUnix.c:1571:3: warning: implicit declaration of function 'FreeTap' [-Wimplicit-function-declaration]
   FreeTap(e->Tap);
   ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeUnix.c -o tmp/objs/Cedar/BridgeUnix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/BridgeWin32.c -o tmp/objs/Cedar/BridgeWin32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Cedar.c -o tmp/objs/Cedar/Cedar.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Cedar.c:115:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CedarPch.c -o tmp/objs/Cedar/CedarPch.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/CedarPch.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Client.c -o tmp/objs/Cedar/Client.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Client.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/CM.c -o tmp/objs/Cedar/CM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Command.c -o tmp/objs/Cedar/Command.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Command.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Connection.c -o tmp/objs/Cedar/Connection.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Connection.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Console.c -o tmp/objs/Cedar/Console.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Console.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Console.c: In function 'PasswordPrompt':
src/Cedar/Console.c:2051:8: warning: implicit declaration of function 'getch' [-Wimplicit-function-declaration]
    c = getch();
        ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Database.c -o tmp/objs/Cedar/Database.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Database.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/DDNS.c -o tmp/objs/Cedar/DDNS.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/DDNS.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EM.c -o tmp/objs/Cedar/EM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/EtherLog.c -o tmp/objs/Cedar/EtherLog.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/EtherLog.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Hub.c -o tmp/objs/Cedar/Hub.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Hub.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Hub.c: In function 'CmpAccessList':
src/Cedar/Hub.c:3337:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 size64 = ((UINT64)(&a1->UniqueId) - (UINT64)(&a1->Active));
                    ^
src/Cedar/Hub.c:3337:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 size64 = ((UINT64)(&a1->UniqueId) - (UINT64)(&a1->Active));
                                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_OpenVPN.c -o tmp/objs/Cedar/Interop_OpenVPN.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Interop_OpenVPN.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Interop_SSTP.c -o tmp/objs/Cedar/Interop_SSTP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Interop_SSTP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec.c -o tmp/objs/Cedar/IPsec.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_EtherIP.c -o tmp/objs/Cedar/IPsec_EtherIP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_EtherIP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IKE.c -o tmp/objs/Cedar/IPsec_IKE.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IKE.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IkePacket.c -o tmp/objs/Cedar/IPsec_IkePacket.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IkePacket.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_IPC.c -o tmp/objs/Cedar/IPsec_IPC.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_IPC.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/IPsec_IPC.c: In function 'ParseAndExtractMsChapV2InfoFromPassword':
src/Cedar/IPsec_IPC.c:156:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    d->MsChapV2_EapClient = (EAP_CLIENT *)eap_client_ptr;
                            ^
src/Cedar/IPsec_IPC.c: In function 'NewIPC':
src/Cedar/IPsec_IPC.c:443:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   UINT64 ptr = (UINT64)eap_client;
                ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_L2TP.c -o tmp/objs/Cedar/IPsec_L2TP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_L2TP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_PPP.c -o tmp/objs/Cedar/IPsec_PPP.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/IPsec_PPP.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/IPsec_PPP.c: In function 'PPPProcessRequestPacket':
src/Cedar/IPsec_PPP.c:975:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      UINT64 eap_client_ptr = (UINT64)p->EapClient;
                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/IPsec_Win7.c -o tmp/objs/Cedar/IPsec_Win7.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Layer3.c -o tmp/objs/Cedar/Layer3.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Layer3.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Link.c -o tmp/objs/Cedar/Link.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Link.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Listener.c -o tmp/objs/Cedar/Listener.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Listener.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Logging.c -o tmp/objs/Cedar/Logging.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Logging.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Nat.c -o tmp/objs/Cedar/Nat.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Nat.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NativeStack.c -o tmp/objs/Cedar/NativeStack.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/NativeStack.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NM.c -o tmp/objs/Cedar/NM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/NullLan.c -o tmp/objs/Cedar/NullLan.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/NullLan.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Protocol.c -o tmp/objs/Cedar/Protocol.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Protocol.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Protocol.c: In function 'ServerAccept':
src/Cedar/Protocol.c:1665:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      release_me_eap_client = (EAP_CLIENT *)ptr;
                              ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Radius.c -o tmp/objs/Cedar/Radius.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Radius.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Remote.c -o tmp/objs/Cedar/Remote.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Remote.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Sam.c -o tmp/objs/Cedar/Sam.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Sam.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureInfo.c -o tmp/objs/Cedar/SecureInfo.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/SecureInfo.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SecureNAT.c -o tmp/objs/Cedar/SecureNAT.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/SecureNAT.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SeLowUser.c -o tmp/objs/Cedar/SeLowUser.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Server.c -o tmp/objs/Cedar/Server.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Server.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
src/Cedar/Server.c: In function 'SiGetNextFarmMember':
src/Cedar/Server.c:7210:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     PackAddInt64Ex(p, "Key", (UINT64)f, i, num);
                              ^
src/Cedar/Server.c:7289:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    FARM_MEMBER *f = (FARM_MEMBER *)ret_key;
                     ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Session.c -o tmp/objs/Cedar/Session.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Session.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SM.c -o tmp/objs/Cedar/SM.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/SW.c -o tmp/objs/Cedar/SW.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UdpAccel.c -o tmp/objs/Cedar/UdpAccel.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/UdpAccel.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/UT.c -o tmp/objs/Cedar/UT.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VG.c -o tmp/objs/Cedar/VG.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/VG.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Virtual.c -o tmp/objs/Cedar/Virtual.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Virtual.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLan.c -o tmp/objs/Cedar/VLan.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/VLanUnix.c:127,
                 from src/Cedar/VLan.c:130:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanUnix.c -o tmp/objs/Cedar/VLanUnix.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/VLanWin32.c -o tmp/objs/Cedar/VLanWin32.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WaterMark.c -o tmp/objs/Cedar/WaterMark.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/WaterMark.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WebUI.c -o tmp/objs/Cedar/WebUI.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/WebUI.c:114:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/WinUi.c -o tmp/objs/Cedar/WinUi.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Cedar/Wpc.c -o tmp/objs/Cedar/Wpc.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/Cedar/CedarPch.h:124,
                 from src/Cedar/Wpc.c:116:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpnserver/vpnserver.c -o tmp/objs/vpnserver.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpnserver/vpnserver.c:134:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpnserver.a
ranlib tmp/as/vpnserver.a
make[4]: Warning: File 'src/bin/BuiltHamcoreFiles/unix/hamcore.se2' has modification time 86345 s in the future
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char 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 -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o tmp/hamcorebuilder
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/hamcorebuilder/hamcorebuilder.c:131:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnserver/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpnserver.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpnserver/vpnserver
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpnclient/vpncsvc.c -o tmp/objs/vpnclient.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpnclient/vpncsvc.c:124:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpnclient.a
ranlib tmp/as/vpnclient.a
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnclient/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpnclient.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpnclient/vpnclient
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpnbridge/vpnbridge.c -o tmp/objs/vpnbridge.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpnbridge/vpnbridge.c:134:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpnbridge.a
ranlib tmp/as/vpnbridge.a
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpnbridge/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpnbridge.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpnbridge/vpnbridge
powerpc-openwrt-linux-musl-gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/vpncmd/vpncmd.c -o tmp/objs/vpncmd.o
cc1: note: someone does not honour COPTS correctly, passed 0 times
In file included from ./src/Mayaqua/Mayaqua.h:271:0,
                 from src/vpncmd/vpncmd.c:131:
/home/sj/Pulpit/Projekty/WNDR4700/LEDE/staging_dir/toolchain-powerpc_464fp_gcc-5.4.0_musl-1.1.15/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
  ^
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: creating tmp/as/vpncmd.a
ranlib tmp/as/vpncmd.a
cp src/bin/BuiltHamcoreFiles/unix/hamcore.se2 bin/vpncmd/hamcore.se2
powerpc-openwrt-linux-musl-gcc tmp/as/vpncmd.a -O2 -fsigned-char -lm -ldl -lrt -lpthread -lssl -lcrypto -lreadline -lncurses -lz -o bin/vpncmd/vpncmd
make[4]: warning:  Clock skew detected.  Your build may be incomplete.
make[4]: Leaving directory '/home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634'
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpncmd: executable
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpnbridge: executable
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpnserver: executable
rstrip.sh: /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634/ipkg-powerpc_464fp/softethervpn/usr/libexec/softethervpn/vpnclient: executable
Packaged contents of /home/sj/Pulpit/Projekty/WNDR4700/LEDE/build_dir/target-powerpc_464fp_musl-1.1.15/v4.22-9634/ipkg-powerpc_464fp/softethervpn into /home/sj/Pulpit/Projekty/WNDR4700/LEDE/bin/packages/powerpc_464fp/packages/softethervpn_4.22-9634-1_powerpc_464fp.ipk

if something new was revealed in connection with the new method of compilation, and in particular re- garding the action/practical use'll let you know in this thread.

Well test it for some days, but then please close this issue. Should there be any running issue, please reopen a new one

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zorun picture zorun  路  4Comments

aparcar picture aparcar  路  3Comments

gacallea picture gacallea  路  3Comments

alexhenrie picture alexhenrie  路  3Comments

muddyfeet picture muddyfeet  路  9Comments